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

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

StRing-include

  • This design package includes reference materials for creating a USB - PS/2 combination mouse that a

    This design package includes reference materials for creating a USB - PS/2 combination mouse that auto-detects the interface and configures itself to operate on the appropriate bus. Documentation docs - Designing a low cost CY7C63723 combination mouse.pdf - application note for this design - schematic.pdf - mouse schematic Firmware Source Files src - chip.c - include file that defines CY7C63723 constants - combi.c - main source file - combi.hex - Intel hex file for programming a CY7C63723 microcontroller - combi.lst - output listing from c-compiler for use with the CYDB debugger - macros.h - defines macros used in combi.c - ps2defs.h - defines PS/2 interface constants - usb_desc.h - defines the USB descriptors - usbdefs.h - defines USB interface constants

    標(biāo)簽: combination materials reference creating

    上傳時(shí)間: 2015-10-19

    上傳用戶:784533221

  • The Engineering Vibration Toolbox is a set of educational programs written in Octave by Joseph C.

    The Engineering Vibration Toolbox is a set of educational programs written in Octave by Joseph C. Slater. Also included are a number of help files, demonstration examples, and data files containing raw experimental data. The codes include single degree of freedom response, response spectrum, finite elements, numerical integration, and phase plane analysis.

    標(biāo)簽: C. Engineering educational Vibration

    上傳時(shí)間: 2013-11-29

    上傳用戶:jkhjkh1982

  • 第一章涵蓋了內(nèi)建的數(shù)據(jù)型別

    第一章涵蓋了內(nèi)建的數(shù)據(jù)型別,語言預(yù)先定義好的運(yùn)算符、標(biāo)準(zhǔn)程序庫中那個(gè)的vector和string類、條件語句和循環(huán)語句、輸入和輸出用的iostream庫。第二章解釋函數(shù)的設(shè)計(jì)和使用;第三章涵蓋所謂的Standard Template Library;第四章講述classes機(jī)制的設(shè)計(jì)和使用過程。第五章說明如何擴(kuò)展classes;第六章的重頭戲是class templates 第七章講述如何使用c++提供的異常處理機(jī)制。

    標(biāo)簽: 數(shù)據(jù)

    上傳時(shí)間: 2014-02-20

    上傳用戶:zyt

  • Magenta Systems Internet Packet Monitoring Components are a set of Delphi components designed to cap

    Magenta Systems Internet Packet Monitoring Components are a set of Delphi components designed to capture and monitor internet packets using either raw sockets or the WinPcap device driver. Hardware permitting, ethernet packets may be captured and interpreted, and statistics maintained about the traffic. Uses of packet monitoring include totalling internet traffic by IP address and service, monitoring external or internal IP addresses and services accessed, network diagnostics, and many other applications. The component includes two demonstration applications, one that displays raw packets, the other that totals internet traffic. The components include various filters to reduce the number of packets that need to be processed, by allowing specific IP addresses to be ignored, LAN mask to ignore local traffic, and ignore non-IP traffic such as ARP.

    標(biāo)簽: Components Monitoring components Internet

    上傳時(shí)間: 2015-10-30

    上傳用戶:水中浮云

  • 詞法分析器制作與應(yīng)用 設(shè)計(jì)思想 (1)程序主體結(jié)構(gòu)部分: 說明部分 %% 規(guī)則部分 %% 輔助程序部分 (2)主體結(jié)構(gòu)的說明 在這里說明部分告訴我們使用的LETTER,DIGIT,

    詞法分析器制作與應(yīng)用 設(shè)計(jì)思想 (1)程序主體結(jié)構(gòu)部分: 說明部分 %% 規(guī)則部分 %% 輔助程序部分 (2)主體結(jié)構(gòu)的說明 在這里說明部分告訴我們使用的LETTER,DIGIT, IDENT(標(biāo)識符,通常定義為字母開頭的字母數(shù)字串)和STR(字符串常量,通常定義為雙引號括起來的一串字符)是什么意思.這部分也可以包含一些初始化代碼.例如用#include來使用標(biāo)準(zhǔn)的頭文件和前向說明(forward ,references).這些代碼應(yīng)該再標(biāo)記"%{"和"%}"之間 規(guī)則部分> 可以包括任何你想用來分析的代碼 我們這里包括了忽略所有注釋中字符的功能,傳送ID名稱和字符串常量內(nèi)容到主調(diào)函數(shù)和main函數(shù)的功能. (3)實(shí)現(xiàn)原理 程序中先判斷這個(gè)句語句中每個(gè)單元為關(guān)鍵字、常數(shù)、運(yùn)算符、界符,對與不同的單詞符號給出不同編碼形式的編碼,用以區(qū)分之。 PL/0語言的EBNF表示 <常量定義>::=<標(biāo)識符>=<無符號整數(shù)> <標(biāo)識符>::=<字母>={<字母>|<數(shù)字>} <加法運(yùn)算符>::=+|- <乘法運(yùn)算符>::=*|/ <關(guān)系運(yùn)算符>::==|#|<|<=|>|>= <字母>::=a|b|…|X|Y|Z <數(shù)字>::=0|1|2|…|8|9

    標(biāo)簽: LETTER DIGIT 程序

    上傳時(shí)間: 2015-11-04

    上傳用戶:zhengzg

  • 問題描述:編寫一個(gè)JAVA程序

    問題描述:編寫一個(gè)JAVA程序,用面向?qū)ο笤O(shè)計(jì)的方法編寫一個(gè)電話卡的類。包括卡號、密碼、余額、撥入號碼等 b)基本要求:類的屬性有卡號、密碼、余額、撥入號碼,電話卡的常用操作可以用連接電話方法、返回余額方法與通電話方法來實(shí)現(xiàn)。 c)方法功能描述: 構(gòu)造方法(PhoneCard(卡號,密碼,余額,撥入號碼))可以完成屬性值初始化賦值,并判斷余額,余額為負(fù)就退出系統(tǒng),請?jiān)跇?gòu)造方法中將初始時(shí)的連接置為false即表示沒有連接。 卡號long cardNumber 密碼private int password,余額double balance,撥入號碼string connectNumber boolean connected(一個(gè)布爾類型變量表示電話卡連接狀態(tài),初始時(shí)默認(rèn)沒有連接,值為false,當(dāng)調(diào)用連接電話方法()后,在判斷卡號和密碼相匹配后值置為true) 連接電話方法(performConnection(卡號,密碼))可以完成檢查卡號和密碼,它是只有在卡號和密碼相匹配時(shí)才連接 返回余額方法(getBalance())得到電話卡的余額 通電話方法(performDial())是模擬通過過程中,余額會(huì)不斷減少,每調(diào)用此方法,電話卡的余額減少0。5元,打一次電話調(diào)用一次

    標(biāo)簽: JAVA 編寫 程序

    上傳時(shí)間: 2014-01-20

    上傳用戶:1109003457

  • arm9的bootloader,適合通用2410x平臺 vivi.pal(20051228)支持tv輸出和vga輸出

    arm9的bootloader,適合通用2410x平臺 vivi.pal(20051228)支持tv輸出和vga輸出,vclk為26.25mhz vivi(20060330)支持vga輸出和tv輸出,vclk為25mhz 以上兩個(gè)vivi均編譯自vivi-br-release(20051228).tar.gz 在兩個(gè)不同vivi間切換的方法是在源文件“/include/platform/smdk2410.h”中打開或者取消對PAL640480宏的定義: #define PAL640480 默認(rèn)該句是注釋掉的,編譯得到的vivi的vclk為25mhz ch7005手冊中要求640x480的pal輸出時(shí)vclk為26.25mhz,但實(shí)踐中發(fā)現(xiàn)并不需要完全等與這個(gè)頻率,有時(shí)候vivi(20051228)的pal效果更好,具體使用哪個(gè)參數(shù)用戶可以多比較嘗試,也可以嘗試修改成其他的頻率。

    標(biāo)簽: bootloader 20051228 2410x arm9

    上傳時(shí)間: 2013-12-16

    上傳用戶:cainaifa

  • These two classes show an extremely simple example of java.net socket programming. They implement th

    These two classes show an extremely simple example of java.net socket programming. They implement the Unix daytime protocol, an extremely simple protocol that consists entirely of the server sending its current local time and date to the client as an ASCII string. The server, to keep it very simple, does not use multiple threads. This code requires JDK 1.1 or later, but can easily be adapted to JDK 1.0.

    標(biāo)簽: programming extremely implement classes

    上傳時(shí)間: 2015-11-16

    上傳用戶:jennyzai

  • 實(shí)習(xí)題 [問題描述] 1. 設(shè)順序表中的數(shù)據(jù)元素遞增有序

    實(shí)習(xí)題 [問題描述] 1. 設(shè)順序表中的數(shù)據(jù)元素遞增有序,將插入到順序表的適當(dāng)位置上,是該表仍然有序。 [輸入] 初始順序表,插入字符。 [輸出] 插入x后線性表的結(jié)果 [存儲結(jié)構(gòu)] 采用順序存儲結(jié)構(gòu) [算法的基本思想] 建立一個(gè)遞增順序表,插入一個(gè)數(shù)值并移動(dòng)元素,使其仍然有序。 程序如下: #include "iostream.h" #include <malloc.h> #define LIST_INTI_SIZE 100//初始空間大小 typedef struct SqList

    標(biāo)簽: 實(shí)習(xí) 元素 順序表 數(shù)據(jù)

    上傳時(shí)間: 2014-01-14

    上傳用戶:fhzm5658

  • [輸入] 圖的頂點(diǎn)個(gè)數(shù)N

    [輸入] 圖的頂點(diǎn)個(gè)數(shù)N,圖中頂點(diǎn)之間的關(guān)系及起點(diǎn)A和終點(diǎn)B [輸出] 若A到B無路徑,則輸出“There is no path” 否則輸出A到B路徑上個(gè)頂點(diǎn) [存儲結(jié)構(gòu)] 圖采用鄰接矩陣的方式存儲。 [算法的基本思想] 采用廣度優(yōu)先搜索的方法,從頂點(diǎn)A開始,依次訪問與A鄰接的頂點(diǎn)VA1,VA2,...,VAK, 訪問遍之后,若沒有訪問B,則繼續(xù)訪問與VA1鄰接的頂點(diǎn)VA11,VA12,...,VA1M,再訪問與VA2鄰接頂點(diǎn)...,如此下去,直至找到B,最先到達(dá)B點(diǎn)的路徑,一定是邊數(shù)最少的路徑。實(shí)現(xiàn)時(shí)采用隊(duì)列記錄被訪問過的頂點(diǎn)。每次訪問與隊(duì)頭頂點(diǎn)相鄰接的頂點(diǎn),然后將隊(duì)頭頂點(diǎn)從隊(duì)列中刪去。若隊(duì)空,則說明到不存在通路。在訪問頂點(diǎn)過程中,每次把當(dāng)前頂點(diǎn)的序號作為與其鄰接的未訪問的頂點(diǎn)的前驅(qū)頂點(diǎn)記錄下來,以便輸出時(shí)回溯。 #include<stdio.h> int number //隊(duì)列類型 typedef struct{ int q[20]

    標(biāo)簽: 輸入

    上傳時(shí)間: 2015-11-16

    上傳用戶:ma1301115706

主站蜘蛛池模板: 永安市| 海阳市| 新乡市| 张家口市| 错那县| 邵东县| 天峨县| 东光县| 龙川县| 阜宁县| 焉耆| 合川市| 赫章县| 县级市| 英山县| 靖西县| 鱼台县| 枝江市| 岳西县| 泗洪县| 永州市| 白朗县| 北宁市| 盐亭县| 和政县| 富裕县| 光山县| 增城市| 武清区| 金昌市| 丰宁| 洛阳市| 桃江县| 崇信县| 辽阳县| 莆田市| 平乐县| 瑞安市| 农安县| 台东县| 潮州市|