package query public class LinkQuery { private Node front private Node vear public LinkQuery() { this.front=null this.vear=null } public void add(int i) { Node newNode=new Node(i) if(vear==null && front==null) { vear=newNode front=newNode return } vear.next=newNode vear=newNode } public int remove() { if(this.front==null) { System.out.println("隊(duì)是空的,無法取") return -1 } int temp=this.front.data this.front=this.front.next if(this.front==null) { this.vear=null }
標(biāo)簽: private public Node LinkQuery
上傳時(shí)間: 2016-07-08
上傳用戶:天誠24
//通過18B20檢測(cè)的數(shù)字溫度可在電腦上顯示當(dāng)前溫度值 #include <reg52.h> #define uchar unsigned char #define uint unsigned int sbit DS=P2^2 //define interface uint temp // variable of temperature uchar flag1 // sign of the result positive or negative sbit dula=P2^6 sbit wela=P2^7
標(biāo)簽: define unsigned include 18B20
上傳時(shí)間: 2014-01-19
上傳用戶:Andy123456
利用Clock.c的數(shù)位電子鐘功能,能正確 的從UART輸入正確時(shí)間,并在LCD上顯示時(shí) 間(時(shí):分:秒)。 利用temp.c的數(shù)位溫度計(jì)功能,能正確 的在LCD上顯示溫度(℃ & ℉)
上傳時(shí)間: 2017-01-04
上傳用戶:skfreeman
第一步、將數(shù)據(jù)庫與文件都升級(jí)到最新的SiteWeaver6.6版本(具體升級(jí)步驟可以參考"升級(jí)及轉(zhuǎn)換程序"文件夾) 第二步、導(dǎo)入SiteWeaver6.6所需的標(biāo)簽與模板(具體步驟可以參考“標(biāo)簽與模板導(dǎo)入”文件夾) 1、將“標(biāo)簽與模板導(dǎo)入”文件夾中的temp文件夾復(fù)制到根目錄,覆蓋原有文件夾。 2、進(jìn)入后臺(tái)-系統(tǒng)設(shè)置-網(wǎng)站通用模板管理,選擇導(dǎo)入模板,將“ajax模板”導(dǎo)入到文章頻道模板中。 3、進(jìn)入后臺(tái)系統(tǒng)設(shè)置-自定義標(biāo)簽管理-導(dǎo)入標(biāo)簽,選擇所有標(biāo)簽,然后點(diǎn)擊導(dǎo)入標(biāo)簽按鈕導(dǎo)入所有標(biāo)簽。
標(biāo)簽: SiteWeaver 6.6 數(shù)據(jù)庫 版本
上傳時(shí)間: 2013-12-21
上傳用戶:520
:#include <stdlib.h>#include <stdio.h>#include <time.h> void InsertSort(int a[],int *(k1),int *(k2))//0:直接插入排序{ int i,j int temp *(k1)=0 *(k2)=0 for(i=0 i<149 i++) { temp=a[i+1] *(k2)++ ...
標(biāo)簽: include InsertSort gt lt
上傳時(shí)間: 2014-11-30
上傳用戶:362279997
這個(gè)是我調(diào)通的在2410下運(yùn)行文件系統(tǒng)的程序. 用2410驅(qū)動(dòng)sd卡來實(shí)現(xiàn)fat文件系統(tǒng). 歡迎大家來測(cè)試. 用法很簡(jiǎn)單, 如下 FILE *fp // 文件指針 unsigned char temp[24]="3.wav" // 文件明需要放在數(shù)組里 while(!initialize_media()) // 初始化sd卡 { Uart_Printf("sd initializing....\n") } Uart_Printf("sd ready\n") fp=fopen(temp, READ) // 打開文件就可以用了, 函數(shù)和標(biāo)準(zhǔn)c中的一樣,所以不能加載stdio.h if(!fp) { Uart_Printf("open file wrong\n") while(1) } Uart_Printf("open file successed\n")
標(biāo)簽: 2410 FILE fat 文件系統(tǒng)
上傳時(shí)間: 2013-12-30
上傳用戶:xlcky
運(yùn)行文件:GPS_Disp.exe 測(cè)試數(shù)據(jù):\TestData\temp.log 0529-2.log 操作說明: 1. 文件 1.1 打開記錄文件... 新建或打開一個(gè)文件,以記錄實(shí)時(shí)讀入的GPS數(shù)據(jù),“GPS信息示例”中顯示有關(guān)信息 1.2 關(guān)閉記錄文件 關(guān)閉并保存正在記錄數(shù)據(jù)的記錄文件 1.3 打開回放文件... 打開一個(gè)已存在的回放文件 1.4 播放回放文件 播放回放文件,在“GPS信息示例”欄中顯示有關(guān)信息 1.5 關(guān)閉回放文件 關(guān)閉回放文件 2. 端口 2.1 讀取端口 用于打開并讀取端口,并在“文本框”內(nèi)顯示讀入的GPS信息 注意事項(xiàng):需要把GPS接收儀接到計(jì)算機(jī)串口上。如果沒有GPS接收儀,可以打開測(cè)試數(shù)據(jù),實(shí)現(xiàn)回放操作。
標(biāo)簽: log GPS_Disp TestData 0529
上傳時(shí)間: 2017-04-05
上傳用戶:miaochun888
Pocket PC2003SDK上開發(fā)文件操作程序,程序功能包含: 系統(tǒng)在按下“確定”菜單后,在“temp”目錄下生成文件“test01.txt”,并向文件中寫入字符串“12345”,并把它讀出到緩沖區(qū)中,然后關(guān)閉文件
上傳時(shí)間: 2017-05-24
上傳用戶:lz4v4
生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 file to trick -o trick output directory -i output file id -m max coding error, default 0 -b max bitrate for trick generate, default 0 mean no limit -s trick buffer block size, must be n*188 -l log file, default c:\tricktest.log example: tricktest -f 黑鷹行動(dòng).mpg -o c:\temp -i A -m 1000 -b 3750000 soure file: 黑鷹行動(dòng).mpg output directory: c:\temp filename: 000000A,000000A.ff,000000A.fr,000000A.vvx max coding error: 1000 trick generation speed: 3750000 bps a
標(biāo)簽: TrickTest tricktest command source
上傳時(shí)間: 2014-01-23
上傳用戶:水口鴻勝電器
LIST p=16F84 PIC16F844 is the target processor #include "P16F84.INC" Include header file CBLOCK 0x10 temporary storage tempo tptrl tptrh note length pitch temp dl1 dl2 ENDC
標(biāo)簽: processor 16 Include include
上傳時(shí)間: 2017-07-09
上傳用戶:gxrui1991
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1