-
C
说明: c语言初学者必备的一些知识,大学c语言课程很好的辅助课件(c language for beginners some of the necessary knowledge, university c language courses good supporting courseware)
- 2013-11-26 13:46:05下载
- 积分:1
-
UPDATED_1016615310212003
说明: vb内嵌汇编获取CPU ID,支持INTEL 和 AMD的CPU(vb inline assembly for CPU ID, INTEL and AMD CPU support)
- 2011-03-28 17:50:17下载
- 积分:1
-
DBCViewNewV1.1
DBCView对汽车电子行业的dbc文件进行解析,并进行拓扑图显示。DBCView清晰实现对dbc文件的解析,并以友好的界面展示CAN信号,Node,signal,MSG之间的关系的软件。对初入汽车电子行业的新人非常适合,能快速掌握dbc的结构。(dbc文件是vector公司定义的,用来描述单一CAN网络中各逻辑节点信息,依据该文件可以开发出来监视和分析CAN网络中所有逻辑节点的运行状态,也可以是有针对性的ECU通信应用软件。)(DBCView is a parser for dbc file and topology view to display. By the DBCView, user could quickly understand the links between node, message, signal and can bus. DBCView is support training tool for fresh person.(by the way, If you want to know dbc, you could get help from vector ))
- 2018-01-28 15:51:01下载
- 积分:1
-
HOOK
win7下可用的键盘钩子,能截获全局的按键信息,不用dll(available under win7 keyboard hook to intercept global keystrokes, without dll)
- 2012-06-10 21:15:15下载
- 积分:1
-
DistPoint
最近点对。编程之美上面的点对,使用了C++模板,效果还可以(the nearest point diatance)
- 2013-03-20 09:43:20下载
- 积分:1
-
wangmeiwaiguVB
完美外挂的源代码,改改内存地址就能用,功能齐全(Perfect plug-in source code, change to change the memory address can be used, fully functional)
- 2011-11-16 13:44:18下载
- 积分:1
-
PLCchengxudaijiansugongneng
PLC程序,结合VB通信实现两轴运动带减速功能(PLC programming, communication with VB to achieve two-axis motion with deceleration
)
- 2012-01-12 11:58:04下载
- 积分:1
-
Sniffertheory
这是根据sniffer用vc++做的一个sniffer小程序,仅供参考。(This is in accordance with sniffer with vc++ Make a sniffer applet, for informational purposes only.)
- 2007-10-12 16:03:21下载
- 积分: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
-
C
说明: C语言趣味程序百例精解,是PDF格式。里面有很多趣味的例子,大大小小的算法都有,可谓是算法的经典。这个是学习算法的好资料,在学习中找到趣味,完全不同于其他资料的算法枯燥无味(C language program 100 cases of sperm interesting solution is in PDF format. There are many interesting examples of both large and small algorithm, the algorithm can be described as classic. This is a learning algorithm is good information, in learning to find interesting information is completely different from other algorithms dull)
- 2013-06-13 23:01:00下载
- 积分:1