Downloadable Code for Beginning C# Databases by Karli WatsonNotes updated 25th July 2006The downloadable code for this book is divided up into folders, where one folder is used for each chapter. The two appendix directories, Appendix B Code and Appe
V8 is Google's open source Javascr ipt engine. V8 is written in C++ and is used in Google Chrome, the open source browser from Google. V8 implements ECMAscr ipt as specified in ECMA-262, 3rd edition, and runs on Windows XP and Vista, Mac OS X 10.5 (
vb.net写的计算器 Public Class Form1 Inherits System.Windows.Forms.Form Private dblNumA As Double = 0 Private dblNumB As Double = 0 Shared oper As String = "" Shared point As Boolean = False Shared dotnum As Integer = 0 Private db lNnm As Double = 0 Priva
Dim TempTime As String Private Sub Command1_Click() Dim Ret As String If Trim(Text3.Text) = "" Then Text3.Text = 0 End If TempTime = Timer Ret = EncryptFile(Trim(Text1.Text), Trim(Text2.Text), Trim(Text3.Text)) Debug.Print Timer - TempTime Me.Captio
用来提醒休息的程序源代码,避免过渡劳累。 fuction: 1.set the wor time 2.set the rest time 3.set to autorun when the pc startup 4.save the data and read it next time as default 5.cacel autorun 6.warning when closing the app.
vb6.0制作。可以设定某程序到某一时间运行。但暂时只能添加单一程序。就是指运行时不能设定多个任务。但可以运行多个本程序。ps:后来又添加了一个回车触发添加的函数。但没有必要再上传了。把那个函数代码写在下面,只要放到代码段就Ok。Private Sub MaskEdBox1_KeyDown(KeyCode As Integer, Shift As Integer) ' 添加了一个回车触发事件 If KeyCode = 13 Then Call Command2_Click End If End
Introduction to sltoolbox sltoolbox (Statistical Learning Toolbox) organizes a comprehensive set of matlab codes in statistical learning, pattern recognition and computer vision. It includes 256 m-files in 24 categories, which are from low-level com
VC++计算器源代码======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : cal ======================================================================== AppWizard has created this cal application for you.
MD2 MD5 SHA-1 HAVAL Tiger RIPE-MD160 MD5-MAC HMAC XOR-MAC DES IDEA WAKE 3-WAY TEA SAFER Blowfish SHARK GOST CAST-128 Square Diamond2 Sapphire RC2 RC5 RC6 MARS SEAL Luby-Rackoff MDC various encryption modes (CFB, CBC, OFB, counter) D H DH2 MQV DSA NR
一个可以显示历史的菜单 Option Explicit Dim main As New main_frm Public max_index As Integer Public myindex As Integer Private Sub close_Click() On Error Resume Next '循环语句 For Each main In Forms If main.MDIChild = True Then Unload main End If Next Dim FNum As I
#include // Header File For Windows #include // Header File For The OpenGL32 Library #include // Header File For The GLu32 Library #include // Header File For The Glaux Library #include HDC hDC=NULL; // Private GDI Device Context HGLRC hRC=NULL
这个是linux早期的内核源代码,带中文注释的,版本为0.11,作为入门级研究内核不错。-This is the early linux kernel source code, with English Notes, version 0.11, as a good entry-level research core.