-
c
说明: 循环结构程序设计。while语句、do-wile语句和for语句实现循环的方法。(Cycling structure design program。while statement,do-while statement
and for statement.
)
- 2010-11-26 17:11:31下载
- 积分:1
-
齿轮代码
可以用OPENGL实现两个齿轮旋转,程序运行无错误,运行环境VS2010+opengl环境,用于计算机三维建模,包括面的画法实现,以及法向量的添加等内容。
- 2023-05-22 04:15:03下载
- 积分:1
-
51驱动无刷电机
直接用51单片机驱动无刷电机,用定时器产生pwm输出直接控制电调而控制无刷电机
void zd_70us() interrupt 1
{
TH0=(65536-70)/256;
TL0=(65536-70)%256;
FLAG_JS++;
if(FLAG_JS==215)
FLAG_JS=0;
if(FLAG_JS
- 2022-10-06 20:15:03下载
- 积分:1
-
简单的c#生成条码工具,用于企业批量生成条码,可以后续持续改进
简单的c#生成条码工具,用于企业批量生成条码,可以后续持续改进
- 2022-04-17 09:28:54下载
- 积分:1
-
proj Car for LDC1314
说明: 基于MSP430F5529LP自动寻迹小车的源程序(Main Program of Automatic Tracking Vehicle Based on MSP430F5529LP)
- 2020-11-25 20:59:32下载
- 积分:1
-
emd
duke大学标准C的emd源码,可直接调用。(The EMD resource of duke.)
- 2009-02-20 10:56:19下载
- 积分:1
-
新建压缩文件
说明: (1)设计一个“简易计算器”,主要实现判断输入的表达式是否合法将中缀表达式转换成二叉表达式树。后序遍历求出表达式的值。能判断输入的表达式是否合法。
(2)用链式存储存储信息,求值时可以采用递归的思想,对表达式进行后序遍历。
(3)将操作结果保存到外部文件。((1) Design a "simple calculator" to judge whether the input expression is legitimate or not and convert infix expression into binary expression tree. The value of the expression is obtained by post-order traversal. Can judge whether the input expression is legitimate. (2) Store information in chain mode. When evaluating the value, we can use the idea of recursion to carry out post-order traversal of the expression. (3) To save the operation results to external files.)
- 2019-06-20 13:12:41下载
- 积分:1
-
动态验证码安全
C#中动态获取验证码的要求,在这里你可以看到要获取动态验证码的一些需求。一些必须要知道事项!!!
- 2022-06-27 16:10:24下载
- 积分:1
-
program
Graphics Program using c & c++ Programming
- 2013-10-07 15:08:30下载
- 积分:1
-
fastes
DEs加密算法,用于对文件进行加密,并且速度较快,但是已破解,(DEs encryption algorithm, used for file encryption, and faster, but has been cracked,)
- 2017-04-18 14:00:03下载
- 积分:1