-
网络与通信ComTest.rar
网络与通信ComTest.rar-networking and communications ComTest.rar
- 2022-03-20 22:59:55下载
- 积分:1
-
um=5.elmo
/*The program sets an arrays of positions and speeds.On the digital input #6 trigger, the program moves forward, waits one second and returns.The destination and speed of the motion are defined according to the values in the speed and position arrays, with an index set by digital inputs #1 through #5.When an error occurs, the program stops and digital output #1 is raised.The motions are executed by functions called by the main program.Errors are detected in the motion functions and returned to the main program.*///Global Variable declarationint Destination[32];int MotionSpeed[32];int MaxDest;int MaxSpeed;//Functions declarationfunction int Err = MoveForward(int MoveIndex); function int Err = MoveBack(int MoveIndex);//Program##PROGRAM1//Local variables declarationint i;float Coeff;//Program bod
- 2022-06-16 23:30:26下载
- 积分:1
-
if this document can understand the (only one main function, available to the ve...
如果能够把这个文件看懂了(只有一个main函数,可用到的C知识非常深奥),那你的C语言就到家了。非常值得学习。-if this document can understand the (only one main function, available to the very esoteric knowledge C), then you are on the C language of the home. Very worth learning.
- 2023-08-24 01:00:03下载
- 积分:1
-
Some wireless LAN vendors refuse to release hardware specifications or drivers f...
Some wireless LAN vendors refuse to release hardware specifications or drivers for their products for operating systems other than Microsoft Windows. The ndiswrapper project makes it possible to use such hardware with Linux by means of a loadable kernel module that "wraps around" NDIS (Windows network driver API) drivers.
- 2022-02-24 09:30:21下载
- 积分:1
-
通过setupapi安装驱动,可以制作成dll接口用来安装程序调用
通过setupapi安装驱动,可以制作成dll接口用来安装程序调用-Setupapi install the drive through, you can make a dll interface for call setup
- 2022-05-17 23:24:49下载
- 积分:1
-
预付费出租车预订系统
intellidispatch出租车预订系统是一个智能软件,用于预付费出租车预约系统。距离计算是自动使用谷歌地图接口;
- 2023-01-21 02:25:04下载
- 积分:1
-
本对象为自定义按钮对象,修改自扁平按钮
// 主要功能为:扁平按钮形式 〔包括原扁平按钮的所有功能〕
// 渐进色状态 〔具有渐近色的按钮〕
//...
本对象为自定义按钮对象,修改自扁平按钮
// 主要功能为:扁平按钮形式 〔包括原扁平按钮的所有功能〕
// 渐进色状态 〔具有渐近色的按钮〕
// 正常按钮状态 〔修饰了的原始PB按钮〕
// 新增两种XP风格按钮 〔焦点状态颜色不同〕
// 图片按钮状态〔可用pb自己的图片〕
// 椭圆形按钮状态 〔在以上几种按钮形态下把按钮转换为椭圆形〕
// 提示信息显示 〔显示按钮的提示信息〕-The custom button for the object, modified from a flat button// main function as: a flat button on the form of the original flat button 〔including all the features〕// progressive color asymptotic state 〔〕 button color// normal button state 〔modified button of the original PB〕// Two new XP style buttons 〔〕 different focus of the state of the color// picture button state can be used 〔〕 pb own picture// oval-shaped button in the above state 〔button patterns button under the conversion for the oval-shaped〕// prompt information display shows buttons 〔〕 message
- 2023-03-24 13:55:02下载
- 积分:1
-
画板工具,可以画直线线,圆等图形,类似于WINDOWS自带的画图。...
画板工具,可以画直线线,圆等图形,类似于WINDOWS自带的画图。-Sketchpad tool to draw straight lines, round, such as graphics, similar to the drawing WINDOWS own.
- 2022-01-26 06:41:31下载
- 积分:1
-
intel pro/wireless 2000驱动
intel pro/wireless 2000驱动-intel pro/wireless 2000 drive
- 2023-01-03 08:50:03下载
- 积分:1
-
IE浏览器防止主页篡改驱动程序源码
通过注册表回调实现的防护Windows上的IE浏览器主页的驱动程序,严密防护IE主页键的修改、删除、重命名等操作
- 2022-10-21 06:20:03下载
- 积分:1