-
awesome-cpp-master
说明: A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
- 2020-06-24 22:00:02下载
- 积分:1
-
5486575
文本文件操作,C#练习源码,很好的学习资料。(Text file operations, C# source code, very good learning materials.)
- 2013-12-04 20:48:31下载
- 积分: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
-
USBHID
说明: VB遍历USB设备-USB-HID调用工具源代码(VB traversal USB device-USB-HID call tool source code)
- 2020-06-14 20:58:17下载
- 积分:1
-
S4M
用matlab写的地震资料处理包,功能丰富(Written by matlab seismic data processing package, feature-rich)
- 2010-02-23 15:11:16下载
- 积分:1
-
text
NetBeans8.2连接mysql数据库测试文档(NetBeans 8.2 Connect Mysql Database Test Document)
- 2019-06-10 15:32:51下载
- 积分:1
-
win32五子棋
说明: 在VS环境下基于win32写了一个五子棋,可以实现判断输赢,悔棋,重新开始游戏等功能,适合初学者学习,建立代码的兴趣(Writing a Gobang based on Win32 in VS environment can realize the functions of judging win or lose, repenting chess and restarting the game. It is suitable for beginners to learn and build up their interest in code.)
- 2020-06-16 07:40:01下载
- 积分:1
-
msm_adsp
TODO(jar): This is not needed when TCMalloc_PageMap1_LazyCommit has an API supporting commit and reservation of memory.
- 2015-10-23 10:10:06下载
- 积分:1
-
CPP
这里面是很多的 C++的经典编程代码 看看这些代码 您就可以发现自己编程的漏洞 养成良好的编程习惯(The book is a The classic C++code help you keep a good habbit)
- 2011-10-26 10:28:27下载
- 积分:1
-
蒙特卡罗方法概述
说明: 这个是蒙特卡罗方法的讲义 ,主要内容为蒙特卡罗方法的产生方法和用途(the Monte Carlo method is the lectures, mainly as the Monte Carlo method uses methods and)
- 2005-11-24 13:34:55下载
- 积分:1