亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Limited-memory

  • C-Talk is interpreted scripting language with C-like syntax and dynamic type checking. Variables in

    C-Talk is interpreted scripting language with C-like syntax and dynamic type checking. Variables in C-Talk have no type. So there is no compile time type checking in C-Talk, all checking is performed at runtime. To preserve reference integrity, explicit memory deallocation is prohibited in C-Talk, unused objects are automatically deallocated by garbage collector.

    標簽: interpreted Variables scripting checking

    上傳時間: 2015-08-18

    上傳用戶:王者A

  • This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYS

    This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYSTEM with lesser memory consumption. Its API includes simple SQL Statements and the output is displayed on the screen. Certain applications for which several features of existing databases like concurrency control, transaction management, security features are not enabled. B+Trees can be used as an index for factor access to the data. Help facility is provided to know the syntax of SQL Statements.

    標簽: project implement developed Database

    上傳時間: 2013-12-25

    上傳用戶:semi1981

  • FS4510開發板示例程序demo4 壓縮包內含FS4510開發板LCD驅動程序與定時器程序 文件說明 demo4.apj 為 SDT2.51 的項目文件 init.s 為初始化文件

    FS4510開發板示例程序demo4 壓縮包內含FS4510開發板LCD驅動程序與定時器程序 文件說明 demo4.apj 為 SDT2.51 的項目文件 init.s 為初始化文件 匯編格式 lcd.c LCD驅動文件 demo4.c 主程序 包含定時器初始化和 timer0 和 timer1 的使用 memory.a memory分配 snds.a init.s用到的硬件信息 isr.c 一些中斷啞函數 \include 包含文件 該示例程序在 SDT2.51 環境下編譯 在 ADW 下運行 使用 JTAG調試頭 通過學習該程序可以了解ARM4510 的初始化,時鐘中斷,及對lcd的控制

    標簽: 4510 demo4 FS 2.51

    上傳時間: 2015-09-01

    上傳用戶:bibirnovis

  • FS4510開發板示例程序 demo5_pre----中斷服務程序 串口驅動 演示的功能包括中斷 定時器 串口 它提供了可以在 FS4510板子上運行的參考代碼 文件說明 demo

    FS4510開發板示例程序 demo5_pre----中斷服務程序 串口驅動 演示的功能包括中斷 定時器 串口 它提供了可以在 FS4510板子上運行的參考代碼 文件說明 demo5_pre.apj 為 SDT2.51 的項目文件 匯編格式 init.s 為初始化文件 lcd.c LCD驅動文件 demo5.c 主程序 包含定時器初始化和 timer0 和 timer1 的使用 包含中斷服務程序 uart.c 串口驅動 pollio.c 串口查詢輸入(暫時沒有串口輸入) memory.a memory分配 snds.a init.s用到的硬件信息 wuisr.c 一些中斷服務程序啞函數 \include 包含文件

    標簽: 4510 demo FS pre

    上傳時間: 2015-09-01

    上傳用戶:417313137

  • * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS AND ANY EXPRESS * OR IMPLIED WARRANTIES, INC

    * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS AND ANY EXPRESS * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE * GOODS OR SERVICES LOSS OF USE, DATA, OR PROFITS OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH D

    標簽: WARRANTIES SOFTWARE PROVIDED EXPRESS

    上傳時間: 2013-12-20

    上傳用戶:sxdtlqqjl

  • 通過I2C總線

    通過I2C總線,讀取Memory SPD信息

    標簽: I2C 總線

    上傳時間: 2014-01-13

    上傳用戶:changeboy

  • * CONSTRAINTS * This module does not handle data which is considered out of range by the * appli

    * CONSTRAINTS * This module does not handle data which is considered out of range by the * application(i.e. fixed constants which represent error condition) * * Maximum weight value must be limited to 128 to prevent an overflow * condition during the calculation. * * The internal data type must be large enough to handle the calculations. * The maximum possible internal value * = Max Input Value * (weight - 1) + Max Input Value * If a maximum weight of 128 is used, the internal data type should be 2 * times the size of the input data type.

    標簽: CONSTRAINTS considered module handle

    上傳時間: 2015-09-07

    上傳用戶:qunquan

  • 我收藏的c語言900個例題

    我收藏的c語言900個例題,裡頭有控制dos-bios,memory,macros,math....的一些範例,原碼可能很簡單但是很實用,希望大家喜歡

    標簽: 900

    上傳時間: 2015-09-08

    上傳用戶:小碼農lz

  • There is an example of how to use the LDPC encode/decode with AWGN channel model in files .ldpc_de

    There is an example of how to use the LDPC encode/decode with AWGN channel model in files .\ldpc_decode.m and .\GFq\ldpc_decode.m. There are a few parity check matrices available in the code but you can use other matrices provided you have enough memory to load them. I suggest checking out matrices in Alist format available on David MacKay s web site.You will need to have access to a MEX compiler to be able to use a few functions written in C. LDPC的仿真代碼

    標簽: example channel ldpc_de encode

    上傳時間: 2013-12-03

    上傳用戶:lili123

  • This m-file simulates MPSK (theoretical and simulated) with Gray coding This m-file simulates MPSK

    This m-file simulates MPSK (theoretical and simulated) with Gray coding This m-file simulates MPSK (BPSK,QPSK,8PSK)with theoretical and simulated results using Gray coding. Numerical examples of a satellite link design are shown using QPSK and/or 8PSK when the bit rate(Rb)is greater than the channel bandwidth Wc (Band-limited channel).

    標簽: simulates m-file This MPSK

    上傳時間: 2014-01-11

    上傳用戶:372825274

主站蜘蛛池模板: 广德县| 普兰店市| 英德市| 孝感市| 哈巴河县| 且末县| 商河县| 兴国县| 随州市| 泰来县| 天门市| 巨鹿县| 荥阳市| 张北县| 阿拉尔市| 博野县| 晋江市| 台山市| 海晏县| 南丰县| 南漳县| 海门市| 高碑店市| 洛宁县| 榆树市| 保靖县| 泸西县| 北流市| 会泽县| 墨江| 车险| 潼关县| 冷水江市| 柘荣县| 五峰| 赤水市| 宁陕县| 阿克| 佳木斯市| 福州市| 蕲春县|