-
喷泉 gl 项目
使用 opengl 的喷泉 gl 项目工程 6 sem 学生 vtu 教学大纲的佛这个项目是计算机图形学中,用来学习编程技巧的第 6 次扫描电镜下的主题
- 2022-02-09 10:55:02下载
- 积分:1
-
使用pwm6输出pwm信号,通过滤波实现DAC转换。
使用pwm6输出pwm信号,通过滤波实现DAC转换。-use pwm6 output PWM signal through Filter DAC conversion.
- 2022-12-02 17:50:04下载
- 积分:1
-
at91sam9260 windows ce 5.0 bsp source code
at91sam9260 windows ce 5.0 bsp source code-at91sam9260 windows ce 5.0 bsp source code
- 2023-04-13 04:35:04下载
- 积分:1
-
文件操作演示程序
文件操作演示程序-file manipulation Demonstration Program
- 2022-07-01 12:12:44下载
- 积分:1
-
The source provides a number of MSN contact operation, including import and expo...
该源码提供对MSN的联系人的一些操作,包括导入导出联系人等-The source provides a number of MSN contact operation, including import and export contact, etc.
- 2022-03-11 09:09:57下载
- 积分:1
-
显示操作系统中现有的硬件设备,并实现操作
显示操作系统中现有的硬件设备,并实现操作-show the existing system hardware equipment, and achieve operational
- 2022-04-15 11:42:07下载
- 积分:1
-
VB的订单管理系统
VB的订单管理系统-VB Order Management System
- 2022-02-27 05:34:50下载
- 积分:1
-
NT services development template
NT服务开发模板-NT services development template
- 2022-05-06 03:53:11下载
- 积分:1
-
Mantis 中文用户手册,详细介绍Mantis使用方法
Mantis 中文用户手册,详细介绍Mantis使用方法-Mantis user manual
- 2022-05-09 04:49:45下载
- 积分: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