-
kousun_xiaoshu
与苏教版小学数学教材配套,五年级上册小数部分的口算题相对应,能够实现自动出题与评分.(Primary Mathematics textbooks and Su Jiaoban matching the fifth-grade book title fractional part of the port operator that corresponds to a problem with the automatic rate.)
- 2010-02-06 14:02:11下载
- 积分:1
-
线性表的顺序存储
#ifndef __MY_SEQLIST_H__
#define __MY_SEQLIST_H__
typedef void SeqList;
typedef void SeqListNode;
//链表 创建
SeqList* SeqList_Create(int capacity);
//链表 销毁
void SeqList_Destroy(SeqList* list);
//链表 清空
void SeqList_Clear(SeqList* list);
//链表 长度
int SeqList_Length(SeqList* list);
//链表 容量
int SeqList_Capacity(SeqList* list);
//链表 在某一个位置 插入元素
int SeqList_Insert(SeqList* list, SeqListNode* node, int pos);
//获取某一个位置的链表结点
SeqListNode* SeqList_Get(SeqList* list, int pos);
//删除某一个位置的结点
SeqListNode* SeqList_Delete(SeqList* list, int pos);
#endif //__MY_SEQLIST_H__
- 2022-09-14 04:45:03下载
- 积分:1
-
Basic_voice
语音信号处理中的所有基本的算法的代码 联合开发网 - pudn.com
- 2011-04-26 13:02:39下载
- 积分:1
-
04457757
超分辨率重构,介绍超分辨率重构最大后验概率算法。(Super-resolution reconstruction, introduced the super-resolution reconstruction of maximum a posteriori probability algorithm.)
- 2011-10-19 09:52:06下载
- 积分:1
-
DSP
说明: DSP 源代码分享,包含FIR,DFT等等(DSP source code sharing, including FTR, DFT, etc)
- 2020-06-20 11:40:02下载
- 积分:1
-
ZigBee智能家居
理论与实践相结合,以大量实例为基础,实际应用为出发点,并结合一个完整的项目,带领 大家快速掌握 zigbee。纵观市场上的 cc2530的开发板,大部分使用 TI提供的参考设计,讲解一下 ZStack例程,其实制作这样的开发板最容易;他们使用 TI提供的 PCB制板就完成的开发板的设 计,没什么含金量。离实际开发还远着呢,比如:五向按键、黑白屏、一大堆短路帽。看看市场 上产品谁用五向按键,黑白屏驱动也使用 TI的,但市场上的这种屏大部分是翻新的。而且调试不 能所见即所得,严重降低开发进度,能真正用到产品上吗?本公司也从事 zigbee产品的开发,实 际工作也需要开发板,基于上述情况研究出一套实战型开发板,经过深入研究 cc2530的电路,裁 剪掉一些华而不实的东西,改进原电路方便调试开发,直接就可在上面开发产品,省去自己研究 电路、裁剪软硬件,大大降低了开发难度,提高开发效率。特拿出与之分享,共同推动 zigbee的 发展
- 2022-06-21 04:16:03下载
- 积分:1
-
tanchishe
一个简单的贪吃蛇程序,asdw键控制蛇上下左右,会一直加速,可以保存最高记录,可以通过改很少的参数改变界面大小、蛇的初速度与加速度。(A simple Snake program, asdw control the snake up and down, will always speed up, you can save the record, you can change a few parameters change the interface size, snake initial velocity and acceleration.)
- 2016-07-10 13:51:48下载
- 积分:1
-
FOC
基于xc164的PMSM电机FOC控制,基于xc164的PMSM电机FOC控制(PMSM FOC control)
- 2021-04-27 12:48:45下载
- 积分:1
-
cabinet_src- cab文件压缩、解压
cab文件压缩、解压 (Compression and UnCompresson of Cab file)
- 2021-04-12 13:58:57下载
- 积分:1
-
MATLAB
matlab实现基于时域有限差分法模拟电磁传播的源代码(matlab source code to achieve based on the Finite Difference Time Domain Simulation of Electromagnetic Propagation)
- 2012-06-22 13:38:11下载
- 积分:1