搜索资源列表
hmmPlatform
- 语音分析平台(不包括HMM模型) 平台源码中提供了语音文件的提取和处理方法,时域分析(预处理/能量/振幅/过零/端点检测),频域分析(fft/功率谱/倒谱)和矢量量化的实现(搜集转发)-voice analysis platform (not including HMM) platform to provide a source document voice extraction and processing methods , time-domain analysis (pretreatm
ADCandDAC
- 上位机软件配合PCI控制卡实现ADC/DAC,全部源码
Lab8
- C++ 试验8 文件描述: 实现运算符重载,实现相加减 此次提供源码
test
- 源码方式验证虚函数的实现原理,强制转换的实质,指针的高级应用
rui_t_VC
- 用VC编写实现图像处理的源码,对于不同的应用对象可以根据需要进行修改。-VC prepared with the realization of image processing source code, for different application objects can be modified.
prim
- 依据prim最小生成树的算法实现的最小生成树源码,能够建立准确的最小代价生成树-Prim minimum spanning tree based on the minimum spanning tree algorithm source code, be able to establish an accurate minimum cost spanning tree
motor_me
- 是有关电机实验的一个基本功能实现的源码,包括电机的运转已经位置指示等功能-a code of motor application
Editor
- 在控制台实现的可以打开文档对其中内容进行编辑的源码,可以实现插入,对上一行和下一行的查找,还有改写的功能-It s a program which can insert a line or find the string you want or you can see the previous or the next line of the text.It program is run under the console.
76590221_83_hw4
- 一共3个源码,分别实现了有障碍的完全图的最小二叉树生成,以及一个用优先队列实现的优先级排序问题。详见内附文档。-A total of three source, respectively, are obstacles to achieving a complete map of the smallest binary tree generation, and a priority queue implemented with priority scheduling.
reg
- 用正则表达式实现的网页内容扒取程序,基于控制台的应用程序,带命令行参数,使用改源码需要安装boost库-Use regular expressions of the realization of the web page content pick program
PolynMul
- 多项式相乘的源码。可实现相加、相乘运算。-Polynomial multiplication of the source. Can be achieved add, multiply operations.
haoya_7zCrc32
- 参考好压软件的CRC校验源码,也是来源于7z的源代码,较好实现了字符串的crc校验码的生成。-Good reference pressure source software CRC checksum, is derived from the 7z source code to achieve a better string crc check code generation.
DesignPattern
- 《大话设计模式》之一: C++实现源码,主要包括: 1、简单工厂模式 2、工厂方法模式(提供通用实现方法,可以直接复用) 3、抽象工厂模式(利用反射,并提供反射源码,可以直接拿来复用) 4、迭代器模式 5、单例模式(支持线程安全) 6、状态模式(游戏中常用模式) 7、策略模式 8、模板方法模式 9、责任链模式 10、装饰模式-hello world
AI
- 本人在参加2012年微软编程之美初赛的AI源码,能避免卡岛、卡船,并且实现基本微操。注意编译环境要求必须是VS2010,并且选择Release模式。-In the AI source to participate in programming in 2012 preliminaries, I can avoid the card Island, card ship, and basic micro.
Tetris
- 俄罗斯方块 纯C 语言版;精巧实现; 只有一个源码文件, 编译时请加上-std=c99 参数; gcc -std=c99 Tetris.c -Pure C language version of Tetris exquisite realization only one source file, when compiling with-std = c99 parameters gcc-std = c99 Tetris.c
caculator
- 用C语言实现了一个简单的计算器的功能,简单的实现了加减乘除,其它功能可以仿照源码继续添加。-A easy caculator!
FiveChess
- vc++6.0五子棋源码实现,自己写的,亲自验证过哈~很好的哦,-vc++6.0 backgammon source to achieve, oh well
football-club
- 该源码实现了在一个足球俱乐部中,进行球员与工作人员的增删改查及买卖活动,可以通过模糊匹配等方法查找人员。-The source code to achieve in a football club, the use of socket communication for the players and the staff CRUD and trading activities.
copyfile
- c++源码 实现窗口渐变进入和退出功能 文件的打开保存-C++ source code window ramp entry and exit functions Open the saved file
线性表链式存储实现
- 数据结构实验一,这是链式存储的实现方式的源码,在vs2017环境下运行