-
1
说明: 地球物理数据处理二维版模型重磁正演程序,用vc++6.0写的(Geophysical data processing two dimensional version of the model gravity and magnetic process, using vc++6.0 to write the)
- 2016-03-14 21:24:14下载
- 积分:1
-
[Visual.C_NET-HIGH-PROGRAM
这是关于VC方面的网络编程资料,需要你仔细学习才能有效果,需要有一定的这方面的基础知识才可以(This is the information on the VC network programming aspects, you need to learn in order to have the effect carefully, you need to have some basic knowledge in this area can only be)
- 2013-12-01 20:24:17下载
- 积分:1
-
CPPprimer
C++从入门到精通,C++ primer的中文版。(C++ from the entry to the master, C++ primer of the Chinese version.)
- 2011-06-14 09:54:31下载
- 积分:1
-
动态创建数组类
动态创建数组模板,可以用该模板动态创建所需要的数组类(Dynamic Creation of Array Templates)
- 2020-06-24 03:00:02下载
- 积分:1
-
6.6.0.1
6.6源代码,主要是服务器内核部分,供大家参考(6.6 source code, the main server is part of the kernel, for your reference)
- 2013-01-22 11:08:37下载
- 积分:1
-
Addition
进行加法运算的实例程序,是照着别人的做的,如果有初学者可以看看。(An example program for adding operations is based on what others do, if you have a beginner.)
- 2017-06-29 15:31:28下载
- 积分:1
-
kklc
进程调度模拟程序-优先权只是调度算法考虑的一个方面进程调度依据调度程序运行时()
- 2017-09-27 22:08:37下载
- 积分:1
-
ADOgridComplete
说明: 一个在VB中使用 数据库绑定控件DataGrid的实例(An example of using the database binding control DataGrid in VB)
- 2020-06-16 16:58:00下载
- 积分:1
-
spreadbinddata
说明: 实现excel上传ACcess 功能 下载excel 希望有能用到的(Implementing Excel Upload ACcess Function)
- 2019-07-07 00:04:15下载
- 积分: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