资源列表
selfstudyc
- c++的相关书籍,可供初学者学习,面向对象的c-c++ books for beginners to learn object-oriented c++
Source_File_and_Sample_Application
- 访问数据库实例,英文网站codeproject下载。很不错的哦!-Access the database instance, the English site to download codeproject. Oh very good!
91331959vsprintvsflex8
- this the file which is important tome-this is the file which is important tome
sparsehash-1.5.2
- HASH MAC algorithm for creating a hash table
SPLFFT
- splfft.for(hsplfft.for) 利用分裂基算法求复序列 的DFT -splfft.for(hsplfft.for) Split-radix algorithm for the use of complex DFT sequence
CZTFFT
- .relfft.for(hrelfft.for) 利用分裂基算法求实序列 的DFT, 的虚部赋值为零-. relfft.for (hrelfft.for) use of split-based algorithm for realistic sequence of DFT, zero value of the imaginary part
CListCtrlpaisheng
- 类的功能: 本类是继承于MFC类中的CListCtrl类,在该类中添加了一下功能 1,可以修改各项的字体颜色 2,可以修改各项的背景颜色 3,点击列表头的列标题可以以该列数据进行排序 4,可以用文本框或者组合框编辑各项,但是要使某一项能被编辑必须调用SetEdit函数(默认是不被编辑的)-CListCtrlCListCtrlCListCtrlCListCtrl
DEFIRA
- defirA.for 利用窗函数法设计FIR滤波器,给出其抽样响应 -defirA.for design using window function FIR filter, given the sample in response to
DEFIRB
- defirB.for 用频率抽样法设计FIR滤波器。-defirB.for frequency sampling method used FIR filter design.
CListCtrChekcBox
- CListCtrl控件添加 ChekcBox复选框-CListCtrlCListCtrlCListCtrl
DEFIRC
- defirC.for 用切比雪夫最佳一致逼近法设计FIR滤波器,调用子程序remez1。-Chebyshev defirC.for with the best uniform approximation FIR filter design, call subroutine remez1.
SocketCAsyncSocketCSocket
- Socket,CAsyncSocket,CSocket介绍 Socket有同步阻塞方式和异步非阻塞方式两种使用,事实上同步和异步在我们编程的生涯中可能遇到了很多,而Socket也没什么特别。虽然同步好用,不费劲,但不能满足一些应用场合,其效率也很低。 也许初涉编程的人不能理解"同步(或阻塞)"和"异步(或非阻塞)",其实简单两句话就能讲清楚,同步和异步往往都是针对一个函数来说的,"同步"就是函数直到其要执行的功能全部完成时才返回,而"异步"则是,函数仅仅做一些简单的工作,然后马上返回