资源列表
cankaodaima
- 操作系统实验2:进程调度策略的模拟实现 1、 设计一个有 N个进程共行的进程调度程序。 2、 每个进程有一个进程控制块PCB来表示,进程控制块的格式为: 进程名 优先数 到达时间 需要运行时间 已占用CPU时间 进程状态 a) 进程优先数、需要运行时间、到达时间可以事先人为地指定,也可以随机产生,注意初始化上述数值时要尽量使进程并发执行,而不是按到达时间顺序调度。 b) 进程的运行时间以时间片为单位进行计算。 c) 进程状态分为就绪、运行、完成三
ADO
- 用ADODB.Stream代替FSO读取文本文件
vb.netfuion
- 解二元一次方程,vb.net的代码,不可以输入分数,可以输入小数-Solution of the dual一次方程, vb.net code, can not enter scores, you can enter the decimal
wave
- 设计一个液晶显示驱动电路,要求能够显示至少两个周期的三角波形,并显示“T=30ms”的字样。-The design of a liquid crystal display driver circuit, the requirements are able to show that at least two cycles of the triangular waveform, and display T = 30ms message.
Humoment
- 使用c#语言在Visual studio平台上实现对图像进行Hu矩特征提取。-Use c# language in Visual studio platform realize image feature extraction Hu moments.
bpsk
- 无线通信系统,脉冲bpsk调制方式的应用。-Wireless communication systems BPSK modulation
SDmain
- SD 的主程序 已经调试能用的的 希望能对大家有用-SD has been the main hope of debugging can be useful for
IHB
- 求解微分方程的解析解,这个工具可以代替R-K法等常用的数值求解方法。-the analysis solution of the differential equation
FunCRC
- CRC的实现,可直接使用,方便的函数-implement CRC,used directely,it is a good fun.
PCA
- 主要介绍主分量分析,怎样提取主要特征来重构原始信号-Introduces the principal component analysis, how to extract the main features to reconstruct the original signal
nvsvc
- AU3写的搜狗自动搜索的代码.搜索关键字搞丢了,想用的话自己加-AU3 write Sogou automatic search code. Search keywords and lost, and want to use the words of their own plus
PA1-2(1)
- 描述 公司有n个员工,编号1 ~ n。员工数量众多,需要你为他们编写一个管理系统。 员工上班时都要登录管理系统登记一个code,离开要从管理系统上注销,员工也可以随时更新自己的code。到了下班时间,所有员工都会自动注销。公司管理人员随时都可能想要知道有多少员工上班,以及任一员工登记的code。 输入 第一行两个整数n、m。接下来m行,每行都是以下内容之一: I a c //Log In:员工a登录,code为c。若a已登录,则将code更新为c