搜索资源列表
D9R6
- 用于无约束优化的鲍威尔优化方法, 程序中参数解释如下://P:存放设计变量 //XI:存放两个线性无关的向量 //N:含有N各元素的一维实型数组,用于存储设计变量 //NP:整形变量,用于存储P与xi的维数 //FTOL:迭代精度 //FRET:输出参数,存放目标函数在找到的近似极小值点处的值 //ITER:迭代次数-For unconstrained optimization of the Powell optimization methods, procedure
2
- 目前市场上的媒体播放器产品琳琅满目,外国的有MicroSoft的Media Player、Winamp,……国产的有超级解霸200X、东方影都等等,让人不知道用什么好了。其实对一个程序员来说,媒体播放器的DIY也不象想象中的那么复杂,Mp3因其较高的压缩率,较好的音质,成为越来越多的使用者的喜爱,用自己编制的mp3播放器听mp3音乐一定很有乐趣.另外,这篇毕业设计也是检验我对delphi的认识和理解。作为修完大学课程的大学生,能够作出一个有基本功能的MP3播放器-Currently on the
Delphi7functions
- Delphi7函数速查,包含常用的数据类型转换函数、字符串、数组操作函数、文件、磁盘操作函数、内存、指针操作函数、数学运算函数、日期函数。-Quick Delphi7 functions, including common data type conversion functions, string, array function, file, disk manipulation functions, memory, pointer manipulation functions, math fu
FastMM499
- Fast Memory Manager - Readme --- --- --- --- ---- Descr iption: ------------ A fast replacement memory manager for Embarcadero Delphi Win32 applications that scales well under multi-threaded usage, is not prone to memory fragmentation, and
maopao_sort
- 冒泡排序算法,用random函数随机生成数值放入动态数组,然后再用算法排序后打印到edit控件-Bubble sort algorithm with random function random value in a dynamic array, and then use the algorithm sort after printing to the edit control
