TC35i收發短信的源代碼,涉及TEXT和PDU發送模式
上傳時間: 2013-12-23
上傳用戶:gdgzhym
isual Chat 1.91 Developer Edition - Customize the Visual Chat code regarding your own requirements - Use customchatdev.html for developing / testing - Create .jar and .cab-files containing client-specific .class-files and the images-folder (use zip and cabarc compressing tools) - Adapt the customchat.html file - Upload all the files to your webserver - Start the ChatServer by invoking java at.ac.uni_linz.tk.vchat.ChatServer [port [server-key]] from your commandline - I kindly ask you to leave copyright and credit information in the InfoPanel.class as it is - but you are invited to add your own text. In case of violations I will consider excluding this class from the source in the future.
標簽: Chat requirement Developer Customize
上傳時間: 2017-01-27
上傳用戶:iswlkje
Design of Integrated Circuits for Optical Communications deals with the design of high-speed integrated circuits for optical communication systems. Written for both students and practicing engineers, the book systematically takes the reader from basic concepts to advanced topics, establishing both rigor and intuition. The text emphasizes analysis and design in modern VLSI technologies, particularly CMOS, and presents numerous broadband circuit techniques. Leading researcher Behzad Razavi is also the author of Design of Analog CMOS Integrated Circuits.
標簽: Communications Integrated high-speed Circuits
上傳時間: 2013-12-21
上傳用戶:zhouchang199
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
標簽: java Sentence Applet Import
上傳時間: 2013-12-17
上傳用戶:lnnn30
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.
標簽: language gramming concepts problem
上傳時間: 2014-01-12
上傳用戶:獨孤求源
代碼的主調函數為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