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

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

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

  • System.out.print(s) System.out.println(t) System.out.print(u) System.out.println(v) System.o

    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)

    標簽: System out println print

    上傳時間: 2016-07-01

    上傳用戶:日光微瀾

  • ASP個人聊天系統 If MenuSwf="" Then MenuSwf="About" select case lcase(MenuSwf) case "about" TopMenu=

    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

    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

主站蜘蛛池模板: 大田县| 兰坪| 永春县| 宁明县| 新源县| 江山市| 凤山县| 奉贤区| 沁水县| 峨眉山市| 大丰市| 昭通市| 舒城县| 福贡县| 大安市| 雷山县| 布尔津县| 屏山县| 保山市| 崇州市| 阿克苏市| 章丘市| 中江县| 洪湖市| 民县| 汤原县| 连南| 静安区| 广南县| 汉川市| 宿州市| 炉霍县| 平罗县| 新绛县| 苍南县| 宁远县| 保康县| 乌兰浩特市| 拜城县| 镇康县| 平和县|