-
contains five kinds of sorting algorithm using vb achieve
包含5种排序算法,利用vb实现-contains five kinds of sorting algorithm using vb achieve
- 2022-08-15 17:18:14下载
- 积分: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
-
JEPG图像压缩中的颜色空间变换
这个压缩程序包含了RGB转YUV以及YUV转RGB 配套的程序,经过验证,色彩不在对比的情况下是难于分辨的。
- 2022-03-01 02:05:17下载
- 积分:1
-
Peking University ACM Chapter 30,663,069 question Question poj source code, good...
北大ACM试题poj 第3066 3069题源码,很好的代码,希望对搞ACM的同学有帮助
-Peking University ACM Chapter 30,663,069 question Question poj source code, good code, and want to help students engage in ACM
- 2022-02-06 03:58:22下载
- 积分:1
-
一个图可以找出投影仪的中心线,我做本科毕业论文…
可以把一图形的投影中心线找出来,我本科论文就做过那玩意-A graph can find out the centerline of the projector, I did undergraduate thesis on那玩意
- 2022-06-17 03:14:47下载
- 积分:1
-
18b20温度检测显示程序51单片机
18b20温度检测显示程序51单片机,不同温度对应不同pwm输出
- 2023-08-29 02:30:03下载
- 积分:1
-
apriori挖掘算法
Apriori算法的Matlab实现 可以自动生成关联规则,计算支持度、置信度
- 2023-04-17 22:35:04下载
- 积分:1
-
红外目标跟踪程序
利用Vc++编写的红外目标跟踪程序,具有非常好的鲁棒性,适用于动目标的检测和跟踪,希望对大家有帮助!!!
- 2023-03-12 10:50:04下载
- 积分:1
-
一个简单的c语言实现的纸牌程序
用一个具有52个元素的数组(如char p[52][5])存放这52张牌的内容,如P_i表示黑桃、H_i表示红桃、C_i表示梅花、D-i表示方块;程序中可以首先初始化该数组,然后显示菜单等待用户选择输入,用户选择“发牌”,程序调用“发牌”函数;在发牌函数中,可使用C 中的产生随机数的函数(参看rand(),srand(),random()等函数的使用说明)一个随机数m,选取一张牌{p[m]},将其与最前面的牌交换位置,即将选取的牌放在最前面;然后对数组p余下的牌重复选取操作,直到所有牌均重排列;最后按13行*4列输出发牌结果
- 2022-01-29 00:25:19下载
- 积分:1
-
ID3 算法
这是开放源代码的 ID3 算法使为我分配的代码。现在我在上传这段代码在这里获得的帮助形式的捐款。我将感谢全给他们会让这段代码动态,现在是静态的。
- 2022-03-26 08:21:37下载
- 积分:1