Making a cheap 1M SPI Rom Emulator 8 second to copy from parallel to SPI re-Program STM Serial Flash M25P10 by reading 29010 parallel ROM Running on standard 8051 32 I/O, a TTL 7407 as bus switch. Total programming time is about 8 seconds including Erase, Program
標簽: re-Program SPI Emulator parallel
上傳時間: 2016-03-22
上傳用戶:wanqunsheng
C語言精彩百例第1-44例 實例1 數據類型轉換 實例2 轉義字符 實例3 關系和邏輯運算 實例4 自增自減 實例5 普通位運算 實例6 位移運算 實例7 字符譯碼 實例8 指針操作符 實例9 if判斷語句 實例10 else-if語句 實例11 嵌套if語句 實例12 switch語句 實例13 for語句 實例14 while語句 實例15 do-while語句 實例16 break和continue語句 實例17 exit()語句 實例18 綜合實例 實例19 一維數組 實例20 二維數組 實例21 字符數組 實例22 數組初始化 實例23 數組應用 實例24 函數的值調用 實例25 函數的引用調用 實例26 數組函數的調用 實例27 命令行變元 實例28 函數的返回值 實例29 函數的嵌套調用 實例30 函數的遞歸調用 實例31 局部和全局變量 實例32 變量的存儲類別 實例33 內部和外部函數 實例34 綜合實例1 實例35 綜合實例2 實例36 變量的指針 實例37 一維數組指針 實例38 二維數組指針 實例39 字符串指針 實例40 函數指針 實例41 指針數組 實例42 二維指針 實例43 指針的初始化 實例44 綜合實例
上傳時間: 2014-01-16
上傳用戶:royzhangsz
這個工具集提供以下結構化分析和UML分析中所用的圖形化繪圖工具:ER-diagrams, data and event flow diagrams and state-transition diagrams,class-diagram editor, a use-case diagram editor and an activity diagram editor
標簽: state-transition ER-diagrams and diagrams
上傳時間: 2014-12-09
上傳用戶:qunquan
This demonstration shows how a ZigBee coordinator can be set up. This demo allows the Demonstration Board (PICDEM Z or Explorer 16) to act as either a "Switching Load Controller" (e.g. a light) or a "Switching Remote Control" (e.g. a switch) as defined by the Home Controls, Lighting profile. It is designed to interact with a second Demonstration board programmed with the Demo RFD project
標簽: This demonstration Demonstratio coordinator
上傳時間: 2014-01-18
上傳用戶:dianxin61
第天開機時自動運行,檢查今天是星期幾,然后用SWITCH根據不同的日期,限制不同的時間(就是輸進課程表的時間)。調系統時間,如果這時候在上課時間里,那么系統自動關機
上傳時間: 2014-08-24
上傳用戶:tedo811
北京大學ACM比賽題 The game of Scrabble is played with tiles. A tile either has a single letter written on it, or it is blank. In the latter case, the tile may be used to represent a letter of your choice. On your turn, you arrange the tiles to form a word. Each tile may be used at most once, but not all tiles need to be used. Given several Scrabble tiles and a dictionary, determine how many words in the dictionary can be formed using the given Scrabble tiles.
標簽: Scrabble written either letter
上傳時間: 2016-04-22
上傳用戶:dancnc
This Two-Category Classifier Using Discriminant Functions to separeate two classes. The Classifier is designed on classes which has two feature vectors and other case it has one feature vector.
標簽: Classifier Discriminant Two-Category Functions
上傳時間: 2016-04-23
上傳用戶:2525775
Part 1. OO Techniques (面向對象技術) Chapter 1. OO Software Development (面向對象軟件開發) Chapter 2. Case Study--OO in C++ (C++面向對象程序設計實例) Part 2. Object-Oriented Programming (面向對象程序設計) Chapter 3. Basic C++ Programming (C++程序設計基礎) Chapter 4. Object-Oriented C++ Programming (C++面向對象程序設計) Chapter 5. Java Programming Overview (Java程序設計簡介)
標簽: Chapter Development Techniques Software
上傳時間: 2016-05-01
上傳用戶:源碼3
I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their total number of occurence in that file s1(1000), s2(200), s3(30) so the total length of file is 1000+200+30=1230 bytes, it will be encoded assigning one bit to s1 and 2 bits to s2, s3 so the encoded length will be 1*1000+2*(200+30)=1460 bits=182 bytes). In the best case the file consisted of just one symbol will be encoded with compression ratio as 1:8. Huffman coding is used in image compression, however in JPEG2000 arithmetic codec is imployed.
標簽: decompress algorithm compress Huffman
上傳時間: 2016-05-16
上傳用戶:aysyzxzm
編譯原理關于PL0文法的實現,關于添加case和for語句的實現詳細功能
上傳時間: 2014-01-04
上傳用戶:Thuan