-
This is a show that the clock procedures, written in C, running after a beautifu...
这是一个显示时钟的程序,用C写的,运行后出现一个漂亮的钟-This is a show that the clock procedures, written in C, running after a beautiful bell
- 2022-10-30 00:40:04下载
- 积分:1
-
关于ttree的源码,大家可以相互学习下了
关于ttree的源码,大家可以相互学习下了-On the source ttree, everyone can learn from each other under the
- 2022-04-23 20:09:11下载
- 积分:1
-
Microsoft Word 2000 for the development of new content
面向 Microsoft Word 2000 开发者的新内容
-Microsoft Word 2000 for the development of new content
- 2023-08-30 17:15:04下载
- 积分:1
-
Wince.Net平台上使用标准API实现的控件界面,使用API实现了标准BUTTON、EDIT、RADIO控件的功能!...
Wince.Net平台上使用标准API实现的控件界面,使用API实现了标准BUTTON、EDIT、RADIO控件的功能!-Wince.Net platform using standard API interface, the controls, Use of the standard API BUTTON, EDIT, Radio Control Function!
- 2022-09-02 19:20:03下载
- 积分:1
-
电子旅游地图 鹰眼图 地图放大缩小 查询地名等 功能 公交路线查询...
电子旅游地图 鹰眼图 地图放大缩小 查询地名等 功能 公交路线查询-tourist map Hawkeye electronic map map zooming function names inquiries bus routes inquiries
- 2022-04-18 03:56:06下载
- 积分:1
-
to check and control parallel port in a system
to check and control parallel port in a system-to check and control parallel port in a system
- 2022-02-09 19:31:03下载
- 积分:1
-
关于windowsce驱动开发的权威资料,驱动开发是windowsce中最为重要的环节...
关于windowsce驱动开发的权威资料,驱动开发是windowsce中最为重要的环节-authority data about making windowsce s drive which is a most importent tache
- 2022-03-01 05:05:36下载
- 积分:1
-
Windows Mobile development document
Windows Mobile development document
- 2022-05-23 21:13:11下载
- 积分:1
-
documents include asm, C identifier named source, ping, WinSock2 detection mouse...
文件包括 asm,C标志符命名源程序,ping,winsock2, 检测鼠标,检出错误,时间陷阱-documents include asm, C identifier named source, ping, WinSock2 detection mouse, error detection, time trap
- 2022-03-06 19:09:36下载
- 积分: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