资源列表
jisuanqi
- 小型计算器程序,由汇编编写的,可以进行4则运算-A small calculator program, written by a compilation of
xiufujiechixiang
- 修复应用程序劫持项,恢复系统正常的Bat源码。适合Bat新手学习的例程。-Repair application hijack entries, restore the system to normal Bat source. Bat for novice learning routines.
matlab
- 1输入数组n倍标准偏差过滤 2跌代算法-见源码
bpsk
- 一个关于BPSK误码率仿真的程序,内容只包括误码率仿真部分!-One on BPSK BER simulation procedures, including the signal generated by adding Gaussian white noise, and bit error rate!
microsoftmagic
- This Microsoft magic. This document shows some tips and tricks-This is Microsoft magic. This document shows some tips and tricks
tjfx1
- 数理应用统计中,对非中心塌方分布的参数进行估计-parameters estimated on the distribution of non-center collapse
paixu
- 数组排序,课程作业,数组排序,课程作业数组排序,课程作业-Array sort
small-wave-neutral-network
- 该m文件为小波神经网络程序,而且经过调试,此m文件可用-After debugging, m files available
Dla8
- 分形代码优化计算,请您自己下载学习,-Fractal code optimization calculation, please download your own learning, thank you
a-date-of-the-year
- 1、输入某一日期,判定该日期为星期几 2、求三角形的面积-To determine whether a date is the first few days of the year
gold
- Gold序列的产生程序,是基于两个互相关值较小的m序列模2加得到的-The program is based on Gold sequences, two m sequences of cross-correlation value smaller 2 and get
QUEUE
- 用C语言编写的队列接口,适用于各种环境,提供接口: QUEUE *initQueue(int MaxRoom) void destroyQueue(QUEUE **queue) Boolean isQueueEmpty(QUEUE queue) Boolean isQueueFull(QUEUE queue) Boolean in(QUEUE *queue, USER_TYPE data) Boolean out(QUEUE *queue, USER_TYPE