Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SYS\STAT.H */ #define S_IWRITE 0x0080 /* from SYS\STAT.H */ #define TRUE 1 #define FALSE 0 #define MSGHEADER "MICROCALC - A Turbo C Demonstration Program" #define MSGKEYPRESS "Press any key to continue." #define MSGCOMMAND "Press / for the list of commands" #define MSGMEMORY "Memory Available:" #define MSGERROR "ERROR" 部分說明 #define MSGLOMEM "Not enough memory to allocate cell." #define MSGempty "empty" #define MSGTEXT "Text"
標(biāo)簽: International Copyright Borland S_IREAD
上傳時間: 2013-12-26
上傳用戶:llandlu
在vb中初學(xué)者很容易搞混的“0”,“Null”,“empty”,“Nothing”之間的區(qū)別
標(biāo)簽: 初學(xué)者
上傳時間: 2015-12-21
上傳用戶:wmwai1314
使用Usb cy7c68013與DSP通信,現(xiàn)在已經(jīng)能夠很正確的傳遞(上傳數(shù)據(jù))了。 USB資源: 使用了Ep2,Ep6 Ep2, out auto Ep6, in auto FlagA--- PF3 FlagB--- PF6 FlagC--- PF1 需要 EP2 empty EP6 FULL信號 因此 FlagA--- PF3 --- EP2空 --- 8 h FlagB--- PF6 --- EP6滿 --- e h FlagC--- PF1 PINFLAGSAB=0xE8 極性設(shè)置: PKTEND,EPEF,EPFF high 其他的低 因此 FIFOPINPOLAR = 0x23 包結(jié)束信號接在DSP 的 PF7 上面。 以上結(jié)束06.11.28
標(biāo)簽: c68013 68013 Usb DSP
上傳時間: 2015-12-27
上傳用戶:youke111
FIFO(先進(jìn)先出隊列)通常用于數(shù)據(jù)的緩存和用于容納異步信號的頻率或相位的差異。本FIFO的實(shí)現(xiàn)是利用 雙口RAM 和讀寫地址產(chǎn)生模塊來實(shí)現(xiàn)的.FIFO的接口信號包括異步的寫時鐘(wr_clk)和讀時鐘(rd_clk)、 與寫時鐘同步的寫有效(wren)和寫數(shù)據(jù)(wr_data) 、與讀時鐘同步的讀有效(rden)和讀數(shù)據(jù)(rd_data) 為了實(shí)現(xiàn)正確的讀寫和避免FIFO的上溢或下溢,給出與讀時鐘和寫時鐘分別同步的FIFO的空標(biāo)志(empty)和 滿標(biāo)志(full)以禁止讀寫操作。
上傳時間: 2014-01-25
上傳用戶:趙云興
異步FIFO的實(shí)現(xiàn),可綜合,可驗證] keywords:almost_full,full,almost_empty,empty
標(biāo)簽: FIFO
上傳時間: 2016-11-06
上傳用戶:wlcaption
Requirement ===================================================================================== python 2.4+ wxPython 2.6+ Unicode Version Installation ===================================================================================== Directly extract the tarbar into a empty directory or overwrite the old directory, that s ok. Run ===================================================================================== Execute: python ulipad.pyw or python ulipad.py
標(biāo)簽: Requirement
上傳時間: 2017-02-01
上傳用戶:ruan2570406
Use a one-dimensional array of primitive type boolean to represent the seating chart of the plane. Initialize all the elements of the array to false to indicate that all the seats are empty. As each seat is assigned, set the corresponding elements of the array to true to indicate that the seat is no longer available.
標(biāo)簽: one-dimensional primitive represent the
上傳時間: 2013-12-22
上傳用戶:zhichenglu
how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing vectors as function arguments. * Reading from files of unknown size (monitoring istream status). * Repetitive structures (while and for loops). * The increment operators (++). * Selection structures (if-else statements). * Use of the .size, .empty, .begin, .insert, .erase, .resize, .clear and .swap vector class member functions.
標(biāo)簽: Creation constant Passing vectors
上傳時間: 2017-04-25
上傳用戶:1079836864
Specification File adjacencyListGragh class GeneralGraph: use adjacency list to implement the graph which data structure is vector Construct methods: * public GeneralGraph(): contain an empty vector store the vertex and a boolean determines whether graph is directed or not, defaulted is undirected
標(biāo)簽: adjacencyListGragh Specification GeneralGraph adjacency
上傳時間: 2013-12-13
上傳用戶:lyy1234
用C實(shí)現(xiàn)棧的InitStack, empty, full, push, pop, clear, getpop。的功能。
上傳時間: 2013-12-22
上傳用戶:yyyyyyyyyy
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1