Welcome![Sign In][Sign Up]
Location:
Search - red

Search list

[Other resourceU51asm

Description: 交通灯: 1. 因为本设计是交通灯的控制,所以要先了解实际交通灯的变化规律。假设一个十字路口为东西南北走向。初始状态0为东西红灯,南北红灯。然后转状态1南北绿灯通车,东西红灯。过一段时间转状态2,南北绿灯闪几次转亮黄灯,延时几秒,东西仍然红灯。再转状态3,东西绿灯通车,南北红灯。过一段时间转状态4,东西绿灯闪几次转亮黄灯,延时几秒,南北依然红灯。最后循环至状态1。 2. 双色LED是由一个红色LED管芯和一个绿色管芯封装在一起,公用负端。当红色正端加高电平,绿色正端加低电平,红灯亮;红色正端加低电平,绿色正端加高电平,绿灯亮;两端都加高电平,黄灯亮。 急救车和交通灯: 中断服务程序的关键是:1. 保护进入中断时的状态,并在推出中断之前恢复进入时的状态;2. 必须在中断程序中设定是否允许中断重入,即设置EX0位。 本设计使用了INT0中断,一般中断程序进入时应保护 PSW,ACC以及中断程序使用但非其专用的寄存器。本设计中的INT0程序保护了PSW,ACC,2等三个寄存器并且在退出前恢复了这三个寄存器。另外中断程序中涉及到关键数据的设置时应关中断,及设置时不允许重入。本设计中没有涉及这种情况。 name:trled1.asm trled2.asm-traffic lights : 1. Because of the design of the traffic lights, so there must first understand the traffic lights change. Assuming a crossroads for the east-west north-south. Initial state of things 0 red light, red light north-south. Then the state opening of a north-south green, red things. For a period of time to state 2-green flashing yellow light switch several times, a few seconds delay, things are still red. Three sub-state, opening things green, red light north-south. For a period of time to state four, several things turn green blinking yellow light, a few seconds delay, the North and the South is still red. The last cycle to a state. 2. Two-color LED is a red LED tube core and a core package of green together, the common negative side. When the red is added to I-Greenpeace-Canad
Platform: | Size: 2191 | Author: 孙菱蔚 | Hits:

[OtherCanBus__xlCANdemo

Description: 介绍在VC框架中,如何加入CanBus的实现方法,程序中用简单的红灯演示程序,展示了添加的过程。-introduced in VC framework, how to join the realization Canbus methods, and procedures used simple red demo program, and it demonstrated the added process.
Platform: | Size: 7839 | Author: zxj | Hits:

[Linux-Unixlirc-0.6.6.tar

Description: 很少见的linux下的红外口的工具,如果有使用手机红外口的可以试一试,我还没有使用-tools of ultra-red under linux, use for mobil phone
Platform: | Size: 516914 | Author: 马致远 | Hits:

[Develop ToolsLinux基础教程

Description: 本章讲解如何启动Red Hat Linux installation安装过程. 包括以下内容: 熟悉安装程序的用户界面. 启动安装程序. 选择安装方式. 在结束本章的时候, 安装程序应该已经在您的系统中运行, 并且已经选择了适当的安装方式. -chapter on how to start installation of Red Hat Linux installation. Contents include the following : familiar with the procedures for the installation of the user interface. Start the installation process. Choose installation method. At the end of this chapter, the installation procedure should have been in your system running, and has selected the appropriate security loaded way.
Platform: | Size: 78760 | Author: 宙斯盾 | Hits:

[Communicationapp_simple_ir

Description: 一个简单的被动式红外线防盗报警器。该报警器由红外线发射、接收、蜂鸣器和LED指示灯组成。正常情况下,绿色的LED常烁,表示监控区域正常。一旦监控区域有人闯入,绿色LED熄灭,红色的LED快速闪烁,同时蜂鸣器立即报警。-a simple, passive infra-red anti-theft alarm. The alarm from the infrared transmitter and receiver, buzzer and LED indicator components. Under normal circumstances, the green LED Chang Shuo, regional monitoring normal. Once control was broken into regional and green LED is off, the red blinking LED, buzzer reported to the police.
Platform: | Size: 155862 | Author: cwf | Hits:

[Web Server200505241019311925

Description: PLO编译 (2) 输出单词,输出形式为:(序号,单词,对应源程序行号,对应源程序列号); (3) 输出出错信息,输出形式为:(出错行号,出错列号,出错信息); (4) 输出符号表,输出形式为:(单词种别码,单词符号); (5) 对源程序编辑框的某一行进行双击,能在单词编辑框中对应的单词变为红色; 当在单词编辑框中选定某一单词时,对应的源程序编辑框中的行变为蓝色。 (6) 打开、保存文件。查找、删除、修改等编辑工作。 -PLO compiler (2) output words, the output form of : (serial numbers, words, the corresponding source code line number, corresponding source code included); (3) output error messages, output forms : (OK mistakes, mistakes out, error messages); ( 4) output symbol table, the output form of : (other types of code words, words symbol); (5) The source of the edit box for a double-click OK, in the words edit box corresponding words into red; When word editorial in a box chosen words, the corresponding source edit box into the blue line. (6) Open, Save the file. Locate, deletion, modification and other editorial work.
Platform: | Size: 191180 | Author: 于阳 | Hits:

[Special EffectsChinaFlag

Description: 这次课程设计我选择题目是画几个国家的国旗,分别是我国的五星红旗、古巴的和多哥共和国的国旗。-this curriculum design is a topic I chose painting of the flag in several countries, namely China's five-star red flag, Cuba and the flag of the Republic of Togo.
Platform: | Size: 63844 | Author: 王云华 | Hits:

[Static controlRGB Editor

Description: This article demonstrates the technique of creating a RGB color editor, useful at web-page and software development time, to know the RGB code for different combinations of Red, Green and Blue colors. The article has two projects both independent, one was developed using the popular MFC and the other in Win32 (a.k.a. SDK). Both applications are identical in functionality and helps developers who are not very familiar with Win32 programming, to compare and see how easy it is to develop applications in Win32
Platform: | Size: 61954 | Author: gp | Hits:

[GUI Develop26_033342_redhatwindow1

Description: 这是一个很酷的模仿RedHat红帽子操作系统界面的代码。支持真彩色Icon,里面附有几个很棒的有关Skin的控件源码.-This is a cool imitate RedHat Red Hat operating system interface code. Icon support True Color, with a few terrific inside the Skin of control source.
Platform: | Size: 123668 | Author: 王刚 | Hits:

[Other高校运动会系统

Description: 任务:参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m=10 , w=8 , n=15) 功能要求: 1). 可以输入各个项目的前三名或前五名的成绩; 2).能统计各学校总分(用链表); 3).可以按学校编号、学校总分、男女团体总分排序输出(快速、基数); 4). 可按学校编号查询学校某个项目的情况;可按项目编号查询取得前三或前五名的学校。 界面要求:有合理的提示,每个功能可以设立菜单,根据提示,可以完成相关的功能要求。 b)概要设计: 本程序所使用的数据结构是二维数祖和线形链表。 所使用的算法有:快速、基数、归并排序等。-mission : participation in the Games is n, the school No. 1 ... n. Competition is divided into men m, and w-woman project. Item No. 1 man ... m, a woman m m w .... Different items from the top five or top three integration; From the top five points were : 7,5,3,2,1, and the top three points were : red; From what the top five or top three, set by the students themselves. (M = 10, w = 8, n = 15) functional requirements : 1). The importation of various items in the top three or top five results; 2). Statistics schools score (with Chain); 3). According No. schools, the school scores and scores of men and women groups sorting out (fast base); 4). School No. inquiries can be a school project; Item numbers can be made for the first three or top five schools. Interface requirements : there is a re
Platform: | Size: 4434 | Author: 李韦纬 | Hits:

[OtherTrackBullet

Description: 此源码是我从别的网站下载的(导弹打飞机算法(黄色的点在外部做圆周运动,红色的点用来跟综黄色的点),具体算法看原程序,(只希望我 我也能下载别人的游戏源码来学习)-I downloaded from other websites (aircraft missiles algorithm (yellow exterior point in circular motion, the red points for Integrated with yellow points), look at the original algorithm specific procedures, and (I only hope that I can also download other people's source code to learn the game)
Platform: | Size: 9997 | Author: 刘德华 | Hits:

[Other resourceCell

Description: 纸牌接龙游戏 把所有牌按花色依次从小到大( A 到 K )捡到右边的红色框中,全部捡完游戏结束。 主要操作有:鼠标单击和双击,没有拖动。 规则 1:方块接方块,草花接草花,从大到小的接(比如:方块8要接到方块9的下面) 规则 2:K 可以移到空的绿色框中 规则 3:最小的可以用双击自动移到红色框中 规则 4:点牌要点牌的上半截 规则 5:-poker word games all colors followed by licensing from small to large (A to K) picked up the right side of the red box, all seized End end of the game. Major operations are : mouse click and double-click, no drag. Rule 1 : Block access chunks and then Grasses and bedding plants, beginning with the largest access (for example : Block received eight to nine squares below) Rule 2 : K can be moved to the empty green box three rules : the smallest can double-click automatically moved to the red box Rule 4 : point license plates points the rules on sleeveless 5 :
Platform: | Size: 78482 | Author: 香烟 | Hits:

[Other resource红绿灯

Description: 模拟交通灯,并带有数字显示的程序。初始时全为红灯,显示“HELLO”字样。然后交通灯以“红绿、红黄、绿红、黄红”四种状态做循环,而且黄灯会闪烁,每种状态都带有到数记时。当按下P3_2时,变成“红红”状态,并显示“STOP”字样! -simulated traffic lights and figures with the procedure. When all of the initial red, shows that the "hello" words. Then traffic lights to the "black, red and yellow, green, red, yellow red" state to do four cycle, but the yellow light flashes, each state will have a few to remember when. When pressed P3_2, into a "red" state, and shows that the "STOP" word!
Platform: | Size: 25843 | Author: SKY | Hits:

[Email ServerMailer

Description: 邮件软件 Congratulations on choosing ACDSee - the world’s #1 digital imaging software. ACDSee is a comprehensive application ideal for acquiring, organizing, viewing, enhancing, and sharing your images. With the image browser, you can find, organize, and preview images and media files on your computer, and you can efficiently acquire images from digital cameras, scanners, and other devices. A full-featured image viewer and media player quickly generates high-quality displays of your images and media files. You can run slide shows, play embedded audio, and display multiple page images. ACDSee supports over 50 image and multimedia file formats. Also, ACDSee includes a wide variety of image editing tools you can use to create, edit and touch-up your digital images. Use tools such as red-eye reduction, crop, sharpen, blur, and emboss to enhance or correct your images. Image management tool-mail software Congratulations on choosing ACDSee-the world's # 1 digital imaging software. ACDSee is a comprehensive application ideal for acquiring, organizing, viewing, enhancing, and sharing your images. With the image browser, you can find, organize, and preview images and media files on your computer, and you can efficiently acquire images from digital cameras, scanners, and other devices. A full-featured image viewer and media player quickly generates high-quality displays of your images and media files. You can run slide shows, play embedded audio, and display multiple page images. ACDSee supports over 50 image and multimedia file formats. Also, ACDSee includes a wide variety of image editing tools you can use to create, edit and touch-up your digital images. Use tools such as r
Platform: | Size: 325920 | Author: df | Hits:

[assembly language十字路口交通灯时实控制与管理

Description: 十字路口交通灯时实控制1、要完成本实验,首先必须了解交通路灯的亮灭规律。设有一个十字路口,1、3为南,北方向, 2、4为东,西方向,初始态为4个路口的红灯全亮。 之后, 1、3路口的绿灯亮, 2、4路口的红灯亮, 1、3路口方向通车。 延迟一段时间后, 1、3路口的绿灯熄灭,而1、3路口的黄灯开始闪烁。闪烁若干次后, 1、3路口的红灯亮, 同时2、4路口的绿灯亮, 2、4路口方向开始通车。 延迟一段时间后, 2、4路口的绿灯熄灭,而黄灯开始闪烁。闪烁若干次后,再切换到1、3路口方向。 之后,重复上述过程与管理-crossroads of traffic lights at a real control to the completion of this experiment, we must first understand the bright lights of traffic laws to eliminate. There is a crossroads, and 1,3-South, North, 2,4-East, West, the initial state of the four junctions of all-red light. After crossing the green 1,3-and 2,4-red light at the junction, the opening of 1,3 junctions direction. Some time after the delay, the green light at the junction of 1,3 out and the junction of 1,3 begin blinking yellow light. Several flashing, red lights at the junction of 1,3-and 2,4-green light at the junction, 2,4 intersection opened to traffic direction. Some time after the delay, the green light at the junction of 2,4 out and the yellow light started flashing. Several Stars and then switch to 1,3 junctions direc
Platform: | Size: 81427 | Author: 郭菲菲 | Hits:

[Other resource看谁得分高

Description: 本游戏的主角是个小球,玩家通过按右键的时间长短来决定小球的初始速度,当按动左键时小球启动,小球在运动过程中将受到磨察力的作用,速度将减慢最终停止,小球停止的位置距离右边红色墙壁的距离(距离越近成绩越高)及小球在运行过程中与墙壁碰撞的次数(次数越多成绩越高)将决定玩家的最终成绩,按任意键程序将把当前成绩与存放在mc.txt中的历史成绩比较,给玩家以平价,并将当前成绩保存在mc.txt中。游戏有两个界面第一个界面是游戏场景,其中有三个参数,由左至右依次为“DIS”最终离右边墙的距离,“BUMP”小球在运行过程中碰墙的次数,“SPEED”小球的运行速度。第二个场景是成绩平价界面,根据玩家成绩给以相应的平价 。另外,由于机器配置的不同可能会出现速度上的迥异。-the protagonist of this game is a small ball, players adopted by the right to determine the length of time the ball's initial velocity, when pressed button at the start of small ball, the ball movement in the process of grinding reviewer will be the role of power, speed will slow down eventually stopped, the ball stopped at a location away from the right side of the red walls of the distance ( the more recent results from the higher) and the ball in the course of operation and the number of collisions walls (the more the number of higher performance) will determine the ultimate success players by arbitrary procedures will bond with the current performance mc.txt stored in the historical achievements, to the players to parity, and will preserve the current performance mc.txt China. Game
Platform: | Size: 143405 | Author: 马硕 | Hits:

[Other resourcec环境下的编译器

Description: 在c环境下的编译器 一.实验完成主要功能描述: 1.if语句 2.if_else语句 3.while语句 4.数组 5.函数调用 6.对外部函数printf的调用(用于打印) 二.测试环境 1.fedora core 4(OS) 2.lex version 2.5.4 3.yacc 4.gcc (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8) -in the context of a compiler. Experiments main function Description : 1.if statement 2.if_else statement 3.while statements 4. 5 array. Function call 6. The external function calls printf (print) 2. A test environment . fedora core 4 (OS) 2.lex 3.yacc 4.gcc version 2.5.4 (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8)
Platform: | Size: 5945 | Author: 韩天毅 | Hits:

[Other resourceRBTree

Description: 使用VS.NET开发的数据结构红黑树可视化图形界面演示。可以进行节点的添加及删除。-use VS.NET development of the data structure RED-BLACK TREE visual graphical interface demo. The nodes can be added and deleted.
Platform: | Size: 98410 | Author: 阿赫 | Hits:

[Other resource算法(销售员问题)

Description: 用c++写一个售货员问题。这是高级算法中除了红黑树中最难的一个了。是研究生课程中的的程序实现-used to write a salesman problem. This is in addition to the High algorithm RED-BLACK TREE which one of the most difficult. The postgraduate courses in the program
Platform: | Size: 5935 | Author: 孙永锐 | Hits:

[Other resource双色球

Description: 一个C++程序,双色球的模拟程序,可以通过该程序得到6个红色球号码和一个蓝色球号码-a C program that matched the simulation program, the program can be six red ball numbers and a blue ball numbers
Platform: | Size: 1216 | Author: 李斯昀 | Hits:
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »

CodeBus www.codebus.net