-
吉林大学计算机学院图形学编程 ,B样条曲线的绘制方法
吉林大学计算机学院图形学编程 ,B样条曲线的绘制方法-Jilin University, College of Computer Graphics Programming, B-spline curve drawing method
- 2022-03-24 16:55:25下载
- 积分:1
-
我的聊天室,
我的聊天室,-I chat room and s
- 2022-03-05 22:15:59下载
- 积分:1
-
演示桌面动画的程序例子,适用于VB5。很好玩的
演示桌面动画的程序例子,适用于VB5。很好玩的-Desktop animation demo program example, applies to VB5. Very fun
- 2022-04-01 00:33:24下载
- 积分:1
-
银行家算法演示-C++描述(扩展功能较强,其中的注释也比较多)
适合与初学此算法的学第学妹们...
银行家算法演示-C++描述(扩展功能较强,其中的注释也比较多)
适合与初学此算法的学第学妹们-bankers algorithm demo-C++ description (expanded stronger, The Notes will be more) for this algorithm with a novice school first Xuemei they
- 2022-07-11 11:11:21下载
- 积分:1
-
数据结构
详细描述了如何创建队列 以及操作
数据结构
详细描述了如何创建队列 以及操作-Data structure described in detail how to create a queue and the operation
- 2023-04-29 12:15:03下载
- 积分:1
-
1000道JAVA题,可能对面试时候有用哦,都是基础题来的。
1000道JAVA题,可能对面试时候有用哦,都是基础题来的。-1000 JAVA that, it may be useful when the interview Oh, that is the basis.
- 2022-01-25 15:47:58下载
- 积分:1
-
自定义按钮的源文件,按钮上面自动显示功能描述。可以重载自己的按钮。...
自定义按钮的源文件,按钮上面自动显示功能描述。可以重载自己的按钮。-Custom button" s source files, the button automatically displays the features described above. You can override its own button.
- 2022-03-22 07:36:38下载
- 积分:1
-
mpeg soft decompression algorithm for video decompression used
mpeg软解压算法,用于视频解压用的-mpeg soft decompression algorithm for video decompression used
- 2022-03-25 03:42:56下载
- 积分: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
-
非专业的排课表c++代码仅供参考,希望各位大侠指正
非专业的排课表c++代码仅供参考,希望各位大侠指正-paikebiaoC++代码
- 2022-08-25 00:45:57下载
- 积分:1