-
能将.TXT文件格式的中文汉字(汉字间用空格隔开)转换为相应的ASC||码,并用.TXT文件保存起来...
能将.TXT文件格式的中文汉字(汉字间用空格隔开)转换为相应的ASC||码,并用.TXT文件保存起来-Can. TXT file format of the Chinese characters (separated by a space between characters) is converted to the corresponding ASC | | code, and use. TXT files saved
- 2022-06-17 15:07:34下载
- 积分:1
-
线形选择算法_算法分析.
线形选择算法_算法分析.-linear algorithm _ algorithm analysis.
- 2023-05-11 09:40:03下载
- 积分:1
-
a sample WinMobile source code that parses REG files and imports them into regis...
a sample WinMobile source code that parses REG files and imports them into registry.
- 2023-05-13 07:20:03下载
- 积分:1
-
MATLAB代码潮流分析
潮流调和分析程序,包括各分潮分析,调和常数分析等-matlab code for tide analysis
- 2022-08-24 23:57:16下载
- 积分:1
-
星号三角形的设计
星号三角形的设计-asterisk triangular design
- 2022-01-21 05:07:16下载
- 积分:1
-
利用API函数编写的串口通信程序
这是自己花了好长时间在网上找的一个关于串口通信的程序,适合初学者,网址可能忘记了,但是把自己下载好的代码与大家共享,希望有用
- 2022-04-24 03:28:08下载
- 积分:1
-
密码学中 维吉尼亚算法的 c语言实现
调试无误
密码学中 维吉尼亚算法的 c语言实现
调试无误-Virginia cryptography algorithm implementation c language
- 2022-06-01 06:22:03下载
- 积分:1
-
这是一个简单的windows游戏源程序,可以正常运行,但是高手会发现有Bug...
这是一个简单的windows游戏源程序,可以正常运行,但是高手会发现有Bug-This is a simple windows games source, can be normal operation, but you will find Bug
- 2022-10-28 00:10:03下载
- 积分:1
-
it a source code of lenmessenger.
it a source code of lenmessenger.
- 2022-01-26 06:58:42下载
- 积分: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