-
c++ university curricula, user
c++大学教程,通俗易懂,可以作为初学者的入门学习,并且内有大量的实例用于操作.-c++ university curricula, user-friendly, can be used as entry for beginners to learn, and there are a large number of examples used in the operation.
- 2022-01-24 14:26:28下载
- 积分:1
-
8拼图使用DFS C++代码
本文用bfs解决了c++中的8个益智游戏
- 2022-09-18 23:00:04下载
- 积分:1
-
利用FLASH自带的编程语言制作出的放大镜
利用FLASH自带的编程语言制作出的放大镜-FLASH own use of the programming language to produce the magnifying glass
- 2023-01-08 22:00:08下载
- 积分:1
-
copy, delete and mobile document
拷贝、删除和移动文件-copy, delete and mobile document
- 2023-05-09 03:15:03下载
- 积分: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
-
线程代码模板pthread of leon3
线程代码模板pthread of leon3 -Thread code templates pthread of leon3
- 2022-09-19 14:00:02下载
- 积分:1
-
c# 作的图片浏览器。你可以使用此软件浏览图片,非常方便
c# 作的图片浏览器。你可以使用此软件浏览图片,非常方便-for photo browser. You can use this software to view photos, a very convenient
- 2022-04-01 12:18:48下载
- 积分:1
-
MLP_backprop
此代码包括推行多层感知器神经网络的前馈和 backprop 算法。您还可以重构代码到不同的编程语言。
- 2023-04-23 08:00:03下载
- 积分:1
-
DLL file to produce the DLL files you want to practice a person This is a simple...
DLL档制作介绍,对于想要练习DLL档案的人这是一个简单的小程式帮助你。-DLL file to produce the DLL files you want to practice a person This is a simple small program to help you.
- 2022-01-26 19:22:47下载
- 积分:1
-
VC++ 高级编程技术
VC++ 高级编程技术-开发实例剖析一书中的源代码,适合矢量绘图开发者学习-"vc++ advanced programming method-exploit examples introduce" the code for this book,fit for the vector plot learner to study
- 2023-03-16 12:50:03下载
- 积分:1