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

蟲蟲首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

text-fading

  • Applet Name: Sentence Applet Source: Sentence.java Import(s): java.applet, java.awt, java.io, ja

    Applet Name: Sentence Applet Source: Sentence.java Import(s): java.applet, java.awt, java.io, java.lang, java.util Feature(s): text, image, animation, mouse

    標(biāo)簽: java Sentence Applet Import

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

    上傳用戶:lnnn30

  • This book uses the Python language to teach pro - gramming concepts and problem -solving skills,

    This book uses the Python language to teach pro - gramming concepts and problem -solving skills, without assuming any previous program- ming experience. With easy-to-understand examples, pseudocode, flowcharts, and other tools, the student learns how to design the logic of programs and then implement those programs using Python. This book is ideal for an introductory programming course or a programming logic and design course using Python as the language. As with all the boolts in the Starting Out With series, the hallmark of this text is its clear, friendly, and easy -to-understand writing. In addition, it is rich in example programs that are concise and practical. The programs in this book include short examples that highlight specific programming topics, as well as more involved examples that focus on problem solving. Each chapter provides one or more case studies that provide step -by-step analysis of a specific problem and shows the student how to solve it.

    標(biāo)簽: language gramming concepts problem

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

    上傳用戶:獨(dú)孤求源

  • 代碼的主調(diào)函數(shù)為ConvertSum

    代碼的主調(diào)函數(shù)為ConvertSum,它的參數(shù)是string類型的數(shù)字字符串。在ASP.NET中調(diào)用方式如下: Label1.Text=ConvertSum("數(shù)字字符串")

    標(biāo)簽: ConvertSum 代碼 函數(shù)

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

    上傳用戶:xiaoxiang

  • With the advances in the semiconductor and communication industries, it has become increasingly imp

    With the advances in the semiconductor and communication industries, it has become increasingly important for electrical engineers to develop a good understanding of microelectronics. This book addresses the need for a text that teaches microelectronics from a modern and intuitive perspective. Guided by my industrial, research, and academic experience, I have chosen the topics, the order, and the depth and breadth so as to efficiently impart analysis and design principles that the students will find useful as they enter the industry or graduate school.

    標(biāo)簽: communication semiconductor increasingly industries

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

    上傳用戶:evil

  • 先運(yùn)行力控應(yīng)用程序(如演示工程——反應(yīng)釜)

    先運(yùn)行力控應(yīng)用程序(如演示工程——反應(yīng)釜),實(shí)時(shí)數(shù)據(jù)庫(kù)系統(tǒng)亦隨之啟動(dòng)。      然后啟動(dòng)delphi6.0,創(chuàng)建一個(gè)新的工程。      在form1窗體中,放置DdeClientConv控件(system標(biāo)簽頁(yè)),設(shè)置ConnectMode屬性值為ddeAutomatic、DdeService屬性值為db、DdeTopic屬性值為db;      接下來放置DdeClientItem控件(system標(biāo)簽頁(yè)),設(shè)置DdeConv為DdeClientConv1,設(shè)置DdeItem屬性值為所要讀取的數(shù)據(jù)庫(kù)點(diǎn)參數(shù)值如dbmixvol.pv;      放置一個(gè)edit控件;      放置一個(gè)timer控件,設(shè)置interval屬性值為100;在ontimer腳本中加入:        procedure TForm1.Timer1Timer(Sender: TObject)        begin          edit1.text:=form1.DdeClientItem1.Text        end

    標(biāo)簽: 運(yùn)行 力控 應(yīng)用程序 工程

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

    上傳用戶:lwwhust

  • This book is an introduction to Ada 95. It uses an example-driven approach which gradually develops

    This book is an introduction to Ada 95. It uses an example-driven approach which gradually develops small trivial programs into large case-study type programs. The main emphasis of this book is on maintenance problems, and using object-oriented technology to write maintainable, extensible programs. Program design is introduced throughout the book, with hypothetical maintenance scenarios used to shoe design shortcomings. and revise them to accomodate maintenance needs. Practical issues such as debugging programs are tackled, and important Ada features not found in other languages are dealt with practically and early on in the text. These include exception handling, user-defined types, procedures, functions, packages and child packages.

    標(biāo)簽: example-driven introduction gradually approach

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

    上傳用戶:koulian

  • Single/Multipath Channel Model Verificaiton EbNo vs. BER/SER under AWGN BPSK vs. QPSK Theory vs.

    Single/Multipath Channel Model Verificaiton EbNo vs. BER/SER under AWGN BPSK vs. QPSK Theory vs. Simulation AWGN vs. Flat Fading Channel Most files are written by myself, enjoy it. Figures are attached.

    標(biāo)簽: Verificaiton Multipath vs Channel

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

    上傳用戶:hwl453472107

  • Program for implementing AES on 8051 based microcontrollers. SDCC is used as the C compiler. Microco

    Program for implementing AES on 8051 based microcontrollers. SDCC is used as the C compiler. Microcontroller used is P89V51RD2. There are 2 programs included. One program will accept string via UART and accept key via a 4x4 keypad and display decrypted text on 16x2 LCD. The other program will accept plaintext from UART and show encrypted text on 16x2 LCD after receiving key from 4x4 membrane keypad. Schematics and screenshots are included.

    標(biāo)簽: microcontrollers implementing compiler Program

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

    上傳用戶:wanghui2438

  • SQLite 是用C語(yǔ)言編寫的開源數(shù)據(jù)庫(kù)

    SQLite 是用C語(yǔ)言編寫的開源數(shù)據(jù)庫(kù),主要用于嵌入式,你也可以把它集成在自己的桌面程序中,也有人將其替代Access,用作后臺(tái)數(shù)據(jù)庫(kù)。 SQLite 支持多數(shù)SQL92標(biāo)準(zhǔn),例如:索引、限制、觸發(fā)和查看支持。 支持 NULL、INTEGER、REAL、TEXT 和 BLOB 數(shù)據(jù)類型,支持事務(wù)。

    標(biāo)簽: SQLite C語(yǔ)言 編寫 開源

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

    上傳用戶:gmh1314

  • * The IMAP toolkit provided in this Distribution is * Copyright 2000 University of Washington. *

    * The IMAP toolkit provided in this Distribution is * Copyright 2000 University of Washington. * The full text of our legal notices is contained in the file called * CPYRIGHT, included with this Distribution.

    標(biāo)簽: Distribution University Washington Copyright

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

    上傳用戶:cazjing

主站蜘蛛池模板: 松原市| 瑞金市| 泸西县| 定陶县| 衡水市| 竹溪县| 塘沽区| 杨浦区| 孟村| 保靖县| 喀喇| 民县| 张家界市| 象州县| 东宁县| 余干县| 金川县| 昭苏县| 甘南县| 沂源县| 北流市| 开远市| 白朗县| 合作市| 家居| 息烽县| 同仁县| 三原县| 东兰县| 庄河市| 长阳| 通榆县| 昭觉县| 建平县| 嫩江县| 常熟市| 弋阳县| 澄城县| 墨竹工卡县| 五莲县| 会同县|