-
diankao
基于51单片机的proteus仿真系统,其中包括AD转换模块的应用(51 single-chip microcomputer-based simulation system of proteus, including the application of AD converter module)
- 2009-05-15 16:36:40下载
- 积分:1
-
16X64-LED-51
16X64LED点阵 单片机 移动 程序+仿真(16X64LED AT89C51 Proteus)
- 2014-12-17 22:48:18下载
- 积分:1
-
OSG参考书籍的示例程序包
OpenSceneGraph三维渲染引擎编程指南 与OpenSceneGraph三维渲染引擎设计与实践等经典OSG学习书籍的示例代码,仅学习使用。
- 2023-09-02 13:05:16下载
- 积分:1
-
flash1
flash,flash简单的代码,很简单的入门代码(flash,flash simple word)
- 2014-05-07 11:08:31下载
- 积分:1
-
页面调度算法
fifo lru opt 页面置换调度算法
void LRU(int pagenum, int treq) {
int i,j, count = 0;
int effect = 0;
pageInit();
for (i = 0; i < treq; i++){
if (vp[req[i]].mp == INVALID) {
if (count < pagenum) {
vp[req[i]].mp = count;
mp[count] = req[i];
count++;
for (j = 0; j < count; j++) {
vp[mp[j]].dura++;
}
}
else {
int maxtime = 0, maxtimevpNum = 0;
for (j = 0; j < pagenum; j++) {
if (vp[mp[j]].dura > maxtime){
maxtime = vp[mp
- 2022-06-11 20:36:50下载
- 积分:1
-
用C#处理照片,加边框等。
用C#处理照片,加边框等。-用C#
- 2022-02-25 22:03:06下载
- 积分:1
-
filter_demo
matlab script for filter design
- 2010-04-14 20:29:36下载
- 积分:1
-
LR1
基于LR(1)的语法分析器,根据不同的文法规则,对C语言文件进行语法分析(Based on LR (1) parser, depending on the grammar rules, language files for parsing C
)
- 2020-11-23 20:09:34下载
- 积分:1
-
GNSS-PRocess
本文介绍了一种
)’’
多系统静态基线数据处理方法!该方法使用统一的方式来处理
&’
5.)6’’
北斗
及三者融合的观测数据#这种处理方法已经实现在广州南方测绘仪器有限公司的静态后处理软件中#本文使用实际数据验
证了这种处理方法!得到了较好的结果(This article describes a ) ' multi-system static baseline data processing method! This method uses a unified way to deal & ' ' 5.) 6' ' ' Compass and three observational data fusion# This treatment method It has been achieved in the static Guangzhou South mapping Instrument Co.# post-processing software used herein, the actual data validation of this approach! Get better results)
- 2015-06-30 11:16:20下载
- 积分:1
-
readers_writers_prob
C implementation of the readers writers problem !
- 2010-01-28 02:32:21下载
- 积分:1