HDB3碼的VHDL實現 共三個模塊:插入V、插入B以及單雙極性變換
上傳時間: 2013-11-29
上傳用戶:天涯
Description Calculate a+b Input Two integer a,b (0<=a,b<=101000) Output Output a + b Sample Input 5 7 Sample Output 12
標簽: Description Calculate integer 101000
上傳時間: 2014-01-25
上傳用戶:tonyshao
基于MSP430系列單片機的軟件實時時鐘(RTC)代碼,使用定時器B為中斷源,時間變量使用字符型變量儲存,便于直接輸出數字
上傳時間: 2013-12-20
上傳用戶:hzy5825468
C_MINUS 編譯器 源代碼 《便宜原理及實踐》附錄B
上傳時間: 2016-06-30
上傳用戶:FreeSky
Peers is a very minimalistic SIP User-Agent. It s a softphone, written in java, and it has been tested on linux and windows. It allows a user to call from one PC to another on a local area network, using SIP/SDP/RTP with Ulaw encoding for voice.
標簽: minimalistic User-Agent softphone written
上傳時間: 2014-12-02
上傳用戶:cainaifa
This code is described in "Computational Geometry in C" (Second Edition), Chapter 8. It is not written to be comprehensible without the explanation in that book. Prints out one arm configuration to reach given target. Assumes number of links >= 3. Input: nlinks Number of links L1 L2 ... Ln Link lengths x0 y0 target0 x1 x2 target1
標簽: Computational described Geometry Chapter
上傳時間: 2014-01-25
上傳用戶:yan2267246
一個經典的權限管理系統 FrameWork權限設計是將權限抽象分為(查看/新增/修改/刪除/排序/打印/備用A/備用B)共八個權限。當然,也可以根據需要來進行擴展。 在FrameWork中,每個模塊都會在Module目錄下對應一個目錄(Module目錄結構參考)。 每個模塊目錄會對應到一個應用ID和模塊代碼。也就是說每個模塊都會對應到八個權限。每個模塊目錄通過其下的Web.config文件設定當前目錄所屬哪一個應用和模塊代碼,并在web.config中配置當前模塊目錄下文件對應的八個權限關系。 所有模塊目錄下的文件屬于八個權限中的哪一種權限,是在Web.config里配置的,如果模塊里的文件沒有在web.config中配對應的權限,則此文件默認屬于查看權限。當然,你也可以在aspx里進行權限的判斷定,我們也提供了在aspx里判斷權限八種權限對應的方法。
上傳時間: 2016-07-02
上傳用戶:小儒尼尼奧
It includes information about book titles in the library, information about library members, about the number of times the books were read by members, about the suppliers who supply books to the library, and about orders placed with the suppliers
標簽: about information library includes
上傳時間: 2014-12-22
上傳用戶:liansi
Let the following relational tables be given: R = (A, B, C) and S = (D, E, F) where A, B, C, D, E, and F are the attributes (columns). Write the SQL statements that will express each of the queries given below:
標簽: relational following tables given
上傳時間: 2014-01-14
上傳用戶:cx111111
%調用格式 =trapez_g( f_name ,a,b,n) %f_name: 被積函數的文件名f(x) % a:x的上限 % b:x的下限 % 部分區間數 %實例:trapez_g( sin ,0,pi,20)
上傳時間: 2013-12-19
上傳用戶:cjl42111