- SIP 中国电信的协议的技术规范(包括终端设备)
- heat The explicit finite dierence method to solve equation
- LMSAlgorithm 线性自适应滤波器的Matlabs设计实现
- FT800_SampleApp_1.0 This package contains the FT800 sample applications targeting Windows PC and Arduino platform. The sample application created for tutorial purpose to smooth the learning curve of FT800. The users are encouraged to read the source codes first and change the functions you would like to experiment.
资源列表
no14-bulk
- 这是吊桶排序的一种算法,初次编写,写得不怎么样,望大家海函。-This is a well-bucket sort algorithm, the initial preparation, written not impressive, but there sea letter.
1jc
- 结构可靠度分析——JC1-structural reliability analysis -- JC1
4LKfun
- 4阶变步长龙格-库塔法解dy=fun(x,y)型方程,根据算法编写。
ConsoleDrawingDemo
- 这是个一个win32控制台程序 仅仅只是一个画图小程序 -failed to translate
MTT
- THIS IS A PROGRAM FOR DETECTING BY USING MOVING t-TEST TECHNIQUE-THIS IS A PROGRAM FOR DETECTING BY USING MOVING t-TEST TECHNIQUE
24points
- 输入第一张牌的数字,再第二张牌的数字,再第三张牌的数字,再第四张牌的数字,输出计算24点的方法-Enter the first number of cards, and then the second number of cards, and then the third the number of cards, and then the fourth of the number of cards, the output of the method of calculating the 24-p
cartezian_to_kepler
- This file gets the cartezian coordinates of a satellite and computes its coordinates in the orbital plane
Untitled
- 快速傅里叶分析,波形质量的分析,用于电机气隙磁密、反电动势波形等的分析-Fast Fourier analysis, waveform quality analysis used for the analysis of the motor air gap flux density, back-EMF waveform
SimulateBERofOOKNRZ
- 可见光通信中,采用OOKNRZ调制方式时的系统误码率,自己跑过,没问题的。-BER of OOKNRZ in visible light communication system
gui-bing-pai-xu
- 归并排序是建立在归并操作上的一种有效的排序算法,该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。将已有序的子序列合并,得到完全有序的序列;即先使每个子序列有序,再使子序列段间有序。若将两个有序表合并成一个有序表,称为二路归并。-Merge sort is established in the merge operation a effective sorting algorithm. The algorithm is using the divide and co
BlockingQueue
- 一个基于boost的blocking queue的实现,可以用于多线程通信-blocking queue based on boost
return_break
- 函数中return和break的功能比较,通过简单的编程演示,得到了两者在用法上的区别-the different usage of return and break in C progrramming language