搜索资源列表
com_sample1
- < COM编程精彩实例>>一书的随书源代码光盘的代码,这是第一章的-lt; Lt; COM programming wonderful example gt; Gt; A book with the CD-ROM source code, which is the first chapter
com_sample2
- < COM编程精彩实例>>一书的随书源代码光盘的代码,这是第二章的。-lt; Lt; COM programming wonderful example gt; Gt; A book with the CD-ROM source code, which is the second chapter.
com_sample3
- < COM编程精彩实例>>一书的随书源代码光盘的代码,这是第三章的-lt; Lt; COM programming wonderful example gt; Gt; A book with the CD-ROM source code, which is the third chapter
com_sample4
- < COM编程精彩实例>>一书的随书源代码光盘的代码,这是第四章的-lt; Lt; COM programming wonderful example gt; Gt; A book with the CD-ROM source code, which is the fourth chapter
com_sample5
- < COM编程精彩实例>>一书的随书源代码光盘的代码,这是第五章的-lt; Lt; COM programming wonderful example gt; Gt; A book with the CD-ROM source code, which is the fifth chapter
com_sample6
- < COM编程精彩实例>>一书的随书源代码光盘的代码,这是第六章的-lt; Lt; COM programming wonderful example gt; Gt; A book with the CD-ROM source code, which is the sixth chapter
UrlFilter
- <VisualStudioProject> <CSHARP ProjectType = \"Local\" ProductVersion = \"7.10.3077\" SchemaVersion = \"2.0\" ProjectGuid = \"{B272FFDB-13CF-4D27-AE1C-B6CCFB714AC3}\" >
ATLEventHandling
- atl~{JB<~4&@m~}example
ATL_Sourse
- < ATL开发指南源码>>配套源代码.VC++开发,同时有些源代码为VB开发.
COMCHAT
- < COM本质论>>一书的源代码,深入掌握COM核心的例子.
360compkill
- 1.顽固型木马查杀及部分感染型木马感染文件的修复 <1>可查杀机器狗、U盘病毒、磁碟机等数十种顽固型木马 <2>修复360安全卫士及360保险箱 <3>建议您在断网或者安全模式下使用专杀大全,效果会更佳(开机后按F8可选择进入安全模式)
accomplishi@C++@in@21days
- < 21天学通C++>>,美国Jesse Liberly写的一本C++学习用书 ,第四版
AAA
- Private Sub Command1_Click() strtmp = Text1.Text nlen = Len(strtmp) k = 1 For i = 1 To nlen j = Asc(Mid(strtmp, i, 1)) If j < 47 Or j > 58 Then k = 2 End If Next i If k <> 2 Then Text2.Text = Val(Text1.Tex
link_sim
- A simple simulator for implementing P2 protocol of link layer. Refered to <<Computer Networks>> by Tanenbaum. Miao Xie clifford1984621@gmail.com-A simple simulator for implementing P2 protocol of link layer.Refered to <<Comput
2008513183626
- 二叉树算法集 文章整理: www.diybl.com 文章来源: 网络 去论坛 建我的blog #include<stdlib.h> #include<stdio.h> #define MAX 50 #define MAS 20 #define CHAR 1 #if CHAR typedef char TElemType TElemType Nil= #define form " c" #else t
ComputationalIntelligence
- 这是那本英文版的《计算智能导论》,第二版本-This is the <Computational Intelligence-An Introduction> second edition.
ex1
- 创建一个基于对话框的应用程序ex1。 ⑴将对话框的标题改为问卷调查; ⑵添加一个组框,组框的标题为“你的年龄”,在组框中添加三个单选按钮,标题分别为“<18”、“18~22”和“>22”; ⑶添加一个静态文本控件,标题为“你的性别:”,添加两个单选按钮,标题分别为“男”、“女”; ⑷添加一个组框,组框的标题为“你的爱好”,在组框中添加三个复选按钮,标题分别为“运动”、“上网”、“看书”; ⑸设置两组单选按钮的初始状态为:“18~22”、“男”为选中; ⑹单击“
insidecom
- <COM技术内幕-微软组件对象模型>,非常适合com技术入门,如果你想了解com组件开发,本书是一个不错的选择。-<inside com> Ideal for entry-com technology, if you want to know com component development, this book is a good choice.
up
- Big2GB.ocx是BIG5码<=>GB码互换的完全免费的ActiveX控件, 有PB的使用方法源代码-BIG5码 <=> GB2312
201106huitongVB6Dll
- Private Sub Command3_Click() 打开短信初始化端口 Dim Temp As String Dim Aa As String Aa = Now Label6.Caption = "打开始打端口..." Temp = SzhtoSms1.YhOpenModem(Text4.Text, Text8, Text9) If InStr(Temp, "-1") = 0 Then Text3 = Temp Label6.Caption