-
C++、MFC源代码:templ_coll_src 参考
C++、MFC源代码:templ_coll_src 参考-C, MFC source code : templ_coll_src reference
- 2022-10-20 03:50:03下载
- 积分:1
-
汇编语言中的中断试验程序源代码
该实验可以进行方针测试...
汇编语言中的中断试验程序源代码
该实验可以进行方针测试-assembly language interruption of the pilot program source code for the experimental approach can be tested
- 2022-11-13 13:40:03下载
- 积分:1
-
一个多波段示波器的例子
一个多波段示波器的例子--An example of multichannel oscilloscope
- 2022-03-01 22:40:16下载
- 积分:1
-
html 编辑程序 c++ 其实我听不高兴的 老吓不倒代码
html 编辑程序 c++ 其实我听不高兴的 老吓不倒代码 -html editor c++ In fact, I heard the old unhappy intimidated code Hehe
- 2023-06-17 12:05:03下载
- 积分:1
-
建立一个新的链表,从文件中读出数据,再把数据放入建立好的链表中。可选择操作的子程序为:<1>输入数据(分别输入学生的学号、姓名、性别、C语言成绩、数...
建立一个新的链表,从文件中读出数据,再把数据放入建立好的链表中。可选择操作的子程序为:输入数据(分别输入学生的学号、姓名、性别、C语言成绩、数学成绩、英语成绩) 按学号或姓名删除学生的资料 按学号或姓名查询学生的资料 修改学生的资料 保存学生的资料 退出系统-Create a new list, read data from the file, then the data into the list of well-established. Selectable operation subroutine as follows: " 1> type" data (respectively, the students enter the school number, name, sex, C language achievement, mathematics achievement, English achievement) " 2" by Student ID or name to delete student information " 3 " by Student ID or name check student information " 4 " modify the student information " 5 " to save student information " 6 " out of the system
- 2022-02-13 01:37:10下载
- 积分:1
-
本文分为两个部分,一是使用一个一个的实现。
The article is divided in two parts, one that shows an implementation using an Access 2000 database, and another that using a SQL Server Database with stored procedures
- 2022-02-22 06:04:18下载
- 积分:1
-
获取字符对应ASCII码的小例子,可以查看中文的对应编码。
获取字符对应ASCII码的小例子,可以查看中文的对应编码。-Corresponding ASCII character code to obtain a small example, you can view the corresponding code in Chinese.
- 2022-01-25 16:50:20下载
- 积分: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
-
This is a description WindowsMobile the use of encryption technology to enhance...
这是一本介绍使用加密技术提高WindowsMobile应用程序安全性的书籍-This is a description WindowsMobile the use of encryption technology to enhance application security books
- 2022-03-09 15:59:53下载
- 积分:1
-
jpeg 编码器和解码器
此代码 pemet 我们使 jpeg 编码器和解码器
转移块
对块进行 DCT
量子化块
减去从当前的 DC 系数的最后一个 DC 系数
之字形块
零的运行的长度编码块
分解成可变长度二进制数及它们的长度的非零系数
熵编码
- 2022-01-25 20:58:34下载
- 积分:1