This collection of routines allows the Atmel AT89C5x and AT89Cx051 micro- controllers to read and write the AT25xxx family of serial CMOS EEPROMS.
標簽: controllers collection and routines
上傳時間: 2015-10-19
上傳用戶:gundan
代入法的啟發示搜索 我的代碼實現是:按照自然語言各字母出現頻率的大小從高到低(已經有人作國統計分析了)先生成一張字母出現頻率統計表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z) ,再對密文字母計算頻率,并按頻率從高到低生成一張輸入密文字母的統計表(B),通過兩張表的對應關系,不斷用A中的字母去替換B中的字母,搜索不成功時就回退,在這里回朔是一個關鍵。
上傳時間: 2015-10-24
上傳用戶:wanqunsheng
黑白點的匹配貪心算法 設平面上分布著n個白點和n個黑點,每個點用一對坐標(x, y)表示。一個黑點b=(xb,yb)支配一個白點w=(xw, yw)當且僅當xb>=xw和yb>=yw。若黑點b支配白點w,則黑點b和白點w可匹配(可形成一個匹配對)。在一個黑點最多只能與一個白點匹配,一個白點最多只能與一個黑點匹配的前提下,求n個白點和n個黑點的最大匹配對數。
上傳時間: 2015-10-25
上傳用戶:zhliu007
《學生成績管理系統》的設計與實現 1、每一條記錄包括一個學生的學號、姓名、3門成績、平均成績。 2、輸入功能:可以一次完成無數條記錄的輸入。 3、顯示功能:完成全部學生記錄的顯示。 4、查找功能:完成按姓名查找學生記錄,并顯示。 5、排序功能:按學生平均成績進行排序。 6、插入功能:按平均成績高低插入一條學生記錄。 7、保存功能:將學生記錄保存在任何自定義的文件中,如保存在:c:\score。 8、讀取功能:將保存在文件中的學生記錄讀取出來。 9、有一個清晰美觀界面來調用各個功能
上傳時間: 2015-10-25
上傳用戶:yzy6007
This designs uses a Nios II system to demonstrate how to read from the SD card. The software reads WAV files from the SD card and plays it through the LINE OUT line. Simply put a SD card into the slot on the board and connect some speakers to the LINE OUT port.Preparing the SD card
標簽: demonstrate software designs system
上傳時間: 2015-10-26
上傳用戶:lizhen9880
限電器硬件板應用,適合于上千W的功率 程序很少的噢
上傳時間: 2015-11-03
上傳用戶:nairui21
This book has been updated for the new Java version, J2SE 5.0, and works its way through a project with requirements and structure similar to the project you ll encounter in the SCJD exam
標簽: updated project through version
上傳時間: 2015-11-08
上傳用戶:csgcd001
The Game: Make the snake grow longer by directing it to the food. Extra bonus points are given from hearts, eat them as fast as possible as amount of bonus points decreases with time. Higher level gives more points for the food but will also make it tougher to steer a long snake as speed increaces. Five different mazes as well as play w/o maze are possible.
標簽: the directing longer points
上傳時間: 2013-12-20
上傳用戶:璇珠官人
:分析了VxWorks 下的USB 驅動程序模型的結構以及功能,詳細說明USB 主機驅動協議棧,并將軟件設計分為 Client Driver ,USBD 和HCD 三層。由于對于開發USBD 和Client Driver 已有很多研究和討論,但對HCD 的研究比較缺乏, 為了提供全面可行的開發基于VxWorks 的USB 驅動程序的技術方案,詳細地闡述了USB 主控制器OHCI 驅動程序的功 能、OHCI 驅動程序中的核心功能鏈表功能,為USB 在嵌入式系統開發中的應用提供技術參考。
上傳時間: 2015-11-10
上傳用戶:myworkpost
用AVR實現軟USB轉RS232的全部資料,包含源碼與電路解
上傳時間: 2014-11-23
上傳用戶:tonyshao