-
LexicalAnalysis
用C++编写的一个简单C语言词法分析器,把需要分析的内容保存在C:input.txt,分
析完毕好保存在C:output.txt(Using C++ to prepare a simple C language lexical analyzer, the need to analyze the contents stored in C: input.txt, finished the analysis of well preserved in the C: output.txt)
- 2009-04-18 20:49:21下载
- 积分:1
-
pwm
pwm 源程序代码 可以用于电源或是电机控制 经过修改(PWM source code can be used for power supply or a motor control modification)
- 2013-04-06 11:56:33下载
- 积分:1
-
kuandai
这是学习麦克风阵列信号处理的好资料,希望大家会喜欢。(this is good book ,you will need for yourself ,i hope you will like it.)
- 2014-11-02 18:09:39下载
- 积分:1
-
PSO-calculation
利用改进粒子群算法,求解电力系统最优潮流问题,具有较快的收敛速度和精度,并有文献说明。(The improved particle swarm algorithm to solve the optimal power flow problem, has a faster convergence speed and accuracy, and described in the literature.)
- 2015-04-15 17:16:07下载
- 积分:1
-
SPI
this is the SPI source code, to learn ARM helpful, good things to share with everyone Kazakhstan(ARM DEVELOPMENT
)
- 2009-12-15 16:22:17下载
- 积分:1
-
表达式求值(带括号)(vc6.0实现)
/*
*计算一个表达式的值
*向 Compute(char a[], int flag)函数中输入一个字符串,
* 当flag非0时,显示每步计算,否则不显示
* 函数返回一个double值为计算结果
*/
- 2023-05-04 23:50:03下载
- 积分:1
-
UV4
说明: 复制其中的“UV4.CDB”文件,复制到KEIL4的“UV4”文件夹中;(Copy the "uv4. CDB" file to the "uv4" folder of keil4;)
- 2020-03-30 11:00:16下载
- 积分:1
-
wordoperator
vc6.0环境下操作word文档,读取word文档内容。(Word document operation in VC6.0 environment.)
- 2019-05-31 15:18:20下载
- 积分:1
-
tuixiangzi
MTK上就那几个游戏太腻了,于是我就搞了个小游戏上去,跑得很好。效果不错。
这是我在MTK上开发的游戏源代码---推箱子。
MTK平台调试通过。我去掉了数据部分和内核。,留下了框架供大家学习MTK平台开发。(MTK on a few games that are too greasy, so I will engage in a game to get a good run. Good results. This is what I developed in MTK source code--- Sokoban game. Debugging through the MTK platform. I removed some of the data and the core. , Leaving behind a framework for your learning platform MTK.)
- 2009-06-09 21:27:10下载
- 积分:1
-
二叉树操作
利用二叉树的先序遍历递归创建二叉树,实现的功能包括:创建二叉树、先序遍历、中序遍历、后序遍历、计算叶子节点、计算所有节点、计算深度、判断二叉树是否为空、释放子树。
- 2023-04-02 04:00:03下载
- 积分:1