-
图形学上机第三次实习设计! 二维变换及三维投影!
图形学上机第三次实习设计! 二维变换及三维投影!-graphics on the plane third internship design! Two-dimensional and three-dimensional projection transformation!
- 2022-06-18 15:24:33下载
- 积分:1
-
C 01。
01.C-#语法篇(上).rar
01.C-#语法篇(上).rar-C# language
- 2023-03-26 06:25:05下载
- 积分:1
-
Visual Basic for beginner
Visual Basic for beginner
- 2022-02-13 16:23:52下载
- 积分:1
-
时针程序,有时针分针秒针,动态显示当前时间
时针程序,有时针分针秒针,动态显示当前时间-Clockwise procedures, it looked hands of Clockwise, dynamic display the current time
- 2022-04-10 21:08:45下载
- 积分:1
-
beautiful pair of C source code c learning program design has been very helpful
漂亮的C源代码
对学习c程序设计非常有帮助-beautiful pair of C source code c learning program design has been very helpful
- 2022-08-16 00:25:06下载
- 积分:1
-
An article on 2
An article on 2-D Polygon Clipping with the source code-An article on 2-D Polygon with the Clipping source code
- 2022-01-25 16:42:34下载
- 积分:1
-
builder 编程入门书,是不错的初学学习资料
builder 编程入门书,是不错的初学学习资料-c++builder program
- 2022-03-13 02:00:25下载
- 积分:1
-
获取系统信息的小程序
获取系统信息的小程序-access to the information systems of small procedures
- 2023-05-30 12:30:03下载
- 积分:1
-
ce 5.0上的用mfc编制的ini文件读写源代码,调试OK。
ce 5.0上的用mfc编制的ini文件读写源代码,调试OK。-ce 5.0 on mfc prepared using ini file to read and write source code, debugging OK.
- 2022-04-08 00:07:56下载
- 积分: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