序言 1. OBJECT文件 導言 ELF頭(ELF Header) Sections String表(String Table) Symbol表(Symbol Table) 重定位(Relocation) 2. 程序裝載與動態連接 導言 Program頭(Program Header) Program裝載(Program Loading) Dynamic連接(Dynamic Linking) 3. C LIBRARY C Library
上傳時間: 2016-03-10
上傳用戶:gaojiao1999
#include "at89x51.h" unsigned char code ddisp[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f} //段顯0123456789,P0口
標簽: unsigned include ddisp char
上傳時間: 2013-12-03
上傳用戶:zm7516678
CreateSemaphore #include <stdlib>
標簽: CreateSemaphore include stdlib gt
上傳時間: 2016-03-12
上傳用戶:l254587896
計平均數的java program, 含string tokenizer和error detection, 分便初學者學習
標簽: detection tokenizer program string
上傳時間: 2016-03-16
上傳用戶:Ants
#include <reg51.h> /*-------------------------------------------- 調用方式:自行I/O 口定義﹫2001/05/12 函數說明:私有函數,各接口定義 --------------------------------------------*/ sbit HD7279_CS=P1^4 // HD7279_CS--P1.4 sbit HD7279_CLK=P1^5 // HD7279_CLK-- P1.5 sbit HD7279_DATA=P1^6 // HD7279_DATA-- P1.2 sbit HD7279_KEY =P1^7 // HD7279_KEY-- P1.3 /*-------------------------------------------- 調用方式: HD7279A 各指令定義﹫2001/05/12 函數說明:私有函數,接口定義 --------------------------------------------* /#define HD7279_RESET 0xa4 //復位 #define HD7279_TEST 0xbf //測試 #define HD7279_RLC 0xa3 //循環左移 #define HD7279_RRC 0xa2 //循環右移 #define HD7279_RL 0xa1 //左移 #define HD7279_RR 0xa0 //右移 #define HD7279_DECODE0 0x80 //譯碼方式0 #define HD7279_DECODE1 0xc8 //譯碼方式1
上傳時間: 2013-12-31
上傳用戶:三人用菜
建立一個文件StringTest.java.假設通過鍵盤輸入的字符串是”Hello new World”.比較分析的結果和運行結果是否一致.通過該程序觀察String類的常用構造方法.
標簽: StringTest String Hello World
上傳時間: 2016-03-25
上傳用戶:wfl_yy
it is art gallery manage system:include of author manage system、production manage system and production business manage system. it do by delphi 7.0.
標簽: manage system production gallery
上傳時間: 2016-03-26
上傳用戶:鳳臨西北
linux I2C driver for pxa cpu, ov9640 camera. Also include a doc about linux I2C driver
上傳時間: 2016-03-26
上傳用戶:bibirnovis
#include <reg51.h> void delay_ms(unsigned short ms) { unsigned short i unsigned char j for(i=0 i<ms i++) { for(j=0 j<200 j++) for(j=0 j<102 j++) } }
標簽: unsigned short delay_ms include
上傳時間: 2016-03-30
上傳用戶:cuibaigao
LPC2200 flash read/erase/write tools, include data check
上傳時間: 2016-04-06
上傳用戶:wpt