-
when a good control at your disposal, what will you do not have to think, starte...
当一个很好的控件为你效劳时,你会怎样?? 不用想了,开始学就是了-when a good control at your disposal, what will you do not have to think, started to learn the grindstone
- 2022-02-16 03:43:58下载
- 积分:1
-
遥感动态监测PCA主成分分析算法
主成分分析的源代码,用于遥感影像的主成分分析
- 2022-03-09 18:46:28下载
- 积分:1
-
三个函数来计算“开”、“关”或简单的“奇偶校验位”…
Three functions to calculate the number of "on", "off", or simple "parity" bits of input
- 2022-07-09 00:50:33下载
- 积分:1
-
【分享】超市商品信息管理系统,基于组件技术,CS结构,非常经典!一本教材中的例程。...
【分享】超市商品信息管理系统,基于组件技术,CS结构,非常经典!一本教材中的例程。-supermarket goods-- sharing information management system based on component technology, C S, very classic! A Textbook of routines.
- 2023-07-20 19:20:03下载
- 积分:1
-
C#中ADO控件的学习资料,需要的可以下载!
C#中ADO控件的学习资料,需要的可以下载!-ADO Control in C# to learn the information needed can be downloaded!
- 2022-03-15 15:26:21下载
- 积分:1
-
这个文件包含了常用算法的C++语言源代码,苏…
该文件包含C语言当中的常用算法源码,如单元加,底层编码,汉诺塔,逆阵,数据结构里面的很多重要的算法源码,是精通C的必备。-This file contains C language source code among the commonly used algorithms, such as the cell increases, the underlying code, Tower of Hanoi, inverse matrix, many important data structures inside the algorithm source code, is proficient in C essential.
- 2022-09-14 18:50:03下载
- 积分:1
-
This the VB6 code for Dot Matrix in VB6,
This the VB6 code for Dot Matrix in VB6,-This is the VB6 code for Dot Matrix in VB6,
- 2022-01-26 00:53:32下载
- 积分:1
-
java socket的应用和理解入门学习应用
java socket的应用和理解入门学习应用-java socket application and understanding of entry-learning applications
- 2023-04-09 14:40:04下载
- 积分:1
-
一个创建IE快捷方式到桌面的实例、可更打开快捷方式时所指向的URL地址~~可直接编译使用~...
一个创建IE快捷方式到桌面的实例、可更打开快捷方式时所指向的URL地址~~可直接编译使用~-Create a shortcut to the desktop IE instance, can be more open the shortcut pointing to the URL address of the time can be directly compiled using ~ ~ ~
- 2022-08-08 21:13:08下载
- 积分: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