-
关于crc16位效验码的源代码计算方法,该效验码可以应用到通讯,等对数据传输要求较高的通讯。...
关于crc16位效验码的源代码计算方法,该效验码可以应用到通讯,等对数据传输要求较高的通讯。-crc16 place on the well-tested code of the source code calculation method, the well-tested code can be applied to the telecommunications, data transmission and other higher communications.
- 2022-04-17 15:17:51下载
- 积分:1
-
ADO conection Test in Delphi
这是一个ADO连接测试示例程序,您可以在其中建立
- 2022-05-15 14:52:36下载
- 积分:1
-
DelphiX 编程控件
DelphiX 编程控件-DelphiX Control Programming
- 2022-02-01 09:03:27下载
- 积分:1
-
读者写者问题,实现模拟
读者写者问题,实现模拟 -Readers to write the problem, realize analog
- 2022-01-31 04:26:47下载
- 积分:1
-
- 2022-03-16 06:05:06下载
- 积分:1
-
voice codec plugin for winamp.
selever api 帮助文档 大家来下啊-Help selever api to everyone under the ah
- 2022-11-22 15:35:03下载
- 积分:1
-
Firefox插件开发
FireFox插件开发DEMO,插件可与JavaScript脚本交互-FireFox PlugIN Develop
- 2022-01-28 16:28:17下载
- 积分:1
-
扫描局域网和主机
别人写的一个比较好的扫描局域网中主机的程式!能够得到局域网中存在的主机IP
- 2022-03-17 00:07:54下载
- 积分:1
-
Carry out each important function of chain table ,including the function of dele...
实现链表的各个重要功能包括删除、插入、和初始化等功能。-Carry out each important function of chain table ,including the function of deleteing,inserting and initialization.
- 2023-01-17 18:45:03下载
- 积分: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