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

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

Library

  • This package contains the following source code files: - demo.c Demo application sourc

    This package contains the following source code files: - demo.c Demo application source, with message packing/unpacking example - benchmark.c Benchmark source, to benchmark pack/unpack operations - dl_c_iso8583_v0_0_3 (16th July 2008) DL ISO-8583 Library source files - dl_c_common_v0_0_2 (14th October 2007) DL Common source files (used by DL ISO-8583) - benchmark / demo Sample MSVC 6.0 project files

    標簽: application following contains package

    上傳時間: 2013-12-19

    上傳用戶:米卡

  • Learn how to: * Tokenize a null-terminated string * Create a search and re

    Learn how to: * Tokenize a null-terminated string * Create a search and replace function for strings * Implement subtraction for string objects * Use the vector, deque, and list sequence containers * Use the container adaptors stack, queue, and priority_queue * Use the map, multimap, set, and multiset associative containers * Reverse, rotate, and shuffle a sequence * Create a function object * Use binders, negators, and iterator adapters * Read and write files * Use stream iterators to handle file I/O * Use exceptions to handle I/O errors * Create custom inserters and extractors * Format date, time, and numeric data * Use facets and the localization Library * Overload the [ ], ( ), and -> operators * Create an explicit constructor * And much, much more

    標簽: null-terminated Tokenize Create string

    上傳時間: 2014-01-18

    上傳用戶:yph853211

  • one of video tool Skype only in windows mobile5.0 more than running, but my task is to let it run S

    one of video tool Skype only in windows mobile5.0 more than running, but my task is to let it run Skype in WINCE only in windows mobile5.0 more than running, but my task is to let it run in WINCE . Leave no stone unturned when I can not get windows mobile, they thought would be needed for skype all Library files to my WINCE, so perhaps will be able to run skype. 1. Used depend Show skype depends on which files. In fact, not many documents, I can remember only under the following: core.dllcommctr.dllaygeshell.dllhtmlview.dll In addition to htmlview.dll, the other documents in WINCE have (if your system does not, please IMAGE Canada on the corresponding module). Therefore, I find on the Internet htmlview.dll, the results really find

    標簽: running windows mobile Skype

    上傳時間: 2014-01-17

    上傳用戶:miaochun888

  • Overview of component creation This chapter provides an overview of component design and the proces

    Overview of component creation This chapter provides an overview of component design and the process of writing components for Delphi applications. The material here assumes that you are familiar with Delphi and its standard components. • Class Library • Components and classes • Creating components • What goes into a component? • Creating a new component • Testing uninstalled components • Testing installed components • Installing a component on the Component palette

    標簽: component Overview creation provides

    上傳時間: 2017-06-10

    上傳用戶:thuyenvinh

  • VHDL implementation of the twofish cipher for 128,192 and 256 bit keys. The implementation is in li

    VHDL implementation of the twofish cipher for 128,192 and 256 bit keys. The implementation is in Library-like form All needed components up to, including the round/key schedule circuits are implemented, giving the flexibility to be combined in different architectures (iterative, rolled out/pipelined etc). Manual in English is included with more details about how to use the components and/or how to optimize some of them. All testbenches are provided (tables, variable key/text, ECB/CBC monte carlo) for 128, 192 and 256 bit key sizes, along with their respective vector files.

    標簽: implementation twofish cipher VHDL

    上傳時間: 2017-06-25

    上傳用戶:王小奇

  • 它是SourceForge上的一個開源項目

    它是SourceForge上的一個開源項目,使用Malib實現實時處理,CSU Face Identification Evaluation System進行人臉識別。算法包括:主成份分析(principle components analysis (PCA)),a.k.a eigenfaces算法,混合主成份分析,線性判別分析(PCA+LDA),圖像差分分類器(IIDC),彈性圖像匹配算法(EBGM)等等 Malic is realtime face recognition system that based on Malib and CSU Face Identification Evaluation System (csuFaceIdEval). Uses Malib Library for realtime image processing and some of csuFaceIdEval for face recognition.

    標簽: SourceForge 開源 項目

    上傳時間: 2014-01-21

    上傳用戶:sz_hjbf

  • STL (標準模版庫

    STL (標準模版庫,Standard Template Library)簡要說明

    標簽: STL 標準 模版

    上傳時間: 2017-07-11

    上傳用戶:xinzhch

  • -- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder a

    -- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection. -- download from: www.pld.com.cn & www.fpga.com.cn Library ieee USE ieee.std_logic_1164.ALL ENTITY hamdec IS PORT(hamin : IN BIT_VECTOR(0 TO 7) --d0 d1 d2 d3 p0 p1 p2 p4 dataout : OUT BIT_VECTOR(0 TO 3) --d0 d1 d2 d3 sec, ded, ne : OUT BIT) --diagnostic outputs END hamdec ARCHITECTURE ver1 OF hamdec IS BEGIN

    標簽: Hamming produced Decoder decoder

    上傳時間: 2017-07-15

    上傳用戶:520

  • 里面有課程設計詳細說明書和數據流程圖

    里面有課程設計詳細說明書和數據流程圖,還有業務流程圖-Library Management System Design Manual, there are curriculum design and data flow chart of a detailed prospectus, as well as the operational flow chart

    標簽: 說明書 數據 流程圖

    上傳時間: 2017-07-23

    上傳用戶:xinyuzhiqiwuwu

  • Basicaly,a chatterbot is a computer program that when you provide it with some inputs in Natural Lan

    Basicaly,a chatterbot is a computer program that when you provide it with some inputs in Natural Language (English, French ...) responds with something meaningful in that same language. Which means that the strength of a chatterbot could be directly measured by the quality of the output selected by the Bot in response to the user. By the previous description,we could deduce that a very basic chatterbot can be written in a few lines of code in a given specific programming language. Lets make our first chatterbot (notice that all the codes that will be used in this tutorial will be written in C++. Also, it is assumed that the reader is familiar wih the STL Library)

    標簽: chatterbot Basicaly computer Natural

    上傳時間: 2017-07-30

    上傳用戶:小寶愛考拉

主站蜘蛛池模板: 阳朔县| 甘孜| 息烽县| 竹北市| 英超| 长沙市| 雅江县| 平邑县| 泗洪县| 肃北| 陵川县| 白水县| 神农架林区| 东明县| 商都县| 贡嘎县| 常德市| 兴安县| 小金县| 金溪县| 泗阳县| 阳信县| 昭苏县| 新泰市| 灵川县| 夏邑县| 梁山县| 光泽县| 天全县| 化德县| 祁门县| 大同县| 铅山县| 巨鹿县| 视频| 资中县| 浦东新区| 卫辉市| 浙江省| 上饶县| 太保市|