资源列表
inandout
- 这是一个你可以任意的输入宽度,他可以输出相应宽度的内容的程序.-This is one you can input arbitrary width, the width can export the contents of the corresponding procedures.
TooTree
- 这是一个关于二叉树的运算程序,里面包有各种运算,大家可以看看.-This is a binary tree on the Operational procedures, which contain various operations, we will look at.
smallstudent
- 这是一个帮助小学生提高的运算程序,大家可以看看,有没有什么更好的想法.-help students improve computational procedures, we will look at, do you have any better ideas.
AOEKruska
- 里面有一自已设计的AOE和Kruska的算法,已通过运行,大家可以看看.-inside an AOE own design algorithms and Kruska, by running, we will look at.
OOSEkejian
- 面向对象软件工程电子课件。对面向对象软件工程的基本方法、原理等进行讲解。-object-oriented software engineering electronic courseware. Of object-oriented software engineering methods and the principles to explain.
li.4.30
- 游动微型机器人动力学特性仿真研究,本软件编制了机器人动力学性能计算软件,研究了微型机器人的游动速度、推进力与微型机器人结构参数和游动参数的关系,初步分析了影响微型机器人动力学特性的各种重要因素。-mobile micro-robot dynamics simulation research, the establishment of a software robot dynamics performance calculation software, of the micro-robot swi
xiebo-biaozhun
- 高次谐波严重危害电网的安全运行,因此必须采取有力措施,使谐波量限制在一定范围内,本文介绍如何在实际工作中提高滤波器的质量-high harmonics seriously endanger the safe operation of power grids, it is necessary to take effective measures, Harmonic so limited in a certain range, the paper how in practical work to i
Filter-design
- 滤波是信号处理的一种最基本而重要的技术,利用滤波可从复杂的信号中提取所需要的信号,抑制不需要的部分-signal processing filter is a basic and important technology, Filtering can use the signal from the complex by the need to extract the signal, not part of inhibition
VisualC++-MFC.files
- 系统了解vc开发是一篇很好的学习mfc的文章-to understand vc development is a good learning mfc article
Short-circuit-current-calculation-in-three-phase-a
- 本标准规定了用等效电压源法计算三相交流系统短路电流,并提出了计算中采用的校正系数的求取方法及推荐值-standards for the use of the equivalent voltage source calculation of three-phase AC system short-circuit current. and the calculation of the correction coefficient of strike methods and recommended v
vq
- 说话人识别是语音识别的一种特殊方式,其目的不是识别语音内容,而是识别说话人是谁,即从语音信号中提取个人特征。采用矢量量化(VQ)可避免困难的语音分段问题和时间归整问题,且作为一种数据压缩手段可大大减少系统所需的数据存储量。本文提出了识别特征选取采用复倒谱特征参数和对应用VQ的说话人识别系统改进的一种方法。当用于训练的数据量较小时,复倒谱特征可以得到比较稳定的识别性能。VQ的改进方法避免了说话人识别系统的训练时间与使用时间相差过长从而导致系统的性能明显下降以及若利用自相关函数带来的大量运算。-Sp
searchdirfiles
- 所谓遍历目录,就是给定一个目录,访问其中的所有文件(包括子目录下的文件)。迭代是比较常用的遍历算法。本文利用C++面向对象的特性,通过一个类CBrowseDir,对目录遍历进行了封装。用户只需掌握该类四个成员函数的用法,就可以在自己的程序中,很方便地实现目录遍历。 -called directory traversal is given a directory, which visited all documents (including subdirectories under). It