搜索资源列表
timer
- 用于arm2410开发系统,使用时间中断产生脉冲信号,可测试系统可测试的最短信号-for arm2410 development system, the use of time interrupt pulse signal test system may be the shortest test signal
guide
- 该程序实现公园导游功能,使用改进的深度遍历算法,给出两点之间的若干最短路径,程序界面简单,使用方便-park guide function, the use of improved depth traversal algorithm, given the number between 2:00 shortest path, program interface simple and easy to use
parkguids
- 公园导游图 数据结构课程设计作业 需要的人下 功能:给出一张某公园的导游图,游客通过终端询问可知: 从某一景点到另一景点的最短路径。游客从公园大门进入,选一条最佳路线,使游客可以不重复地游览各景点,最后回到出口(出口就在入口旁边)。-park guide map data structure curriculum design requires a person under functions : Zhang is a park guide map, asked tourists
trrafficlight
- (1)当乡村公路无车时,始终保持乡村公路红灯亮,主干道绿灯亮。 (2)当乡村公路有车时,而主干道通车时间已经超过它的最短通车时间时,禁止主干道通行,让乡村公路通行。主干道最短通车时间为25s 。 (3)当乡村公路和主干道都有车时,按主干道通车25s,乡村公路通车16s交替进行。(4)不论主干道情况如何,乡村公路通车最长时间为16s。 (5)在每次由绿灯亮变成红灯亮的转换过程中间,要亮5s时间的黄灯作为过渡。 (6)用开关代替传感器作为检测车辆是否到来的信号。用红、绿、黄三种颜色的
ehotgis_shortpath
- 基于ehotgis开发的嵌入式gis最短路径应用源码
ARM
- ARM编程的基本知识,BOOT 代码流程和功能分析,OS 中断程序的编写举例和BOOT 代码的流程图,希望这些内容能为初学ARM 的朋友拨开迷雾,以最快的速度和最短的时间走进嵌入世界的大们.
cpdu
- 简单最短寻道跟电梯算法,用C++编译 #include \"stdio.h\" #include \"stdlib.h\" #include <iostream.h>
c8051f350-ad
- C8051F350单片机的24位AD程序,通过示波器显示字符,使用sin3c滤波器输出,看门狗时间改到相应最短,采样频率下位24hz上位8hz。
test
- AVR入门试验程序,通过本程序,可以让新手仔最短的时间内入门。
41 Lastnewguide
- 校园导游系统,查询景点信息,求最短路径等-campus tour guide system, query attractions information, such as Shortest Path
mouse-sch.rar
- 这是电脑鼠的原理图,电脑鼠能够自动搜索迷宫,最终找出最短路径,This is a schematic diagram of a computer mouse, computer mouse can automatically search a maze, and ultimately to find the shortest path
C51_GPRS
- 采用先进的GSM通信模块和单片机互连的终端系统,,借助最可靠、最成熟的GSM 移动网络,以最直观的中文短信和TEXT短信发送或电话形式,直接把报警地点的情况反映到用户的手机上-The use of advanced communication module and GSM terminal MCU interconnection system, with the most reliable and most mature GSM mobile network, the most intuitiv
src
- 电子鼠走迷宫比赛程序(16*16),包括寻找最短路径算法,有记忆返回终点。
cipandiaodu
- 在先来先服务调度算法(FCFS),最短寻道时间优先调度算法(SSTF),循环扫描算法(SCAN)中选择一个适合的磁盘调度算法完成磁盘查找内容。-First come first serve scheduling algorithm (FCFS), priority scheduling algorithm for the shortest seek time (SSTF), cycle scan algorithm (SCAN) to select a suitable disk schedul
cc2430-20
- 这个实验利用睡眠定时器工作在多个电源模式下这一特性来实现定时唤醒,最长的唤醒时隔为8 分32 秒,而最短的时隔可达30 余微秒。-This experiment using sleep timer working in a number of power mode to achieve this feature from time to time to wake up, wake up after the longest 8 minutes and 32 seconds, and as soon
VHDLtlight
- 智能控制交通灯。分主路辅路,当辅路无车时主路保持绿灯,当辅路有车通过时辅路亮绿灯,并且在最短五秒钟之后或者20秒之内返回原来的状态。-Intelligent control of traffic lights. At the main road and side roads, as roads without the green light when the main road to maintain, when the roads when the roads a car through a
MxIterative
- 该问题是线性移位寄存器的综合问题提出的,给定一个N长的 二元序列,如何求出产生这一序列的级数最小的线性移位寄存 器,即最短的线性移位寄存器 -The problem is that the linear shift register integrated question, given a N-long binary sequences, how to derive the sequence of series have the smallest linear shift regis
baojing
- 本系统主要由单片机和GSM短信模块组成,借助最可靠、最成熟的GSM移动网络,以最直观的中文短消息或电话形式,直接把报警地点的情况反映到您的手机屏幕上-This system is mainly composed message Singlechip and GSM modules, with the most reliable, the most sophisticated of the GSM mobile network in the most intuitive of the Chines
smart-car
- 智能车:核心单片机MC9S12DG128 CCD摄像头对道路信息进行检测 光电传感器与摄像头融合控制方案 保证稳定的条件下追求行使时间最短-Smart cars: the core of single-chip MC9S12DG128 CCD camera for detection of road information Photoelectric sensor with integrated camera control program To ensure th
StudyARMBoot
- 本文从学习者的角度出发,分别描述了下面几部分内容: ARM编程的基本知识,BOOT 代码流程和功能分析,OS 中断程序的编写举例 和BOOT 代码的流程图,希望这些内容能为初学ARM 的朋友拨开迷雾,以最快 的速度和最短的时间走进嵌入世界的大们. 很经典的ARM BOOT 详细分析 -ARM STUDY STEP BY STEP