File Coder / Decoder
上傳時間: 2013-12-31
上傳用戶:wuyuying
數據庫C語言開發工具包 This archive contains the DB V1.3 file handling C routines. They have been built and used with a number of C compilers. See DB.DOC for more information.
標簽: contains handling routines archive
上傳時間: 2017-02-21
上傳用戶:sardinescn
This source file demonstrates how to make a routine resident. Notice 用C++語言開發數據庫單用戶系統
標簽: demonstrates resident routine Notice
上傳時間: 2014-01-25
上傳用戶:gonuiln
DSP算法 PROGRAM TO FIND MIN, MAX, MEAN AND VARIANCE OF RECORDS IN AN EXISTING DSP DATA FILE
標簽: DSP EXISTING VARIANCE PROGRAM
上傳時間: 2017-02-21
上傳用戶:lingzhichao
header file of saa7115
上傳時間: 2017-02-24
上傳用戶:zhichenglu
數據異常處理。The main source file is "dabort.s": with suitable -PreDefines or a corresponding "options-setting" file, it assembles to the data abort veneer. This is described in detail in the documentation. The "dabort.h" file contains definitions of some constants used in the data abort veneer s interface to the rest of the system - again, this is described in the documentation. The "option.s" file is an example "options-setting" file.
標簽: corresponding PreDefines options-s suitable
上傳時間: 2013-12-03
上傳用戶:星仔
文件系統Nucleus file的資源包,以RAM disk為例進行驅動驗證。包含一系列文件打開、刪除、復制等等操作。
上傳時間: 2014-06-08
上傳用戶:大融融rr
這個是我調通的在2410下運行文件系統的程序. 用2410驅動sd卡來實現fat文件系統. 歡迎大家來測試. 用法很簡單, 如下 FILE *fp // 文件指針 unsigned char temp[24]="3.wav" // 文件明需要放在數組里 while(!initialize_media()) // 初始化sd卡 { Uart_Printf("sd initializing....\n") } Uart_Printf("sd ready\n") fp=fopen(temp, READ) // 打開文件就可以用了, 函數和標準c中的一樣,所以不能加載stdio.h if(!fp) { Uart_Printf("open file wrong\n") while(1) } Uart_Printf("open file successed\n")
上傳時間: 2013-12-30
上傳用戶:xlcky
This is an implementation of double-array structure for representing trie, as proposed by Junichi Aoe [1]. Trie is a kind of digital search tree, an efficient indexing method with O(1) time complexity for searching. Comparably as efficient as hashing, trie also provides flexibility on incremental matching and key spelling manipulation. This makes it ideal for lexical analyzers, as well as spelling dictionaries. See the details of the implementation at [2]: http://linux.thai.net/~thep/datrie/datrie.html Historically, this was first implemented as C++ classes in a library called midatrie [2], but later simplified and rewritten from scratch in C.
標簽: implementation double-array representing structure
上傳時間: 2013-12-10
上傳用戶:shinesyh
mkdosfs - Make DOS file system utilty. I wrote this, partially to complement the dosfsck utility written by Werner Almesberger (who graciously gave me some pointers when I asked for some advice about writing this code), and also to avoid me having to boot DOS just to create data partitions (I use Linux to back up DOS :-) ).
標簽: complement partially mkdosfs dosfsck
上傳時間: 2017-03-01
上傳用戶:gonuiln