虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

PROGRAMs

  • Core JSP In recent years, a large amount of software development activity has migrated from the cl

    Core JSP In recent years, a large amount of software development activity has migrated from the client to the server. The client-centric model, in which a client executes complex PROGRAMs to visualize and manipulate data, is no longer considered appropriate for the majority of enterprise applications. The principal reason is deployment—it is a significant hassle to deploy client PROGRAMs onto a large number of desktops, and to redeploy them whenever the application changes. Instead, applications are redesigned to use a web browser as a "terminal". The application itself resides on the server, formatting data for the user as web pages and processing the responses that the user fills into web forms.

    标签: development activity migrated software

    上传时间: 2014-01-13

    上传用户:duoshen1989

  • The market for miniature computer programming is exploding. C++ Footprint and Performance Optimizati

    The market for miniature computer programming is exploding. C++ Footprint and Performance Optimization supplies programmers the knowledge they need to write code for the increasing number of hand-held devices, wearable computers, and intelligent appliances. This book gives readers valuable knowledge and programming techniques that are not currently part of traditional programming training. In the world of C++ programming, all other things being equal, PROGRAMs that are smaller and faster are better. C++ Footprint and Performance Optimization contains case studies and sample code to give readers concrete examples and proven solutions to problems that don t have cut and paste solutions.

    标签: Performance programming Optimizati Footprint

    上传时间: 2013-12-09

    上传用户:wfl_yy

  • Foundations of Python Network Programming leads readers through every aspect of client and server pr

    Foundations of Python Network Programming leads readers through every aspect of client and server programming with Python. Python is a new and innovative scripting language. It is set to replace Perl as the programming language of choice for scripters and for serious application developers wanting a feature rich yet simple language to deploy their products in. This book features extensive examples that not only demonstrate important concepts and practices, but also provide a cadre of fully-functional stand-alone PROGRAMs. Readers can use the examples as the basis and building blocks for their own software

    标签: Foundations Programming Network readers

    上传时间: 2013-12-16

    上传用户:小码农lz

  • PHILIPS 7130 TV/FM capture card use PHILIPS 7130 chip , is a newly built-in TV card integrating FM r

    PHILIPS 7130 TV/FM capture card use PHILIPS 7130 chip , is a newly built-in TV card integrating FM radio and TV receiver. You can watch/record TV PROGRAMs (up to 136 channels) and FM radio on PC. The powerful attached software enables you to & rename favorite channels as per your taste. Moreover, the remote controller makes watching TV through PC more convenient. Through PHILIPS 7130 TV/FM capture card, you can transfer & save the full screen/full motion video captured VCR, camcorder, PC camera or other video sources into hard disk, or you can burn the video to VCD/SVCD/DVD via professional rewrite software. PHILIPS 7130 TV/FM capture card supports snapshot, you can record wonderful clips to create your personal e-album, then share your works with your friends & family via Internet.

    标签: PHILIPS 7130 card integrating

    上传时间: 2013-12-26

    上传用户:han_zh

  • The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a s

    The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin algorithm. In this project, you will change this to a multilevel feedback scheduling. In addition, you will provide user PROGRAMs with semaphores, a means to check the system s current time and a mechanism for passing command-line arguments

    标签: scheduling algorithm implement to

    上传时间: 2013-11-27

    上传用户:Late_Li

  • At the heart of Java technology lies the Java virtual machine--the abstract computer on which all Ja

    At the heart of Java technology lies the Java virtual machine--the abstract computer on which all Java PROGRAMs run. Although the name "Java" is generally used to refer to the Java programming language, there is more to Java than the language. The Java virtual machine, Java API, and Java class file work together with the language to make Java PROGRAMs run.

    标签: the Java technology abstract

    上传时间: 2013-12-14

    上传用户:离殇

  • Contents at a Glance Introduction 1 PART I INSTALLATION AND CONFIGURATION 5 Hour 1 Preparing to I

    Contents at a Glance Introduction 1 PART I INSTALLATION AND CONFIGURATION 5 Hour 1 Preparing to Install Linux 7 2 Installing Linux 23 3 Post-Installation Issues 41 PART II LEARNING LINUX BASICS 67 Hour 4 Reading and Navigation Commands 69 5 Manipulation and Searching Commands 93 6 Using the Shell 117 7 Using the X Window System 143 8 Exploring the K Desktop Environment 177 PART III CONNECTING TO THE OUTSIDE WORLD 197 Hour 9 Using Communications PROGRAMs 199 10 Connecting to the Internet 223 11 Configuring Internet Email 249 12 Configuring Internet News 269 13 Internet Downloading and Browsing 289

    标签: CONFIGURATION Introduction INSTALLATION Preparing

    上传时间: 2013-12-27

    上传用户:qiao8960

  • In recent years, the UNIX operating system has seen a huge boost in its popularity, especially with

    In recent years, the UNIX operating system has seen a huge boost in its popularity, especially with the emergence of Linux. For programmers and users of UNIX, this comes as no surprise: UNIX was designed to provide an environment that s powerful yet easy to use. One of the main strengths of UNIX is that it comes with a large collection of standard PROGRAMs. These PROGRAMs perform a wide variety of tasks from listing your files to reading email. Unlike other operating systems, one of the key features of UNIX is that these PROGRAMs can be combined to perform complicated tasks and solve your problems. One of the most powerful standard PROGRAMs available in UNIX is the shell. The shell is a program that provides you with a consistent and easy-to-use environment for executing PROGRAMs in UNIX. If you have ever used a UNIX system, you have interacted with the shell.

    标签: especially popularity operating recent

    上传时间: 2014-11-26

    上传用户:gaojiao1999

  • The IA-32 Intel Architecture Software Developer’s Manual, Volume 2: Instruction Set Reference (Orde

    The IA-32 Intel Architecture Software Developer’s Manual, Volume 2: Instruction Set Reference (Order Number 245471) is part of a three-volume set that describes the architecture and programming environment of all IA-32 Intel® Architecture processors. the IA-32 Intel Architecture Software Developer’s Manual, Volume 2, describes the instructions set of the processor and the opcode structure. These two volumes are aimed at application programmers who are writing PROGRAMs to run under existing operating systems or executives.

    标签: Architecture Instruction Developer Reference

    上传时间: 2013-12-15

    上传用户:xsnjzljj

  • JaNet: Java Neural Network Toolkit resume: A well documented toolkit for designing and training, a

    JaNet: Java Neural Network Toolkit resume: A well documented toolkit for designing and training, and a java library for inclusion in third party PROGRAMs. description: jaNet package is a java neural network toolkit, which you can use to design, test, train and optimize an ideal Neural Network for your private application. You can then include your saved network in your program using the jaNet.backprop package. The consequent documentation is only in french for the moment, but an english translation is planned. The java source code is released under GPL, and can be compiled with JDK, Symantec Cafe or MS Visual J

    标签: documented designing training Network

    上传时间: 2016-04-15

    上传用户:zhanditian