搜索资源列表
C源代码的实时操作系统
- C源代码的实时操作系统-C source code for the real-time operating system
DOS-C
- 用C语言实现的DOS操作系统的源代码,非常经典,研究操作系统的好资料-C language of the DOS operating system source code, very classic, a good operating system research information
c-tongxunlu
- 完整的通讯录程序 使用c语言编写 有多种功能-integrity of the directory c procedures for the use language has multiple functions
C++reader
- 这是一个用C++实现读者和写者的问题的代码-This is the realization of a C readers and the writing of code
C-os
- 用C语言设计一个有 N个进程并行的优先级调度程序的源代码-C language design is a process of parallel N-priority scheduling of a program's source code
C-PRO3
- 用C语言实现的最短作业优先(包括抢占式和非抢占式)调度。-C language of the shortest priority operations (including preemptive and non-preemptive) scheduling.
用C语言实现银行家算法
- 用C实现银行家算法-C algorithm to achieve bankers
C++teach
- 框架作为一种大粒度的重用技术在桌面软件开发中得到了广泛应用,而在嵌入式开发领域,目前还没有一套完整的标准框架可供使本文以通信领域的嵌入式软件开发为例,介绍使用C++语言,在ARM平台Nucleus plus操作系统下实现嵌入式开发框架EFC的方法和应用实例。
C++_memory
- C++ 内存管理算法和实现,C++ 内存管理算法和实现
CPU调度C语言实现
- CPU调度C语言实现 实现1FCFS(先到先服务) 2SJF(最段作业优先调度) 3RR(轮转法) 4PSA(优先权调度)n) 5EXIT 6时间的延迟; 7:屏幕的换色.-CPU scheduling C Language Implementation 1FCFS (first come-first services) 2SJF (most of the operational priority scheduling) 3RR (Web) 4PSA (Pri
C语言的小编译器
- c语言的小编译器,学习的好东东.-small c language compiler, a good learning Wanton.
TURBO C 文件管理器及其源码
- turbo c 编写的文件管理器。有源程序。-paper prepared by the manager. A source.
C#写的一个超微软操作系统
- C#写的一个超微软操作系统
基于AT89C51单片机的电子万年历C语言程序
- 基于AT89C51单片机的电子万年历C语言程序,并带有调时功能.-Electronic calendar based on AT89C51 microcontroller C language program, and with the tune when the function.
经典的理发师问题,用C语言实现
- 经典的理发师问题,用C语言实现,程序实现了几个进程之间的相互调度关系,预防死锁。,Classic barber problem using C language, the program realize a number of the process of scheduling the relationship between the prevention of deadlock.
CMD本程序采用C#开发完成
- cmd.exe源代码。本程序采用C#开发完成。对于初学者有很大的帮助哦-cmd.exe source
myshell.rar
- 用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshel
one
- FIFO页面置换算法,用C语言写的,可以缺页率和缺页次数,同时也可以看到内存分配状态!-FIFO page replacement algorithm, written using C language, and can page fault rate and the number of missing pages, but also can see the memory allocation status!
shell.c
- 主要用于linuxshell设计实验功能,包含了shell的一些代码-Linuxshell used to design the experimental features, including some of the shell code
银行家算法(C语言)
- 银行家算法的虚拟实现- The banker algorithm hypothesized realizes