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

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

Hi-Fi

Hi-Fi是英語High-Fidelity的縮寫,翻譯為“高保真”,其定義是:與原來的聲音高度相似的重放聲音。
  • X-Crypter encrypts/decrypts a file using a simple encryption algorithm that i have made. it works fi

    X-Crypter encrypts/decrypts a file using a simple encryption algorithm that i have made. it works fine in MSVC++ 6.0 Standard.

    標簽: encryption X-Crypter algorithm encrypts

    上傳時間: 2013-12-20

    上傳用戶:xc216

  • pav 反病毒源碼 /*************************************************************************** * * * Fi

    pav 反病毒源碼 /*************************************************************************** * * * File: ANTI-VIRUS * * Function: This program demostrating file anti-virus managment * * * * Author: Long Yun Liang * * First edit: 1995,3,10 * * Last edit: 1996,11,5 All Rights Reserved * * * * * ***************************************************************************/

    標簽: pav Fi 反病毒 源碼

    上傳時間: 2014-01-14

    上傳用戶:hullow

  • EclipseTrader is a stock exchange analysis system, featuring shares pricing watch, intraday and hi

    EclipseTrader is a stock exchange analysis system, featuring shares pricing watch, intraday and history charts with technical analysis indicators, level II/market depth view, news watching, automated trading systems, integrated trading.

    標簽: EclipseTrader featuring exchange analysis

    上傳時間: 2016-04-13

    上傳用戶:shizhanincc

  • 問題描述:有時

    問題描述:有時,表單數據太多,無法在同一個頁面顯示,需要分頁完成(如用戶注冊表單)。這時,既可以為每一個表單創建一個ActionForm,也可以只創建一個ActionForm,它和多個表單對應。這里討論如何用一個ActionForm對應表單。 程序完整解釋可以到我的空間查看: http://hi.baidu.com/circle%5Fanda

    標簽:

    上傳時間: 2014-01-05

    上傳用戶:lindor

  • 給定一塊寬度為W的矩形板

    給定一塊寬度為W的矩形板,矩形板的高度不受限制。現需要從板上分別切割出n個高度為hi,寬度為wi的矩形零件。切割的規則是零件的高度方向與矩形板的高度方向保持一致。問如何切割使得所使用的矩形板的高度h最小? 里面附有詳細報告

    標簽: 矩形

    上傳時間: 2016-05-07

    上傳用戶:zhaoq123

  • a2demo源碼

    a2demo源碼,基于hi—techc的pic單片機源碼開發

    標簽: a2demo 源碼

    上傳時間: 2016-05-17

    上傳用戶:qb1993225

  • This project allows you to learn communication systems in greater depth. It contains the Simulink fi

    This project allows you to learn communication systems in greater depth. It contains the Simulink files (*.mdl) which are block design files of various communication systems such as AM, DSB-SC, FM, PLL, Data Acquisition, Digital Data Transmission, PCM and Delta Modulation. The idea here is to implement experiments of a traditional communication lab using Simulink. Most of the block diagrams are self explanatory. More information on the systems and their implementation can be found in the word documents included in the lab directories

    標簽: communication Simulink contains project

    上傳時間: 2013-12-09

    上傳用戶:lz4v4

  • 世界上第一款博客內容加密軟件面世了!現在絕大多數博客沒有提供訪問授權功能

    世界上第一款博客內容加密軟件面世了!現在絕大多數博客沒有提供訪問授權功能,即使有少部分網路運營商提供了一部分的訪問控制功能(如QQ空間)但這依然不夠靈活。這款加密軟件專門為加密博客內容而設計,為你提供精確到每篇帖子內容的訪問控制能力。用戶只需要對不同文章設置不同的密碼,并把不同的密碼分發給不同級別的用戶,就可以實現文章訪問權限的精確控制,這也是設計這款軟件的初衷。更多加密軟件請訪問ChinaPGP項目網站http://hi.baidu.com/ChinaPGP

    標簽: 博客 加密軟件 訪問 授權

    上傳時間: 2014-01-27

    上傳用戶:hxy200501

  • Extension packages to Bayes Blocks library, reported in "Nonlinear independent factor analysis by hi

    Extension packages to Bayes Blocks library, reported in "Nonlinear independent factor analysis by hierarchical models" (Valpola, Ö stman and Karhunen, 2003).

    標簽: independent Extension Nonlinear packages

    上傳時間: 2016-12-16

    上傳用戶:天涯

  • // 入口參數: // l: l = 0, 傅立葉變換 l = 1, 逆傅立葉變換 // il: il = 0,不計算傅立葉變換或逆變換模和幅角;il = 1,計算模和幅角 // n: 輸入的

    // 入口參數: // l: l = 0, 傅立葉變換 l = 1, 逆傅立葉變換 // il: il = 0,不計算傅立葉變換或逆變換模和幅角;il = 1,計算模和幅角 // n: 輸入的點數,為偶數,一般為32,64,128,...,1024等 // k: 滿足n=2^k(k>0),實質上k是n個采樣數據可以分解為偶次冪和奇次冪的次數 // pr[]: l=0時,存放N點采樣數據的實部 // l=1時, 存放傅立葉變換的N個實部 // pi[]: l=0時,存放N點采樣數據的虛部 // l=1時, 存放傅立葉變換的N個虛部 // // 出口參數: // fr[]: l=0, 返回傅立葉變換的實部 // l=1, 返回逆傅立葉變換的實部 // fi[]: l=0, 返回傅立葉變換的虛部 // l=1, 返回逆傅立葉變換的虛部 // pr[]: il = 1,i = 0 時,返回傅立葉變換的模 // il = 1,i = 1 時,返回逆傅立葉變換的模 // pi[]: il = 1,i = 0 時,返回傅立葉變換的輻角 // il = 1,i = 1 時,返回逆傅立葉變換的輻角

    標簽: il 傅立葉變換 計算

    上傳時間: 2017-01-03

    上傳用戶:ynsnjs

主站蜘蛛池模板: 九江市| 慈溪市| 江永县| 邳州市| 雅安市| 北票市| 荣昌县| 蒙山县| 宝兴县| 柳林县| 湖口县| 伊宁市| 吉木乃县| 抚顺县| 精河县| 三门县| 石林| 西华县| 荥阳市| 建阳市| 都江堰市| 桂阳县| 大理市| 贺州市| 古浪县| 康平县| 新野县| 清远市| 东方市| 临朐县| 柳林县| 陵川县| 静宁县| 定南县| 大城县| 广宁县| 彭泽县| 连城县| 石河子市| 莒南县| 黎平县|