搜索资源列表
C语言练习--计数器
- c语言练习--计数器 介绍了一种用c语言实现计数器的程序 供大家参考-practice -- Counter introduces a language counter c procedures for your consideration
C语言实习
- C语言实现的校园导游图,有景点的介召,最短路径的查找,还有动画等-C language map of the campus tour guides, attractions mediated response, the search for the shortest path, animation, etc.
C语言实现的SIMPLE语言词法分析器
- C语言实现的SIMPLE语言词法分析器,并用JAVA实现界面。-the C language SIMPLE language lexical analyzer and used JAVA interface.
C语言实现自动拷贝U盘信息
- C语言实现自动拷贝U盘信息,可以作为移动盘偷窥者使用.
用C语言实现死锁检测
- 用C语言实现死锁检测-C language Deadlock Detection
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语言源代码,c语言实现,故值得一看.-This is a speaker can be used to control the pitch c language source code, c language, it is worth looking at.
汉诺塔的c语言实现
- 关于实现汉诺塔的c语言的实现,很不错不但使程序,还能做游戏玩
PL0 C语言实现
- PL0 C语言实现,很不错哦
单纯形法C语言实现
- 单纯形法C语言实现
经典的理发师问题,用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.
C语言编译器的实现
- 编译原理大作业。C语言编译器的实现。附大作业的doc文档说明部分。 [编译原理豪华版程序.rar] - 编译原理豪华版程序用VC++编写 [附录I Little C解释程序源代码.rar] - Little C解释程序,Translation of the principle of large operations. C language compiler implementations. Attached to large operations doc document explain
妙趣横生的算法(C语言实现)
- 《妙趣横生的算法(C语言实现)》配书光盘源代码10-" Fun algorithm (C language)" with the source code of CD 10
C-algorithm-Sources
- 《妙趣横生的算法(C语言实现)》的源代码,学习算法的朋友们看看。-" Fun algorithm (C language)," the source code, learning algorithms friends to see.
用C语言实现页面置换算法的模拟实验
- Linux环境下,用C语言实现页面置换算法的模拟实验,并比较不同算法的置换效率。-Linux environment using C language page replacement algorithm simulation and compare different displacement efficiency of the algorithm.
学生管理系统
- C语言实现学生管理系统源码,C语言初学者的进阶必备(Student Management System Based C)
智能小车循迹c语言
- //智能小车避障、循迹、红外遥控C语言代码? //实现功能有超声波避障,红外遥控智能小车,红外传感器实现小车自动循迹,1602显示小车的工作状态,另有三个独立按键分别控制三种状态的转换(/ / smart car obstacle avoidance tracking, infrared remote control, C language code / / realize functions of ultrasonic obstacle avoidance, infrared remote
卡尔曼滤波算法C语言实现
- 卡尔曼滤波的c语言算法实现(Implementation of C language algorithm based on Calman filter)
Compiler Design in C
- 编译器设计,C语言实现,完整的编译器结构和语言及概念介绍。(Compiler design in C)
学生管理系统C语言实现
- 基于C语言实现1插入学生信息2遍历学生信息3查找学生信息4删除学生信息5按学号排序6逆序排序等功能