-
LRU
实现的数据库io缓存模拟程序,读入五万个地址和读写标志,输出命中率,io次数等(Io caching implemented simulation program that reads fifty thousand addresses and write flag output hits, io number, etc.)
- 2015-12-19 23:52:04下载
- 积分:1
-
Drawing-Panel
初级的画板,适合C#初学者,我是在老师布置作业以后编写的,我也刚学习C#,感觉初学者可以看一下(Primary drawing board, for C# beginners, I was prepared after the teacher assignments, and I just learn C#, beginners can look at feel)
- 2011-11-17 19:52:40下载
- 积分:1
-
ghmg
正则式到有穷自动机 有个别软件在安装时金山毒霸会提示存在木马程序,属于误报。原因是在用(Regular style to DFA has individual software installation Jinshan drug tyrants will be prompted to exist Trojans are false positives. The reason is that the use of)
- 2008-05-30 18:54:53下载
- 积分:1
-
resiveDlg
c++聊天软件客户端代码,可以实现和双方互相聊天,必须客户端后启动(c++ chat software client code)
- 2013-08-11 19:10:03下载
- 积分:1
-
Producer_Consumer
基于 LINUX环境下的生产者和消费者问题(LINUX-based environment, producers and consumer issues)
- 2011-10-20 10:54:12下载
- 积分:1
-
UDP_Cfg
说明: UDP rec send data,c++,visual c++ code
- 2020-06-22 10:00:01下载
- 积分:1
-
move-object-or-control-with-mouse-click
move object or control with mouse click vb6
- 2016-07-17 01:24:03下载
- 积分:1
-
newreport
一个使用C++编写的报表程序,根据Excel模板生成录入界面,能直接录入数据,或者合并多个相同模板的Excel文件.(Reports written in C++ programs, according to an Excel template to generate input interface, can directly input data, or merge multiple identical template Excel file)
- 2015-01-26 18:03:22下载
- 积分:1
-
yibiaogauge
说明: 钟表仪器界面源码开发语言Visual C++ 2003.NET(clock like instrument GUI)
- 2009-08-21 22:10:05下载
- 积分: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