-
AryanRat
国外著名的远程控制RAT 适合改成自己的专用(Famous for the remote control RAT into its own dedicated)
- 2009-07-12 18:58:05下载
- 积分:1
-
template
template 模版函数 函数模版 深入了解(template template template-depth understanding of the function function)
- 2013-07-15 17:33:53下载
- 积分:1
-
Desktop
基于linux的多人聊天程序代码 可以注册 但不是广播 是一对一的聊天(Linux-based multiplayer chat program code can be registered, but is not a broadcast one to one chat)
- 2013-06-12 14:59:39下载
- 积分:1
-
keyboard_driver_C
说明: 键盘的源码的程序,了解键盘编程的方法,键盘测试程序(Keyboard source procedures, understanding of the keyboard programming methods, testing procedures keyboard)
- 2008-10-14 00:41:21下载
- 积分:1
-
GDI2
GDI+使用文档,一些很好的例子放在里面方便随时使用(GDI+ documents, some good examples on the inside at any time convenient to use)
- 2012-07-02 22:36:50下载
- 积分:1
-
router1
模拟路由器功能,简单的c++程序代码,可以实现。(Simulation router function a simple c++ code, can be achieved.)
- 2021-03-27 22:29:12下载
- 积分:1
-
Hpop
VC++卫星精密定轨(HPOP)程序,采用高阶精确力学模型。(VC2003)(VC++ satellite orbit determination procedures, the use of high precision mechanical model.)
- 2021-03-18 20:19:19下载
- 积分:1
-
078654
使用多媒体定时器,VC++精选编程学习源码,很好的参考资料。(Using multimedia timer, VC++ select learning programming source code, a good reference.)
- 2013-11-28 10:56:37下载
- 积分: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
-
Winsock
关于网络编程客户端之间相互监听的网络编程程序代码(Programming on the network between the client network programming code monitor)
- 2010-12-19 23:20:09下载
- 积分:1