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

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

系統(tǒng)(tǒng)工程手冊(cè)

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

    標(biāo)簽: 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.

    標(biāo)簽: 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.

    標(biāo)簽: problem-solving practical Cookbook mastery

    上傳時間: 2017-06-07

    上傳用戶:yph853211

  • Index NAME 總覽 (SYNOPSIS) 警告 (WARNING) 描述 (DESCRIPTION) 選項 (OPTIONS) 總體選項 (Overall Option

    Index NAME 總覽 (SYNOPSIS) 警告 (WARNING) 描述 (DESCRIPTION) 選項 (OPTIONS) 總體選項 (Overall Option) 語言選項 (LANGUAGE OPTIONS) 預(yù)處理器選項 (Preprocessor Option) 匯編器選項 (ASSEMBLER OPTION) 連接器選項 (LINKER OPTION) 目錄選項 (DIRECTORY OPTION) 警告選項 (WARNING OPTION) 調(diào)試選項 (DEBUGGING OPTION) 優(yōu)化選項 (OPTIMIZATION OPTION) 目標(biāo)機(jī)選項 (TARGET OPTION) 機(jī)器相關(guān)選項 (MACHINE DEPENDENT OPTION) 代碼生成選項 (CODE GENERATION OPTION) PRAGMAS 文件 (FILE) 另見 (SEE ALSO) BUGS 版權(quán) (COPYING) 作者 (AUTHORS) [中文版維護(hù)人] [中文版最新更新] 《中國Linux論壇man手冊頁翻譯計劃》 NAME gcc,g++-GNU 工程的 C和 C++編譯器(egcs-1.1.2

    標(biāo)簽: DESCRIPTION SYNOPSIS OPTIONS Overall

    上傳時間: 2014-01-03

    上傳用戶:evil

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

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

    標(biāo)簽: Binary_tree 二叉樹 cpp 程序

    上傳時間: 2017-06-14

    上傳用戶:894898248

  • java寫的c 語言子集編輯器

    java寫的c 語言子集編輯器,netbeans工程

    標(biāo)簽: java 語言 編輯器

    上傳時間: 2014-01-08

    上傳用戶:yoleeson

  • BP神經(jīng)網(wǎng)絡(luò)程序,C語言源代碼 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "ma

    BP神經(jīng)網(wǎng)絡(luò)程序,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 //學(xué)習(xí)樣本個數(shù) #define IN 3 //輸入層神經(jīng)元數(shù)目 #define HN 2 //隱層神經(jīng)元數(shù)目 #define ON 2 //輸出層神經(jīng)元數(shù)目 #define Z 20000 //舊權(quán)值保存-》每次study的權(quán)值都保存下來 double P[IN] //單個樣本輸入數(shù)據(jù) double T[ON] //單個樣本教師數(shù)據(jù) double U11[IN][HN] //輸入層至第一隱層權(quán)值 double V[HN][ON] //隱層至輸出層權(quán)值 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 //學(xué)習(xí)效率 double alpha //動量因子

    標(biāo)簽: include iostream iomanip stdlib

    上傳時間: 2017-06-15

    上傳用戶:xinzhch

  •  基于C++Builder 6的醫(yī)藥類單據(jù)打印系統(tǒng)

     基于C++Builder 6的醫(yī)藥類單據(jù)打印系統(tǒng),主要是Access + FastReport + VCLSkin的一些綜合應(yīng)用,重點功能是FastReport中實現(xiàn)人民幣中文大寫、空行補(bǔ)齊,頁面小計(SubTotal)等……   本打印程序開發(fā)過程中使用了FastRepot和VCLSkin組件,源程序在編譯時需要在工程(Project)的選項(Options)中更改一下Include和Lib的路徑,指向你的FastReport的安裝目錄。否則會提示找不到頭文件等編譯錯誤。

    標(biāo)簽: Builder 打印

    上傳時間: 2013-12-14

    上傳用戶:libenshu01

  • Electronics Design Checklist C) 2003 Hank Wallace This is a checklist for electronics designers. T

    Electronics Design Checklist C) 2003 Hank Wallace This is a checklist for electronics designers. The idea is for engineers and technicians to share experiences and create a detailed checklist, which the individual designer can pare down to meet his or her specific needs. There are many details that go into the making of a first-run design success, and this checklist helps prevent Murphy s gremlins from marring an otherwise healthy design.

    標(biāo)簽: Electronics electronics Checklist checklist

    上傳時間: 2017-06-17

    上傳用戶:ddddddos

  • visual c++ 6.0 mfc開發(fā)實例

    visual c++ 6.0 mfc開發(fā)實例,是工程應(yīng)用中的一本好書。

    標(biāo)簽: visual 6.0 mfc 開發(fā)實例

    上傳時間: 2013-12-30

    上傳用戶:lanjisu111

主站蜘蛛池模板: 镇安县| 青州市| 延津县| 财经| 大理市| 湘潭市| 泾源县| 奉新县| 廉江市| 普安县| 平陆县| 昌宁县| 庄河市| 克什克腾旗| 青河县| 韩城市| 遵义市| 高安市| 开远市| 色达县| 威信县| 阿坝县| 洪雅县| 宁强县| 锦州市| 仪征市| 西林县| 讷河市| 纳雍县| 曲阳县| 安陆市| 哈密市| 柳江县| 武夷山市| 邛崃市| 淮北市| 永定县| 如东县| 石棉县| 佳木斯市| 辉县市|