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

蟲蟲首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

IMPLEMENTATION-Virtual

  • 華東師范大學(xué)(面向?qū)ο蟪绦蛟O(shè)計(jì)基于C++)課程全部作業(yè)(12次)代碼

    華東師范大學(xué)(面向?qū)ο蟪绦蛟O(shè)計(jì)基于C++)課程全部作業(yè)(12次)代碼,包含一個(gè)大整數(shù)類。(包含作業(yè)內(nèi)容) 1 How to use VC++ & IBM Visual Age (XL) C++ 2 Pointers, Arrays and Structures 3 Operators & Statements 4 Functions 5 Use of classes in STL 6 Define concrete classes 7 Data abstraction 8 Operator Overloading 9 Define integer type with arbitrary precision 10 Virtual functions 11 Templates 12 Exception handling

    標(biāo)簽: 大學(xué) 代碼 對(duì)象 程序設(shè)計(jì)

    上傳時(shí)間: 2016-02-24

    上傳用戶:baiom

  • 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.

    標(biāo)簽: generators contains Uniform randomc

    上傳時(shí)間: 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.

    標(biāo)簽: Service operators Delivery Platform

    上傳時(shí)間: 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.

    標(biāo)簽: Service operators Delivery Platform

    上傳時(shí)間: 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

    標(biāo)簽: compression mplemented huffman specify

    上傳時(shí)間: 2013-12-03

    上傳用戶:yzhl1988

  • 中心點(diǎn)漂移是一種非監(jiān)督聚類算法(與k-means算法相似

    中心點(diǎn)漂移是一種非監(jiān)督聚類算法(與k-means算法相似,但應(yīng)用范圍更廣些),可用于圖像分割,基于Matlab實(shí)現(xiàn)的源碼。 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.

    標(biāo)簽: k-means 算法 漂移 監(jiān)督聚類

    上傳時(shí)間: 2016-03-28

    上傳用戶:wab1981

  • 基本的k-means聚類算法c++實(shí)現(xiàn)

    基本的k-means聚類算法c++實(shí)現(xiàn),對(duì)于理解算法的過(guò)程非常有幫助。 Basic implementation of k-means algorithm with c++, it is very helpful to understand the procedure of k-means algorithm.

    標(biāo)簽: k-means 聚類算法

    上傳時(shí)間: 2013-12-01

    上傳用戶:wangchong

  • 高效的k-means算法實(shí)現(xiàn)

    高效的k-means算法實(shí)現(xiàn),使用了k-d樹(shù)與局部搜索等提高k-means算法的執(zhí)行效率,同時(shí)包含示例代碼,用c++代碼實(shí)現(xiàn)。 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++.

    標(biāo)簽: k-means 算法

    上傳時(shí)間: 2016-03-28

    上傳用戶:yulg

  • What Every Programmer Should Know About Memory Including "commodity hardware today" "cpu caches" "vi

    What Every Programmer Should Know About Memory Including "commodity hardware today" "cpu caches" "virtual memory" "numa support" and so on

    標(biāo)簽: Programmer Including commodity hardware

    上傳時(shí)間: 2013-12-16

    上傳用戶:kbnswdifs

  • In just 24 lessons of one hour or less, you will be able to build dynamic Web sites using JavaServer

    In just 24 lessons of one hour or less, you will be able to build dynamic Web sites using JavaServer Pages. Using a straightforward, step-by-step approach, each lesson builds on the previous ones, enabling you to learn the essentials of JavaServer Pages 2.0 from the ground up. The book includes Apache Tomcat, Sun s reference implementation of JSP, so you can start developing applications immediately.

    標(biāo)簽: JavaServer dynamic lessons build

    上傳時(shí)間: 2014-11-25

    上傳用戶:TRIFCT

主站蜘蛛池模板: 阆中市| 刚察县| 凉城县| 罗源县| 布尔津县| 临高县| 绩溪县| 驻马店市| 康定县| 凌云县| 乌苏市| 西城区| 玛多县| 深州市| 沙坪坝区| 清徐县| 乐昌市| 亳州市| 山西省| 鱼台县| 即墨市| 同江市| 四川省| 通州区| 游戏| 沭阳县| 广州市| 五河县| 梁山县| 安义县| 新昌县| 乌兰浩特市| 阳山县| 武汉市| 绿春县| 万安县| 尼木县| 界首市| 吴江市| 四子王旗| 花莲县|