C51源程序集錦 This a demo program showing a way to perform simultaneous RS-232 transmit and receive using only ONE hardware timer. The transmit and receive routines divide each bit time into 4 slices to allow synchronizing to incoming data that may be out of synch with outgoing data.
標簽: simultaneous transmit program perform
上傳時間: 2017-02-08
上傳用戶:yangbo69
A "code-what"? Unless you have spent some time working in the area of reverse engineering, chances are you have not heard of the term "codecave" before. If you have heard of it, you might not have read a clear definition of it or quite understand what it is or why it is useful. I have even asked seasONEd assembly programmers about the term before and most of them had not heard of it. If it is new to you, do not worry, you are not the only ONE. It is a term that is scarcely used and is only useful in a reverse engineering context. Furthermore, is it "codecave" or "code cave"? I am not quite sure, but I will try my best to refer to it consistently as a "codecave". A space may sneak in there from time to time
標簽: engineering code-what chances reverse
上傳時間: 2014-01-17
上傳用戶:hn891122
游戲開發數據結構Data Structures for Game Programmers The Goodies Directory contains all sorts of stuff. For example, there are the four 3rd-Party libraries used in the book, SDL, SDL_TTF, FreeType (which SDL_TTF uses), and STLPort, which is ONE implementation of the Standard Template Library. Also, there are four articles on trees and SDL in the articles directory. These supplement the material in the book.
標簽: Programmers Structures Directory contains
上傳時間: 2017-02-12
上傳用戶:qoovoop
Learn about the design tradeoffs involved in creating Windows CE .NET operating system (OS) solutions for hardware that implements ONE of many nonvolatile storage technologies. Different storage technologies, such as NAND and NOR flash memory, masked ROM, and electromechanical Advanced Technology Attachment (ATA) or Integrated Drive Electronics (IDE) storage, impose design constraints and create opportunities for the software environment. (30 printed pages)
標簽: operating tradeoffs creating involved
上傳時間: 2014-01-11
上傳用戶:181992417
This book uses the Python language to teach pro - gramming concepts and problem -solving skills, without assuming any previous program- ming experience. With easy-to-understand examples, pseudocode, flowcharts, and other tools, the student learns how to design the logic of programs and then implement those programs using Python. This book is ideal for an introductory programming course or a programming logic and design course using Python as the language. As with all the boolts in the Starting Out With series, the hallmark of this text is its clear, friendly, and easy -to-understand writing. In addition, it is rich in example programs that are concise and practical. The programs in this book include short examples that highlight specific programming topics, as well as more involved examples that focus on problem solving. Each chapter provides ONE or more case studies that provide step -by-step analysis of a specific problem and shows the student how to solve it.
標簽: language gramming concepts problem
上傳時間: 2014-01-12
上傳用戶:獨孤求源
FDMP the body of the kernel, the Information-Technology Promotion Agency (IPA) adopted by the unexplored themes of Creativity software is ONE of the "multi-processor system-level development environment for the development of the system" as part of the development Susumu Honda也氏Was responsible.
標簽: the Information-Technology Promotion adopted
上傳時間: 2013-12-25
上傳用戶:dengzb84
LIBSVM 是臺灣大學林智仁 (Chih-Jen Lin) 博士等開發設計的一個操作簡單、易于使用、快速有效的通用 SVM 軟件包,可以解決分類問題(包括 C- SVC 、n - SVC )、回歸問題(包括 e - SVR 、 n - SVR )以及分布估計( ONE-class-SVM )等問題,提供了線性、多項式、徑向基和 S 形函數四種常用的核函數供選擇,可以有效地解決多類問題、交叉驗證選擇參數、對不平衡樣本加權、多類問題的概率估計等。
上傳時間: 2017-03-01
上傳用戶:qilin
Jurpopage is Free Open Source Dynamic Website Scripting Project This first created and published at maya.or.id and now published to public in english at Jurpo.com It s coded under PHP and Mysql Database Server Project goal is to help others to create their own website with easy to changed webpage design This is ONE stop easy way to be a webmaster with your own touch the source code control.
標簽: Jurpopage Scripting published Dynamic
上傳時間: 2014-01-15
上傳用戶:wxhwjf
cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root and even multiply and divide. the method dates back to volder [1959], and due to its versatility and compactness, it made possible the microcoding of the hp35 pocket scientific calculator in 1972. here is some code to illustrate the techniques. ive split the methods into three parts linear, circular and hyperbolic. in the hp35 microcode these would be unified into ONE function (for space reasons). because the linear mode can perform multiply and divide, you only need add/subtract and shift to complete the implementation. you can select in the code whether to do the multiples and divides also by cordic means. other multiplies and divides are all powers of 2 (these dont count). to eliminate these too, would involve ieee hackery.
標簽: essentially algorithm describe suitably
上傳時間: 2017-03-02
上傳用戶:litianchu
hibernate一對多雙向關聯映射 一對多雙向關聯映射的方法 在"一"一端的集合中使用<key>標簽,在對方表中加入一個外鍵指向"一"端 在"多"的一端采用<many-to-ONE> 注意:<key>標簽指定的外鍵字段必須和<many-to-ONE>指定的外鍵一至,否則引用字段的錯誤 inverse和cascade inverse是關聯關系的控制方向; cascade操作上的連鎖反應
上傳時間: 2014-01-19
上傳用戶:gdgzhym