资源列表
[汇编语言] TeacherManage
说明:老师叫我们开发的科教城选课系统,我做好了,上传上来与大家分享。-The teacher told us to develop the science city elective system, I do post it here to share with you.<王珲> 在 2025-09-24 上传 | 大小:8.59mb | 下载:0
[书籍源码] Matrix_chain
说明:矩阵链乘。给定多个矩阵的维度,求出他们的相乘顺序,使得,按这样的顺序相乘的代价最小-Matrix chain multiplication。Solve the matrix chain order for a specic problem. This can be done by computing MATRIXCHAIN- ORDER(p) where p = h5 10 3 12 5 50 6i<雪纷纷> 在 2025-09-24 上传 | 大小:1kb | 下载:0
[编译器/词法分析] uuuuuuuuuuuuuu--digui
说明:递归下降分析法 学习递归下降分析法分析PL/0中赋值语句(含表达式)及if语句的分析处理。学习错误信息报告程序的设计。-Recursive descent analysis to learn recursive descent analysis method, the PL/0 assignment statement (including expression) and the analytical processing of the if statement. Learning the th<黎茶醒> 在 2025-09-24 上传 | 大小:1kb | 下载:0
[编译器/词法分析] ci-fa-bian-yi
说明:实现词法分析器功能,输出二元式,判断错误-word analyasys,output,show error<朱雪飞> 在 2025-09-24 上传 | 大小:13kb | 下载:0
[Dephi控件源码] sqlmemtable330d7
说明:SQL Mem Table for Delphi 7 , virtual SQL Table<ehobg> 在 2025-09-24 上传 | 大小:2.93mb | 下载:0
[Dephi控件源码] BusinessSkinForm-v2.52
说明:Cool Components for Delphi 7 - Form Design<ehobg> 在 2025-09-24 上传 | 大小:1.42mb | 下载:0
[语音合成与识别] VoiceSelf-VCPP6.0
说明:本程序使用vc++6.0开发的语音识别,并能进行简单的学习。其中用到了多线程技术,数据库技术。-This procedure use vc++6.0 the development of speech recognition, and simple learning. Which uses multi-threading technology, database technology.<李智博> 在 2025-09-24 上传 | 大小:132kb | 下载:0
[编译器/词法分析] vc6.0-vc2008
说明:在VC6的编译器中,这样的代码是没有问题的,因为VC6的编译器为了兼容旧的Microsoft C/C++编译器,没有严格按照C++标准执行,但是从VC7开始,VC的编译器开始遵守C++标准,所以就会出现“变量i没有定义的错误”。解决的方法也很简单,按照Jim Hyslop 和 Herb Sutter的经典对话系列的第四篇中的方法-VC6 compiler, this code is no problem, because VC6 compiler for compatibility with o<李> 在 2025-09-24 上传 | 大小:46kb | 下载:0
[操作系统开发] dinning
说明:此代码描述的是操作系统的经典哲学家就餐问题的C语言代码,可选择死锁或防止死锁两种模式,有图形模拟。-This code describes the C language code is the classic dining philosophers problem in the operating system can choose to deadlock or to prevent deadlock in two modes, and graphic simulation.<karen> 在 2025-09-24 上传 | 大小:1.34mb | 下载:0
[操作系统开发] caozuoxitong
说明:上机实践内容: 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。 静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如:在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增加其优先数的值,等等。 -Computer Pra<刘国佳> 在 2025-09-24 上传 | 大小:982kb | 下载:0