搜索资源列表
Audition
- Adobe Audition 是一个专业音频编辑和混合环境。AdobeAudition专为在照相室、广播设备和后期制作设备方面工作的音频和视频专业人员设计,可提供先进的音频混合、编辑、控制和效果处理功能。最多混合128个声道,可编辑单个音频文件,创建回路并可使用45种以上的数字信号处理效果—AdobeAudition是一个完善的多声道录音室,可提 供灵活的工作流程并且使用简便。无论您是要录制音乐、无线电广播,还是为录像配音,AdobeAudition中的恰到好处的工具均可为您提供充足动力,以
CChessSource
- 中国象棋网络版C#源码 Visual studio 2005,C#开发 中国象棋网络版,具有人工智能,可采用人工下棋、电脑参谋、电脑下棋等模式参加互联网比赛。采用ClickOnce发 布到你的网站上,选择只能联机运行,可以让玩家只能上你的网站玩游戏。 共有三个项目: Game是主项目; CChessThinker是用C++写的人工智能DLL类库; Thinker是用C#写的DLL,只是简单的封装了CChessThinker,目的是让有些朋友可以直接用C
hyplas
- ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
abdi-PCA4Wiley.zip
- ua University, in 2002 publi this document, including the Mont A program of curve fitting based Bayesian Filter. Bayesian (Bayesi a target tracking system MATLAB s cubic spline curve fitting This i book is widely used in engineerin this
printself
- 基visual studio C++实现的小代码 代码本身的功能为打印输出代码本身-Basic visual studio C++ implementation code itself features a small code to print out the code itself
bb
- (1)一个理发店接待室有n张椅子,工作室有1张椅子; (2)没有顾客时,理发师睡觉; (3)第一个顾客来到时,必须将理发师唤醒; (4)顾客来时如果还有空座的话,他就坐在一个座位上等待; (5)如果顾客来时没有空座位了,他就离开,不理发了; (6)当理发师处理完所有顾客,而又没有新顾客来时,他又开始睡觉。 用条件变量实现(3张椅子) -(1) a barber shop in the reception room with n chairs, the stu
VirtualDub-1.5.4-P4
- 虽然VirtualDub是一套免费的多媒体剪辑软件,但它的功能可一点也不输给Premiere以及Media Studio等专业等级产品的功能。在VirtualDub中主要的功能可以区分为两大部份,一是可以让您针对现有的电影短片文件如。AVI以及。MPG等做编辑的工作,另一项则是可以搭配您的影像补捉卡做即时的动态影像捕捉的功能。供大家参考-Although VirtualDub is a free multimedia editing software, but its function is n
QuadProg
- Visual Studio 2005 环境下,C++ 实现的求解凸二次规划的算法源代码。-a C++ implementing algorithm for a (convex) Quadratic Programming problem by means of an active-set dual method.
PM
- (1)运行环境:本系统是基于Windows操作系统下的一个提供给宿舍管理员使用方便其管理宿舍日常事务的软件,操作系统必须为Windows系列的升级到Microsoft .Net Framework 2.0以上的公共语言运行库,其所用到的第三方控件的连接文件已经全都打包到本系统根目录中,操作系统不需要任何特殊的设置,该系统尚未正式投入使用。 (2)开发环境:本系统是基于Microsoft .Net Framework 2.0平台开发的,采用的编程语言为C#,开发工具为Microsoft Vis
vc2005jiyin
- 这个基因算法库是用 Visual Studio 2005 编写的程序,第一个使用 Microsoft C/C++ 编译器,第二个使用Intel C++ 编译器。 如果你希望在你的程序你使用它,有两个办法,1是直接引用 Genetic Algorithm Library 项目,然后编译;2是添加GeneticAlgorithm.lib 静态链接库到项目中…… -The genetic algorithm library is a program written in Visual S
genetic_algorithm
- 遗传算法入门实例一:PID参数的优化[v1.0] 本文件夹包含: 图片IMG_0084 和IMG_0086为实验照片 IMG_0084为初始种群中某个体的PID调整效果 IMG_0086为进化了N(到底多少代我也没有去数)代之后的PID调整效果 文件GA为正文 源码\GA\ 为实验代码,WINAVR20060421+AVR Studio 4.12-Introduction example of a genetic algorithm: PID parameters optim
381t
- 一个简单的新闻管理系统,后台可以导出新闻列表到Excel 后台功能有:用户登陆 | 用户查询 | 编辑发布信息 | 新闻发布 | 添加类别 | 新闻浏览 | 修改密码 本网站采用(Microsoft Visual Studio 2008 +sql2000)【div+css】-A simple news management system, a list of background information can be exported to Excel back-office functions
Astar
- 利用Visual Studio 6.0实现了迷宫的A星算法路径搜索-implement A* algorithm in maze route plan using Visual Studio 6.0
Fortran
- 《Fortran 库参考》介绍了 Sun Studio Fortran 库中的内部函数和例程。该参考手册适 用于具有 Fortran 语言和 Solaris 操作环境使用经验的编程人员。-" Fortran Library Reference," describes the Sun Studio Fortran library internal functions and routines. The Reference Manual for a language and Sol
clutringbirchalgoritm
- This a birch algorithm source code in visual studio c++ -This is a birch algorithm source code in visual studio c++
standard-normal-distribution
- 标准正态分布的源代码,用visual studio打开,已带有简单界面,输入值即可查询相应的标准正态分布值-Standard normal distribution of the source code, visual studio open, has been with a simple interface, you can check the corresponding input values of the standard normal distributio
DecompressLibrary_gz_zip
- 这份代码构建了一套处理.gz/.zip文件的实例。里面包括一份library程序和一份测试代码,Visual Studio 2010编译测试完全通过。-This code build a suit process procedure for .zip/.gz file.The package includes a library program and a test code.The code can be compiled in Visual studio 2010.
fuffmancode
- Huffman编码的C++程序,在visual Studio2010下调试运行成功,内有很详细的注释。可自动统计字符的概率并进行相应的编码。-Huffman coding C++ program debugging in Visual Studio 2010 runs successfully, there are very detailed notes. Can automatically statistical probability of a character and make the
[M]
- 原始单纯形法(大M法,无需给出初始基变量) Programmed by Liyang(faruto s Studio~!) BNU MATH Email:liyangbnu@mail.bnu.edu.cn QQ:516667408 last modified 2008.4.27 求解标准型线性规划:max C*X s.t. A*X=b (b>=0) X>=0 输入:C是n维行向量,A是m*n的系数矩阵,b是m维列向量- Of the origina
fftw-3.2.2-libs-visual-studio-2010
- 一个快速傅里叶计算库,用于通讯系统设计,数字信号处理建模中-A fast, free C FFT library includes real-complex, multidimensional, and parallel transforms. Benchmarked against many other FFTs