-
VB调用VC的DLL
说明: C语言编写的dll文件,在VB项目中调用(The DLL file written in C language is called in VB project)
- 2020-06-24 11:20:02下载
- 积分:1
-
example41_SD_FAT32
说明: DSP实现对内存卡写入的测试程序
能够准确的对内存卡进行写入操作
可在此基础上进一步开发内存卡(A Test Program for Memory Card Writing Based on DSP
Can accurately write to memory card
On this basis, memory card can be further developed.)
- 2020-06-17 22:20:01下载
- 积分:1
-
CC2430node-node
zigbee CC2430点对点源代码可以用于测试CC2430是否能工作(zigbee CC2430 source peer-to-peer CC2430 can be used to test whether the work)
- 2009-06-18 10:09:16下载
- 积分:1
-
QTdaojishi
一个基于QT平台的倒计时小程序,插入到项目里比较好用(A countdown program based on the QT platform, which is easy to insert into the project)
- 2019-07-04 10:12:08下载
- 积分:1
-
问道[GM管理工具]
说明: 问道GM工具 修改数据库文件,添加元宝(wendao GM tool..change mysql)
- 2020-06-21 07:00:01下载
- 积分: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
-
01_源代码
步进电机正反转调速系统设计,使用51单片机(Design of forward reverse speed adjustment system for stepping motor)
- 2019-01-12 11:04:50下载
- 积分:1
-
meshless-sph
用sph(光滑流体粒子动力学)方法模拟经典流动泊肃叶流,适合sph方法初学者练习使用!(With sph (smooth fluid particle dynamics) simulations classic Poiseuille flow stream, suitable for beginners to practice using the method sph!)
- 2020-08-30 10:48:12下载
- 积分:1
-
C++ 读优输优
C++ 的读优输优,读入使用=read(),输出使用write()
若嫌不够快,欢迎将=read()改成传值
- 2022-05-21 05:44:17下载
- 积分:1
-
PDA-VcSm
带触摸屏消息传送机制 模拟软件,可以在WINDOW下运行(With touch-screen messaging system simulation software that can run in the WINDOW)
- 2010-02-23 12:40:39下载
- 积分:1