-
CAM_simulator_src
一个老外写的车削数控仿真程序,有g代码编辑的(a foreigner was turning the NC simulation program, code editors g)
- 2021-04-22 23:08:48下载
- 积分:1
-
CERas
help for C# connection
- 2010-03-09 19:41:30下载
- 积分:1
-
nRF24L01
nRF24L01示例程序,官方的,试验通过。(nRF24L01 sample program, the official trial through.)
- 2010-06-11 21:36:03下载
- 积分: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
-
Remove_Tool
卸载过系统硬件的朋友应该知道每次移除一个硬件都需要从头开始,特别在一些测试公司,比如U盘,每次测试都会添加一个U盘的应该信息在硬件信息里面(显示隐藏硬件),这是一个批量移除硬件的工具,因本人在台资公司工作,所以代码为繁体字,请大家转换,另外此程序为工作使用,适合繁体2000,其他系统语言请自行修改即可.这是一个思路,非常值得下载.(Unloading system hardware had friends should know that every time a hardware needed to remove from the beginning, especially in some testing company, for example, U disk, each test would add a U disk should be information on the hardware inside information (Show hidden hardware) This is a batch tool to remove the hardware, because I work in Taiwan-funded companies, so the code for the traditional Chinese characters, please conversion, while the use of this procedure to work, suitable for English 2000, other systems can modify your own language. This is a ideas, well worth downloading.)
- 2008-12-23 23:12:28下载
- 积分:1
-
Keystone_SPI
TI dsp的spi编程例子,基于keystone架构,很好的入门资料(example of program spi in dsp )
- 2021-04-01 23:29:07下载
- 积分:1
-
RTX_VMIC-5565_Driver
RTX系统下,GE反射内存卡vmic-5565的驱动程序,由vc开发(Under the RTX system, GE Reflective Memory Card vmic-5565 driver, developed by vc)
- 2014-09-02 20:53:09下载
- 积分:1
-
Mysniffer001
windos下网络监视器嗅觉器(sniffer)例子程序(windos Network Monitor olfactory (sniffers) examples procedures)
- 2006-12-13 09:42:55下载
- 积分:1
-
view
一个视图切换的例子! 做课程设计时要用到的一个关键技术之一!! 希望朋友们来看(An example of switching the view! Do curriculum design is a key technology to use one! ! I hope you will see)
- 2013-08-07 17:15:07下载
- 积分:1
-
ClientSocketList
这份源码可以让大家更清晰的知道编写网络通讯的技巧(This code can let everyone know more clearly written communication network techniques)
- 2010-05-25 09:34:52下载
- 积分:1