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

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

as-IPC

  • Person-to-person realtime IP communications, like presence, VoIP and video applications, offer clea

    Person-to-person realtime IP communications, like presence, VoIP and video applications, offer clear benefits for the enterprise as time- and money-savers. Unified functionality is now available, where all of the above are integrated into one streamlined application and interconnect with other networks. This creates a very important business tool and usage is increasing.

    標(biāo)簽: Person-to-person communications applications realtime

    上傳時(shí)間: 2015-06-28

    上傳用戶:維子哥哥

  • The Fortran 90 Handbook is a definitive and comprehensive guide to Fortran 90 and its use. Fortran

    The Fortran 90 Handbook is a definitive and comprehensive guide to Fortran 90 and its use. Fortran 90, the latest standard version of Fortran, has many excellent new features that will assist the programmer in writing efficient, portable, and maintainable programs. The Fortran 90 Handbook is an informal description of Fortran 90, developed to provide not only a readable explanation of features, but also some rationale for the inclusion of features and their use. In addition, “models” give the reader better insight as to why things are done as they are in the language.

    標(biāo)簽: Fortran comprehensive definitive and

    上傳時(shí)間: 2015-06-29

    上傳用戶:aa17807091

  • The Fortran 90 Handbook is a definitive and comprehensive guide to Fortran 90 and its use. Fortran

    The Fortran 90 Handbook is a definitive and comprehensive guide to Fortran 90 and its use. Fortran 90, the latest standard version of Fortran, has many excellent new features that will assist the programmer in writing efficient, portable, and maintainable programs. The Fortran 90 Handbook is an informal description of Fortran 90, developed to provide not only a readable explanation of features, but also some rationale for the inclusion of features and their use. In addition, “models” give the reader better insight as to why things are done as they are in the language.

    標(biāo)簽: Fortran comprehensive definitive and

    上傳時(shí)間: 2015-06-29

    上傳用戶:teddysha

  • The Fortran 90 Handbook is a definitive and comprehensive guide to Fortran 90 and its use. Fortran

    The Fortran 90 Handbook is a definitive and comprehensive guide to Fortran 90 and its use. Fortran 90, the latest standard version of Fortran, has many excellent new features that will assist the programmer in writing efficient, portable, and maintainable programs. The Fortran 90 Handbook is an informal description of Fortran 90, developed to provide not only a readable explanation of features, but also some rationale for the inclusion of features and their use. In addition, “models” give the reader better insight as to why things are done as they are in the language.

    標(biāo)簽: Fortran comprehensive definitive and

    上傳時(shí)間: 2013-12-22

    上傳用戶:xinzhch

  • This package contains example software and associated documentation for the ColdFire MCF5249 micro

    This package contains example software and associated documentation for the ColdFire MCF5249 microprocessor. The software includes sample processor initialization routines for the MCF5249 running a M5249C3 evaluation board as well as the following sample applications: simple - empty application template fat - factory acceptance test for the M5249C3 The software has currently been built and tested under Metrowerks CodeWarrior

    標(biāo)簽: documentation associated ColdFire contains

    上傳時(shí)間: 2013-12-10

    上傳用戶:zaizaibang

  • The Linux kernel is one of the most interesting yet least understood open-source projects. It is als

    The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Linux Kernel Development. This authoritative, practical guide will help you better understand the Linux kernel through updated coverage of all the major subsystems, new features associated with Linux 2.6 kernel and insider information on not-yet-released developments. You ll be able to take an in-depth look at Linux kernel from both a theoretical and an applied perspective as you cover a wide range of topics, including algorithms, system call interface, paging strategies and kernel synchronization. Get the top information right from the source in Linux Kernel Development.

    標(biāo)簽: interesting open-source understood projects

    上傳時(shí)間: 2015-06-30

    上傳用戶:zyt

  • Simple I2C controller -- 1) No multimaster -- 2) No slave mode -- 3) No fifo s -- -- notes:

    Simple I2C controller -- 1) No multimaster -- 2) No slave mode -- 3) No fifo s -- -- notes: -- Every command is acknowledged. Do not set a new command before previous is acknowledged. -- Dout is available 1 clock cycle later as cmd_ack

    標(biāo)簽: multimaster controller No Simple

    上傳時(shí)間: 2015-07-01

    上傳用戶:zhangliming420

  • 有源碼事例,還有說明.一看就明白, 一,把"HGB.dll"和"hgbguanligongcheng.dll"復(fù)制到系統(tǒng)文件夾"WINDOWSsystem32"下. 二,新建一VB標(biāo)準(zhǔn)

    有源碼事例,還有說明.一看就明白, 一,把"HGB.dll"和"hgbguanligongcheng.dll"復(fù)制到系統(tǒng)文件夾"\WINDOWS\system32"下. 二,新建一VB標(biāo)準(zhǔn)EXE,在"工程\引用"下點(diǎn)擊瀏覽把"\WINDOWS\system32"下的"hgbguanligongcheng.dll" 引用進(jìn)來. 三,在窗體里聲明一個(gè)對(duì)象變量yy Dim yy As New hgbguanlimokuai 再在任一事件下引用YY里的函數(shù)過程 i = yy.chongqi() 本過程執(zhí)行重啟動(dòng)計(jì)算機(jī),無返回值 ii=yy.guanji() 本過程執(zhí)行關(guān)閉計(jì)算機(jī),無返回值 iii=yyy.huoquan() 本過程執(zhí)行獲得計(jì)算機(jī)管理權(quán),成功返回1,失敗返回0 注意: 生成exe文件在別的機(jī)上運(yùn)行時(shí)要把兩個(gè)DLL文件復(fù)制到系統(tǒng)文件夾"\WINDOWS\system32"下,.因?yàn)閑xe 文件在運(yùn)行時(shí)會(huì)用到那兩個(gè)DLL. 解釋: "hgbguanligongcheng.dll"文件里面有"hgbguanlimokuai"模塊 "hgbguanlimokuai"模塊里面有三個(gè)函數(shù)過程chongqi(),guanji(),huoquan() 我們聲明YY為"hgbguanlimokuai"模塊就等于在工程里加入了一個(gè)模塊當(dāng)然就能 在任何其他事件引用模塊里的函數(shù)過程.

    標(biāo)簽: hgbguanligongcheng WINDOWSsystem dll HGB

    上傳時(shí)間: 2013-12-19

    上傳用戶:cuibaigao

  • Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edi

    Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Format: PDF Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.

    標(biāo)簽: Programming Reference Standard Template

    上傳時(shí)間: 2014-01-19

    上傳用戶:netwolf

  • The J2000 codec was written in an effort to produce the cleanest and simplest implementation possibl

    The J2000 codec was written in an effort to produce the cleanest and simplest implementation possible of the JPEG-2000 standard. We have put a particular emphasis on good architecture design and code simplicity, while at the same time providing an implementation as complete and efficient as possible. The source code for the codec is freely available for anyone to study or even for use in commercial programs. We hope that our open development process and our focus on clean, straightforward code will help make the J2000 codec become a reference implementation of the JPEG-2000 standard

    標(biāo)簽: implementation cleanest simplest produce

    上傳時(shí)間: 2015-07-03

    上傳用戶:dengzb84

主站蜘蛛池模板: 九龙县| 巴彦淖尔市| 怀化市| 仁布县| 安塞县| 东阳市| 阳泉市| 芜湖市| 伊春市| 甘孜| 富源县| 合江县| 门头沟区| 青龙| 武功县| 洛扎县| 南陵县| 抚宁县| 谷城县| 三亚市| 松原市| 土默特左旗| 洪江市| 资源县| 汉寿县| 蒙自县| 凤山县| 金昌市| 遂溪县| 道真| 正阳县| 阿克苏市| 中方县| 上蔡县| 客服| 中宁县| 乐清市| 南华县| 马关县| 新宁县| 柘城县|