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

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

system<b>Student</b>

  • Atheros無線芯片AR-6000系列wince 6驅動源代碼(這東西我也沒用過別問我,我是搜別的wince資源搜到的) AR6K SDIO support. Requires firmware

    Atheros無線芯片AR-6000系列wince 6驅動源代碼(這東西我也沒用過別問我,我是搜別的wince資源搜到的) AR6K SDIO support. Requires firmware 1.1 on SD13 cards. readme: Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu select Add Existing Subproject... b. select AR6K_DRV.pbxml c. select open This should create a subproject within your OS Design project for the AR6K_DRV driver. 4. Build the solution. 轉自Tony嵌入式,原文地址:http://www.cevx.com/bbs/dispbbs.asp?boardID=4&ID=11762&page=1

    標簽: wince Requires firmware Atheros

    上傳時間: 2014-11-11

    上傳用戶:bibirnovis

  • CRC16算法的Java實現

    CRC16算法的Java實現,使用方法如下: CRC16 crc16 = new CRC16() byte[] b = new byte[] { // (byte) 0xF0,(byte)0xF0,(byte)0xF0,(byte)0x72 (byte) 0x2C, (byte) 0x00, (byte) 0xFF, (byte) 0xFE, (byte) 0xFE, (byte) 0x04, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00 } for (int k = 0 k < b.length k++) { crc16.update(b[k]) } System.out.println(Integer.toHexString(crc16.getValue())) System.out.println(Integer.toHexString(b.length))

    標簽: Java CRC 16 算法

    上傳時間: 2014-12-20

    上傳用戶:ve3344

  • T-kernel 的extension源代碼

    T-kernel 的extension源代碼,是日本最著名的T-kernel所獨有的,適合開發T-kernel的朋友們使用! TK/SE is the program that extends T-Kernel and provides the functions such as a file system and a process management. The TK/SE archive to be provided is comprised of the main portion and the 2 extended file system portions, and TK/SE object is built by adding these to T-Kernel source. a) tkernel_se_1.00.00.tar.gz Main source of T-Kernel/SE b) extfs_fatfs_1.00.00.tar.gz Difference source of T-Kernel/SE extended file system (FAT) c) extfs_cdrom_1.00.00.tar.gz Difference source of T-Kernel/SE extended file system (CD-ROM)

    標簽: extension T-kernel 源代碼

    上傳時間: 2014-01-20

    上傳用戶:czl10052678

  • 陳淑亭網絡課堂:采用iis+perlis方式編寫

    陳淑亭網絡課堂:采用iis+perlis方式編寫,A,B,C三個目錄代表3門課,也可以再加課程,teacher為老師資料目錄,student為學生資料目錄,down為下載目錄,所有管理配置都在setup.cgi,比如增加課程時,只需要配置%classkind 學生注冊后可以查看A,B,C三門的課程,老師注冊后必須由管理員開通后才能管理課程,管理員開通時必須設置老師所管理的課程,比如,可以設置老師A,B,C三門課的其中一門,或者全部的三門。老師在發表課程文章具有上傳附件的權限。在學生登陸后的計時采用了javascript和perl的結合,一個學生帳號的時間為12小時,用完后此帳號作廢。

    標簽: perlis iis 網絡 方式

    上傳時間: 2014-12-06

    上傳用戶:manlian

  • Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on

    Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu select Add Existing Subproject... b. select AR6K_DRV.pbxml c. select open This should create a subproject within your OS Design project for the AR6K_DRV driver. 4. Build the solution.

    標簽: Communications installation Atheros Driver

    上傳時間: 2016-10-27

    上傳用戶:hebmuljb

  • 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

  • 成績顯示三個部份abc #include<stdio.h> #include<stdlib.h> int main(void) { float gread

    成績顯示三個部份abc #include<stdio.h> #include<stdlib.h> int main(void) { float gread printf("請輸入分數\n") scanf("%f",&gread) if(gread>=80&&gread<=100) printf("成績為A\n") else if(gread>=60&&gread<=79) { printf("成績為B\n") } else if(gread>=0&&gread<60) { printf("成績為C\n") } else { printf("分數輸入錯誤\n") } system("pause") return 0 }

    標簽: include stdlib float gread

    上傳時間: 2014-01-15

    上傳用戶:waizhang

  • AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Em

    AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu select Add Existing Subproject... b. select AR6K_DRV.pbxml c. select open This should create a subproject within your OS Design project for the AR6K_DRV driver. 4. Build the solution.

    標簽: installation Windows Driver March

    上傳時間: 2014-09-06

    上傳用戶:yuzsu

  • 這是一個考試系統

    這是一個考試系統,主要實現的題目有單項選擇題,多項選擇題和判斷題。 1.對于每個題都是每次運行本軟件的時候自動從題庫中隨機抽取。 2.在data文件夾下有一個配制文件: a.它可以修改每個類型的題目的數量。 b.它可以修改第個題目的分值。 c.它可以修改考試的限定時間。 3.在交卷后就可以查看,本次考試的得分。并根據本次考試滿分的60%做為標準,來判斷你是否通過這次考試。 4.后臺是一個Access數據庫,就可以加入新的題目。并不需要修改原程序。 判斷題的表是judge,單選是single,多選是moresingle表, 5.在Access中可以添加新的考試人員。只要添加student表中的信息就可以了。 6.在每次交卷后的成績,會重新保存到數據庫中。 7.每次交卷后,都可以把這次所做的題目導出,包括答案和學生所做的答案,以及這次考試的得分。 8.在沒有交卷前,做完的題目可以再次進行修改。 9.顯示現在時間 吉林農業科技學院 06計算機科學與技術一班 幽居古藤

    標簽:

    上傳時間: 2014-08-06

    上傳用戶:myworkpost

  • 簡單課設學生成績管理系統---VB程序模塊,VB與SQL的結合,包括增刪改查等功能,還包括連表查詢.-simple lesson student performance management syst

    簡單課設學生成績管理系統---VB程序模塊,VB與SQL的結合,包括增\刪\改\查等功能,還包括連表查詢.-simple lesson student performance management system -- the VB program modules, VB and SQL integration, include additional \ deleted \ reform \ investigation, and other functions, including even table inquiries.

    標簽: performance management student simple

    上傳時間: 2017-01-26

    上傳用戶:yuanyuan123

主站蜘蛛池模板: 年辖:市辖区| 新源县| 商都县| 同江市| 广安市| 阿拉善左旗| 宁化县| 福海县| 海宁市| 合山市| 中牟县| 呼图壁县| 咸丰县| 五台县| 运城市| 上蔡县| 偏关县| 惠来县| 集贤县| 名山县| 荔波县| 万安县| 北流市| 乐都县| 吉安市| 承德县| 永安市| 原阳县| 延寿县| 汾西县| 昆明市| 泰顺县| 盐边县| 阜阳市| 乌鲁木齐县| 靖西县| 阿鲁科尔沁旗| 惠水县| 突泉县| 治县。| 仙居县|