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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

two-input

  • 三維矢量有限元-矩量法電磁場(chǎng)分析程序。 EMAP5 is a full-wave electromagnetic field solver that combines the method of m

    三維矢量有限元-矩量法電磁場(chǎng)分析程序。 EMAP5 is a full-wave electromagnetic field solver that combines the method of moments (MOM) with a vector finite element method (VFEM). It employs the finite element method (FEM) to analyze a dielectric volume, and employs the method of moments (MoM) to solve for currents on the surface of (or external to) this volume. The two methods are coupled through the fields on the dielectric surface.

    標(biāo)簽: electromagnetic full-wave combines solver

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

    上傳用戶(hù):cylnpy

  • 一. 實(shí)驗(yàn)?zāi)康? 設(shè)計(jì)

    一. 實(shí)驗(yàn)?zāi)康? 設(shè)計(jì),編制并調(diào)試一個(gè)語(yǔ)法分析程序,加深對(duì)語(yǔ)法分析原理的理解。可以編譯c語(yǔ)言的基本結(jié)構(gòu),包括循環(huán)嵌套和條件嵌套。 二. 實(shí)驗(yàn)的輸入輸出 (1) 執(zhí)行程序時(shí),可輸入源程序的路徑,如果輸入為空的話,將會(huì)編譯默認(rèn)的源程序“./input.dat” (2) 如果編譯發(fā)現(xiàn)有錯(cuò)誤,則會(huì)輸出錯(cuò)誤行數(shù),并在結(jié)束編譯時(shí)輸出“Complete!” 三. 語(yǔ)法結(jié)構(gòu) .... 四. 分析器主要代碼 .. 五 小結(jié)

    標(biāo)簽: 實(shí)驗(yàn)

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

    上傳用戶(hù):宋桃子

  • 模式識(shí)別學(xué)習(xí)綜述.該論文的英文參考文獻(xiàn)為303篇.很有可讀價(jià)值.Abstract— Classical and recent results in statistical pattern recog

    模式識(shí)別學(xué)習(xí)綜述.該論文的英文參考文獻(xiàn)為303篇.很有可讀價(jià)值.Abstract— Classical and recent results in statistical pattern recognition and learning theory are reviewed in a two-class pattern classification setting. This basic model best illustrates intuition and analysis techniques while still containing the essential features and serving as a prototype for many applications. Topics discussed include nearest neighbor, kernel, and histogram methods, Vapnik–Chervonenkis theory, and neural networks. The presentation and the large (thogh nonexhaustive) list of references is geared to provide a useful overview of this field for both specialists and nonspecialists.

    標(biāo)簽: statistical Classical Abstract pattern

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

    上傳用戶(hù):www240697738

  • k-meansy算法源代碼。This directory contains code implementing the K-means algorithm. Source code may be f

    k-meansy算法源代碼。This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen.

    標(biāo)簽: code implementing directory algorithm

    上傳時(shí)間: 2016-04-07

    上傳用戶(hù):shawvi

  • The IA-32 Intel Architecture Software Developer’s Manual, Volume 2: Instruction Set Reference (Orde

    The IA-32 Intel Architecture Software Developer’s Manual, Volume 2: Instruction Set Reference (Order Number 245471) is part of a three-volume set that describes the architecture and programming environment of all IA-32 Intel® Architecture processors. the IA-32 Intel Architecture Software Developer’s Manual, Volume 2, describes the instructions set of the processor and the opcode structure. These two volumes are aimed at application programmers who are writing programs to run under existing operating systems or executives.

    標(biāo)簽: Architecture Instruction Developer Reference

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

    上傳用戶(hù):xsnjzljj

  • F:RobinGameincludeinputRDXJoystick.rar DX8 游戲手柄完整類(lèi)

    F:\RobinGame\include\input\RDXJoystick.rar DX8 游戲手柄完整類(lèi)

    標(biāo)簽: RobinGameincludeinputRDXJoystick DX8 手柄

    上傳時(shí)間: 2013-11-27

    上傳用戶(hù):songnanhua

  • A digital fi‘equeney meter designed with FPGA development software Q-~us 11 is introduced.The 1 Hz—l

    A digital fi‘equeney meter designed with FPGA development software Q-~us 11 is introduced.The 1 Hz—l MHz input measured pulse signals of the digital ii‘equency meter can be used for measuring frequency,period,pulse width and duty ratio,etc.The test results stably display O71 3 seven—segment numeric tubes,and the measuring ranges may be switched over automatically.The measuring error is equal to or less than 0.1%.

    標(biāo)簽: development introduced designed software

    上傳時(shí)間: 2016-04-09

    上傳用戶(hù):stewart·

  • 小型的Lex編譯器

    小型的Lex編譯器,能從input.txt識(shí)別簡(jiǎn)單的C++語(yǔ)句,并將分析結(jié)果存于output.txt中

    標(biāo)簽: Lex 編譯器

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

    上傳用戶(hù):qq21508895

  • 編譯原理的一個(gè)語(yǔ)法分析程序

    編譯原理的一個(gè)語(yǔ)法分析程序,設(shè)計(jì),編制并調(diào)試一個(gè)語(yǔ)法分析程序,加深對(duì)語(yǔ)法分析原理的理解。可以編譯c語(yǔ)言的基本結(jié)構(gòu),包括循環(huán)嵌套和條件嵌套。(1) 執(zhí)行程序時(shí),可輸入源程序的路徑,如果輸入為空的話,將會(huì)編譯默認(rèn)的源程序“./input.dat” (2) 如果編譯發(fā)現(xiàn)有錯(cuò)誤,則會(huì)輸出錯(cuò)誤行數(shù),并在結(jié)束編譯時(shí)輸出“Complete!”

    標(biāo)簽: 編譯原理 程序

    上傳時(shí)間: 2016-04-11

    上傳用戶(hù):許小華

  • Problem D:合唱隊(duì)形 Time Limit:1000MS Memory Limit:65536K Total Submit:1237 Accepted:437 Language

    Problem D:合唱隊(duì)形 Time Limit:1000MS Memory Limit:65536K Total Submit:1237 Accepted:437 Language: not limited Description N位同學(xué)站成一排,音樂(lè)老師要請(qǐng)其中的(N-K)位同學(xué)出列,使得剩下的K位同學(xué)排成合唱隊(duì)形。 合唱隊(duì)形是指這樣的一種隊(duì)形:設(shè)K位同學(xué)從左到右依次編號(hào)為1,2…,K,他們的身高分別為T(mén)1,T2,…,TK, 則他們的身高滿足T1 < T2 < ...< Ti > Ti+1 > … >TK(1<=i<=K)。 你的任務(wù)是,已知所有N位同學(xué)的身高,計(jì)算最少需要幾位同學(xué)出列,可以使得剩下的同學(xué)排成合唱隊(duì)形。 Input 輸入包含若干個(gè)測(cè)試用例。 對(duì)于每個(gè)測(cè)試用例,輸入第一行是一個(gè)整數(shù)N(2<=N<=100),表示同學(xué)的總數(shù)。第二行有N個(gè)整數(shù),用空格分隔,第i個(gè)整數(shù)Ti(130<=Ti<=230)是第i位同學(xué)的身高(厘米)。當(dāng)輸入同學(xué)總數(shù)N為0時(shí)表示輸入結(jié)束。 Output 對(duì)于每個(gè)測(cè)試案例,輸出包括一行,這一行只包含一個(gè)整數(shù),就是最少需要幾位同學(xué)出列。 Sample Input 8 186 186 150 200 160 130 197 220 3 150 130 140 0 Sample Output 4 1

    標(biāo)簽: Limit Accepted Language Problem

    上傳時(shí)間: 2014-01-13

    上傳用戶(hù):aappkkee

主站蜘蛛池模板: 高雄市| 红安县| 桐柏县| 天等县| 綦江县| 丹寨县| 石首市| 厦门市| 扶风县| 渭南市| 当阳市| 温州市| 合江县| 赫章县| 娱乐| 绥中县| 湘乡市| 喀喇沁旗| 福海县| 南安市| 穆棱市| 马鞍山市| 金华市| 吉安县| 昔阳县| 嘉黎县| 宜君县| 舞阳县| 陵川县| 什邡市| 呼伦贝尔市| 长汀县| 临邑县| 环江| 无锡市| 盱眙县| 石门县| 鄄城县| 吉首市| 阜平县| 和林格尔县|