The third edition of Learning GNU Emacs describes Emacs 21.3 from the ground up, including new user interface features such as an icon-based toolbar and an interactive interface to Emacs customization. A new chapter details how to install and Run Emacs on Mac OS X, Windows, and Linux, including tips for using Emacs effectively on those platforms.
標簽: Emacs describes including Learning
上傳時間: 2015-08-29
上傳用戶:caixiaoxu26
JAVA系統托盤圖標控制程序,說明: 這是一個用寫的系統托盤圖標控制程序.帶有一個顯示本程序源代碼的功能. 曾經看過別人用Java JNI技術也寫了類似的程序,不過本程序完全應用java而沒有用C. 配置和運行: 該程序運行于JDK1.6,首先你的機器必須安裝JDK的最新版.如果沒有的話到http://java.sun.com進行下載和安裝. 通常你可以直接雙擊TrayIcon.exe運行本程序,如果不能直接雙擊運行,請使用Run.bat文件運行.
上傳時間: 2015-08-30
上傳用戶:愛死愛死
本書以4個面向來表現C++的本質:procedural(程序性的)、generic(泛型的)、object-based(個別對象的)、object-oriented(面向對象的)。本書的組織圍繞著一系列逐漸繁復的程序問題,以及用以解決這些問題的語言特性。循此方式,你不只學到C++的函數和結構,也會學習到它們的設計目的和基本原理。 你可以由本書發現以下關鍵主題: ● Generic (泛型)編程風格和Standard Template Library(STL) ● Object-based(個別對象)編程風格和class的設計 ● Object-oriented(面向對象)編程風格和classes階層體系的設計 ● Function template 和class template 的設計和運用 ● Exception handling(異常處理)與執行期型別鑒定(Run-Time Type Identification)
標簽: object-oriented object-based procedural generic
上傳時間: 2013-12-30
上傳用戶:362279997
Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can Run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and destination city for breadth first and depth first algorithm. The second line of input file shoud be an integer m indicate the number of connections for the map. Following m lines describe the map, each line represents to one connection in this form: dist city1 city2, which means there is a connection between city1 and city2 with the distance dist. The following input are for A* The following line contains two chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the number of heuristic. The following h lines is in the form: city dist which means the straight-line distance from the city to B is dist.
標簽: Implemented following compile command
上傳時間: 2014-01-01
上傳用戶:lhc9102
這個是單片機4200的ui程序,在app程序Run得時候,啟動的顯示程序
上傳時間: 2015-09-06
上傳用戶:love_stanford
his packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is written for static channel and AWGN noise. The packet include: 1) Packet Builder (Viterbi Encoding, Interleaver, PN generation) 2) Modulator (RRC filter) 3) Demodulator (Matched Filter, RAKE receiver) 4) Receiver (HD or SD) (Deinterleaver, Viterbi Decoder). You should Run "Simulation.m" function that include all modules.
標簽: simulation baseband channel packet
上傳時間: 2013-12-23
上傳用戶:zhangyigenius
OFDM_Final_Report.pdf后面附有matlab程序,我猜想可能是老版本matlab,本人進行稍加改造,在matlab環境下打開ofdm.m,執行Run即可。原文有兩個程序,本人只改造了第一個,第二個仿照改造即可。
標簽: OFDM_Final_Report matlab 程序
上傳時間: 2015-09-11
上傳用戶:wanghui2438
第一版YL2410開發板的BIOS 功能比較簡單,上電之后,LCD顯示藍色、綠色、紅色三個豎條 同時串口顯示如下: Power on reset ************************************ * * * YL2410 Board BIOS V2006 * * Http://www.ucdragon.com * * * ************************************ NAND Flash Boot Please select function : 0 : USB download file(通過USB下載文件) 1 : Uart download file(通過串口下載文件) 2 : Write Nand flash with download file(將下載的文件燒寫到NandFlash) 3 : Load Pragram from Nand flash and Run(從NandFlash裝載文件并運行) 4 : Erase Nand flash regions(擦除NandFlash區域) 5 : Write NOR flash with download file(將下載的文件燒寫到NorFlash) 6 : Set boot params(設置Linux啟動相關參數) 7 : Set AutoBoot parameter,1:linux 2:wince(設置WINCE自啟動)
上傳時間: 2015-09-15
上傳用戶:Amygdala
IrCOMM2k - Virtual Infrared COM Port for Windows 2000/XP。 2. FILES IN THIS ARCHIVE: - Setup.exe (setup and uninstall program) - ircomm2k.exe (service program) - ircomm2k.sys (device driver) - ircomm2k.dll (device property page) - ircomm2k.hlp (property page context help) - ircomm2k.inf (setup script for windows) - Readme.txt (this file) - License.txt (terms of license) 3. INSTALLATION 1. unzip IrCOMM2k-1.2.0.zip in a new folder 2. Run the setup program 3. disable the image transfer under wireless link
標簽: IrCOMM2k Infrared ARCHIVE Virtual
上傳時間: 2015-09-15
上傳用戶:yyq123456789
Over the years, this bestselling guide has helped countless programmers learn how to support computer peripherals under the Linux operating system, and how to develop new hardware under Linux. Now, with this third edition, it s even more helpful, covering all the significant changes to Version 2.6 of the Linux kernel. Includes full-featured examples that programmers can compile and Run without special hardware.
標簽: bestselling programmers countless compute
上傳時間: 2014-01-13
上傳用戶:小草123