搜索资源列表
CAN_EPP_Windows_driver
- 操作系统是Windows 98,开发平台:VC。可以通过CAN_EPP的板子对节点板的AD等模块的数据进行解码,直接显示模拟量,也可以对通用模块上传的数据直接显示,以及按照不同的方式(可以多帧发送,改变发送周期)发送数据帧。软件还支持在线监视模块上的控制器芯片(SJA 1000)的各寄存器的工作状态,以便于系统调试。每个功能界面上有相应的帮助信息。-is the Windows 98 operating system, development platforms : VC. CAN_EPP th
Processor
- 本程序为操作系统处理机优先数调度算法,附带源码和可运行的程序,VC下编译通过,基本用C的函数写的。-This procedure has priority to count dispatcher s algorithm , the procedure that attach the source code and can be operated for the operating system processor , compile passing under VC, wrote with th
2_Memory
- 操作系统,vc++6.0 编程,有源码,可运行,文件存储-Operating system, vc++6.0 programming, and source code can be run, file storage
1
- 提供了一个实时操作系统Threadx在VC++上的一个开发环境,可以在上边使用Threadx的操作,同时对互斥量,信号量,消息队列,定时器,地址池等做了程序一边学习,是学习Threadx必备的-Provides a real-time operating system Threadx in VC++ on a development environment, can be on top so Threadx operation, while the amount of the mutex, se
ProcessSched
- 这个是操作系统的进程调度源代码,模拟操作系统的进程调度,可以在VC++开发环境下编译模拟-This is the process of scheduling the operating system source code to simulate the process of scheduling the operating system can be developed in VC++ compiler environment simulation
main-memory-
- 用VC++模拟主存空间的分配与回收,.exe文件一定可执行-With VC++ simulation of main memory space allocation and recycling,. Exe files must be executable
Job
- vc++模拟操作系统的进程调度,创建进程,可观察进程运行情况-vc++ simulation of the operating system process scheduling, process creation, process operation can be observed
11
- 进程的死锁避免算法(银行家算法实现) 一:实验目的: 根据银行家算法的思想,编写程序,解决并发进程的死锁问题。 二:实验要求: (1)本实验要求设计并实现银行家算法。银行家算法是死锁避免的经典算法,其核心思想是:进程动态地申请资源,每次申请资源时系统都执行安全状态检查算法判断本次申请是否会造成系统处于不安全状态,如果不安全则阻塞进程;如果安全状态,则完成资源分配。 (2)安全状态检查算法的思想是找到一个安全序列,使所有进程都能执行完毕。如果找到,则处于安全状态,否则为不安全状
MSYS-Update
- MSYS是Windows环境上的UNIX工作环境,由www.mingw.org项目所开发,但不易安装; MSYS类似于Cygwin,但是由于编译方式的不同,速度更快、体积更小、功能强大; 使用MSYS可以很方便的取代商业的VC编译器,开发出商业版权的程序而不受版权限制; 我们通过对MSYS和gcc编译重新整理,发布在这里方便中国的用户更容易安装、使用; 默认提供捆绑在一起的C/C++/Fortran编译器,Fortran可以适用于进行科学计算的用户;
hicode
- VC++创建一个向导式对话框,也就是经常见的那种上一步、下一步的窗体,类似安装程序,其它的地方也会出现,觉得挺有用的,所以分享给大家。-VC++ create a wizard-style dialog box, which is the last step by the common kind, the next form, similar to the installation process, there will be other places, I feel quite useles