-
mpeg1的解码程序,希望对大家有用。有人做mp3解码的话可以多多交流...
mpeg1的解码程序,希望对大家有用。有人做mp3解码的话可以多多交流-I hope that The decoding program of mpeg1 is helpful to everbody ,and hope to discuss with someone who works on decoding the mp3.
- 2022-05-24 16:50:47下载
- 积分:1
-
在命令将帮助你制作电话接待CA列表
list of at commands which will help you to maker a call and recieve a ca-list of at commands which will help you to maker a call and recieve a call
- 2022-08-12 12:30:13下载
- 积分:1
-
一个DOS的小游戏,刚学时候做的,对初学者会有帮助吧
一个DOS的小游戏,刚学时候做的,对初学者会有帮助吧-A small DOS game, just learn when to do it would be helpful for beginners ~ ~
- 2022-06-17 02:49:07下载
- 积分:1
-
MinisQL的源码,是用C++写的,仅供参加
MinisQL的源码,是用C++写的,仅供参加-the Sourse code of MiniSql by C++,which is only for refference.
- 2023-08-17 06:45:03下载
- 积分:1
-
Bezier曲线
Bezier曲线的算法生成基于vc++的实现 -Bezier curve-based algorithm vc++ Realize the
- 2022-02-14 22:10:02下载
- 积分:1
-
UPX the shell, with the source code!
upx的shell,附源代码!-UPX the shell, with the source code!
- 2022-12-12 06:50:03下载
- 积分:1
-
这个函数能够实现在界面上显示一幅正弦曲线图
这个函数能够实现在界面上显示一幅正弦曲线图-Implementation of this function at the interface can display up Sine curve
- 2022-03-12 10:31:10下载
- 积分:1
-
2004080421463717239Win2K目录共享源码,从事WINDOWS系统开发工程师
2004080421463717239Win2K目录共享源码,从事WINDOWS系统开发工程师-2004080421463717239Win2K catalog share sound codes which can be used for engaging WINDOWS system explore engineerings
- 2022-02-03 18:27:05下载
- 积分:1
-
小时候完过的用手滑来滑去的拼图游戏。能选择游戏难度:3X3 4X4 5X5,能更换游戏背景图片,能记忆游戏设置。有检查游戏是否能完成的算法(Game.check...
小时候完过的用手滑来滑去的拼图游戏。能选择游戏难度:3X3 4X4 5X5,能更换游戏背景图片,能记忆游戏设置。有检查游戏是否能完成的算法(Game.checkNums)-pintu method
- 2022-08-05 23:37:57下载
- 积分:1
-
最低松弛度优先算法
char pname[5]; //进程名
int deadtime; //周期
int servetime; //执行时间
//周期进程某一次执行到停止的剩余需执行时间(考虑到抢占),初始为deadtime
int lefttime;
int cycle; //执行到的周期数
//进程最近一次的最迟开始执行时间,- currenttime 即为松弛度
int latestarttime;
//进程下一次最早开始时间
int arivetime;
int k; //k=1,表示进程正在运行,否则为0,表示进程不在执行期间
/*
若存在最小松弛度进程个数多于1个,
则采用最近最久未使用算法
采用一计数器LRU_t
*/
- 2023-06-22 00:00:04下载
- 积分:1