本文的主旨以討論 EMACS 的入門為主,其內容包括 EMACS 發展的概述, EMACS 整合 環境的簡介以及 EMACS 的基石 - editor 的詳談。本文在結構上分成八章,第一章討論有 關 EMACS 的源起、發展歷史以及 EMACS 的特性簡介。 第二章討論 EMACS 的 on-line help。第三章則簡單介紹 EMACS 的整合環境。接下來就是本文的重點,探討 EMACS 的 本質。
標簽: EMACS
上傳時間: 2013-12-16
上傳用戶:wff
軟件思路:選擇RAO做為模擬輸入通道 連續轉換4次再求平均值做為轉換結果最后結構只取低8位結果送數碼管的低3位顯示 硬件要求:撥碼開關S14第2位置ON,第1位置OFF撥碼開關S6全部置ON,S5第4-6位置ON,第1-3位置OFF為不影響結果,其他撥碼開關置OFF。
上傳時間: 2017-08-04
上傳用戶:zhouli
* 程序描述描述: * * 程序分兩大部分,當開發板上電的時候撥碼開關的第一位是閉合(ON)的狀態 * * 運行LOOP1循環,矩陣鍵盤有效,數碼管顯示按鍵值,同時將按鍵值通過串口發* * 送出去。 * * 當開發板上電的時候撥碼開關第一位是打開的(OFF)的狀態,則獨立鍵盤有效 * * 按下K1則逆時針點亮數碼管的每一段,按下K2鍵則順時針點亮數碼管的每一段 * * 同時將當前點亮數碼管的數據通過RS232串口發送出去。
上傳時間: 2013-12-25
上傳用戶:hphh
Some time ago, I stated in another article that I d take the idea of location broadcasting and develop a mobile solution as a follow-up. The problem back then was I had no means to get location data off of a cell phone, or a way to make it useful. My, how times have changed since then! In this article, I ll demonstrate how to get your phone s GPS coordinates…
標簽: broadcasting location another article
上傳時間: 2013-12-25
上傳用戶:李夢晗
Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank. There are 2 Heuristic: 1. N: Number of misplaced tiles 2. S: Sum of Manhattan distance of current location and target location. Format: The first line write type of heuristic (N or S). Next is the status of departing and landing status. Between 2 states of 1 line blank. See examples EightPuzzle.INP
標簽: state algorithme Program problem
上傳時間: 2017-08-12
上傳用戶:jjj0202
A programmable digital signal processor (PDSP) is a special-purpose microprocessor with specialized architecture and instruction set for implementing DSP algorithms. Typical architectural features include multiple memory partitions (onchip, off-chip, data memory, program memory, etc.), multiple (generally pipelined) arithmetic and logic units (ALUs), nonuniform register sets, and extensive hardware numeric support [1,2]. Single-chip PDSPs have become increasingly popular for real-time DSP applications [3,4].
標簽: special-purpose microprocessor programmable specialized
上傳時間: 2017-08-13
上傳用戶:腳趾頭
Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write natural Java objects and some simple configuration files, and Hibernate automates all the interaction between your objects and the database. You don t even need to know the database is there, and you can change from one database to another simply by changing a few statements in a configuration file. If you ve needed to add a database backend to your application, don t put it off. It s much more fun than it used to be, and Hibernate: A Developer s Notebook shows you why.
標簽: Hibernate persistence Developer you
上傳時間: 2017-08-17
上傳用戶:曹云鵬
Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The nodes are numbered from 1 to n. The node 1 and node n should be in different sets. There are no more than 30 arcs and 15 nodes. The arc weights vary between 1 and 1 000 000. Output: The output is a single line for each case, with the corresponding minimum size cut. Example: Input: 7 11 1 2 3 1 4 3 2 3 4 3 1 3 3 4 1 3 5 2 4 6 6 4 5 2 5 2 1 5 7 1 6 7 9 Output: 5
標簽: Implementation calculates algorithm Edmonds
上傳時間: 2014-01-04
上傳用戶:kiklkook
AM26C31CLow Power, I CC = 100 ƒ ⊂ A Typ Operate From a Single 5-V Supply High Speed, t PLH = t PHL = 7 ns Typ Low Pulse Distortion, t sk(p) = 0.5 ns Typ High Output Impedance in Power-Off Conditions Improved Replacement for AM26LS31
標簽: Operate Single Supply Power
上傳時間: 2014-01-20
上傳用戶:gtzj
PseudoQ is an open source java application for creating, playing and solving SuDoku puzzles of various types. It features both a Swing GUI and command-line operation. The automatic solving of puzzles uses "smart" techniques rather than a brute force search of every possible combination.
標簽: application creating PseudoQ playing
上傳時間: 2014-01-06
上傳用戶:yiwen213