嵌入式應用程序的實驗報告 包括源碼,實驗結果等,包括任務的創建 掛起 刪除 任務A掛起任務B 等
上傳時間: 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)
上傳時間: 2016-07-01
上傳用戶:日光微瀾
ASP個人聊天系統 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"
標簽: 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
標簽: Introduction Thinking Revision Preface
上傳時間: 2014-07-13
上傳用戶:netwolf
51單片連tcs230的源程序,絕對原創,可以記憶顏色。 #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 //關定時器 TR1=0 TH1=0xB1 TL1=0xE0 //歸0 TH0=0x00 TL0=0x00 //歸0 }
上傳時間: 2016-11-26
上傳用戶:秦莞爾w
本程序是操作系統里面常用的一個程序,某工廠有兩個生產車間和一個裝配車間,兩個生產車間分別生產A、B兩種零件,裝配車間的任務是把A、B兩種零件組裝成產品。兩個生產車間每生產一個零件后都要分別把它們送到裝配車間的貨架F1、F2上,F1存放零件A,F2存放零件B,F1和F2的容量均為可以存放10個零件。裝配工人每次從貨架上取一個A零件和一個B零件然后組裝成產品。用多線程并發進行正確的管理。
上傳時間: 2016-12-29
上傳用戶:huangld
實現8位數據的輸入檢測功能,如與預先輸入的數字相同則輸出A,否則輸出B
上傳時間: 2017-01-02
上傳用戶:xhz1993
為宿舍管理人員編寫一個宿舍管理查詢軟件。基本要求:1.采用交互工作方式2.建立數據文件 ,數據文件按關鍵字(姓名、學號、房號)進行排序(冒泡、選擇、插入排序等任選一種)3.查詢菜單: (用二分查找實現以下操作)A. 按姓名查詢B. 按學號查詢C. 按房號查詢4.打印任一查詢結果(可以連續操作)
上傳時間: 2017-01-16
上傳用戶:zhengzg
本課題設計的雙機通信系統,應能完成2臺80X86PC機的串行通信。將數據從A機發送到B機,或從B機發送到A機。
標簽: 雙機通信
上傳時間: 2014-07-13
上傳用戶:stampede
漢諾塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C
標簽: the animation Simulate movement
上傳時間: 2017-02-11
上傳用戶:waizhang