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

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

測(cè)向系統(tǒng)

  • DEELX 正則表達式引擎(v1.2) DEELX 是一個在 C++ 環境下的與 Perl 兼容的正則表達式引擎。是 RegExLab 開展的一個研究開發項目。 基本特點: 支持與 Perl

    DEELX 正則表達式引擎(v1.2) DEELX 是一個在 C++ 環境下的與 Perl 兼容的正則表達式引擎。是 RegExLab 開展的一個研究開發項目。 基本特點: 支持與 Perl 兼容的正則表達式語法。 支持 IGNORECASE, SINGLELINE, MULTILINE 等常見匹配模式。 兼容性強,能在 vc6, vc7, vc8, gcc, Turbo C++ 等大多數 C++ 環境編譯。 支持命名分組,條件表達式,遞歸表達式等多種高級特性。(1.2版本新特點) 與 GRETA、boost 相比,DEELX 獨到之處: 完全使用模版庫編寫,支持 char, wchar_t, int 等以及其他基類型版本。 全部代碼位于一個頭文件(.h)中, 比任何引擎都使用簡單和方便。 支持從右向左匹配模式,可從文本結束位置向前搜索匹配。 可防止零長度子匹配循環無限次而產生的死循環。(1.2版本新特點)

    標簽: DEELX Perl RegExLab 1.2

    上傳時間: 2017-02-21

    上傳用戶:zhenyushaw

  • c語言編程寶典,C 語言是1972年由美國的Dennis Ritchie設計發明的, 并首次在UNIX操作系統 的 DEC PDP-11 計算機上使用。 它由早期的編程語言 BCPL( Ba

    c語言編程寶典,C 語言是1972年由美國的Dennis Ritchie設計發明的, 并首次在UNIX操作系統 的 DEC PDP-11 計算機上使用。 它由早期的編程語言 BCPL( Basic Combind Programming Language) 發展演變而來。在1970年, AT&T 貝爾實驗室的 Ken Thompson根據BCPL語言設計出較先進的并取名為 B的語言, 最后導了C 語言的問世。 隨著微型計算機的日益普及, 出現了許多C 語言版本。由于沒有統一的標準, 使得這些C 語言之間出現了一些不一致的地方。為了改變這種情況, 美國國家標準 研究所(ANSI)為C 語言制定了一套ANSI標準, 成為現行的C語言標準。

    標簽: Ritchie Dennis 1972 BCPL

    上傳時間: 2017-02-27

    上傳用戶:dongbaobao

  • Visual C++ has been one of most effective tool for the large industrial applications. This book is t

    Visual C++ has been one of most effective tool for the large industrial applications. This book is the best resource I have ever found on Industrial Applications of Visual C++.

    標簽: applications industrial effective Visual

    上傳時間: 2014-11-27

    上傳用戶:lmeeworm

  • AVR單片機的TWI C 程序源碼

    AVR單片機的TWI C 程序源碼,一個設置TWI主機模式向叢機發送數據的函數,

    標簽: AVR TWI 單片機 程序源碼

    上傳時間: 2014-12-05

    上傳用戶:dianxin61

  • AVR單片機TWI設置函數C 程序

    AVR單片機TWI設置函數C 程序,該函數設置TWI為主機模式并向叢機發送數據

    標簽: AVR TWI 單片機 函數

    上傳時間: 2013-12-18

    上傳用戶:hanli8870

  • In C Algorithms for Real-Time DSP, author Paul M. Embree presents a complete guide to digital signal

    In C Algorithms for Real-Time DSP, author Paul M. Embree presents a complete guide to digital signal processing techniques in the C programming language. This book is structured in such a way that it will be most useful to the engineer who is familiar with DSP and the C language, but who is not necessarily an expert in both. All of the example programs in this book have been tested using standard C compilers in the UNIX and MS-DOS programming environments. In addition, the examples have been compiled using the real-time programing tools of specific real-time embedded DSP microprocessors (Analog Devices ADSP-21020 and ADSP-21062 Texas Instruments TMS320C30 and TMS320C40 and AT&T DSP32C) and then tested with real-time hardware using real-world signals.

    標簽: M. Algorithms Real-Time complete

    上傳時間: 2014-01-07

    上傳用戶:epson850

  • C in A Nutshell Learning a language--any language--involves a process wherein you learn to rely les

    C in A Nutshell Learning a language--any language--involves a process wherein you learn to rely less and less on instruction and more increasingly on the aspects of the language you ve mastered. Whether you re learning French, Java, or C, at some point you ll set aside the tutorial and attempt to converse on your own. It s not necessary to know every subtle facet of French in order to speak it well, especially if there s a good dictionary available. Likewise, C programmers don t need to memorize every detail of C in order to write good programs. What they need instead is a reliable, comprehensive reference that they can keep nearby. C in a Nutshell is that reference.

    標簽: language Nutshell Learning involves

    上傳時間: 2013-12-25

    上傳用戶:王者A

  • The C++ Cookbook will make your path to mastery much shorter. This practical, problem-solving guide

    The C++ Cookbook will make your path to mastery much shorter. This practical, problem-solving guide is ideal if you re an engineer, programmer, or researcher writing an application for one of the legions of platforms on which C++ runs. The algorithms provided in C++ Cookbook will jump-start your development by giving you some basic building blocks that you don t have to develop on your own.

    標簽: problem-solving practical Cookbook mastery

    上傳時間: 2017-06-07

    上傳用戶:yph853211

  • Binary_tree.cpp :執行文件生成所有二叉樹 這樣做的目的C + +程序是產生所有二叉樹指定節點數目。 基本思想是衍生所有二叉樹基于退化樹。 該算法的動機是圓括號法則代表二叉

    Binary_tree.cpp :執行文件生成所有二叉樹 這樣做的目的C + +程序是產生所有二叉樹指定節點數目。 基本思想是衍生所有二叉樹基于退化樹。 該算法的動機是圓括號法則代表二叉樹。 一組括號可通過字典秩序排列,由此也可以產生二叉樹。但該算法代碼中并沒有簡單地轉換括號代表性 它一直在改變過去的節點從最新二叉樹下一可能位置(在這里,我們假設右向是正確的退化樹方向) 。 該文件還提到計算機內存時(讀/寫)和avarage參考值。 這個工程在Microsoft Visual Studio 2005環境。

    標簽: Binary_tree 二叉樹 cpp 程序

    上傳時間: 2017-06-14

    上傳用戶:894898248

  • BP神經網絡程序,C語言源代碼 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "ma

    BP神經網絡程序,C語言源代碼 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "math.h" #include "stdio.h" #include "time.h" #include "fstream.h" #define N 120 //學習樣本個數 #define IN 3 //輸入層神經元數目 #define HN 2 //隱層神經元數目 #define ON 2 //輸出層神經元數目 #define Z 20000 //舊權值保存-》每次study的權值都保存下來 double P[IN] //單個樣本輸入數據 double T[ON] //單個樣本教師數據 double U11[IN][HN] //輸入層至第一隱層權值 double V[HN][ON] //隱層至輸出層權值 double X1[HN] //第一隱層的輸入 double Y[ON] //輸出層的輸入 double H1[HN] //第一隱層的輸出 double O[ON] //輸出層的輸出 double YU_HN1[HN] //第一隱層的閾值 double YU_ON[ON] //輸出層的閾值 double err_m[N] //第m個樣本的總誤差 double a //學習效率 double alpha //動量因子

    標簽: include iostream iomanip stdlib

    上傳時間: 2017-06-15

    上傳用戶:xinzhch

主站蜘蛛池模板: 和田县| 天峻县| 南华县| 达拉特旗| 长沙市| 榕江县| 盘锦市| 康乐县| 江华| 华阴市| 望谟县| 穆棱市| 通江县| 庄河市| 天等县| 禹城市| 崇左市| 灵丘县| 新安县| 轮台县| 阿瓦提县| 永年县| 湘潭县| 宁安市| 民丰县| 镇坪县| 钟祥市| 故城县| 鄂温| 新安县| 巴林右旗| 公安县| 东平县| 临夏县| 张家界市| 和静县| 光山县| 吴忠市| 平果县| 宜宾县| 蒙山县|