代碼的主調函數為ConvertSum,它的參數是string類型的數字字符串。在ASP.NET中調用方式如下: Label1.Text=ConvertSum("數字字符串")
標簽: ConvertSum 代碼 函數
上傳時間: 2014-01-09
上傳用戶:xiaoxiang
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.
標簽: communication semiconductor increasingly industries
上傳時間: 2013-12-19
上傳用戶:evil
先運行力控應用程序(如演示工程——反應釜),實時數據庫系統亦隨之啟動。 然后啟動delphi6.0,創建一個新的工程。 在form1窗體中,放置DdeClientConv控件(system標簽頁),設置ConnectMode屬性值為ddeAutomatic、DdeService屬性值為db、DdeTopic屬性值為db; 接下來放置DdeClientItem控件(system標簽頁),設置DdeConv為DdeClientConv1,設置DdeItem屬性值為所要讀取的數據庫點參數值如dbmixvol.pv; 放置一個edit控件; 放置一個timer控件,設置interval屬性值為100;在ontimer腳本中加入: procedure TForm1.Timer1Timer(Sender: TObject) begin edit1.Text:=form1.DdeClientItem1.Text end
上傳時間: 2014-01-22
上傳用戶:lwwhust
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.
標簽: example-driven introduction gradually approach
上傳時間: 2014-01-12
上傳用戶:koulian
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.
標簽: microcontrollers implementing compiler Program
上傳時間: 2017-04-07
上傳用戶:wanghui2438
SQLite 是用C語言編寫的開源數據庫,主要用于嵌入式,你也可以把它集成在自己的桌面程序中,也有人將其替代Access,用作后臺數據庫。 SQLite 支持多數SQL92標準,例如:索引、限制、觸發和查看支持。 支持 NULL、INTEGER、REAL、Text 和 BLOB 數據類型,支持事務。
上傳時間: 2013-12-11
上傳用戶:gmh1314
* 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.
標簽: Distribution University Washington Copyright
上傳時間: 2013-11-30
上傳用戶:cazjing
使用AVR ATmega128實驗箱上的資源,設計萬年歷。本系統應用了Text LCD,矩陣鍵盤,定時器/計數器中斷系統,另外,我從伺服電機接口PB.5接出一個蜂鳴器。本次實驗的目的就是熟悉AVR的這些資源。
上傳時間: 2017-04-13
上傳用戶:coeus
要將商品行情軟件的數據導入自己的數據庫,除了要知道商品軟件數據的數據結構,同時還與你自己數據庫的數據結構有關。一般情況下,業余愛好者往往都是使用ASCII即Text文本結構。Text格式的數據易讀易懂,可以讓許多國際股票軟件和工具軟件(比如:GET\TT\SUPERCHART\SSPS\EXECL等等)直接調用。
上傳時間: 2017-04-16
上傳用戶:來茴
This program prints a calendar for a year specified. The user enters a year for the calendar and the programs automatically prints the calendar in Text format.
標簽: calendar year for specified
上傳時間: 2017-04-16
上傳用戶:refent