资源列表
osdd
- 在多道程序和多任务系统中,系统内同时处于就绪状态的进程可能有若干个。也就是说能运行的进程数大于处理机个数。为了使系统中的进程能有条不紊地工作,必须选用某种调度策略,选择一进程占用处理机。设计了一个模拟处理机调动算法-in multi-channel and multi-task procedure system, the system in place at the same time within the state of the process may have several. That
Algo3-12
- 银行业务模拟,银行的关门时间与客户的到达时间问题,主要是栈和队列的y-Banking business simulation, banks closing time with the customer
chainmaker
- System will automatically delete the directory of debug and release, so please do not put files
unIPROGV_VHDL
- Universal LPT programmer on VHDL
script_frequency_offset_ofdm
- ofdm offset frequency
partner
- 舞伴配对系统,只保留cpp和头文件,编译后即可运行。-Partner matching system, leaving only the cpp and header files, compiled to run.
MIMORayleighfadingChannelCapacity
- 一个瑞利衰落信道容量的测试模型,包括两个m文件和一个说明文档。-A Rayleigh fading channel capacity of the test model, including a descr iption of two m files and documents.
LinkList
- 自己写的链表代码呃..应该可以当作作业交吧-Write their own code uh .. the list should be able to pay it as a job ..
code
- 363字节正向连接后门源码。作者:半斤八兩-The 363 bytes Forward connection backdoor source. Author: The Private Eyes
OSIC_detetor
- 程序给出了MIMO信道模型中,排序干扰消除(OSIC)检测算法,并对其性能进行了仿真。-The program gives the MIMO channel model, sort of interference cancellation (OSIC) detection algorithm, its performance is studied with simulation.
planetruss
- 有限元分析与应用中的程序,用于平面束分析-Finite element analysis and application of the program, for planar beam analysis
test1.1.1
- 编译原理的文法化简 输入:一个文本文件,里面的内容例如 position := initial + rate * 60 或者更复杂的,但是要符合给定语法 语法可以自定义,可借鉴参考课本P104的内容 最少要求要包括3个语句,例如语句表、for循环和赋值语句 处理:读入文本、处理、输出文本 输出:一个文本文件,对前面例子,里面内容例如 (标识符,position) (赋值运算符,:=) (标识符,initial) (加法运算符,+) (标识符