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

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

auto-compression

  • [ Common Function Lib ] ## Function List LogWrite : LogWrite Function by two Parameter LogDelete1

    [ Common Function Lib ] ## Function List LogWrite : LogWrite Function by two Parameter LogDelete100Day : Auto Delete after 100 Day

    標簽: Function LogWrite LogDelete1 Parameter

    上傳時間: 2013-12-26

    上傳用戶:miaochun888

  • H.264/AVC is the current video standardization project of the ITU-T Video Coding Experts Group (VCE

    H.264/AVC is the current video standardization project of the ITU-T Video Coding Experts Group (VCEG) and the ISO/IEC Moving Picture Experts Group (MPEG). The main goals of this standardization effort are to develop a simple and straightforward video coding design, with enhanced compression performance, and to provide a 鈥渘etwork-friendly鈥?video representation which addresses 鈥渃onversational鈥?(video telephony) and 鈥渘on-conversational鈥?(storage, broadcast or streaming) applications.

    標簽: standardization the current Experts

    上傳時間: 2014-01-02

    上傳用戶:SimonQQ

  • A paper that I presented on Supervisory Control and Data Acquisition (SCADA) won the second prize at

    A paper that I presented on Supervisory Control and Data Acquisition (SCADA) won the second prize at the symposium conducted by the Electrical and Electronics Engineering department of the SRM University. Other topics on which I presented papers were Performance enhancement of wireless sensor networks using directional antennas, Smart card application and wireless communication. Also my research idea titled “Wavelet Based Image Compression Using SPIHT Algorithm “secured third prize in a technical festival.

    標簽: Supervisory Acquisition presented Control

    上傳時間: 2014-01-12

    上傳用戶:zhouli

  • this book mainly includes these contents :linked list, stacks and queuse, recursions, binary tree, m

    this book mainly includes these contents :linked list, stacks and queuse, recursions, binary tree, multi tree, graphs, sorting, hashing, data compression.

    標簽: recursions includes contents binary

    上傳時間: 2017-05-28

    上傳用戶:dengzb84

  • C Algorithms for Real-Time DSP Chapter 5 presents several real-time DSP applications, including spe

    C Algorithms for Real-Time DSP Chapter 5 presents several real-time DSP applications, including speech compression music signal processing radar signal processing and adaptive signal processing techniques.

    標簽: applications Algorithms Real-Time DSP

    上傳時間: 2013-12-27

    上傳用戶:王者A

  • This project features a full-hardware sound compressor using the well known algorithm: IMA ADPCM.

    This project features a full-hardware sound compressor using the well known algorithm: IMA ADPCM. The core acts as a slave WISHBONE device. The output is perfectly compatible with any sound player with the IMA ADPCM codec (included by default in every Windows). Includes a testbench that takes an uncompressed PCM 16 bits Mono WAV file and outputs an IMA ADPCM compressed WAV file. Compression ratio is fixed for IMA-ADPCM, being 4:1. PLEASE NOTICE THAT THIS CORE IS LICENSED UNDER http://creativecommons.org/licenses/by-nc-sa/3.0/ (Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported). That means you may use it only for NON-COMMERCIAL purposes.

    標簽: full-hardware compressor algorithm features

    上傳時間: 2014-01-14

    上傳用戶:Shaikh

  • MTK flash TOOL源程序代碼 ========== FlashTool v3.1.05 (2007/05/15) ======= Bug fixes: 1. [DA] Fix

    MTK flash TOOL源程序代碼 ========== FlashTool v3.1.05 (2007/05/15) ======= Bug fixes: 1. [DA] Fix that DA cannot be loaded on MT6225 for exceeding internal SRAM size. 2. [DA] Fix that NAND download/read-back issue on MT6225 because buffer is linked on TCM. New features: 1. [DA] Supports new NOR Flash device [SPANSION] S29WS128P [SPANSION] S29WS256P [TOSHIBA] TV00560002DDGB 2. [DA] Supports OTP driver for below NOR Flash device [SPANSION] S29WS128P [SPANSION] S29WS256P Enhancements: 1. [DA] Provide Customized FlashTest_AllInOne_DA.bin. 2. [DA] NFB can auto format after first download. 3. [DA] Improve DA download algorithm: next sector will be erased only when a sector is fully programmed. 4. [DA] Improve DA download algorithm: enable recovery mechanism when press STOP button. 5. [DA] Improve MT6223 Download Speed.

    標簽: FlashTool flash fixes 05

    上傳時間: 2014-01-04

    上傳用戶:xg262122

  • jsp 留言系統try { Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver").newInstance()

    jsp 留言系統try { Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver").newInstance() } catch (InstantiationException e) { // TODO Auto-generated catch block e.printStackTrace() } catch (IllegalAccessException e) { // TODO Auto-generated catch block e.printStackTrace() } catch (ClassNotFoundException e) { // TODO Auto-generated catch block System.out.println("Driver not found") }

    標簽: SQLServerDriver newInstance microsoft sqlserver

    上傳時間: 2014-07-10

    上傳用戶:開懷常笑

  • java 線程 靜態鎖

    java 線程 靜態鎖,對象鎖, synchronized 是鎖方法還是鎖對象?還是鎖類?如何實現?? 部分代碼如下, public static Object lock=new Object() //靜態鎖,鎖類,不是鎖對象了!!所以兩個線程同時 運行兩個 TestThread 的execute( ),也可以同步!!! public void execute(){ // synchronized(lock){ for(int i=0 i<20 i++){ try { Thread.sleep(30) } catch (InterruptedException e) { // TODO Auto-generated catch block e.printStackTrace() } System.out.println(Thread.currentThread().getName()+Thread.currentThread ().getName()+" "+i) } } }

    標簽: java 線程

    上傳時間: 2017-07-15

    上傳用戶:lijianyu172

  • 采用Access數據庫

    采用Access數據庫,三層開發 DB_51aspx下為Access數據庫文件,Web為網站文件夾 目錄下的Auto Generated Code均為代碼生成器自動生成的代碼 ExamDAL/DBHelp.cs為數據處理文件,注意使用時請先配置其中string strPath = "E:\\downCode\\ExamOnline\\DB_51aspx\\ExamOnline.mdb" 的數據庫路徑并編譯才能使用。 可以進行學生的在線注冊和登陸,用戶注冊采用驗證碼進行驗證 首頁登錄地址:login.aspx 默認測試學生學號/密碼:001/001 管理員學號/密碼:51aspx/51aspx源碼測評

    標簽: Access 數據庫

    上傳時間: 2013-12-11

    上傳用戶:黃華強

主站蜘蛛池模板: 绍兴县| 安平县| 江阴市| 若尔盖县| 沾益县| 三门峡市| 仁布县| 东辽县| 绥芬河市| 武乡县| 那曲县| 九寨沟县| 双流县| 太保市| 临湘市| 七台河市| 古蔺县| 津市市| 喀喇沁旗| 乃东县| 高雄县| 垦利县| 澎湖县| 肥乡县| 宁远县| 东乌珠穆沁旗| 汽车| 蓬莱市| 平潭县| 华宁县| 新蔡县| 伊川县| 合阳县| 白玉县| 麻栗坡县| 石首市| 荥阳市| 太湖县| 泰州市| 运城市| 闸北区|