-
查找指定目录下的文件(包括子目录)
查找指定目录下的文件(包括子目录)-search designated files in the directory (including subdirectories)
- 2023-05-30 01:45:03下载
- 积分:1
-
process scheduling process management when one of the main contents, design, dev...
进程调度时进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换加深理解和掌握。模拟计算机操作系统的进程调度,建立进程控制块PCB,要包含有关进程的描述信息,控制信息以及资源信息.模拟系统根据PCB感知进程的存在和通过PCB中所包含的各项变量的变化,掌握进程所处的状态以达到控制进程活动的目的.要实现进程的状态及其转换,进程的创建与撤消,进程的阻塞与唤醒.用P,V原语操作实现进程互斥.-process scheduling process management when one of the main contents, design, develop and debug a simple process of scheduling simulation systems, the process of scheduling, process running Transform deepen understanding and mastering. Computer simulation of the process of scheduling the operating system, create a process control block PCB, to include a description of the process of information, control of information and information resources. PCB simulation system based on perception of the existence and the process by which PCB contained in the variable changes and acquire where the process to achieve control system process activities. to achieve the process of the state and its conversion, the process of setting up and removed, and obstruction of the process of awakenin
- 2023-07-11 23:55:02下载
- 积分:1
-
good documentation about dsp
good documentation about dsp
- 2022-08-10 16:27:32下载
- 积分:1
-
企业后台网站框架
企业后台网站框架,运行速度还是可以的
有需要的就下载吧
- 2023-06-02 02:55:04下载
- 积分:1
-
一个简单的DLL程序, 希望对初学DLL的VC程序员有帮助
一个简单的DLL程序, 希望对初学DLL的VC程序员有帮助-A simple DLL procedures, in the hope that novice programmers DLL has to help the VC
- 2022-04-15 01:59:36下载
- 积分:1
-
CCS基础代码
MEMORY
{
PAGE 0:
VECS: org=0x0080, len=0x80
PROM: org=0x1000, len=0x1000 /* 4k words */
PAGE 1:
STACK: org=0x100, len=0x400 /* 1k words */
DARAM: org=0x2000, len=0x1000 /* 4k words */
}
SECTIONS
{ .text :> PROM PAGE 0
vectors :> VECS PAGE 0
.bss :> DARAM PAGE 1
.data :> DARAM PAGE 1
}
- 2022-07-18 04:00:20下载
- 积分:1
-
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
-
简易的多工作区VC6程序
功能:
可以添加删除最多10个工作区,可以使用win+数字(0...
简易的多工作区VC6程序
功能:
可以添加删除最多10个工作区,可以使用win+数字(0-9)快捷键切换,可以设置开机是否自启动。
存在若干有待解决的问题:
对于单实例的应用程序,在一个工作区隐藏后可能无法再其它工作区唤出;
一些未知的边框窗口可能存在误隐藏;
仅用来学习,有一点点实用价值。-Simple multi-workspace VC6 program features: You can add remove up to 10 working area, you can use win+ number (0-9) shortcut key to switch, you can set the boot is self-starting. There are several issues to be addressed: For single-instance applications, hidden in a work area other work areas may not be evocative some unknown hidden frame window, there may be mistaken only be used to learn a little practical value.
- 2022-01-26 00:00:15下载
- 积分:1
-
TC3.0环境下显示汉字程序
TC3.0环境下显示汉字程序 -TC3.0 environment shows Chinese characters procedures
- 2022-08-11 23:11:40下载
- 积分:1
-
some simple Java source code for all to share, we learn from each other
一些简单的JAVA源码,供大家分享,大家互相学习-some simple Java source code for all to share, we learn from each other
- 2022-09-01 12:05:03下载
- 积分:1