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

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

ImplementATion

  • CHAPT12Chapt12.cpp Part of the 32-bit test progrma for the Win32Port class. CHAPT12Chapt12.dsp The

    CHAPT12\Chapt12.cpp Part of the 32-bit test progrma for the Win32Port class. CHAPT12\Chapt12.dsp The Visual C++ project file for the program. CHAPT12\Chapt12.dsw The Visual C++ workspace file for the program. CHAPT12\Chapt12.h The header file for the app s application class CHAPT12\Chapt12.ico The icon used in Chapt12.exe CHAPT12\Chapt12.rc The resource file use in the test program. CHAPT12\Chapt12Dlg.cpp The ImplementATion of the dialog class CHAPT12\Chapt12Dlg.h The declarations of the dialog class CHAPT12\MyWin32Port.h Definition for a class derived from Win32Port. CHAPT12\resource.h The resource IDs

    標簽: CHAPT Chapt 12 the

    上傳時間: 2013-12-17

    上傳用戶:yan2267246

  • 通用串行總線(USB)是一種新興的計算機外圍串行通信接口標準

    通用串行總線(USB)是一種新興的計算機外圍串行通信接口標準,與常用的計算機接口(如串口、并口等)相比,通用串行總線(Universal Serial Bus,USB)具有熱插拔、即插即用、數據傳輸可靠、擴展方便、低成本等優點。從問世以來,它得到了廣泛的應用,一方面已成為當前計算機必備的接口之一,同時也被廣泛地應用于嵌入式系統設計中。 從1994年USB 0.7出現開始,USB實施者論壇(ImplementATion Forum)先后定義了USB 0.8、0.9、1.0、1.1、2.0以及USB OTG等規范,以及各種不同的設備類規范。其中USB1.1規范目前正逐步廣泛應用,而USB2.0和USBOTG作為USB協議的更新和擴展,也將使USB占領更廣的外設

    標簽: USB 通用串行總線 計算機 串行通信

    上傳時間: 2016-02-17

    上傳用戶:王小奇

  • THIS book covers the Java™ Native Interface (JNI). It will be useful to you if you are interes

    THIS book covers the Java™ Native Interface (JNI). It will be useful to you if you are interested in any of the following: • integrating a Java application with legacy code written in languages such as C or C++ • incorporating a Java virtual machine ImplementATion into an existing application written in languages such as C or C++ • implementing a Java virtual machine • understanding the technical issues in language interoperability, in particular how to handle features such as garbage collection and multithreading

    標簽: Interface you interes Native

    上傳時間: 2013-12-12

    上傳用戶:ljmwh2000

  • Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class li

    Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class library of uniform random number generators of good quality. The random number generators found in standard libraries are often of a poor quality, insufficient for large Monte Carlo calculations. This C++ ImplementATion provides random number generators of a much better quality: Better randomness, higher resolution, and longer cycle lengths. The same random number generators are available as libraries coded in assembly language for higher speed. These libraries can be linked into projects coded in other programming languages under Windows, Linux, BSD, etc. The library files are available in the archive asmlib.zip. Non-uniform random number generators are provided in stocc.zip.

    標簽: generators contains Uniform randomc

    上傳時間: 2014-12-01

    上傳用戶:royzhangsz

  • SDP, Service Delivery Platform, is more for telecom operators who want to manage the Data Service be

    SDP, Service Delivery Platform, is more for telecom operators who want to manage the Data Service better delivered to the end device users by bridging with back-end content providers. Operators rely on the content provider to create & distribute data content to different types of devices. This is different from the open world in the internet communication. Operators must control who can access what content based on his rate plans. Also, based the content access results, the process will be recorded as the transaction records based on which billing statements can be generated to collected the money and shared by operators and content providers. I am working on the conceptual architecture level and the real ImplementATion is very complicated due to too many types of service from different content providers to different types of devices based on the different types of the rate plans.

    標簽: Service operators Delivery Platform

    上傳時間: 2016-03-10

    上傳用戶:zycidjl

  • SDP, Service Delivery Platform, is more for telecom operators who want to manage the Data Service be

    SDP, Service Delivery Platform, is more for telecom operators who want to manage the Data Service better delivered to the end device users by bridging with back-end content providers. Operators rely on the content provider to create & distribute data content to different types of devices. This is different from the open world in the internet communication. Operators must control who can access what content based on his rate plans. Also, based the content access results, the process will be recorded as the transaction records based on which billing statements can be generated to collected the money and shared by operators and content providers. I am working on the conceptual architecture level and the real ImplementATion is very complicated due to too many types of service from different content providers to different types of devices based on the different types of the rate plans.

    標簽: Service operators Delivery Platform

    上傳時間: 2013-12-03

    上傳用戶:yph853211

  • The LZW compression class i mplemented as a fixed length code which you can specify, the huffman alg

    The LZW compression class i mplemented as a fixed length code which you can specify, the huffman algorithm ImplementATion encodes a byte into a variable length bit array. Both of them can work with streams

    標簽: compression mplemented huffman specify

    上傳時間: 2013-12-03

    上傳用戶:yzhl1988

  • 中心點漂移是一種非監督聚類算法(與k-means算法相似

    中心點漂移是一種非監督聚類算法(與k-means算法相似,但應用范圍更廣些),可用于圖像分割,基于Matlab實現的源碼。 MedoidShift is a unsupervised clustering algorithm(similar to k-means algorithm, but can be used in border application fields), can be used for image segmentation. Included is the Matlab ImplementATion source code.

    標簽: k-means 算法 漂移 監督聚類

    上傳時間: 2016-03-28

    上傳用戶:wab1981

  • 基本的k-means聚類算法c++實現

    基本的k-means聚類算法c++實現,對于理解算法的過程非常有幫助。 Basic ImplementATion of k-means algorithm with c++, it is very helpful to understand the procedure of k-means algorithm.

    標簽: k-means 聚類算法

    上傳時間: 2013-12-01

    上傳用戶:wangchong

  • 高效的k-means算法實現

    高效的k-means算法實現,使用了k-d樹與局部搜索等提高k-means算法的執行效率,同時包含示例代碼,用c++代碼實現。 Effecient ImplementATion of k-means algorith, k-d tree and local search strategy are implementd to improve the effeciency, samples are included to show how to use it. All codes are implemented in C++.

    標簽: k-means 算法

    上傳時間: 2016-03-28

    上傳用戶:yulg

主站蜘蛛池模板: 武功县| 三穗县| 桂东县| 红原县| 垫江县| 钟山县| 堆龙德庆县| 长寿区| 政和县| 台州市| 沾益县| 龙胜| 抚州市| 阿图什市| 肥西县| 新丰县| 淳化县| 明溪县| 禄劝| 普兰县| 江油市| 达州市| 广昌县| 宁乡县| 旅游| 宁波市| 宜城市| 垣曲县| 海林市| 开封县| 盘锦市| 南漳县| 虞城县| 龙海市| 随州市| 齐齐哈尔市| 封丘县| 乌拉特前旗| 淮南市| 桂林市| 佳木斯市|