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

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

case

  • 自制51編程器 I have build my own programmer. This device can program the AT89C51 and works with it. So i

    自制51編程器 I have build my own programmer. This device can program the AT89C51 and works with it. So it can easily be adapted to programming other devices by itself. The Atmel Flash devices are ideal for developing, since they can be reprogrammed easy, often and fast. You need only 1 or 2 devices in low cost plastic case for developing. In contrast you need 10 or more high cost windowed devices if you must develop with EPROM devices (e.g. Phillips 87C751).

    標(biāo)簽: programmer program device build

    上傳時間: 2015-05-11

    上傳用戶:sdq_123

  • 教程將引導(dǎo)你通過多個操作步驟創(chuàng)建一個 Java 應(yīng)用, 它覆蓋了 Together 的基本特性. Together 教程是基于 Java 的, 但程序員還是可以在其他語言下很容易地模仿這些操作步驟.

    教程將引導(dǎo)你通過多個操作步驟創(chuàng)建一個 Java 應(yīng)用, 它覆蓋了 Together 的基本特性. Together 教程是基于 Java 的, 但程序員還是可以在其他語言下很容易地模仿這些操作步驟. (教程只需要很少的 Java 知識.) TogetherControlCenter6入門實踐教程 工程和包 需求與用例圖(Use case Diagrams) 業(yè)務(wù)規(guī)則與活動圖(Activity Diagrams) 圖(Diagrams)與類(Classes) 類(Classes)與關(guān)聯(lián)(Associations) 模板模式(Template Patterns) 使用類模式(Class Patterns)進行代碼重構(gòu)(Refactoring) 時序圖(Sequence Diagrams) 文檔生成 審查(Audits)與統(tǒng)計(Metrics) (需要 Together ControlCenter) 運行和調(diào)試 Java 工程

    標(biāo)簽: Together Java 教程 操作

    上傳時間: 2014-01-17

    上傳用戶:變形金剛

  • 數(shù)字運算

    數(shù)字運算,判斷一個數(shù)是否接近素數(shù) A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no

    標(biāo)簽: 數(shù)字 運算

    上傳時間: 2015-05-21

    上傳用戶:daguda

  • The intent of the software contained on this CD is to provide support for the material covered in th

    The intent of the software contained on this CD is to provide support for the material covered in the textbook. All programs have been developed and tested using MATLAB Version 5.2. Although the authors believe that all routines should be compatible with earlier versions of MATLAB, this may not be the case. The software is maintained and regularly updated through our Web-site at www.wpi.edu/ece/EM_RF_lab/book. It is assumed that the user has a basic knowledge of MATLAB. Support of MATLAB is maintained through the MathWorks, Inc. Web-site at www.mathworks.com.

    標(biāo)簽: contained the material software

    上傳時間: 2015-07-11

    上傳用戶:離殤

  • The intent of the software contained on this CD is to provide support for the material covered in th

    The intent of the software contained on this CD is to provide support for the material covered in the textbook. All programs have been developed and tested using MATLAB Version 5.2. Although the authors believe that all routines should be compatible with earlier versions of MATLAB, this may not be the case. The software is maintained and regularly updated through our Web-site at www.wpi.edu/ece/EM_RF_lab/book. It is assumed that the user has a basic knowledge of MATLAB. Support of MATLAB is maintained through the MathWorks, Inc. Web-site at www.mathworks.com.

    標(biāo)簽: contained the material software

    上傳時間: 2013-12-30

    上傳用戶:wweqas

  • 本教程的目在于給出步進式的使用指導(dǎo)

    本教程的目在于給出步進式的使用指導(dǎo),并且提供一個使用Rational Rose UML case 工具創(chuàng)建完整的UML模型的范例。本教程是為那些想高效地使用和評估Rational Rose工具(而不是其他UML case 工具)的新用戶準(zhǔn)備的。

    標(biāo)簽: 教程 步進式

    上傳時間: 2014-01-10

    上傳用戶:lps11188

  • 1. PL/0 語言介紹 ●PL/0 程序設(shè)計語言是一個較簡單的語言

    1. PL/0 語言介紹 ●PL/0 程序設(shè)計語言是一個較簡單的語言,它以賦值語句為基礎(chǔ),構(gòu)造概念有順序、條件和重復(fù)(循環(huán))三種。PL/0 有子程序概念,包括過程定義(可以嵌套)與調(diào)用且有局部變量說明。PL/0語言編譯程序采用以語法分析為核心、一遍掃描的編譯方法。詞法分析和代碼生成作為獨立的子程序供語法分析程序調(diào)用。語法分析的同時,提供了出錯報告和出錯恢復(fù)的功能。在源程序沒有錯誤編譯通過的情況下,調(diào)用類PCODE解釋程序解釋執(zhí)行生成的類PCODE代碼。 ●保留字(關(guān)鍵字):所謂保留字是指在Pascal語言中具有特定的含義。標(biāo)準(zhǔn)Pascal語言中的保留字一共有35個,Turbo Pascal語言一共有51個。下面是Pascal語言的保留字:AND,ARRAY,BEGIN,case,CONST,DIV,DO,DOWNTO,ELSE,END,F(xiàn)ILE,F(xiàn)OR,F(xiàn)UNTION,GOTO,IF,IN,LABEL,MOD,NIL,NOT,OF,OR,PACKED,PROCEDURE,PROGRAM,RECORD,REPEAT,SET,THEN,TO,TYPE,UNTIL,VAR,WHILE,WITH,EXPORTS,SHR,STRING,ASM,OBJECT,UNIT,CONSTRUCTOR,IMPLEMENTATION,DESTRUCTOR,USES,INHERITED,INLINE,INTERFACE,LIBRARY,XOR,SHL

    標(biāo)簽: PL 語言 程序設(shè)計語言

    上傳時間: 2015-07-17

    上傳用戶:zm7516678

  • This text surrounds the development of the electric power SCADA system exactly, aiming at the presen

    This text surrounds the development of the electric power SCADA system exactly, aiming at the present condition of the our country electric power charged barbed wire net currently, according to the oneself at the e- lectric power protect the profession after the electricity in seven years of development, design and adjust to try the experience on the scene from following severals carry on the treatise:Is the emergence to the system of SC- ADA and developments to introduce first Carry on the introduction elucidation to applied present condition and the development foregrounds of various terminal equipments communication agreement(rules invite) the next in order Then is the elucidation to the windows the bottom according to the mfc the plait distance environment an- d VC++6.0 plait distance softwares Carry on the more detailed treatise to the realization of the procedure struct- ure frame and the source code again End is the applied case example give examples.

    標(biāo)簽: the development surrounds electric

    上傳時間: 2014-10-28

    上傳用戶:liuchee

  • Readers can pick up this book and become familiar with C++ in a short time. Stan has taken a very br

    Readers can pick up this book and become familiar with C++ in a short time. Stan has taken a very broad and complicated topic and reduced it to the essentials that budding C++ programmers need to know to write real programs. His case study is effective and provides a familiar thread throughout the book.

    標(biāo)簽: familiar Readers become short

    上傳時間: 2015-07-20

    上傳用戶:thinode

  • zemax源碼: This DLL models a standard ZEMAX surface type, either plane, sphere, or conic The surfac

    zemax源碼: This DLL models a standard ZEMAX surface type, either plane, sphere, or conic The surface also demonstrates a user-defined apodization filter The filter is defined as part of the real ray trace, case 5 The filter can be used at the stop to produce x-y Gaussian apodization similar to the Gaussian pupil apodization in ZEMAX but separate in x and y. The amplitude apodization is of the form EXP[-(Gx(x/R)^2 + Gy(y/R)^2)] The transmission is of the form EXP[-2(Gx(x/R)^2 + Gy(y/R)^2)] where x^2 + y^2 = r^2 R = semi-diameter The tranmitted intensity is maximum in the center. T is set to 0 if semi-diameter < 1e-10 to avoid division by zero.

    標(biāo)簽: standard surface models either

    上傳時間: 2013-12-05

    上傳用戶:003030

主站蜘蛛池模板: 潜山县| 永吉县| 舒兰市| 文登市| 景泰县| 澄迈县| 广汉市| 兰考县| 宜阳县| 崇礼县| 武隆县| 昌都县| 乡城县| 灌南县| 耒阳市| 遂宁市| 密云县| 沁水县| 将乐县| 曲阳县| 清流县| 德江县| 华池县| 榕江县| 台江县| 武功县| 皋兰县| 永德县| 新巴尔虎右旗| 中山市| 樟树市| 兴和县| 崇阳县| 应用必备| 永德县| 麻江县| 嘉义市| 安国市| 景谷| 焉耆| 石台县|