资源列表
t_com
- Turbo C编写的串口测试程序,可作主板维修时调试和测试串口使用。
BILINEAR
- 双线形变换法设计滤波器,需帐号就可自由下载此源码
normpdf
- 改进后的高斯信号发生函数,可用于字符运算。-Improved Gaussian signal, can be used for computing characters.
isd4004
- 可以达到8分钟时间,工作电流25~30MA,维持电流只需1UA-8 minutes of time can be achieved
spectrum
- 输入数据文件,按照数据计算相应的功率谱计算-Power spectrum calculation
JND
- 将watson的DCT视觉模型计算出来,能够得到每个8*8块的系数的JND值- calculate watson s vision model,we can get the JND of every 8*8 s coefficients.
riqi
- 单个写入程序/多个阅读程序在.Net类库中其实已经提供了实现,即System.Threading.ReaderWriterLock类。本文通过对常见的单个写入/多个阅读程序的分析来探索c#的多线程编程。 -Single writer/multiple reader program. Net class library implementation in fact already provided, that System.Threading.ReaderWriterLock class. Bas
philosopher
- 使用多线程来解决哲学家就餐问题的源代-To use multiple threads to solve the source code for the dining philosophers problem
txt2wav
- 这个一个将txt内容转换为wav的简单代码,本代码使用VC6.0编写,非常实用,但是需要下载安装speechsdk5.1.-This is a code from txt to wav, it is very good, but need speechsdk5.1.
negentropy_grad
- 这是一个基于负熵的梯度算法,混合方式是线性瞬时混合,适用于适定情况,该算法收敛速度慢,但很实用。-failed to translate
TiGG_PROSIM
- In statistical mechanics, the Potts model, a generalization of the Ising model, is a model of interacting spins on a crystalline lattice. By studying the Potts model, one may gain insight into the behaviour of ferromagnets and certain other phenomena
2.2
- 某出版系统发行图书和磁带,利用继承设计管理出版物的类。要求如下:建立一个基类Publication存储出版物的标题title、出版物名称name、单价price及出版日期date。用Book类和Tape类分别管理图书和磁带,它们都从Publication类派生。Book类具有保存图书页数的数据成员page,Tape类具有保存播放时间的数据成员playtime。每个类都有构造函数、析构函数,且都有用于从键盘获取数据的成员函数inputData(),用于显示数据的成员函数display()。-A p