资源列表
AudioApp
- 一个使用TTS发音并用SR识别的例子,附带所有文件。-The use of a TTS pronunciation and use SR identification case in point.
89pp
- vc++编的语音 识别程序,很 好用的 ////////////////////////////// -vc series of the voice recognition procedure, the good //////////////////////////////
www
- System will automatically delete the directory of debug and release, so please do not put files
ftp
- ftp上传,下载工具,输入路径名即可实现,代码简单,适合学校课程设计用,实验用-ftp upload, download the tool, enter the path name can be achieved, the code is simple, suitable for the design of the school curriculum, and experiment with
BigIntC
- 素数生成工具 素数生成工具 -Prime number prime number generation tool generation tool Generation Tool prime number prime number generation tool
Simulink_1
- Series Resistor Inductor Circuit
85375542BPSK_Simulation_for_AWGN_Rayleigh_Channels
- 以下的BPSK波形成形,高频调制,解调程序,以做参考。-Implement a coherently detected BPSK system on MATLAB and obtain its PB vs E/N0 characteristic experimentally. Compare it with a graph of the Q(sqrt(2E/N0)) function.
duoyonghujianceqi
- 一个多用户检测器的matlab代码程序 采用m序列作为扩频码 非常不错-very good
dijisuanli
- 采用三角形轴对称单元计算圆形垂直荷载作用下地基的变形-The results calculated axisymmetric unit circular vertical load, the deformation of the foundation
a
- 输入1个正整数n(1<n<=10),再输入n个整数,将最小值与第1个数交换,最大值与最后1个数交换,然后输出交换后的n个数。-Enter a positive integer n (1 <n<=10),再输入n个整数,将最小值与第1个数交换,最大值与最后1个数交换,然后输出交换后的n个数。
Book_Order_Sys
- 学校的一个小程序,模拟网吧的收银系统,初步实现定机,购买食物/饮料等等功能。-School in a small program that simulates Internet cafe cash register system, the initial realization of fixed machine, buy food/drinks and more.
lincon
- X = LINCON(A,B,N)解决线性同余的系统 A(1)* X== B(1)(MOD N(1)) A(2)* X== B(2)(MOD N(2)) ... A(M)* X== B(M)(N模(M)) 的溶液中,X,将给出作为载体[X1 X2]代表的一般的解决方案 点ˉx== X1(MOD X2)