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

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

z-buffer

  • This code implements the basic functions for an I2C slave device using the SSP module. All I2C funct

    This code implements the basic functions for an I2C slave device using the SSP module. All I2C functions are handled in an ISR. Bytes written to the slave are stored in a buffer. After a number of bytes have been written, the master device can then read the bytes back from the buffer.

    標簽: implements I2C functions the

    上傳時間: 2015-04-02

    上傳用戶:邶刖

  • This version of the code is compatible only with the AT89C2051 due to the location of the data buf

    This version of the code is compatible only with the AT89C2051 due to the location of the data buffer and stack in RAM. The code may be modified to work with the AT89C1051 by relocating or resizing the buffer and stack to fit into the smaller amount of RAM available in the AT89C1051.

    標簽: the compatible location version

    上傳時間: 2015-04-05

    上傳用戶:changeboy

  • 現有一個信號:x(n)=1+cos(π*n/4)+ cos(2*π*n/3)設計及各種數字濾波器以達下列目的: 低通濾波器

    現有一個信號:x(n)=1+cos(π*n/4)+ cos(2*π*n/3)設計及各種數字濾波器以達下列目的: 低通濾波器,濾除cos(2*π*n/3) 的成分,即想保留的成分為1+cos(π*n/4) 高通濾波器,濾除1+cos(π*n/4) 的成分,即想保留的成分為cos(2*π*n/3) 帶通濾波器,濾除1+cos(2*π*n/3) 的成分,即想保留的成分為cos(π*n/4) 帶阻濾波器,濾除cos(π*n/4) 的成分,即想保留的成分為1+cos(2*π*n/3) 1. 用MATLAB命令butterord求除濾波器的階數,用命令butter設計各濾波器;畫出濾波器幅度和相頻相應 取各濾波器的系統函數H(z)。

    標簽: cos 信號 低通濾波器 數字濾波器

    上傳時間: 2013-12-28

    上傳用戶:daoxiang126

  • 壓縮軟件源碼

    壓縮軟件源碼,支持格式:7z、ZIP、CAB、RAR、ARJ、LZH、GZIP、BZIP2、Z、TAR、CPIO、RPM 和 DEB 對于 ZIP 及 GZIP 格式,7-Zip 能提供比使用 PKZip 及 WinZip 高 2-10% 的壓縮比 7z 格式支持創建自釋放(SFX)壓縮檔案 集成 Windows 外殼擴展 強大的的文件管理 強大的命令行版本 支持 FAR Manager 插件

    標簽: 軟件 源碼

    上傳時間: 2014-01-02

    上傳用戶:ynzfm

  • Description: FASBIR(Filtered Attribute Subspace based Bagging with Injected Randomness) is a variant

    Description: FASBIR(Filtered Attribute Subspace based Bagging with Injected Randomness) is a variant of Bagging algorithm, whose purpose is to improve accuracy of local learners, such as kNN, through multi-model perturbing ensemble. Reference: Z.-H. Zhou and Y. Yu. Ensembling local learners through multimodal perturbation. IEEE Transactions on Systems, Man, and Cybernetics - Part B: Cybernetics, 2005, vol.35, no.4, pp.725-735.

    標簽: Description Randomness Attribute Filtered

    上傳時間: 2015-04-10

    上傳用戶:ynzfm

  • Description: S-ISOMAP is a manifold learning algorithm, which is a supervised variant of ISOMAP.

    Description: S-ISOMAP is a manifold learning algorithm, which is a supervised variant of ISOMAP. Reference: X. Geng, D.-C. Zhan, and Z.-H. Zhou. Supervised nonlinear dimensionality reduction for visualization and classification. IEEE Transactions on Systems, Man, and Cybernetics - Part B: Cybernetics, 2005, vol.35, no.6, pp.1098-1107.

    標簽: Description supervised algorithm S-ISOMAP

    上傳時間: 2015-04-10

    上傳用戶:wfeel

  • Description: C4.5Rule-PANE is a rule learning method which could generate accurate and comprehensibl

    Description: C4.5Rule-PANE is a rule learning method which could generate accurate and comprehensible symbolic rules, through regarding a neural network ensemble as a pre-process of a rule inducer. Reference: Z.-H. Zhou and Y. Jiang. Medical diagnosis with C4.5 rule preceded by artificial neural network ensemble. IEEE Transactions on Information Technology in Biomedicine, 2003, vol.7, no.1, pp.37-42. 使用神經網絡集成方法診斷糖尿病,肝炎,乳腺癌癥的案例研究.

    標簽: comprehensibl Description Rule-PANE accurate

    上傳時間: 2013-11-30

    上傳用戶:wcl168881111111

  • 二階系統的最小二乘一次完成算法辨識程序

    二階系統的最小二乘一次完成算法辨識程序,圖形的橫坐標是采樣時刻i, 縱坐標是輸出觀測值z, 圖形格式為連續曲線

    標簽: 二階系統 算法 程序 辨識

    上傳時間: 2014-01-07

    上傳用戶:netwolf

  • Java3D顯示空間x

    Java3D顯示空間x,y,z坐標軸,需要安裝java3D jdk包!

    標簽: Java3D

    上傳時間: 2013-12-18

    上傳用戶:wyc199288

  • MATLAB Compiler 是MATLAB自帶的一個編譯器

    MATLAB Compiler 是MATLAB自帶的一個編譯器,它能將m文件轉化成 C、C++或p等各種類型的源代碼,并根據需要生成可執行文件、lib文件(庫文件)、dll文件或S函數文件等。MATLAB 6.5 使用的編譯器包括了MATLAB 的C\C++數學庫函數以及圖形庫。動態鏈接庫(dll)是編寫軟件中常用的一種技術,MATLAB提供了將M文件編制成dll文件的方法,本文就介紹如何在MATLAB6.5中將m文件z轉化成dll文件,然后在VC中調用該dll文件。

    標簽: MATLAB Compiler 編譯器

    上傳時間: 2013-12-05

    上傳用戶:qq21508895

主站蜘蛛池模板: 彝良县| 锡林郭勒盟| 新竹市| 宁武县| 太湖县| 通渭县| 石泉县| 佳木斯市| 县级市| 盐津县| 丰宁| 二连浩特市| 始兴县| 余江县| 仲巴县| 丰镇市| 敦化市| 沅江市| 乌鲁木齐县| 双桥区| 来安县| 奎屯市| 建宁县| 芒康县| 油尖旺区| 舞钢市| 农安县| 长寿区| 德格县| 龙胜| 三原县| 册亨县| 沈阳市| 长顺县| 兰西县| 贺兰县| 绍兴市| 巴中市| 丹寨县| 柳林县| 岐山县|