-
本程式是用VB6编写的程序,主要用于空调工程中铜管重量价格的计算。...
本程式是用VB6编写的程序,主要用于空调工程中铜管重量价格的计算。-the VB6 program is prepared by the procedure, mainly for air-conditioning engineering brass weight of the price calculation.
- 2022-05-09 10:02:16下载
- 积分:1
-
LU矩阵分解串行算法,一个矩阵拆分成两个三角矩阵乘积
LU矩阵分解串行算法,一个矩阵拆分成两个三角矩阵乘积-Serial LU matrix factorization algorithm
- 2022-03-01 10:05:04下载
- 积分: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
-
一个很好的c/c++代码编写规范,可以很好的教你写高质量的代码。...
一个很好的c/c++代码编写规范,可以很好的教你写高质量的代码。-A good c/c++ Coding norms, can teach you to write good quality code.
- 2022-02-02 06:45:25下载
- 积分:1
-
VC++ 云台摄像头控制程序源代码
VC++ 云台摄像头控制程序源代码。控制云台和镜头。。
- 2022-02-11 21:23:52下载
- 积分:1
-
一个简单的邮件发送器
一个简单的邮件发送器-a simple mail sender
- 2022-03-11 16:24:01下载
- 积分:1
-
WINCE5.0 under the camera driver, camera chip for the OV9650.
WINCE5.0下的摄像头驱动程序,摄像头芯片为OV9650.-WINCE5.0 under the camera driver, camera chip for the OV9650.
- 2023-03-20 07:00:04下载
- 积分:1
-
windowsce3.0的开发指南,可以对windowsce的内核部分有一个大致的了解...
windowsce3.0的开发指南,可以对windowsce的内核部分有一个大致的了解-windows CE3.0 developer guide.An overview of the WinCE kernel.
- 2022-07-08 00:56:39下载
- 积分:1
-
Transcode in Hex Binary. Перекодировать Hex в Binary.
Transcode in Hex Binary. Перекодировать Hex в Binary.
- 2023-06-01 12:45:03下载
- 积分:1
-
贪心算法解决分割问题
给定一定的宽度,和N个输入(宽度)
得出最小的宽度...
贪心算法解决分割问题
给定一定的宽度,和N个输入(宽度)
得出最小的宽度-greedy algorithm to solve the segmentation problem must set the width and N input (width) reached the minimum width
- 2022-02-10 13:43:33下载
- 积分:1