本程序?qū)崿F(xiàn)了一個序列檢測器。當(dāng)一串待檢測的串行數(shù)據(jù)進(jìn)入檢測器后,若此數(shù)在每一位的連續(xù)檢測中都與預(yù)置的密碼數(shù)相同,則輸出“A”,否則仍然輸出“B”。
標(biāo)簽: 檢測器 程序 序列 串行數(shù)據(jù)
上傳時間: 2016-05-28
上傳用戶:xsnjzljj
嵌入式應(yīng)用程序的實(shí)驗(yàn)報告 包括源碼,實(shí)驗(yàn)結(jié)果等,包括任務(wù)的創(chuàng)建 掛起 刪除 任務(wù)A掛起任務(wù)B 等
標(biāo)簽: 嵌入式 實(shí)驗(yàn)報告 應(yīng)用程序 源碼
上傳時間: 2013-12-14
上傳用戶:宋桃子
System.out.print(s) System.out.println(t) System.out.print(u) System.out.println(v) System.out.print(a) System.out.print(b) System.out.print(c) System.out.println(d) x=0x5f20 y=0x5f35 z=0xffff System.out.print(x) System.out.print(y) System.out.println(z)
標(biāo)簽: System out println print
上傳時間: 2016-07-01
上傳用戶:日光微瀾
ASP個人聊天系統(tǒng) If MenuSwf="" Then MenuSwf="About" select case lcase(MenuSwf) case "about" TopMenu="a" case "news" TopMenu="b" case "project" TopMenu="c" case "clients" TopMenu="e" case "contact" TopMenu="f" case "mainbinner" TopMenu="g" case "person" TopMenu="h"
標(biāo)簽: MenuSwf case TopMenu select
上傳時間: 2016-07-11
上傳用戶:lht618
Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 2: Everything is an Object 3: Controlling Program Flow 4: Initialization & Cleanup 5: Hiding the Implementation 6: Reusing Classes 7: Polymorphism 8: Interfaces & Inner Classes 9: Error Handling with Exceptions 10: Detecting Types 11: Collections of Objects 12: The Java I/O System 13: Concurrency 14: Creating Windows & Applets 15: Discovering Problems 16: Analysis and Design A: Passing & Returning Objects B: Java Programming Guidelines C: Supplements D: Resources Index
標(biāo)簽: Introduction Thinking Revision Preface
上傳時間: 2014-07-13
上傳用戶:netwolf
51單片連tcs230的源程序,絕對原創(chuàng),可以記憶顏色。 #define uchar unsigned char #include <reg52.h> #include<math.h> sbit S0=P1^7 sbit S1=P1^0 //端口定義 sbit S2=P1^1 sbit S3=P1^2 sbit OE=P1^3 sbit OUT=P3^4 //頻率從TO口輸入 sbit key0=P1^5 sbit LED=P1^6 sbit a=P3^0 sbit b=P3^1 uchar color //1:blue 2:green 3:red uchar T[4] //color timer uchar TH[4] uchar TL[4] uchar bizhi[4] void time1() interrupt 3 { TH[color]=TH0 TL[color]=TL0 T[color]=(TH[color]*0xff+TL[color]) TR0=0 //關(guān)定時器 TR1=0 TH1=0xB1 TL1=0xE0 //歸0 TH0=0x00 TL0=0x00 //歸0 }
上傳時間: 2016-11-26
上傳用戶:秦莞爾w
本程序是操作系統(tǒng)里面常用的一個程序,某工廠有兩個生產(chǎn)車間和一個裝配車間,兩個生產(chǎn)車間分別生產(chǎn)A、B兩種零件,裝配車間的任務(wù)是把A、B兩種零件組裝成產(chǎn)品。兩個生產(chǎn)車間每生產(chǎn)一個零件后都要分別把它們送到裝配車間的貨架F1、F2上,F(xiàn)1存放零件A,F(xiàn)2存放零件B,F(xiàn)1和F2的容量均為可以存放10個零件。裝配工人每次從貨架上取一個A零件和一個B零件然后組裝成產(chǎn)品。用多線程并發(fā)進(jìn)行正確的管理。
標(biāo)簽: 程序 操作系統(tǒng)
上傳時間: 2016-12-29
上傳用戶:huangld
實(shí)現(xiàn)8位數(shù)據(jù)的輸入檢測功能,如與預(yù)先輸入的數(shù)字相同則輸出A,否則輸出B
標(biāo)簽: 8位 數(shù)據(jù) 輸入 檢測功能
上傳時間: 2017-01-02
上傳用戶:xhz1993
為宿舍管理人員編寫一個宿舍管理查詢軟件。基本要求:1.采用交互工作方式2.建立數(shù)據(jù)文件 ,數(shù)據(jù)文件按關(guān)鍵字(姓名、學(xué)號、房號)進(jìn)行排序(冒泡、選擇、插入排序等任選一種)3.查詢菜單: (用二分查找實(shí)現(xiàn)以下操作)A. 按姓名查詢B. 按學(xué)號查詢C. 按房號查詢4.打印任一查詢結(jié)果(可以連續(xù)操作)
標(biāo)簽: 編寫 查詢 工作方式 數(shù)據(jù)文件
上傳時間: 2017-01-16
上傳用戶:zhengzg
本課題設(shè)計(jì)的雙機(jī)通信系統(tǒng),應(yīng)能完成2臺80X86PC機(jī)的串行通信。將數(shù)據(jù)從A機(jī)發(fā)送到B機(jī),或從B機(jī)發(fā)送到A機(jī)。
標(biāo)簽: 雙機(jī)通信
上傳時間: 2014-07-13
上傳用戶:stampede
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1