亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

a-Channel-<b>MODELing</b>-Subcommittee-R

  • Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 2

    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的源程序

    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 }

    標簽: tcs 230 源程序

    上傳時間: 2016-11-26

    上傳用戶:秦莞爾w

  • 本程序是操作系統里面常用的一個程序

    本程序是操作系統里面常用的一個程序,某工廠有兩個生產車間和一個裝配車間,兩個生產車間分別生產A、B兩種零件,裝配車間的任務是把A、B兩種零件組裝成產品。兩個生產車間每生產一個零件后都要分別把它們送到裝配車間的貨架F1、F2上,F1存放零件A,F2存放零件B,F1和F2的容量均為可以存放10個零件。裝配工人每次從貨架上取一個A零件和一個B零件然后組裝成產品。用多線程并發進行正確的管理。

    標簽: 程序 操作系統

    上傳時間: 2016-12-29

    上傳用戶:huangld

  • 實現8位數據的輸入檢測功能

    實現8位數據的輸入檢測功能,如與預先輸入的數字相同則輸出A,否則輸出B

    標簽: 8位 數據 輸入 檢測功能

    上傳時間: 2017-01-02

    上傳用戶:xhz1993

  • A novel met hod t o p artially compensate sigma2delta shap ed noise is p rop osed. By injecting t he

    A novel met hod t o p artially compensate sigma2delta shap ed noise is p rop osed. By injecting t he comp en2 sation cur rent int o t he p assive loop f ilte r during t he delay time of t he p hase f requency detect or ( PFD) , a maximum reduction of t he p hase noise by about 16dB can be achieved. Comp a red t o ot he r compensation met hods , t he tech2 nique p rop osed he re is relatively simple and easy t o implement . Key building blocks f or realizing t he noise cancel2 lation , including t he delay va riable PFD and comp ensation cur rent source , a re sp ecially designed. Bot h t he behavior level and circuit level simulation results a re p resented.

    標簽: sigma2delta compensate injecting artially

    上傳時間: 2013-12-18

    上傳用戶:qlpqlq

  • 設存在集合A

    設存在集合A,R是A上的關系,檢查R是否為等價關系。并且生成R的自反閉包、對稱閉包和傳遞閉包。R既可以由用戶輸入,也可以由程序隨機生成。【最大選題人數:8】 提示:集合A中的元素可以是任何類型,甚至是對象。

    標簽:

    上傳時間: 2013-12-17

    上傳用戶:sunjet

  • 為宿舍管理人員編寫一個宿舍管理查詢軟件。基本要求:1.采用交互工作方式2.建立數據文件

    為宿舍管理人員編寫一個宿舍管理查詢軟件。基本要求: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

    漢諾塔!!! 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

  • 宿舍管理查詢系統 【問題描述】為宿舍管理人員編寫一個宿舍管理查詢系統。 【基本要求】 (1)采用交互工作方式 (2)建立數據文件

    宿舍管理查詢系統 【問題描述】為宿舍管理人員編寫一個宿舍管理查詢系統。 【基本要求】 (1)采用交互工作方式 (2)建立數據文件,數據文件按關鍵字(姓名、學號、房號)進行排序(冒泡、選擇、插入排序等任選一種) (3)查詢菜單: (用二分查找實現以下操作) A. 按姓名查詢 B. 按學號查詢 C. 按房號查詢 (4)保存任一查詢結果到文件中

    標簽: 查詢系統 工作方式 數據文件 編寫

    上傳時間: 2017-02-13

    上傳用戶:zxc23456789

主站蜘蛛池模板: 高密市| 汝南县| 汾西县| 桦南县| 兰州市| 清镇市| 七台河市| 会昌县| 平定县| 洪江市| 应城市| 巴林左旗| 永丰县| 高雄市| 石屏县| 德州市| 高邮市| 义乌市| 台中县| 石家庄市| 霍城县| 安陆市| 安义县| 丰都县| 岢岚县| 富川| 德阳市| 泾阳县| 定远县| 宜章县| 樟树市| 绥滨县| 武陟县| 公主岭市| 竹山县| 怀宁县| 陆丰市| 鄱阳县| 奉贤区| 吉水县| 漳州市|