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

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

PROGrams

  • You may have heard the Latest Brief web service on CodeProject.com. It provides several methods for

    You may have heard the Latest Brief web service on CodeProject.com. It provides several methods for web client PROGrams to retrieve information about CodeProject.com, such as the latest article updates, the latest comments, and the latest lounge posts, etc. Some very popular articles on the CodeProject site make use of this service. In this article, I am going to present a java client program that uses soap message to call the methods of this web service. My program is not a general java soap client, which means you cannot use it to call other web services directly. However, you can easily modify it for other web services. The program uses only basic Java, it does not depend on any other external class library.

    標簽: CodeProject provides service methods

    上傳時間: 2014-01-25

    上傳用戶:baiom

  • Inside the C++ Object Model Inside the C++ Object Model focuses on the underlying mechanisms that s

    Inside the C++ Object Model Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals"-virtual functions and virtual inheritance. This book shows how your understanding the underlying implementation models can help you code more efficiently and with greater confidence. Lippman dispells the misinformation and myths about the overhead and complexity associated with C++, while pointing out areas in which costs and trade offs, sometimes hidden, do exist. He then explains how the various implementation models arose, points out areas in which they are likely to evolve, and why they are what they are. He covers the semantic implications of the C++ object model and how that model affects your PROGrams.

    標簽: Inside Object the Model

    上傳時間: 2013-12-24

    上傳用戶:zhouli

  • The DHRY program performs the dhrystone benchmarks on the 8051. Dhrystone is a general-performanc

    The DHRY program performs the dhrystone benchmarks on the 8051. Dhrystone is a general-performance benchmark test originally developed by Reinhold Weicker in 1984. This benchmark is used to measure and compare the performance of different computers or, in this case, the efficiency of the code generated for the same computer by different compilers. The test reports general performance in dhrystones per second. Like most benchmark PROGrams, dhrystone consists of standard code and concentrates on string handling. It uses no floating-point operations. It is heavily influenced by hardware and software design, compiler and linker options, code optimizing, cache memory, wait states, and integer data types. The DHRY program is available in different targets: Simulator: Large Model: DHRY example in LARGE model for Simulation Philips 80C51MX: DHRY example in LARGE model for the Philips 80C51MC

    標簽: general-performanc benchmarks Dhrystone dhrystone

    上傳時間: 2016-11-30

    上傳用戶:hphh

  • This Application Note describes the steps that are required to install and use the Keil Monitor-51 o

    This Application Note describes the steps that are required to install and use the Keil Monitor-51 on a user specific hardware. The Keil Monitor-51 allows you to connect your 8051 hardware to the μVision2 Debugger. You can use the powerful debugging interface to test application PROGrams in your target hardware.

    標簽: Application describes the required

    上傳時間: 2013-12-03

    上傳用戶:lvzhr

  • Design patterns are elegant, adaptable, and reusable solutions to everyday software development prob

    Design patterns are elegant, adaptable, and reusable solutions to everyday software development problems. Programmers use design patterns to organize objects in PROGrams, making them easier to write and modify. C# Design Patterns: A Tutorial is a practical guide to writing C# PROGrams using the most common patterns. This tutorial begins with clear and concise introductions to C#, object-oriented programming and inheritance, and UML diagrams. Each chapter that follows describes one of twenty-three design patterns, recommends when to use it, and explains the impact that it will have on the larger design. The use of every pattern is demonstrated with simple example PROGrams. These PROGrams are illustrated with screen shots and UML diagrams displaying how the classes interact. Each of these PROGrams is available on the companion CD-ROM and can be run, examined, edited, and applied.

    標簽: development adaptable solutions patterns

    上傳時間: 2014-09-07

    上傳用戶:wangchong

  • * Lightweight backpropagation neural network. * This a lightweight library implementating a neura

    * Lightweight backpropagation neural network. * This a lightweight library implementating a neural network for use * in C and C++ PROGrams. It is intended for use in applications that * just happen to need a simply neural network and do not want to use * needlessly complex neural network libraries. It features multilayer * feedforward perceptron neural networks, sigmoidal activation function * with bias, backpropagation training with settable learning rate and * momentum, and backpropagation training in batches.

    標簽: backpropagation implementating Lightweight lightweight

    上傳時間: 2013-12-27

    上傳用戶:清風冷雨

  • Can通訊的源碼

    Can通訊的源碼,Defines the special registers and firmware PROGrams for lpc22xx\lpc212x\lpc211x\lpc210x

    標簽: Can 通訊 源碼

    上傳時間: 2016-12-29

    上傳用戶:lifangyuan12

  • 如果您還沒有注冊

    如果您還沒有注冊,請先注冊。源碼要求為至少5個C或Java源碼,質量越高得到的下載個數越多(一般為200:上載5個,可以下載200個)。 請不要重復上載同一源碼, 站長審核合格后才能開通帳號。如果不想上載源碼,可以成為【VIP會員】獲得帳號 如果其他會員下載一次您上載的源碼,您的可用下載數就會增加1次。更多說明請參看[幫助說明] 您(peimoxu@163.com)最近上載的源碼有: 1. PROGrams.rar,1197KB

    標簽:

    上傳時間: 2017-01-07

    上傳用戶:cuibaigao

  • Overview If you have been wanting to learn Java, check out the newly revised fourth edition of the

    Overview If you have been wanting to learn Java, check out the newly revised fourth edition of the best-seller Sams Teach Yourself Programming with Java in 24 Hours. This step-by-step tutorial will teach you how to create simple Java PROGrams and applets. Comprised of 24 one-hour lessons, this new edition focuses on key programming concepts and essential Java basics, has been improved by dozens of reader comments, and is reorganized to better cover the latest developments in Java. The book s coverage of core Java programming topics has also been expanded. A great starting point for learning Java, this book is also a great primer to reading sams Teach Yourself Java in 21 Days.

    標簽: the Overview edition wanting

    上傳時間: 2017-01-10

    上傳用戶:huyiming139

  • Eclipse+Web開發從入門到精通 These files contain all of the code listings in Java: The Complete Referenc

    Eclipse+Web開發從入門到精通 These files contain all of the code listings in Java: The Complete Reference, J2SE 5 Edition The source code is organized into files by chapter. For example, the file Chap7.code contains the PROGrams shown in Chapter 7. Within each chapter file, the listings are stored in the same order as they appear in the book. Simply edit the appropriate file to extract the listing in which you are interested.

    標簽: Complete Referenc listings Eclipse

    上傳時間: 2017-01-20

    上傳用戶:as275944189

主站蜘蛛池模板: 和政县| 高唐县| 长宁区| 志丹县| 新竹市| 长乐市| 剑河县| 大邑县| 太和县| 武山县| 华阴市| 穆棱市| 稻城县| 墨竹工卡县| 安国市| 乌兰浩特市| 剑川县| 彩票| 夹江县| 麟游县| 义乌市| 鲁甸县| 上饶市| 昌图县| 那曲县| 平原县| 镇安县| 漳平市| 固始县| 榆中县| 洛浦县| 军事| 水城县| 乌兰县| 东乡县| 乐清市| 河曲县| 莎车县| 德清县| 同德县| 电白县|