-
Explorer
MFC Explorer Sample Code
- 2014-02-13 15:01:09下载
- 积分:1
-
43567897
VB在局域网内将文件存储到数据库保存,有需要的下。(VB in the LAN to store files saved to the database, there is need for the next.)
- 2013-08-13 23:34:07下载
- 积分:1
-
lv+VC+Flash
自己用VC做的Flash播放器,可播放Flash的exe文件(own VC do Flash player, Flash can broadcast the exe file)
- 2007-04-21 23:21:00下载
- 积分:1
-
graph1M
图形的相关的测试计算.当你输入图节点.程序会提示graph1M.cpp运行结果:
输入图的点数n=5
输入选择无向(权)与有向(权)图的值k1,k2:
(graphics related testing calculation. When you enter the map nodes. Procedures will prompt graph1M.cpp running results : map input n = 5 points selection of input (to the right) and to have (the right to) the value of the map k1, k2 :.)
- 2007-05-22 10:51:38下载
- 积分:1
-
bas
arcgis 基础编程实例,对GIS人员帮助很大(the basis of programming arcgis example, the GIS staff is very helpful)
- 2009-05-31 09:19:07下载
- 积分:1
-
DALI_2013_liujin
DALI的各种例程,软硬件都有,欢迎各位下载使用(DALI routine hardware and software are welcome to download)
- 2013-02-28 15:00:07下载
- 积分:1
-
sushu
说明: 用C++的类的概念写的一个有关寻找一定范围内素数个数并把它们输出的C++源程序(With C++ The concept of the class written by a certain range to find the number of prime numbers and their output C++ Source)
- 2008-10-26 19:50:29下载
- 积分:1
-
xiti
谭浩强c++课后习题源码解析,附个人的解题方法(Hao Qiang c++ After exercise-source analysis, with individual problem-solving methods)
- 2007-10-11 10:25:43下载
- 积分:1
-
WQL1
1、 某软件公司大约有30名员工,每名员工有姓名、工号、职务等属性,每年都有员工离职和入职。
把所有员工按照顺序存储结构建立一个线性表,建立离职和入职函数,当有员工离职或入职时,修改线性表,并且打印最新的员工名单。
(1, a software company about 30 employees, each employee has a name, job number, position and other attributes, and employee turnover every year recruits. All employees in order to establish a linear table storage structure, the establishment of employment and entry function, when employees leave or entry, the modified linear form, and print the latest list of employees.)
- 2014-04-17 18:34:07下载
- 积分: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