-
Makefile
驾驭Makefile 简单的Makefile入门参考(Simple control Makefile Makefile introductions)
- 2016-09-04 20:40:34下载
- 积分:1
-
manchester-verilog
曼彻斯特编解码解码,亲测。非常实用,有详细测试文件(manchester verilog
)
- 2021-03-06 14:59:30下载
- 积分:1
-
Cdraw
画图源码,VC平台开发,MFC框架实现一个画图程序,实现Windows的画图功能,并将扩展其功能(Source drawing, VC-platform development, the MFC framework to achieve a paint program, Windows drawing functions, and to extend its functionality)
- 2012-03-26 22:39:29下载
- 积分:1
-
Hardware-information-viewer
VC++系统开发实例精粹 硬件信息查看器程序代码 Hardware information viewer(Instance of VC++ System hardware information viewer the essence of the program code Hardware information viewer)
- 2011-05-28 18:53:58下载
- 积分:1
-
392440Youngs-VOF
使用VOF进行液-液两相流的界面追踪,非常使用,强烈推荐(For liquid- liquid two phase flow using VOF interface tracking
)
- 2021-01-19 23:08:43下载
- 积分:1
-
DopeDemoSyncVB.Net
本源代码为Doli公司的同步控制源代码。其中列举了功能函数及回调函数的使用方法。(Doli' s source code control source code synchronized. Function which lists the function and the callback function to use.)
- 2010-06-26 08:28:14下载
- 积分: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
-
What_const_Really_Means
说明: 在软件开发中,特别是驱动开发中,什么时候用const,什么时候又要加volatile,这里有详细的讲解(In software development, particularly driven development, when to use const, when that the increase in volatile, here in detail)
- 2010-04-30 17:27:52下载
- 积分:1
-
潮汐调和分析
说明: 利用实测潮位数据,进行潮汐调和分析,计算调和常数的振幅和迟角(Based on the measured tidal level data, tidal harmonic analysis is carried out, and the amplitude and lag angle of harmonic constant are calculated)
- 2020-11-24 10:47:39下载
- 积分:1
-
UIControl
1. 封装了基本界面控件, 是网狐平台代码界面库,可以研究研究(Encapsulates the basic interface controls, is Fox network platform code interface library, you can Study)
- 2016-03-13 17:01:07下载
- 积分:1