-
C++ 视频播放器,仿暴风影音
这是一款仿暴风影音播放器,采用的 DIRECTSHOW 开发,对学习 DIRECTSHOW 和视频播放器开发的朋友很有帮助!!!
- 2022-07-25 01:09:01下载
- 积分:1
-
ssh整合源码和登陆教程,可以学习一下了哦,很不错的。
ssh整合源码和登陆教程,可以学习一下了哦,很不错的。-ssh integration and landing tutorial source, can learn about the Oh, very good.
- 2022-07-16 16:51:05下载
- 积分:1
-
子类化程序,显示所有的消息
子类化程序,显示所有的消息-Subclassing procedures, show all the news
- 2022-03-12 08:54:27下载
- 积分:1
-
windows下的xwininfo-窗口信息读取工具
在Linux下,xwininfo可以抓取Linux运行窗口界面的信息,但windows系统没有。为此原创此工具用来抓取windows运行窗口信息。
此代码为ahk语言代码,使用ahk2exe工具可以编译为exe文件
- 2022-08-16 15:58:18下载
- 积分:1
-
最新·socket类型的数据经典讲解
TCP/IP协议族通信的中间软件抽象层,它是一组接口。在设计模式中,TCP/IP协议族隐藏在Socket去组织数据,以符合指定的协议。
- 2022-08-08 22:26:25下载
- 积分:1
-
Windows Mobile应用RIL层项目自述,C++,Windows美孚…
readme of a project for windows mobile application RIL layer, c++, windows mobile , RIL
- 2022-06-13 18:52:42下载
- 积分:1
-
主要用于二叉树的建立,先序,中序,后序遍历,其由两部分构成,头文件和实现文件。...
主要用于二叉树的建立,先序,中序,后序遍历,其由两部分构成,头文件和实现文件。-btree,create,search
- 2022-01-25 22:28:45下载
- 积分:1
-
这是北大在线第1713号题目.使用了搜索算法,其中包括:确定搜索对象、搜索顺序、搜索的优化等方面....
这是北大在线第1713号题目.使用了搜索算法,其中包括:确定搜索对象、搜索顺序、搜索的优化等方面.-This is the Beijing 1713 subject online. The use of search algorithms, including: to determine the search object, the search order, search optimization and so on.
- 2022-01-25 19:52:28下载
- 积分:1
-
IBAN Calculator
只是我写的一个小程序,用来计算出国际银行账号和银行识别码。
- 2022-11-02 09:30:03下载
- 积分:1
-
由用户输入系统进程数(最多50个进程)来模拟优先级调度算法假设进程是同时到达CPU,进程运行时间(1...
由用户输入系统进程数(最多50个进程)来模拟优先级调度算法假设进程是同时到达CPU,进程运行时间(1-10秒)和进程优先级
(1-10,10最高1最低)由程序随机产生,进程有2种状态就绪状态(Ready)和完成状态(Complete)首先根据优先级对进程进行排序,再根据优先级分配时间片运行每次分给进程的时间片为1秒,运行完后需运行时间减1优先级减1转下一个进程。如果进程已经完成就插入到完成队列,如果没有完成就重新插入到就绪队列中的正确位置
程序有两种运行方式:
1、可以直接给出最后的运行结果,进程最后的优先级、
运行完每一个进程的时间及完成进程的总时间,进程最后的状态。
2、可以选择自动运行,过程中显示每一次调度信息包括本次调度进程完成队列信息就绪队列信息等*/
-Process user input from a number of systems (up to 50 processes) to simulate priority scheduling algorithm is the assumption that the process of arrival at the same time CPU, the process of run-time (1-10 seconds) and the process priority class
(1-10,10 highest minimum 1) randomly generated by the process, the process has two kinds of status status ready (Ready) and achieve status (Complete) First of all, the process in accordance with the priority ranking, and distribution in accordance with the priority of each time slice to run to the process time slice for the second one, to be run after run-time priority class minus one minus one to t
- 2023-01-17 10:50:04下载
- 积分:1