-
数学全排列算法
组合数学,全排列字典序、递增进位、递减进位、邻位对换法,C,算法,包含完整的工程文件,用VC++6.0开发,可以直接运行,有几种方式可选,可以根据情况输出计算时间
- 2022-11-25 07:35:03下载
- 积分:1
-
MP3播放器: 利用API函数[mciSendString]可以轻松实现MP3音乐文件的播放。下面这段程序实现了MP3播放的大部分常规操作,对其稍加修改,做一个...
MP3播放器: 利用API函数[mciSendString]可以轻松实现MP3音乐文件的播放。下面这段程序实现了MP3播放的大部分常规操作,对其稍加修改,做一个100KB大小的MP3播放器轻而易举 启动VB程序,在窗体上放置6个命令按钮,三个标签,一个公用对话框、一个进度条、一个状态栏和一个计时器,窗本的布置请参考附图 按钮"Open MP3 File"是用来打开对话框选择MP3文件,其他5个按钮分别为Play(播放)、Pause(暂停)、Stopplay(停止播放)、Back(向后跳跃)、Prew(向前跳跃)。Label1用来表示歌曲当前时间;label2放在时度条的最左边,Caption属性为"00:00";lable3放在时度条的右边,用来表示歌曲总长。-MP3 player : API function [mciSendString] can easily MP3 music player. Below this program of the MP3 player most of the conventional operation, its slightly modified, so the size of a 100KB MP3 player easily activated VB procedures, the forms to place orders six buttons, three label, a common dialog, a progress of a status bar and a 000 timer, the window layout of the buttons refer to the attached map. "MP3 File Open" is used to open the dialog box choose MP3 files, the other five buttons for Play (player), Pause (suspended), Stopplay (Cessation of players), Back (backwards jump), Prew (leap forward). Label1 songs said to the current time; Label2
- 2023-08-08 11:10:03下载
- 积分:1
-
用labview编写的基于单纯形寻优算法。用来搜索高斯函数的极值点。...
用labview编写的基于单纯形寻优算法。用来搜索高斯函数的极值点。-prepared using PC-based simplex optimization algorithms. Search Gaussian function to the extreme point.
- 2022-03-06 19:38:31下载
- 积分:1
-
模拟鸟群飞行算法
用MFC做的模拟鸟群飞行算法,采用D3d格式来做的框架程序,有改变鸟数目和鸟的大小等功能。实现了模拟鸟群飞行过程中避免碰撞,集群飞行目的地的展示
- 2022-09-02 06:05:06下载
- 积分:1
-
Concrete_Mathematics_2nd_Ed_TeX_Source_Code
Concrete_Mathematics_2nd_Ed_TeX_Source_Code
- 2022-01-25 17:55:03下载
- 积分:1
-
分数阶统一混沌系统的离散算法
分数阶统一混沌系统的离散算法-This the program for fractional order Unified system, a simple but fast
method in time domain.-Fractional order unified chaotic system discrete algorithm-This the program for fractional order Unified system, a simple but fastmethod in time domain.
- 2022-01-24 10:22:58下载
- 积分:1
-
长整数的四则运算
长整数的四则运算-long integers four Operational
- 2022-05-05 02:08:09下载
- 积分:1
-
Smbus总线标准程序
该代码为I2C标准主从协议及代码,笔记本电池电量的读取,用模拟I2C总线不能读取成功,用标准的SMBUS协议可以读出,因为有些器件对时序的要求较高,本协议时序严格,适合对I2C等外设开发人员进行二次开发
- 2023-05-19 20:20:04下载
- 积分:1
-
本代码是C语言实现的CRC循环校验具体算法
本代码是C语言实现的CRC循环校验具体算法-the code is the C language CRC checksum algorithm for the cycle
- 2022-11-18 05:00:03下载
- 积分:1
-
dijkstra求最短路
dijkstra求最短路:最短路问题是重要的最优化问题之一,它不仅可以直接应用于解决实际的许多问题,如管道铺设、线路安排、厂区布局、设备更新等,而且经常被作为一个基本工
具,用于解决其他问题。对于两点间的距离大于或者等于0的问题而言,目前公认的最好的方法是由Dijkstra于1959年提出来的。
- 2022-09-09 03:25:03下载
- 积分:1