This report elaborates the use of LPC213x to imPLement a simPLe digital audio PLayer, capable of PLaying music tracks from a removable flash card
標簽: elaborates imPLement digital capable
上傳時間: 2014-01-25
上傳用戶:it男一枚
本書是專門為oracle開發人員提供的編程指南,它不僅為開發人員提供了在PL/SQL快中嵌入SQL語句和編寫子程序(過程、函數、包)的方法,而且還介紹了在PL/SQL快中使用紀錄變量、集合、索引和處理LOB對象等方法,無論對于初學者還是有一定經驗的開發人員她都將是一本不可或缺的參考書.
上傳時間: 2017-05-17
上傳用戶:開懷常笑
PLSQL教程,講述PL/SQL基礎語法,結構和組件、以及如何設計并執行一個PL/SQL程序。
上傳時間: 2017-05-24
上傳用戶:colinal
Is a group of GUI files (MATLAB), this permit load and save differents mathematical functions and PLots this
標簽: mathematical differents and functions
上傳時間: 2013-12-17
上傳用戶:dancnc
oracle培訓文檔,看完后基本的安裝、配置、查詢,另外還有PL sql development的使用方法
上傳時間: 2017-07-17
上傳用戶:edisonfather
Learn how to leverage a key Java technology used to access relational data from Java programs, in an Oracle environment. Author Donald Bales begins by teaching you the mysteries of establishing database connections, and how to issue SQL queries and get results back. You ll move on to advanced topics such as streaming large objects, calling PL/procedures, and working with Oracle9i s object-oriented features, then finish with a look at transactions, concurrency management, and performance
標簽: Java technology relational leverage
上傳時間: 2017-08-02
上傳用戶:xz85592677
本軟件可以幫助您輕松高效地管理和使用腳本.本軟件的目的是提供一個統一和簡單的環境來管理 和使用您的腳本.帶有成千上百的預設腳本,對Oracle DBA和程序開發者來說,easycscript儼然成 為一個監視和調整工具.預設腳本的排列為樹狀結構,很干凈整潔,并能嵌套在任何一層里.每個樹 項代表一個腳本.帶有搜索功能,您可以快速查找定位一個特別的腳本.sql狀態,sqlPLus命令和 PL/sql塊能從新組合成一個新的腳本.
標簽: easycscript Oracle 腳本 DBA
上傳時間: 2014-01-23
上傳用戶:xuan‘nian
簡單命令使用grep等的使用 [zorro@isch ~]$ history 1 ifconfig 2 su 3 exit 4 ls 5 cd Desktop/ 6 ls 7 tar zxcf VMwareTools-8.4.5-324285.tar.gz 8 tar zxvf VMwareTools-8.4.5-324285.tar.gz 9 cd vmware-tools-distrib/ 10 ls 11 ./vmware-install.PL 12 su 13 ls 14 cd .. 15 ls 16 rm VMwareTools-8.4.5-324285.tar.gz 17 rm -r vmware-tools-distrib 18 ls 19 make 20 ls 21 cd redis/ 22 quit 23 ls 24 ca redis/ 25 cd redis/ 26 cd redis-2.8.17 27 make 28 cd redis-2.8.17 29 ls 30 cd redis-2.8.17 31 cd str 32 cd src 33 ls 34 ./redis-cli 35 ls 36 cd redis-2.8.17 tar.gz 37 make 38 cd src 39 ./redis-server .. /redis.conf 40 ./redis-cli 41 ./redis-server ../redis.conf 42 vi test1.sh 43 ./test1.sh 44 vi test.sh 45 ./test.sh 46 ls 47 chmod 777 test.sh 48 ./test.sh 49 vi express 50 $ grep –n ‘the’ express 51 clear 52 grep -n 'the' express 53 vi express 54 grep -n 'the' express 55 grep -vn 'the'express 56 grep -vn 'the' express 57 grep -in 'the' express 58 vi test2.c 59 grep -l 'the' *.c 60 grep -n 't[ae]st' express 61 grep -n 'oo' express 62 grep -n '[^g]oo' express 63 grep -n '[a^z]oo' express 64 grep -n '[0^9]' express 65 grep -n '^the' express 66 vi express 67 sed -e 'd' express 68 sed -e '1d' express 69 sed -e '1~7d' express 70 sed -e '$d' express 71 sed -e '1,/^$/d' express 72 ls 73 cd 74 pwd 75 history [zorro@isch ~]$
標簽: 簡單命令使用
上傳時間: 2016-05-24
上傳用戶:12345678gan
編譯原理 1、讀取所有的輸入的文本,存入一個二維數組。(數組的寬度固定) 2、對二維數組一行行進行處理 3、對文本進行操作的時候,創建兩個臨時字符數組,一個存儲變量名,一個存儲常量。 對某行進行遍歷的時候,倘若碰到字母,就讀完該單詞并存儲到臨時數組里,進行基本字判斷后輸出。 光標往后移動該單詞的長度后,繼續循環。(比如讀到的是end,那么我該行的光標就要+3,然后繼續循環) 倘若讀到數字也是一樣,只是不需要判斷基本字,所以更為簡單。
標簽: 編譯原理
上傳時間: 2017-06-20
上傳用戶:lbxxx
對PL/0作以下修改和擴充,并使用測試用例驗證: (1)修改單詞:不等號# 改為 != ,只有!符號為非法單詞,同時#成為非法 符號。 (2)增加單詞(只實現詞法分析部分): 保留字 ELSE,FOR,STEP,UNTIL,DO,RETURN 運算符 *=(TIMESBECOMES),/=(SLASHBECOMES),&(AND),||(OR) 注釋符 //(NOTE) (3)增加條件語句的ELSE子句(實現語法語義目標代碼), 要求:寫出相關文法和語法圖,分析語義規則的實現。
上傳時間: 2020-06-30
上傳用戶:12345a