A few drivers for the Motorola C380 s celluar phone hardware with a simple test application. It s configured to build a binary that is to be uploaded at 0x03fd0000 and run at 0x03fd0010
標簽: application Motorola hardware drivers
上傳時間: 2017-05-01
上傳用戶:zhangzhenyu
This is a Stack Class with Funtions Push,Pop, check Stack is Full or Empty Application: Change a number from Decimal to Binary
標簽: Stack Application Funtions Change
上傳時間: 2014-12-06
上傳用戶:變形金剛
A Design and Implementation of The Online Shopping System Abstract: Along with the development of the computer ,the database technique is widespread in the application of Internet, more and more , providing more thoughtful and humanized service for the large network customer. Characteristic services have already become gradually the current as the application of Wed nowadays. This text studied a method of project which composed of characteristic page and dynamic state of technical customer according to the data connection rule, compared with some projects that adopt already on present nets, this project have the advantage of providing customers more simple ,reflective obvious meticulous use and so on..
標簽: Implementation development Abstract Shopping
上傳時間: 2014-12-04
上傳用戶:410805624
開發人員使用JavaScript的一個主要原因就是可以避免回發過程中帶來的頁面刷新。例如我們可以根據用戶的需要使用Treeview控件來展開和折疊相應的數據節點。當你展開一個節點時,該Treeview控件將會利用JavaScript讀取服務器上的子節點信息,然后平滑無刷新地插入這些新節點。如果沒有使用JavaScript的話,Treeview控件將會因為頁面的回發而重新構建。不但用戶會發現因頁面刷新而帶來的延遲,而且頁面極有可能回復到原來的狀態,即丟失前面所展開的那些子節點信息。對于服務器端來說,因為每次回發的過程中都要處理大量的視圖狀態(View State)信息,這也會嚴重影響程序的整體執行性能。在ASP.NET 2.0中,引入了一個稱為"客戶端回調"的功能,利用這個內建的解決方案我們可以輕松實現客戶端腳本和服務器端代碼間的交互,從而避免了頁面因回發帶來的頻繁刷新。
標簽: JavaScript Treeview 節點 過程
上傳時間: 2017-05-24
上傳用戶:彭玖華
Huffman codes 1.In telecommunication, how do we represent a set of messages, each with an access frequency, by a sequence of 0 s and 1 s? 2.To minimize the transmission and decoding costs, we may use short strings to represent more frequently used messages. 3.This problem can be solved by using an extended binary tree which is used in the 2-way merging problem. the sourse code is to encode and decode the Huffman.
標簽: telecommunication represent messages Huffman
上傳時間: 2013-12-22
上傳用戶:ztj182002
我們的注意焦點要轉到搜尋樹(search tree)了,要深度討論兩種標準的樹結構(tree structure),就是本章所要說明的二元搜尋樹(binary search tree)以及下一章所要討論的 AVL 平衡樹(AVL tree)。這兩種樹其資料都依序排列的,它們之間的差別只在於 AVL 是一種平衡樹,而二元搜尋樹卻不是。
上傳時間: 2013-12-27
上傳用戶:561596
) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The table is derived in a particular way based on the estimated probability of occurrence for each possible value of the source symbol .Huffman coding uses a specific method for representing each symbol, resulting in a prefix code that expresses the most common characters using shorter strings of bits than those used for less common source symbols.The Huffman coding is a procedure to generate a binary code tree.
標簽: code Compression huffman provide
上傳時間: 2017-05-30
上傳用戶:yuchunhai1990
If you d like to know where visitors to your site live, add this to your feedback forms. They just choose a region, and the second menu changes appropriately, allowing them to choose their country. (If they choose USA, it allows them to select their state) Neat!
上傳時間: 2017-06-11
上傳用戶:wfeel
This tutorial explains how to communicate with IO devices on the DE2 Board and how to deal with interrupts using C and the Altera Monitor Program. Two example programs are given that diplay the state of the toggle switches on the red LEDs. The fi rst program uses the programmed I/O approach and the second program uses interrupts.
標簽: with communicate how tutorial
上傳時間: 2013-12-13
上傳用戶:熊少鋒
The objective is to set up SPI communication between VTI Technologies digital pressure sensor component and an MCU of an application device ATMEGA16L. In this code example: ?The MCU is configured ?SCP1000-D01 is initialized and configured ?The high resolution measurement mode is activated ?Temperature and pressure information is read always when the DRDY pin is in high state Please refer to the document "SCP1000 Product Family Specification 8260800" for further information on SCP1000 register addressing and SPI communication. This document applies to the SCP1000-D01.
標簽: communication Technologies objective pressure
上傳時間: 2017-06-17
上傳用戶:youmo81