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

most

most是一个面向媒体的信息传输系统。是利用光导纤维作为信息传导媒介,进行数字信号的传输。首先各控制元件将电磁脉冲信号转化为光脉冲信号,传送到光纤上,而后相应的接收电脑又将光脉冲信号转换回电磁脉冲信号,从而完成相应的控制功能。由于most系统的高传输速率,因此它可以做到只用两根光纤即可同时传递多路信号。
  • if an application works with restricted low level system calls, it must obtain a Microsoft Mobile2Ma

    if an application works with restricted low level system calls, it must obtain a Microsoft Mobile2Market privileged signature. To get a privileged signature, logo certification is now a requirement, not an option! This article shows how to abstract some of the most common issues a developer will encounter when creating a native code application that must be logo certified for each platform. windowsmobile5.0以上版本logo注册例子,可以加入自己的工程文件中。

    标签: application restricted Microsoft Mobile2Ma

    上传时间: 2017-01-16

    上传用户:13160677563

  • the function of the system is simulated ATM machine landing, balance inquiries, withdrawals, change

    the function of the system is simulated ATM machine landing, balance inquiries, withdrawals, change passwords, and other functions, use the JDBC interface, such as SWING. If ATM landing, withdrawals and change password must use JDBC interface and database links, I encountered a lot of problems, but the most important is that the database setting, in order to solve this problem, I read four books, Inquiries related information ( s burden

    标签: withdrawals the inquiries simulated

    上传时间: 2017-01-27

    上传用户:我们的船长

  • )。-the function of the system is simulated ATM machine landing, balance inquiries, withdrawals, chan

    )。-the function of the system is simulated ATM machine landing, balance inquiries, withdrawals, change passwords, and other functions, use the JDBC interface, such as SWING. If ATM landing, withdrawals and change password must use JDBC interface and database links, I encountered a lot of problems, but the most important is that the database setting, in order to solve this problem, I read four books, Inquiries related information

    标签: withdrawals the inquiries simulated

    上传时间: 2014-01-16

    上传用户:lnnn30

  • )。-the function of the system is simulated ATM machine landing, balance inquiries, withdrawals, chan

    )。-the function of the system is simulated ATM machine landing, balance inquiries, withdrawals, change passwords, and other functions, use the JDBC interface, such as SWING. If ATM landing, withdrawals and change password must use JDBC interface and database links, I encountered a lot of problems, but the most important is that the database setting, in order to solve this problem, I read four books, Inquiries related information

    标签: withdrawals the inquiries simulated

    上传时间: 2017-01-27

    上传用户:ainimao

  • This book explains how to write device drivers for the newest members of the MicrosoftWindows family

    This book explains how to write device drivers for the newest members of the MicrosoftWindows family of operating systems using the Windows Driver Model (WDM). In this Introduction, I ll explain who should be reading this book, the organization of the book, and how to use the book most effectively. You ll also find a note on errors and a section on other resources you can use to learn about driver programming. Looking ahead, Chapter 1 explains how the two main branches of the Windows family operate internally, what a WDM device driver is, and how it relates to the rest of Windows.

    标签: MicrosoftWindows the explains drivers

    上传时间: 2014-01-04

    上传用户:dongqiangqiang

  • MPI stands for the Message Passing Interface. Written by the MPI Forum (a large committee comprising

    MPI stands for the Message Passing Interface. Written by the MPI Forum (a large committee comprising of a cross-section between industry and research representatives), MPI is a standardized API typically used for parallel and/or distributed computing. The MPI standard is comprised of 2 documents: MPI-1 (published in 1994) and MPI-2 (published in 1996). MPI-2 is, for the most part, additions and extensions to the original MPI-1 specification. The MPI-1 and MPI-2 documents can be downloaded from the official MPI Forum web site: http://www.mpi-forum.org/. Open MPI is an open source, freely available implementation of both the MPI-1 and MPI-2 documents. The Open MPI software achieves high performance the Open MPI project is quite receptive to community input.

    标签: comprising MPI Interface committee

    上传时间: 2013-12-22

    上传用户:爺的气质

  • A "code-what"? Unless you have spent some time working in the area of reverse engineering, chances a

    A "code-what"? Unless you have spent some time working in the area of reverse engineering, chances are you have not heard of the term "codecave" before. If you have heard of it, you might not have read a clear definition of it or quite understand what it is or why it is useful. I have even asked seasoned assembly programmers about the term before and most of them had not heard of it. If it is new to you, do not worry, you are not the only one. It is a term that is scarcely used and is only useful in a reverse engineering context. Furthermore, is it "codecave" or "code cave"? I am not quite sure, but I will try my best to refer to it consistently as a "codecave". A space may sneak in there from time to time

    标签: engineering code-what chances reverse

    上传时间: 2014-01-17

    上传用户:hn891122

  • Linux was first released into an unsuspecting world in the summer of 1991. Initially the spare-time

    Linux was first released into an unsuspecting world in the summer of 1991. Initially the spare-time hobby of a Finnish computer scientist by the name of Linus Torvalds, Linux was at first accessible only in software source code form to those with enough expertise to build and install it. Early enthusiasts (most also developers themselves by necessity) exploited the growth of the Internet in the early 1990s as a means to build online communities and drive development forward. These communities helped to build the first Linux software distributions, containing all the software components needed to install and use a Linux system without requiring users to be technical experts.

    标签: unsuspecting spare-time Initially the

    上传时间: 2013-12-12

    上传用户:dianxin61

  • The C++ Editor is a text editor for C++ programmers. The editor have color syntax highlighting. Ed

    The C++ Editor is a text editor for C++ programmers. The editor have color syntax highlighting. Editor s main purpose is to edit source code files outside the IDE (Integrated Development Environment) with multiple opened copies of program, when programmer needs to find, replace or compare source code. The program can compile the file using for this purpose the Microsoft VC compiler. most effectively the editor can be used with a file search utility. The search utility Search&Edit or IDE Helper is available for download on developer s WEB site (http://www.easydevtools.com/dwnl_frame.htm).

    标签: editor highlighting programmers The

    上传时间: 2013-12-09

    上传用户:x4587

  • Reads/writes text as a character stream, buffering characters so as to provide for the efficient rea

    Reads/writes text as a character stream, buffering characters so as to provide for the efficient reading/writing of characters, arrays, and lines. The buffer size may be specified, or the default size may be used. The default is large enough for most purposes. In general, each read request made of a Reader causes a corresponding read request to be made of the underlying character or byte stream. It is therefore advisable to wrap a BufferedReader around any Reader whose read() operations may be costly, such as FileReaders and InputStreamReaders.

    标签: characters character buffering efficient

    上传时间: 2017-02-20

    上传用户:cjl42111