-
ch08
Visual C++ 6.0程序设计学与用教程的聊天程序(Visual C++ 6.0 programming tutorial learning and use chat program)
- 2014-04-05 07:54:20下载
- 积分:1
-
dpoouuttr
基于net的正弦波产生程序,希望能对大家有所帮助(sine have procedures in the hope that we can help)
- 2007-06-26 15:39:10下载
- 积分:1
-
GJP
计算高阶矩计算高阶矩计算高阶矩计算高阶矩计算高阶矩计算高阶矩计算高阶矩计算高阶矩计算高阶矩计算高阶矩(Trans For Gao)
- 2017-05-22 12:59:43下载
- 积分:1
-
vc
说明: vc范例大全,源码,13和14章,主要内容是网络编程和动态库(vc examples of documents, source code, 13 and 14 chapters, is the Internet programming and dynamic library)
- 2010-08-01 13:42:52下载
- 积分:1
-
LINUX
LINUX内核指导,操作系统课程设计时做的(LINUX kernel guidance, operating system, curriculum design, when done)
- 2010-01-06 09:49:32下载
- 积分:1
-
CommTest485
测试com口程序Private Sub Form_Load()
Dim I As Integer
Dim Msg As String
Me.Enabled = False
Msg = 串行端口通讯测试 V & App.Major & . & App.Minor & App.Revision
cboCommSettings.Text = GetSetting(App.EXEName, frmCommTest , CommSettings , 2400,N,8,1 )
Me.Show
Me.Refresh
With MSComm1
For I = 1 To 16
Me.Caption = Msg & - 测试通讯端口:COM & I & ...
Me.Refresh
Delay 100
On Error Resume Next
.CommPort = I
.Settings = 2400,N,8,1
.PortOpen = True
.PortOpen = False
If Err = 0 Then cboCommPort.AddItem COM & Trim(I)
Next I
End With
cboCommPort.ListIndex = 0
optCommData(0).Value = True
Me.Caption = Msg & (Programming by WJY)
Me.Refresh
If cboCommPort.ListCount = 0 Then MsgBox 程序检测不到可用的串行端口!
Me.Enabled = True
End Sub
(test com port)
- 2015-07-23 10:40:18下载
- 积分:1
-
DvrXCallDemo
DVR xCall wrapper class demo source codes
- 2016-05-22 10:46:20下载
- 积分:1
-
VCNetworkhigh-levelprogramming
本书主要面向具有一定VC网络编程基础并希望学习较高层次编程技术的读者(The book has some major VC-oriented network programming base and hopes to learn higher-level programming technology readers)
- 2008-12-25 09:30:49下载
- 积分:1
-
down-soft-20140426-000004
KTV点歌系统,实现数字点歌,个性点歌,后台维护(KTV VOD system, digital song, song personality, background maintenance)
- 2015-10-03 13:01:21下载
- 积分:1
-
student
用C++编写一个学生考试成绩信息系统,强化面向对象程序设计思想,使学生能够将C++程序设计中的面向对象、重载、模板、文件等各种概念,灵活的运用到实际的程序设计中去。(Using C to prepare a student information system of examination results, and strengthen OOP thinking, so that students can be C program design in object-oriented, overloading, templates, documents such as the concept of flexible use of procedures to the actual design go.)
- 2008-12-19 08:26:27下载
- 积分:1