搜索资源列表

  1. 用Java编写HTML文件分析程序

    0下载:
  2. Java编写HTML文件分析程序

     一、概述

        

  3. 所属分类:Internet/网络编程

    • 发布日期:2008-07-07
    • 文件大小:1066
    • 提供者:tiberxu
  1. io-file

    0下载:
  2. 这个java类文件主要使用了java io访问及文件操作处理。电信设备产生的大量的日志文件的内容需要写入到数据库中,设备在每天将产生数以百计的日志文件,这些日志文件的内容存储遵循一定的格式,本文件实现将这些文件内容合并到一个文件中去,读者可以参考部分对java file 的使用-the java types of documents mainly uses the java io interviews and documents han
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1650
    • 提供者:wameng
  1. io-file

    0下载:
  2. 这个java类文件主要使用了java io访问及文件操作处理。电信设备产生的大量的日志文件的内容需要写入到数据库中,设备在每天将产生数以百计的日志文件,这些日志文件的内容存储遵循一定的格式,本文件实现将这些文件内容合并到一个文件中去,读者可以参考部分对java file 的使用-the java types of documents mainly uses the java io interviews and documents han
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:wameng
  1. hwdirect

    0下载:
  2. windows下hardware访问驱动,原创驱动部分。读写io端口。序列读写io端口,读取PCI配置信息,读取SMBIOS信息。-hardware access driver under windows, some original drive. Io-port read and write. Io-port serial read and write, read PCI configuration information, read
  3. 所属分类:驱动编程

    • 发布日期:2024-05-11
    • 文件大小:8192
    • 提供者:李建
  1. gpio

    0下载:
  2. 基于linux和s3c2440的gpio驱动程序,同时包含了应用程序例子,能够访问任意的单个IO管脚,设置为输入、输出等-S3C2440 based on linux and the GPIO driver also contains examples of applications that can access any individual IO pin, set to input and output, etc.
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-11
    • 文件大小:6144
    • 提供者:xiyong
  1. DiskGeometry

    0下载:
  2. Device IO Control 通过API访问设备驱动程序-Device IO Control through the API access device driver
  3. 所属分类:系统编程

    • 发布日期:2024-05-11
    • 文件大小:20480
    • 提供者:luheng
  1. WinIo

    0下载:
  2. 实现windows XP等类似操作系统下, 对内存以及IO端口的访问-Provide memory and IO port access under Windows XP etc.
  3. 所属分类:驱动编程

    • 发布日期:2024-05-11
    • 文件大小:104448
    • 提供者:张嘉豪
  1. WinIoLib

    0下载:
  2. 2000及xp下的WinIo库,由于Window对系统底层进行了保护,对开发人员造成很大的困扰,你可以用这个WinIO帮助你进行系统底层IO访问. -WinIo library
  3. 所属分类:Windows编程

    • 发布日期:2024-05-11
    • 文件大小:19456
    • 提供者:苏庆红
  1. System.IO.Ports

    0下载:
  2. c#编写的关于com口通信访问的程序。很不错的-c# write access on the com port communication program. Nice
  3. 所属分类:C#编程

    • 发布日期:2024-05-11
    • 文件大小:259072
    • 提供者:ningbo
  1. i2c_test

    0下载:
  2. 单片机IO口模拟I2C总线访问EEPROM,内有protues仿真文件。-Microcontroller IO port analog I2C bus access to EEPROM, there protues simulation files.
  3. 所属分类:软件工程

    • 发布日期:2024-05-11
    • 文件大小:55296
    • 提供者:rxgzclb
  1. DFS

    0下载:
  2. 一种直接访问文件系统,适用于SSD。可以利用SSD的物理特性,规避缺点。加速IO访问-A direct access to the file system for SSD. The physical characteristics of SSD can be used to circumvent shortcomings. IO access speed
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:337920
    • 提供者:keliang
  1. linux-IO

    0下载:
  2. linux 驱动中 访问arm 端口的方法。-linux ports arm drive access method.
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-11
    • 文件大小:825344
    • 提供者:gaozhiliang
  1. IODriver

    0下载:
  2. 借助驱动完成对winxp或winnt系统的io访问。可以直接使用_outp和_inp等函数。但是需要仔细调试。-failed to translate ,don t know English。sorry!!!
  3. 所属分类:驱动编程

    • 发布日期:2024-05-11
    • 文件大小:4096
    • 提供者:limit
  1. FlashPrint

    0下载:
  2. 用于彩票快打系统的中间件、各种票据打印系统可作参考,生成ie安全的Active ocx组件,自带xml解析、串口重叠IO访问、超酷的自绘进度条,程序运行需要硬件支持,把硬件部分屏蔽掉即可。-Middleware for lottery Street Fighter systems, a variety of ticket printing system can be used for reference, to generate ie
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-11
    • 文件大小:104448
    • 提供者:小仙
  1. IO-mem-acess

    0下载:
  2. 基于linux系统的IO内存访问底层硬件的驱动程序。实验现象是LED灯亮。所以也是LED驱动程序。不是调用函数接口-IO memory based on the Linux system to access the underlying hardware driver. The experimental phenomena are LED lights. LED driver. Instead of calling the functi
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-11
    • 文件大小:6144
    • 提供者:王普
  1. IO

    0下载:
  2. 对stm32107的所有外设进行统一管理,解决ucos下上层应用对硬件访问的互斥问题-All peripherals for stm32107 unified management solution ucos upper application under exclusive access to hardware problems
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-11
    • 文件大小:6144
    • 提供者:hu
  1. WinRing0-v1.3.1b-Source

    0下载:
  2. win ring0 1.3.1b 底层io访问库-win ring0 1.3.1b
  3. 所属分类:驱动编程

    • 发布日期:2024-05-11
    • 文件大小:90112
    • 提供者:fdsa
  1. CH365-IO-RW

    0下载:
  2. CH365 IO 读写访问方法 (DELPHI可编译源码)-CH365 IO read and write access methods (DELPHI can compile the source code)
  3. 所属分类:驱动编程

    • 发布日期:2024-05-11
    • 文件大小:373760
    • 提供者:hq
  1. IO-access-FLASH

    0下载:
  2. IO模拟SPI访问FLASH-PM25LV040,已用在产品上-IO access FLASH- PM25LV040 simulation SPI, has been used on the products
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-11
    • 文件大小:43008
    • 提供者:刘尧
  1. WinRing0_1_3_0

    0下载:
  2. Windows IO/Memory Access Drivers;CPU ID ;MSR;PCI
  3. 所属分类:驱动编程

    • 发布日期:2024-05-11
    • 文件大小:543744
    • 提供者:Cheff
« 12 3 4 5 6 »

源码中国 www.ymcn.org