-
一个给予wince的程序 非常好用 大家可以下载来学习
一个给予wince的程序 非常好用 大家可以下载来学习-Wince a given procedure is very easy to use you can download to learn
- 2023-06-03 19:20:03下载
- 积分:1
-
求集合的各元素的重数,也就是重复次数,和集合的众数,也就是重复次数最多的元素...
求集合的各元素的重数,也就是重复次数,和集合的众数,也就是重复次数最多的元素-Seeking re-set the number of each element, that is, repetition, and the collection mode, that is, the highest number of repeated elements
- 2023-01-09 11:35:04下载
- 积分:1
-
16F877使用计时秒表功能的实现,用汇编语言
采用一个16F877实现计时秒表功能,用汇编语言编写-16F877 using a stopwatch function of time to achieve, in assembler language
- 2022-07-10 16:03:02下载
- 积分:1
-
探测远程Windows主机NetBios信息程序vc
探测远程Windows主机NetBios信息程序vc-detect remote Windows mainframe NetBios information procedures vc
- 2022-02-20 11:56:57下载
- 积分:1
-
选择
select-option-disabled-emulation.js解决IE6 Select 中 option 的disabled属性无效的办法~~~在页面加载时架子该js,呵呵有点问题:onchange 时间冲突 自己-select-option-disabled-emulation.js
- 2022-05-20 04:20:48下载
- 积分:1
-
primary programming, the way C
初级编程,了解C的写法-primary programming, the way C
- 2022-07-25 20:49:29下载
- 积分:1
-
网络聊天工具IM的C++源代码,喜欢的朋友下载。
网络聊天工具IM的C++源代码,喜欢的朋友下载。-Internet chat tool to IM" s C++ source code, like a friend to download.
- 2022-10-31 10:20:04下载
- 积分:1
-
this upload sample
this upload sample-this upload sample................
- 2022-04-19 11:06:50下载
- 积分:1
-
一组转换函数用于十六进制字符串二进制字符串八进制字符串到十进制整数相互转换...
一组转换函数用于十六进制字符串二进制字符串八进制字符串到十进制整数相互转换-Transfer function for a group of hexadecimal string string octal binary string to decimal integer conversion
- 2022-01-26 01:35:28下载
- 积分: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