-
Programming-Applications-for-MS
微软应用程序编写指南,比较不错的一本C、c++编写指导教程(Microsoft Application Programming Guide, a relatively good one C, c++ tutorial written guidance)
- 2012-02-02 15:24:00下载
- 积分:1
-
SreenServer
远端屏幕共享,获取屏幕截图并保存,值得学习(Remote screen sharing, take a screenshot and save it, it is worth learning)
- 2014-08-21 17:38:50下载
- 积分:1
-
opnet_aloha
实例 用Modeler搭建一个ALOHA协议仿真平台,进一步熟悉Modeler节点级和进程级的操作,深化三层建模机制。(进程->节点->网络)
(Examples ALOHA protocol with Modeler to build a simulation platform to further familiarize Modeler node level and process-level operations, deepening three modeling mechanism. (Process-> Node-> Network))
- 2014-01-05 17:08:34下载
- 积分:1
-
application-of-Brushless-DC-motor
主要介绍无刷直流电机的应用及各项功能的实际操作等等(Mainly introduces the application of Brushless DC motor and the function of the actual operation and so on.)
- 2015-04-29 22:03:52下载
- 积分:1
-
73562472624
VB采用UDP远程唤醒主机一例,有需要的就下。(VB uses UDP remote wakeup host one case, there is a need on the next.)
- 2013-07-28 08:24:04下载
- 积分:1
-
Win7ElevateV2_Source
了rundll32注入提升权限从而绕过UAC的方法,你可以让rundll32通过加载dll来执行你的代码
- 2010-06-08 14:48:38下载
- 积分:1
-
NTRIPClientNew
说明: NTRIP协议(IP数据网络传输协议)是用于移动RTK改正数据从基地到利用互联网漫游协议。这是特别有用的领域,传统的收音机不好,由于树木或丘陵。NTRIP客户端软件你需要靠近车件。它从互联网上获取数据,并将其发送给漫游者使用的串行端口。这个程序是一个更有用的替代GNSS互联网电台。它通常用在拖拉机驾驶室的小型笔记本或上网本上。互联网接入通常是通过USB无线数据卡从您的手机公司,或系留蓝牙数据能力的手机。VS2010编译。增加了对$GNGGA的支持。(NTRIP (Network Transport of RTCM data over IP) is a protocol for moving RTK correction data from the base to the rover using the Internet. This is especially useful in areas where traditional radios don't work well due to trees or hills. The NTRIP Client is the piece of software you need near the rover. It gets the data from the Internet and sends it out the serial port for the rover to use. This program is a more useful alternative to GNSS Internet Radio. It is typically used on a small laptop or Netbook in the cab of the tractor. Internet access is usually via a USB wireless data card from your cell phone company, or tethered Bluetooth to a data capable phone. VS2010 compilation. Increased support for $GNGGA.)
- 2017-06-03 17:36:17下载
- 积分:1
-
vc
说明: 本压缩包里 有两个程序一个是vc++和arm的c语言在ads中开发。功能主要是串口发送命令个arm,然后arm响应命令,然后执行操作。对初学arm和vc的人很有帮助(The compression bag has two procedures one is vc++ And arm of the c language developed in the ads. Function is mainly to send the serial order of arm, and then arm in response to command, and then perform operations. Arm of the beginner and those who vc helpful)
- 2008-08-11 11:30:01下载
- 积分:1
-
shutdown
打开后,会自动计时关机
如要停止,按否按钮20次
或从任务管理器中可停止(Opened, will automatically shut down if the time to stop, according to whether the button 20 times or from the Task Manager to stop)
- 2009-06-10 17:23:46下载
- 积分: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