-
calculation
刚学VC,做的一个计算器(just learning, so a calculator)
- 2005-03-02 19:16:17下载
- 积分:1
-
ACI_VF
基于IQMATH形式的三相感应电机VF控制的dsp程序(
Did you mean: 基于IQMATH形式的三相感应电机VVVF控制的dsp程序
Allow phonetic typing
English
Spanish
Arabic
VF control IQMATH the form of three-phase induction motor-based dsp program)
- 2021-01-19 10:18:42下载
- 积分:1
-
状态机
/*
*状态机实现由switch和函数指针两种方式:
在实现有限状态机时,使用switch语句是最简单也是最直接的一种方式,其基本思路是为状态机中的每一种状态都设置一个case分支
一个函数指针数组可以像下面这样声明:
void (*state[MAX_STATES]) ();
如果知道了函数名,就可以像下面这样对数组进行初始化。
extern int a(),b(),c(),d();
int (*state[]) ()={a,b,c,c};
可以通过数组中的指针来调用函数:
(*state[i]) ();
* */
- 2022-02-05 14:21:47下载
- 积分:1
-
C.jingdian.chm
C语言经典算法
C语言经典算法
C语言经典算法(C C++ language classic algorithm)
- 2009-03-21 20:53:49下载
- 积分:1
-
tcpdemo
tcp协议的demo程序,包括tcp server和client,可用于学习基本的C/S通信机制。(tcp protocol demo program, including the tcp server and client, can be used to learn the basics of C/S communication mechanism.)
- 2014-08-21 09:47:12下载
- 积分:1
-
example2
实例 如何根据窗体大小排列控件 (Examples of how the order form the size of control)
- 2009-05-24 11:45:50下载
- 积分:1
-
pic
matlab Image processing code
- 2011-04-16 21:33:28下载
- 积分:1
-
STM32控制 无刷电机 (开环控制)
霍尔传感器接口(开环控制)
本例程是在STM32F407芯片为基础架构的硬件而开发的应用软件。输出6路单极性PWM信号控制无刷电机,换相时机由霍尔信号决定。
PWM信号不会同时导通,所以本例程不需要设置死区。
- 2022-07-15 03:50:34下载
- 积分:1
-
CSharp
software engineering C#
- 2014-11-03 22:52:44下载
- 积分:1
-
BaseMenuDemo
基本下拉菜单的创建与消息响应,VC++精选编程学习源码,很好的参考资料。(The basic menu creation and message response, VC++ select learning programming source code, a good reference.)
- 2013-12-02 11:29:46下载
- 积分:1