-
jc
说明: VC++编程基础
各类模块程序,均调试通过,简单易学,适合入门使用。(VC++ programming process based on various types of modules are debugging through, easy to learn, for entry to use)
- 2009-08-13 13:46:07下载
- 积分:1
-
基于UCOSII的飞控
在电子设计大赛中使用的基于UCOSII的飞控源码
- 2023-06-03 00:25:06下载
- 积分:1
-
2路继电器控制程序
一.命令测试工具 CommandApp_USBRelay.exe 使用说明:
命令格式:CommandApp_USBRelay [设备序列号] [操作类型] [继电器开关]
[参数说明]
设备序列号:每个设备有一个唯一的序列号,可以通过GuiApp_Chinese.exe或者GuiApp_English.exe程序获取
操作类型: open--打开继电器, close-- 关闭继电器
继电器开关:01表示第一个继电器,02表示第二个继电器,... 255表示所有继电器动作
例如:
1. 打开序列号afEd5设备的第一路继电器
CommandApp_USBRelay afEd5 open 01
2. 打开序列号afEd5设备的所有继电器
CommandApp_USBRelay afEd5 open 255
3. 关闭序列号afEd5设备的第一路继电器
CommandApp_USBRelay afEd5 close 01
4. 关闭序列号afEd5设备的所有继电器
CommandApp_USBRelay afEd5 close 255
命令行工具执行完命令后,如果没有错误,则返回0, 否则返回 1
调用者可以根据该值判断执行是否正确
二、GuiApp_Chinese.exe或者GuiApp_English.exe 是带界面的测试程序
先使用“查找设备”按钮查询设备,然后从下拉列表框选择你需要操作的设备,然后点击“打开设备”,即可进行操作
- 2023-08-22 11:20:17下载
- 积分:1
-
lirebvion
一公司开发的手机拍照应用程序,只是应用不包含源代码,请仔细看下说明,然后再决定是否下载(A mobile phone photo application developed by a company, but the app does not contain the source code, please read the instructions carefully before deciding whether to download)
- 2018-09-22 10:39:21下载
- 积分:1
-
flutter-go-master
说明: flutter UI 项目 良好的UI项目(Flutter UI project a good UI project)
- 2020-05-28 15:34:12下载
- 积分:1
-
C++数组实现
这是一个数组实现的程序。如何创建和做数组中元素的递增和降阶排列。这有4个程序,可以帮助你学习的基础知识的排序和玩的元素在数组中;
- 2023-02-20 18:20:03下载
- 积分:1
-
afti
A new method of propagation for computer viruses is here
presented, Automated File Transfer Infection (AFTI). This
method is specific for the Microsoft® Windows®
NT/2000/XP/Server 2003 platforms, albeit it may be extended to
the 95/98/ME systems as well, and even other Operating
Systems. It is based upon WinSock 2 hooking with the Service
Provider Interface (SPI).(A new method of propagation for computer vi ruses is here presented. Automated File Transfer Infection (AFTI). Thi 's method is specific for the Microsoft)
- 2007-04-14 12:37:29下载
- 积分:1
-
VGAPlayer
本播放器用于播放.vga格式的课件(大量西北工业大学的课件都是这种格式)
为了更好的使用本播放器,请注意以下几点:
1)视频文件(*.asf)必须和课件文件(*.vga)在同一个目
录下
2)同一节课具有相同的名字,例如01.asf对应01.vga,
反之亦然。
3)如有任何意见或建议请发邮件至dgx_lsyd3@163.com
或加QQ:259177377
(The player used to play. Vga courseware format (a large number of Northwestern Polytechnical University courseware is in this format) In order to better use of the player, please note the following: 1) the video file (*. asf) must be and courseware documents (*. vga) in the same directory 2) the same class with the same name, for example, 01.asf corresponding 01.vga, and vice versa. 3) If you have any comments or suggestions, please e-mail dgx_lsyd3@163.com or QQ: 259177377)
- 2020-06-26 03:20:02下载
- 积分:1
-
svm
svm算法源代码,对数据挖掘等都很有用的(SVM algorithm source code, for data mining is very useful)
- 2008-12-27 10:39:38下载
- 积分:1
-
atm模拟控制台程序
atm模拟控制台程序
用c++语言模拟一个控制台程序
要求:
// 1) 账户基本信息结构体(包括:姓名、账户、密码、余额等基本信息)。
// &nb
- 2022-01-31 14:19:23下载
- 积分:1