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
標(biāo)簽: re-Program SPI Emulator parallel
上傳時(shí)間: 2016-03-22
上傳用戶:wanqunsheng
C語(yǔ)言精彩百例第1-44例 實(shí)例1 數(shù)據(jù)類型轉(zhuǎn)換 實(shí)例2 轉(zhuǎn)義字符 實(shí)例3 關(guān)系和邏輯運(yùn)算 實(shí)例4 自增自減 實(shí)例5 普通位運(yùn)算 實(shí)例6 位移運(yùn)算 實(shí)例7 字符譯碼 實(shí)例8 指針操作符 實(shí)例9 if判斷語(yǔ)句 實(shí)例10 else-if語(yǔ)句 實(shí)例11 嵌套if語(yǔ)句 實(shí)例12 switch語(yǔ)句 實(shí)例13 for語(yǔ)句 實(shí)例14 while語(yǔ)句 實(shí)例15 do-while語(yǔ)句 實(shí)例16 break和continue語(yǔ)句 實(shí)例17 exit()語(yǔ)句 實(shí)例18 綜合實(shí)例 實(shí)例19 一維數(shù)組 實(shí)例20 二維數(shù)組 實(shí)例21 字符數(shù)組 實(shí)例22 數(shù)組初始化 實(shí)例23 數(shù)組應(yīng)用 實(shí)例24 函數(shù)的值調(diào)用 實(shí)例25 函數(shù)的引用調(diào)用 實(shí)例26 數(shù)組函數(shù)的調(diào)用 實(shí)例27 命令行變?cè)? 實(shí)例28 函數(shù)的返回值 實(shí)例29 函數(shù)的嵌套調(diào)用 實(shí)例30 函數(shù)的遞歸調(diào)用 實(shí)例31 局部和全局變量 實(shí)例32 變量的存儲(chǔ)類別 實(shí)例33 內(nèi)部和外部函數(shù) 實(shí)例34 綜合實(shí)例1 實(shí)例35 綜合實(shí)例2 實(shí)例36 變量的指針 實(shí)例37 一維數(shù)組指針 實(shí)例38 二維數(shù)組指針 實(shí)例39 字符串指針 實(shí)例40 函數(shù)指針 實(shí)例41 指針數(shù)組 實(shí)例42 二維指針 實(shí)例43 指針的初始化 實(shí)例44 綜合實(shí)例
標(biāo)簽: 字符 C語(yǔ)言 數(shù)據(jù)類型 減
上傳時(shí)間: 2014-01-16
上傳用戶:royzhangsz
這個(gè)工具集提供以下結(jié)構(gòu)化分析和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
標(biāo)簽: state-transition ER-diagrams and diagrams
上傳時(shí)間: 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
標(biāo)簽: This demonstration Demonstratio coordinator
上傳時(shí)間: 2014-01-18
上傳用戶:dianxin61
第天開(kāi)機(jī)時(shí)自動(dòng)運(yùn)行,檢查今天是星期幾,然后用SWITCH根據(jù)不同的日期,限制不同的時(shí)間(就是輸進(jìn)課程表的時(shí)間)。調(diào)系統(tǒng)時(shí)間,如果這時(shí)候在上課時(shí)間里,那么系統(tǒng)自動(dòng)關(guān)機(jī)
標(biāo)簽: 開(kāi)機(jī) 自動(dòng) 運(yùn)行
上傳時(shí)間: 2014-08-24
上傳用戶:tedo811
北京大學(xué)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.
標(biāo)簽: Scrabble written either letter
上傳時(shí)間: 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.
標(biāo)簽: Classifier Discriminant Two-Category Functions
上傳時(shí)間: 2016-04-23
上傳用戶:2525775
Part 1. OO Techniques (面向?qū)ο蠹夹g(shù)) Chapter 1. OO Software Development (面向?qū)ο筌浖_(kāi)發(fā)) Chapter 2. Case Study--OO in C++ (C++面向?qū)ο蟪绦蛟O(shè)計(jì)實(shí)例) Part 2. Object-Oriented Programming (面向?qū)ο蟪绦蛟O(shè)計(jì)) Chapter 3. Basic C++ Programming (C++程序設(shè)計(jì)基礎(chǔ)) Chapter 4. Object-Oriented C++ Programming (C++面向?qū)ο蟪绦蛟O(shè)計(jì)) Chapter 5. Java Programming Overview (Java程序設(shè)計(jì)簡(jiǎn)介)
標(biāo)簽: Chapter Development Techniques Software
上傳時(shí)間: 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.
標(biāo)簽: decompress algorithm compress Huffman
上傳時(shí)間: 2016-05-16
上傳用戶:aysyzxzm
編譯原理關(guān)于PL0文法的實(shí)現(xiàn),關(guān)于添加case和for語(yǔ)句的實(shí)現(xiàn)詳細(xì)功能
上傳時(shí)間: 2014-01-04
上傳用戶:Thuan
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1