搜索资源列表
硬盘结构及其分区简介
- 模拟操作系统中作业调度算法的vc++程序。从好几个方面描述了os的作业调度问题。 -simulation operating system scheduling algorithm vc procedures. From several aspects described os operations scheduling problem.
1-WireSearch
- 单线搜索算法,适合51系列单片机,硬件访问层使用IO模拟,在其他平台应用,需要更改硬件层,已在89s52上测试通过-single search algorithm suitable for 51 series microprocessor, hardware access layer using IO simulation, In other platform, the need to change the hardware level, in 89 s52 through testing
processmanagerment
- 设计一个允许n个进程并发运行的进程管理模拟系统。该系统包括有简单的进程控制、同步与通讯机构,其进程调度算法可任意选择。每个进程用一个PCB表示,其内容根据具体情况设置。各进程之间有一定的同步关系(可选)。系统在运行过程中应能显示或打印各进程的状态及有关参数的变化情况,以便观察诸进程的运行过程及系统的管理过程。
temp_pid
- 基于AT89s51的温湿度检测报警程序,温湿度通过模拟串行口从传感器模块中读出,程序包含pid算法和软件滤波,输出显示稳定.
sa07023029
- 本程序模拟GP算法处理数据的方法步骤How can computers learn to solve problems without being explicitly programmed? In other words, how can computers be made to do what is needed to be done, without being told exactly how to do it?this is an answer
c51
- 1. 电梯初始位置在第一层。 2. 算法完全模拟电梯工作。 3. 显示电梯所在层数和运动方向。 4. 按键复用,部分按钮在不同的时候表示两种功能。
232DEMO
- 完整的c程序,包括模拟量输入输出,pid算法,触摸屏通讯等。
c51源程序集合
- 源码 │ 0108_12864LCD-F149.ASM │ 12232-1520.c │ 12232.c │ 12864-ks0108.asm │ 12864-ST7290-F149.C │ 12864-zb.c │ 12887.c │ 24C01-64.C │ 24C01-F440.C │ 28sf040a.asm │ 51use.txt │ 6963.C │ 93c46.asm │ 93c46.c │ 93cxx.c │ ad7416-mcuzb.c │ ad7416.c │ AT24C01
SAVRP
- 该算法经运行,无任何问题,可用于解决模拟退货算法求解车辆路线问题-The algorithm by running without any problems, can be used to solve the simulation algorithm Return Vehicle Routing Problem
CPU_Schedu
- CPU调度算法---模拟OS所使用的所有调度算法,包括创建一个kernel,PCB,队列,调度器等。-CPU Scheduler algorithms FCFS SJF Priority This code is a simulation of all the Scheduling algorithms an OS uses. I have tried creating a Kernel, PCB, Queue, Scheduler etc. what all an OS needs to
OperatingSystemProcessScheduling
- 1)设计有5个进程并发执行的模拟调度程序,每个程序由一个PCB表示。 2)模拟调度程序可任选两种调度算法之一实现(有能力的同学可同时实现两个调度算法)。 3)程序执行中应能在屏幕上显示出各进程的状态变化,以便于观察调度的整个过程。 -1) the design of five concurrent implementation of the simulation process scheduler, each process of a PCB said. 2) simulation
Polarization_Optical_C
- 基于PIC单片机的光偏振态控制的采用模拟退火算法的C语言代码-PIC-based single-chip microcomputer to control the light polarization state of the simulated annealing algorithm using the C language code
831wireless
- 硬件:nRF905无线收发模块,凌阳61单片机。软件:凌阳单片机开发软件。算法上使用了I/O口模拟SPI总线-Hardware: nRF905 wireless transceiver modules, Sunplus 61 microcontroller. Software: Sunplus software development. Algorithm is used on the I/O port simulation SPI bus
SimulationCDS
- 无线传感器网络计算cds的模拟 比较了四种不同算法-Wireless sensor network computing cds simulation compared four different algorithms
VBPID
- PID控制算法模拟,可以帮助你学习PID算法-PID control algorithm simulation, can help you learn PID algorithm
PIDprogram
- 不错的pid模拟程序,值得下载,对了解vb中pid算法的有帮助!-Pid good simulation program, it is worth downloading in the understanding of pid algorithm vb help!
SnakeCode
- 基于单片机的贪吃蛇游戏。用点阵模拟贪吃蛇游戏的算法-Snake Code
clock_algorithm
- 模拟时钟算法编写和调试存储管理的模拟程序以加深对存储管理方案的理解-Write and debug analog clock algorithm storage management simulation program to enhance the understanding of storage management solutions
基于stm32的MPU6050收读取和模拟IIC
- 基于stm32的MPU6050收读取和模拟IIC 陀螺仪初始化配置,陀螺仪三轴加速度算法处理,俯仰角,航向角等四轴飞行器参数读取与显示。(MPU6050 receive, read, and simulate IIC based on stm32 Gyroscope initialization configuration, gyroscope three axis acceleration algorithm, pitch angle, heading angle and other fo
卡尔曼滤波与PID算法
- 卡尔曼滤波和PID算法,可以在C++模拟,也可以移植到单片机平台(Calman filtering and PID algorithm)