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

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

SET-TOP-Box

  • encode.v The encoder syndrome.v Syndrome generator in decoder berlekamp.v Berlekamp algorithm in

    encode.v The encoder syndrome.v Syndrome generator in decoder berlekamp.v Berlekamp algorithm in decoder chien-search.v Chien search and Forney algorithm in decoder decode.v The top module of the decoder inverse.v Computes multiplication inverse of an Galois field element test-bench.v The test fixture, and some brief notes on using the modules. data-rom.v A simple data source for testing run For those intelligence-challenged who can t run verilog LGPL The license

    標簽: Berlekamp berlekamp algorithm generator

    上傳時間: 2014-02-16

    上傳用戶:fxf126@126.com

  • his project was built and tested with WinAVR-20060125. Make sure the MCU target define in the Mak

    his project was built and tested with WinAVR-20060125. Make sure the MCU target define in the Makefiles corresponds to the AVR you are using!! To build the code, just install WinAVR and run "make" from the console in echomaster and echoslave subdirs. "make program" will program the device if you have a AVRISP attached. Remember to set the AVR device to at least 8MHz. The AVR may use the programmable clock from MC1319x, just remember to check if the MC1319x and SPI communication is working FIRST! Otherwise you wont get any clock signal to the AVR and then you can t program it or reset the fuses! The MC1319x has default clock output of 32kHz so you will have to set your programmer to a very low frequency (<=32kHz/4) to be able to program it while it is running on that!

    標簽: the 20060125 project WinAVR

    上傳時間: 2014-10-10

    上傳用戶:yan2267246

  • The Linux kernel is one of the most interesting yet least understood open-source projects. It is als

    The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Linux Kernel Development. This authoritative, practical guide will help you better understand the Linux kernel through updated coverage of all the major subsystems, new features associated with Linux 2.6 kernel and insider information on not-yet-released developments. You ll be able to take an in-depth look at Linux kernel from both a theoretical and an applied perspective as you cover a wide range of topics, including algorithms, system call interface, paging strategies and kernel synchronization. Get the top information right from the source in Linux Kernel Development.

    標簽: interesting open-source understood projects

    上傳時間: 2015-07-26

    上傳用戶:mpquest

  • Structure the sources so that the compression and decompression code form a library usable by any

    Structure the sources so that the compression and decompression code form a library usable by any program, and write both gzip and zip on top of this library. This would ideally be a reentrant (thread safe) library, but this would degrade performance. In the meantime, you can look at the sample program zread.c.

    標簽: decompression compression Structure the

    上傳時間: 2015-08-06

    上傳用戶:jackgao

  • pop3代理服務器源代碼One of the most powerful features of Pop3 Agent is a naive Bayes filter, that is capab

    pop3代理服務器源代碼One of the most powerful features of Pop3 Agent is a naive Bayes filter, that is capable of recognizing spam e-mails after appropriate training. Pop3 Agent uses an embedded Firebird database server. Of course, you can configure Pop3 Agent to work with an existing server if there is another Interbase/Firebird installation available in your network. Open the Pop3 Agent home directory, delete or rename gds32.dll and ib_util.dll, and set the INI file parameter FBembedded=0.

    標簽: features powerful filter Agent

    上傳時間: 2014-01-10

    上傳用戶:yoleeson

  • maven 2.0 The following instructions show how to install Maven 2: 1) Unpack the archive where y

    maven 2.0 The following instructions show how to install Maven 2: 1) Unpack the archive where you would like to store the binaries, eg: tar zxvf maven-2.0.tar.gz or unzip maven-2.0.zip 2) A directory called "maven-2.0" will be created. 3) Add the bin directory to your PATH, eg: export PATH=/usr/local/maven-2.0/bin:$PATH or set PATH="c:\program files\maven-2.0\bin" %PATH% 4) Make sure JAVA_HOME is set to the location of your JDK 5) Run "mvn --version" to verify that it is correctly installed.

    標簽: instructions following archive install

    上傳時間: 2014-01-19

    上傳用戶:weiwolkt

  • 一.“ZHG_C”(ZHG自定義C函數包)中為ZHG本人創作的自定義C函數集

    一.“ZHG_C”(ZHG自定義C函數包)中為ZHG本人創作的自定義C函數集,現共包含8個C文件,分別是: BMP16.C——DOS圖形模式下顯示16色位圖的函數。 BMP24.C——DOS圖形模式下顯示24位位圖的函數。 BMP256.C——DOS圖形模式下顯示256色位圖的函數。 BOX.C——DOS字符模式下畫矩形框(單、雙)。 HZK.C——DOS圖形模式下顯示漢字或英文(16×16、24×24、12×12、ASC8×16)。INFORMATION.C——DOS字符模式下以統一格式顯示作者信息。 MOUSE.C——DOS圖形模式下使用鼠標所需的一系列函數。 PLAY.C——C語言中用鍵盤播放音樂的函數。 二.它們所包含的函數的作用及用法分別在相應的文件中有說明,在C/C++程序中直接調用這些函數,可以極大地提高編程效率,事半功倍。 三.該函數包將會隨著本人學習的發展而繼續改進、補充以及增加新的實用的文件。 ----Author: zhg 2006.12 E-mail: wudazhg@163.com All Rights Reserved

    標簽: ZHG ZHG_C 自定義 函數

    上傳時間: 2015-08-14

    上傳用戶:talenthn

  • 問題描述 假設停在鐵路調度站入口處的車廂序列的編號依次為1

    問題描述 假設停在鐵路調度站入口處的車廂序列的編號依次為1,2,3..n。設計一個程序,求出所有可能由此輸出的的長度為n的車廂序列。 基本要求 在棧的順序存儲結構SqStack之上實現棧的五種基本要求,即實現棧類型。除了棧初始化操作之外,都要按函數實現。Push(s,x)是一個布爾函數,當且僅當棧s上溢出時返回“假“值;再說明一個ElemType型的常量StackEmptyMark,操作pop(s)和top(s)遇到棧s為空的情況時返回值StackEmptyMark。程序對棧的任何存取必須借助于基本操作要求。

    標簽: 調度 序列

    上傳時間: 2015-08-24

    上傳用戶:王者A

  • 員工培訓系統,首先確認您的機器上已經安裝了VC6.0以上版本

    員工培訓系統,首先確認您的機器上已經安裝了VC6.0以上版本,要編譯生成可執行文件,需打開后綴名為dsw的文件,系統會默認用VC打開,然后選擇Build菜單下的Set Active Configuration選項,選擇Project Configuration為Win32 Release,然后編譯項目,得到可執行文件。連接數據庫請參照第2章的方法,在ODBC數據源內添加Microsoft Access數據庫train.mdb,并將數據源名設定為train即可實現數據庫和應用程序的正常連接,程序才能正常實現數據庫的訪問。另外,如果用戶自己編寫了.chm的幫助文檔只要和可執行文件放在同一個目錄下就可以了。 用戶要修改程序源碼可以選擇相應的.h和.cpp文件,本實例使用的命名規則基本是:DIALOG_***** 為管理對話框資源, *****Info為數據輸入窗口資源, *****Set為結果集對應的類

    標簽: 6.0 VC 機器

    上傳時間: 2015-08-26

    上傳用戶:wmwai1314

  • 數據抽象(使用類和對象設計回應程序) 實驗內容描述: 1. 測試程序 假設類名為Welcome

    數據抽象(使用類和對象設計回應程序) 實驗內容描述: 1. 測試程序 假設類名為Welcome,測試程序如下: void main() { Welcome we Welcome you(we) you.Display() you.Set(“Thank you.”) cout<<you.Get()<<endl you.talk() you.Display() }

    標簽: Welcome 數據 抽象 對象

    上傳時間: 2015-08-27

    上傳用戶:ommshaggar

主站蜘蛛池模板: 武冈市| 忻州市| 深泽县| 花莲县| 达州市| 武平县| 连南| 墨江| 云龙县| 阳朔县| 宁阳县| 卫辉市| 永嘉县| 九龙城区| 屏东县| 南丹县| 二手房| 颍上县| 弋阳县| 清水县| 东港市| 阿城市| 静海县| 陵水| 柘城县| 太康县| 扎赉特旗| 台湾省| 澄江县| 克拉玛依市| 祁东县| 达拉特旗| 庄浪县| 南汇区| 龙里县| 平和县| 湄潭县| 正宁县| 涞源县| 霍林郭勒市| 青海省|