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

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

Human-Interface

  • The Spectral Toolkit is a C++ spectral transform library written by Rodney James and Chuck Panaccion

    The Spectral Toolkit is a C++ spectral transform library written by Rodney James and Chuck Panaccione while at the National Center for Atmospheric Research between 2002 and 2005. The library contains a functional subset of FFTPACK and SPHEREPACK, including real and complex FFTs in 1-3 dimensions, and a spherical harmonic transform. Multithreading is supported through POSIX threads for the multidimensional transforms. This reference guide provides details of the public interface as well as the internal implementation of the library.

    標簽: Panaccion transform Spectral spectral

    上傳時間: 2013-12-20

    上傳用戶:haoxiyizhong

  • LemonSMS is a component developed in Java that provides a turnkey solution for application developer

    LemonSMS is a component developed in Java that provides a turnkey solution for application developers to incorporate into their Java applications the functionality of sending and processing of incoming SMS messages. LemonSMS acts as a middleware between a Java application and a GSM Modem or Data enabled phone. Because LemonSMS only provides an interface to the added SMS functionality, your application still handles access to data and business logic tier. With the easy-to-use LemonSMS API, developers can easily utilize SMS functionalities provided by LemonSMS.

    標簽: application component developed developer

    上傳時間: 2013-12-29

    上傳用戶:大融融rr

  • CarSim is an application for the simulating the (simplified) movement of cars on a two-dimensional s

    CarSim is an application for the simulating the (simplified) movement of cars on a two-dimensional surface. Package ope.carsim contains classes that represent the problem domain: cars and locations. Package ope.carsim.gui contains a user interface for the application.

    標簽: two-dimensional application simulating simplified

    上傳時間: 2013-12-22

    上傳用戶:gaome

  • JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors,

    JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared. This is very useful for describing exactly what has changed between two releases of a product. Only the API (Application Programming Interface) of each version is compared. It does not compare what the source code does when executed.

    標簽: constructors generates packages Javadoc

    上傳時間: 2015-09-06

    上傳用戶:lijianyu172

  • ZIP壓縮、解壓縮算法庫

    ZIP壓縮、解壓縮算法庫,完全C++實現,支持多種平臺。下面是英文描述: This library adds zip compression and decompression functionality to your program, allowing you to create and modify ZIP files in the compatible way with WinZip, PKZIP and other popular archivers. Its easy and practical interface makes the library suitable for the beginners as well as for the advanced users.

    標簽: ZIP 解壓 算法庫

    上傳時間: 2013-11-28

    上傳用戶:hopy

  • OpenCV means Intel® Open Source Computer Vision Library. It is a collection of C functions and a

    OpenCV means Intel® Open Source Computer Vision Library. It is a collection of C functions and a few C++ classes that implement some popular Image Processing and Computer Vision algorithms. OpenCV has cross-platform middle-to-high level API that consists of a few hundreds (>300) C functions. It does not rely on external libraries, though it can use some when it is possible. OpenCV is free for both non-commercial and commercial use (see the license for details). OpenCV provides transparent interface to Intel® Integrated Performance Primitives (IPP). That is, it loads automatically IPP libraries optimized for specific processor at runtime, if they are available. More information about IPP can be retrieved at http://www.intel.com/software/products/ipp/index.htm -------------------------------------------------------------------------------- 本文是opencv的入門教程

    標簽: collection functions Computer Library

    上傳時間: 2015-09-12

    上傳用戶:zhangyi99104144

  • 中華人民共和國通信行業標準 900/1800MHz TDMA數字蜂窩移動通信網SIM-ME應用工具箱技術規范 900/1800MHz TDMA Digital Cellular Mobile Te

    中華人民共和國通信行業標準 900/1800MHz TDMA數字蜂窩移動通信網SIM-ME應用工具箱技術規范 900/1800MHz TDMA Digital Cellular Mobile Telecommunication Netowrk Technical Specification of SIM Application Toolkit for(SIM-ME)interface

    標簽: 1800 TDMA 900 MHz

    上傳時間: 2013-12-21

    上傳用戶:fandeshun

  • 3rd Generation Partnership Project Specification of the SIM Application Toolkit for the Subscribe

    3rd Generation Partnership Project Specification of the SIM Application Toolkit for the Subscriber Identity Module - Mobile Equipment (SIM - ME) interface (Release 4)

    標簽: Specification Application Partnership Generation

    上傳時間: 2015-09-17

    上傳用戶:caozhizhi

  • 一個簡單的SPI IP核

    一個簡單的SPI IP核,SPI Core Specifications 可以從說明文檔中找到! The simple Serial Peripheral Interface core is an enhanced version of the Serial Peripheral Interface found on Motorola s M68HC11 family of CPUs. The Serial Peripheral Interface is a serial, synchronous communication protocol that requires a minimum of 3 wires. FEATURES: · Compatible with Motorola’s SPI specifications · Enhanced M68HC11 Serial Peripheral Interface · 4 entries deep read FIFO · 4 entries deep write FIFO · Interrupt generation after 1, 2, 3, or 4 transferred bytes · 8 bit WISHBONE RevB.3 Classic interface · Operates from a wide range of input clock frequencies · Static synchronous design · Fully synthesizable

    標簽:

    上傳時間: 2015-09-17

    上傳用戶:TRIFCT

  • 數據庫封裝原代碼 1. 該代碼可以免費使用, 該代碼的名字暫時定為"哲別" 2. 如果你需要使用該代碼, 請注明該代碼的原來作者: Jacky Zhou 3. 如果你發現該代碼有bug,可以自己修改

    數據庫封裝原代碼 1. 該代碼可以免費使用, 該代碼的名字暫時定為\"哲別\" 2. 如果你需要使用該代碼, 請注明該代碼的原來作者: Jacky Zhou 3. 如果你發現該代碼有bug,可以自己修改或者請給我發email: zyx040404@163.com 4. 該數據庫封裝代碼功能可以對數據庫的表,視圖和存儲過程進行封裝,易于系統移植,擴展,使用了interface,factory,xml等方法 5. 核心代碼是在\"Sample\\base\\DBGW\"里 6. Sample演示了查詢,增加,刪除記錄和如何使用存貯過程 如果你沒有做過,那這些代碼可以用來學習誠然,這并不是最好的代碼,而且中國高人如云學海無涯

    標簽: 代碼 Jacky Zhou bug

    上傳時間: 2015-09-22

    上傳用戶:

主站蜘蛛池模板: 海城市| 本溪市| 贞丰县| 连南| 庄浪县| 东平县| 嘉祥县| 延安市| 五指山市| 永胜县| 竹山县| 五原县| 三穗县| 娱乐| 绥芬河市| 九寨沟县| 杭州市| 蓬安县| 景洪市| 宜宾县| 灵山县| 屏边| 林口县| 昌乐县| 河源市| 新蔡县| 富裕县| 汤原县| 伽师县| 永城市| 上犹县| 辽阳市| 武平县| 清涧县| 玉树县| 兴安盟| 朝阳县| 西畴县| 大埔区| 左贡县| 昌宁县|