您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 经典汇编教程Win32Asm教程

  2. 先来对这个教程做个小小的介绍。Win32Asm不是一个非常流行的编程语言,而且只有为数不多(但很好)的教程。大多数教程都集中在编程的win32部分(例如,WinAPI,标准Windows编程技术的使用等),而不是汇编语言本身,例如伪代码(opcodes),寄存器(registers)的使用等。虽然你能在其他教程中找到这些内容,但那些教程通常是解释Dos编程的。它当然可以帮你学习汇编语言,但在Windows中编程,你不再需要了解Dos中断(interrupt)和端口(port)In/Out函数。
  3. 所属分类:硬件开发

    • 发布日期:2010-03-20
    • 文件大小:51200
    • 提供者:loveayu
  1. Directshow调试笔记.pdf

  2. 1 ABOUT DIRECTSHOW 基础 1.1 设置DSHOW的开发环境 1.2 先演示一下DSHOW 使用的一个例子.............................................................................................8 1.3 DIRECSHOW概述..............................................................................
  3. 所属分类:C++

    • 发布日期:2010-03-21
    • 文件大小:1048576
    • 提供者:zhi_shui_yu
  1. Advanced BlackBerry Development

  2. BlackBerry devices and applications are selling by the millions. As a BlackBerry developer, you need an advanced skill set to successfully exploit the most compelling features of the platform. This book will help you develop that skill set and teach
  3. 所属分类:BlackBerry

    • 发布日期:2010-03-23
    • 文件大小:6291456
    • 提供者:lenin1918
  1. GPRS驱动程序(真的很好)

  2. //------------------------------------- main ---------------------------------------------------------------- int main(void) { int fd; showversion(); printf("\nGSM/GPRS TESTS\n\n"); // open seriel port fd = open(DEVICE_TTYS, O_RDWR); if (fd == -1) {
  3. 所属分类:其它

    • 发布日期:2010-03-23
    • 文件大小:3072
    • 提供者:tangjiaershao
  1. mini JPEG encoder

  2. JPEG encoder, 非常小,也很快,适用于embedded application。我已经成功的port到了ARM9上。我的项目是一个scanner,用这个encoder可以实时的用ARM9进行jpeg encoding
  3. 所属分类:硬件开发

    • 发布日期:2010-03-24
    • 文件大小:18432
    • 提供者:nuxi1209
  1. RFSim99 is a linear S-parameter

  2. RFSim99RFSim99 is a linear S-parameter based circuit simulator offering the following features:- ?schematic capture front end ?one touch simulation?draw your circuit then just hit the simulate button ?analysis and display of full two-port S-paramete
  3. 所属分类:其它

    • 发布日期:2010-03-24
    • 文件大小:1048576
    • 提供者:wlf_0606
  1. The Art of Assembly Language Programming

  2. You are visitor as of October 17, 1996.The Art of Assembly Language ProgrammingForward Why Would Anyone Learn This Stuff?1 What's Wrong With Assembly Language2 What's Right With Assembly Language?3 Organization of This Text and Pedagogical Concerns4
  3. 所属分类:Access

    • 发布日期:2007-12-20
    • 文件大小:4194304
    • 提供者:ttlyfast
  1. 计算机端口详解

  2. 计算机端口详解计算机“端口”是英文port的义译,可以认为是计算机与外界通讯交流的出口。其中硬件领域的端口又称接口,如:USB端口、串行端口等。软件领域的端口一般指网络中面向连接服务和无连接服务的通信协议端口,是一种抽象的软件结构,包括一些数据结构和I/O(基本输入输出)缓冲区。
  3. 所属分类:网络基础

    • 发布日期:2007-12-25
    • 文件大小:86016
    • 提供者:apollo_ys
  1. GameState demo

  2. Port GameState Demo(use OIS) to OGRE SDK1.4.5the orignol demo is heretutorial :http://www.ogre3d.org/wiki/index.php/Using_OISdemo:http://dev.neoharmonix.net/ois-example.zipBut i can't compile the demo with OGRE SDK1.4.5I make a little change, and it
  3. 所属分类:Java

    • 发布日期:2007-12-26
    • 文件大小:569344
    • 提供者:yaoyansi
  1. linux网络管理员手册

  2. 目录 Legal Notice................................................................................................................................................. IV 第一章 网络绪论.............................................................................
  3. 所属分类:网络基础

    • 发布日期:2010-03-25
    • 文件大小:1048576
    • 提供者:easyprince
  1. ZylSerialPort V1.50

  2. ZylSerialPort 1.50 for Delphi & C++Builder 6-2010 Cracked ZylSerialPort is a Delphi & C++Builder thread based asynchronous serial port component. Use ZylSerialPort component to easily communicate with external devices on serial port connection, such
  3. 所属分类:C++

    • 发布日期:2010-03-25
    • 文件大小:911360
    • 提供者:ebookread
  1. 解决IP地址冲突的完美方法--DHCP SNOOPING

  2. 解决IP地址冲突的完美方法--DHCP SNOOPING 使用的方法是采用DHCP方式为用户分配IP,然后限定这些用户只能使用动态IP的方式,如果改成静态IP的方式则不能连接上网络;也就是使用了DHCP SNOOPING功能。 例子: version 12.1 no service pad service timestamps debug uptime service timestamps log uptime no service password-encryption service co
  3. 所属分类:网络基础

    • 发布日期:2010-03-26
    • 文件大小:28672
    • 提供者:suobk
  1. smtp发送邮件类(支持SSL)

  2. //初始化邮件类 void InitEmail(C01waSendMail* m_globalEmail,String sendermail,String sender,String senderpwd,String srv,int port = 25,bool bSsl = false) { m_globalEmail->m_Auth = CPJNSMTPConnection::AuthenticationMethod::AUTH_AUTO; m_globalEmail->m_b
  3. 所属分类:C

    • 发布日期:2010-03-28
    • 文件大小:1048576
    • 提供者:zhangliuxue
  1. Fast learning methodology for GNU/Linux driver development

  2. This paper is divided in three sections: the first section presents an introduction of the model and the methodology to implement the Linux driver; in the second section we introduce the theorical aspects with a short descr iption to the GNU/Linux s
  3. 所属分类:Linux

    • 发布日期:2010-03-29
    • 文件大小:263168
    • 提供者:wtjnorip
  1. Fast learning methodology for GNU/Linux driver development

  2. This paper is divided in three sections: the first section presents an introduction of the model and the methodology to implement the Linux driver; in the second section we introduce the theorical aspects with a short descr iption to the GNU/Linux s
  3. 所属分类:Linux

    • 发布日期:2010-03-29
    • 文件大小:242688
    • 提供者:wtjnorip
  1. QC基本操作汇总.doc

  2. 详细的描述了QC的使用过程 TD----QC 站点管理员:QC后台进行管理;项目管理员:具体的测试项目 前台入口:http:// IP:port / qcbin / start_a.htm 后台入口:http:// IP:port / sabin / 主站入口:http:// IP:port / qcbin /
  3. 所属分类:Java

    • 发布日期:2010-03-29
    • 文件大小:103424
    • 提供者:tianye3511
  1. Oracle数据库管理员技术指南

  2. 贺辞 序 前言 第1章 建立和配置数据库 1.1 数据库创建规划 1.1.1 规划以及提出正确的问题 1.1.2 怎样确定恰当的数据块尺寸 1.2 组织文件系统 1.2.1 怎样命名数据库文件 1.2.2 使用最佳灵活结构 1.2.3 怎样配置符合 OFA 的 Oracle 文件 系统 1.3 规划数据库文件布局 1.3.1 最大化可用性的规划 1.3.2 最小化磁盘争用的规划 1.4 建立参数文件 1.4.1 配置参数的一些注意事项 1.4.2 建立参数文件的连接 1.4.3 优化数据字典存
  3. 所属分类:Oracle

    • 发布日期:2010-03-30
    • 文件大小:6291456
    • 提供者:lzqand
  1. 虚拟串行驱动程序 V6.0 Virtual Serial Port Driver (VSPD)

  2. 虚拟串行驱动程序(VSPD)是一个可在计算机(Windows)下操作的程序,此驱动程序会创造数个“虚拟”的串行埠。 由一般程序看来,这些虚拟的串行端口跟实体的串行端口相同,唯一不同于传统传输的地方是在于程序所送出的信息是透过TCP/IP局域网络送至虚拟串行端口,之后由EM100再将所收到的信息传达至串行设备。 当串行设备要回传信息时,要先将信息传至EM100,而后再藉由局域网络将信息传回至位于计算机端的虚拟串行驱动程序,当虚拟串行驱动程序收到信息后,又会将其传回给程序,就如同传统串行线的传输一
  3. 所属分类:网络基础

    • 发布日期:2010-03-30
    • 文件大小:4194304
    • 提供者:d_jinwen
  1. PL2303 usb to Serial/RS232/COM Driver for windows7 X64/X86

  2. PL-2303 Driver Installer, Prolific Edition Setup Installer Revision Note History ================================================= System Requirement: . Supports the following Windows OSes: - Windows 98SE - Windows ME - Windows 2000 SP4 - Windows XP
  3. 所属分类:其它

    • 发布日期:2010-03-31
    • 文件大小:2097152
    • 提供者:topson8
  1. IIC总线接口设计及应用

  2. 基于FPGA的I2C总线控制核设计》P23 I2C控制核的VHDL源码如下: .附录:VHDL源代码 1. i2c_top 模块逻辑代码 entity i2c_top is port( eclk: in std_logic; nReset: in std_logic; --asram interface signal of EMIF nAoe: in std_logic; nAwe: in std_logic; nAre: in std_logic; -- Ardy: out std_logi
  3. 所属分类:C

    • 发布日期:2010-03-31
    • 文件大小:969728
    • 提供者:wjk383447478
« 1 2 ... 45 46 47 48 49 50»