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

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

倉(cāng)庫(kù)管理系統(tǒng)(tǒng)

  • 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

  • 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

  • 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

  • k-means文本聚類算法

    k-means文本聚類算法,用c語言實現(xiàn)的,聚類效果明顯,適于初學(xué)者入門~

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

    上傳時間: 2014-09-09

    上傳用戶:weixiao99

  • A user-space device driver can do many of the things that kernel drivers can t, such as perform a lo

    A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted without rebooting even if they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped out, whereas kernel drivers lock physical memory.

    標(biāo)簽: user-space can drivers perform

    上傳時間: 2014-01-01

    上傳用戶:saharawalker

  • *** HyperString v6.0 *** (c)1996-2000 EFD Systems, All rights reserved

    *** HyperString v6.0 *** (c)1996-2000 EFD Systems, All rights reserved efd@mindspring.com *** THIS IS NOT PUBLIC DOMAIN SOFTWARE *** See below for license agreement, disclaimer, installation and use. Introduction --------------------------------------------------------- Welcome to HyperString! One of the most significant new features with Delphi32 is long dynamic strings. However, the built-in functions don t really exploit the full potential of these new strings. HyperString provides over 400 fast, efficient string management routines to help you realize the full power of this highly versatile new data type.

    標(biāo)簽: HyperString reserved Systems rights

    上傳時間: 2017-07-04

    上傳用戶:mhp0114

  • Specification (GB)_TTI Messages via Traffic Message Coding-Coding Protocol for RDS-TMC Using ALERT-C

    Specification (GB)_TTI Messages via Traffic Message Coding-Coding Protocol for RDS-TMC Using ALERT-C (GB-T 20612.1-2006, 200611)

    標(biāo)簽: Specification Coding-Coding Messages Protocol

    上傳時間: 2013-12-10

    上傳用戶:qq21508895

  • A simulated lexical analyser for HLL like C,PASCAL etc. I have given a sample text file from which t

    A simulated lexical analyser for HLL like C,PASCAL etc. I have given a sample text file from which the source code reads the dummy program n analyses it. The program can be extended by adding more.

    標(biāo)簽: simulated analyser lexical PASCAL

    上傳時間: 2017-07-19

    上傳用戶:redmoons

  • 使用MATLAB對DSB-AM進(jìn)行仿真:雙邊帶幅度調(diào)制的過程以及對其中所包含的對信號的頻譜分析都可以通過MATLAB中的M語句及相關(guān)函數(shù)來實現(xiàn)。假如信號m(t)=cos(m)以dsb-am方式調(diào)制載波

    使用MATLAB對DSB-AM進(jìn)行仿真:雙邊帶幅度調(diào)制的過程以及對其中所包含的對信號的頻譜分析都可以通過MATLAB中的M語句及相關(guān)函數(shù)來實現(xiàn)。假如信號m(t)=cos(m)以dsb-am方式調(diào)制載波c(t)=cos(20*pi*t),所的信號為y(t),并將采樣頻率定為 fs=100Hz,則可在MATLAB中設(shè)計程序?qū)υ摲日{(diào)制的結(jié)果進(jìn)行仿真,繪制已調(diào)信號波形和頻譜分析。

    標(biāo)簽: MATLAB DSB-AM dsb-am cos

    上傳時間: 2013-12-30

    上傳用戶:JIUSHICHEN

  • 一款類似百度知道系統(tǒng)的問題解答系統(tǒng)

    一款類似百度知道系統(tǒng)的問題解答系統(tǒng),問題頁面自動生成靜態(tài)網(wǎng)頁- M( ]- `+ X0 x 系統(tǒng)特色: + O$ U8 n- [ z# {/ E本系統(tǒng)結(jié)合了仿百度知道程序和仿新浪愛問程序的共同優(yōu)點,設(shè)計更加合理 6 X) H8 a5 t9 h& D6 e8 S9 p2 P 問題頁面實時生成靜態(tài)頁面,減少系統(tǒng)開銷,更利于搜索引擎的收錄 ! f5 U& N3 J+ B7 I" S完美使用系統(tǒng)緩存,減少數(shù)據(jù)庫讀取次數(shù) b T |, g1 v9 \" E* Z 完善的后臺管理功能 # u5 C: I- c$ P6 P( H9 S2 w支持問題的附件上傳 . U! K+ k ~) o 對搜索引擎的優(yōu)化:支持Keywords和Description頁面頭部標(biāo)簽的自定義 6 ^! h: m- U4 p( z# X支持 JS 代碼的問題調(diào)用 t8 E5 ]) b3 M8 x* z提供與動網(wǎng)、oblog、動易實現(xiàn)用戶整合的標(biāo)準(zhǔn)接口 ) {4 \ ` ]1 g1 F8 u

    標(biāo)簽: 百度

    上傳時間: 2013-11-28

    上傳用戶:ztj182002

主站蜘蛛池模板: 青龙| 玉山县| 颍上县| 新田县| 安庆市| 潍坊市| 瑞昌市| 罗定市| 武平县| 宁都县| 平远县| 鹤庆县| 望城县| 阿勒泰市| 六枝特区| 敖汉旗| 南安市| 丰台区| 宾阳县| 鄂托克前旗| 昌邑市| 武乡县| 略阳县| 南丰县| 商丘市| 盈江县| 潍坊市| 萍乡市| 昌图县| 浦城县| 新绛县| 云梦县| 静乐县| 连平县| 多伦县| 汽车| 娄底市| 重庆市| 邳州市| 五原县| 临湘市|