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

copy

  • This manual documents the interfaces of the libxml library and has some short notes to help get you

    This manual documents the interfaces of the libxml library and has some short notes to help get you up to speed with using the library. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided also that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions.

    标签: interfaces documents the library

    上传时间: 2016-11-08

    上传用户:181992417

  • MTOOLS version 2.0 Mtools is a public domain collection of programs to allow Unix systems t

    MTOOLS version 2.0 Mtools is a public domain collection of programs to allow Unix systems to read, write, and manipulate files on an MSDOS filesystem (typically a diskette). The following MSDOS commands are emulated: Mtool MSDOS name equivalent Description ----- ---- ----------- mattrib ATTRIB change MSDOS file attribute flags mcd CD change MSDOS directory mcopy copy copy MSDOS files to/from Unix mdel DEL/ERASE delete an MSDOS file mdir DIR display an MSDOS directory mformat FORMAT add MSDOS filesystem to a low-level format mlabel LABEL make an MSDOS volume label. mmd MD/MKDIR make an MSDOS subdirectory mrd RD/RMDIR remove an MSDOS subdirectory mread copy low level read (copy) an MSDOS file to Unix mren REN/RENAME rename an existing MSDOS file mtype TYPE display contents of an MSDOS file mwrite copy low level write (copy) a Unix file to MSDOS

    标签: collection programs version systems

    上传时间: 2016-11-18

    上传用户:wlcaption

  • December 19, 2006 - Ant 1.7.0 Available Apache Ant 1.7.0 is now available for download. Ant 1.7

    December 19, 2006 - Ant 1.7.0 Available Apache Ant 1.7.0 is now available for download. Ant 1.7 introduces a resource framework. Some of the core ant tasks such as <copy/> are now able to process not only file system resources but also zip entries, tar entries, paths, ... Resource collections group resources, and can be further combined with operators such as union and intersection. This can be extended by custom resources and custom tasks using resources. Ant 1.7 starts outsourcing of optional tasks to Antlibs. The .NET antlib in preparation will replace the .NET optional tasks which ship in Ant. Support for the version control system Subversion will be only provided as an antlib to be released shortly. Ant 1.7 fixes also a large number of bugs. Ant 1.7 has some initial support for Java6 features.

    标签: Ant Available available December

    上传时间: 2014-01-06

    上传用户:daoxiang126

  • CamTest2.vcw CamTest2.vcp CameraCode.cpp CameraCode.h CamSettingsDlg.cpp CamTest2.aps CamTest2

    CamTest2.vcw CamTest2.vcp CameraCode.cpp CameraCode.h CamSettingsDlg.cpp CamTest2.aps CamTest2.cpp CamTest2.h CamTest2.rc CamTest2.vcb CamTest2.vcl copy (2) of StreamFrame.cpp copy of StreamFrame.cpp mjpeg2bmp.cpp mjpeg2bmp.h resource.h StillCapDlg.cpp StreamFrame.cpp StreamFrame.h 罗技摄像头windows ce测试程序

    标签: CamTest CameraCode CamSettingsDlg cpp

    上传时间: 2013-12-22

    上传用户:diets

  • Lotus Notes开发用的在线DHTML编辑器,基于Active X control 1. This rich text editor is based on the editor used

    Lotus Notes开发用的在线DHTML编辑器,基于Active X control 1. This rich text editor is based on the editor used in an older sandbox posting I found. The majority of this code was NOT written by me. Credit goes to someone at Lotus (I think) for the original code. I only extended the base code to add more features, such as cut/copy/paste and adding tables. 2. This editor is based on an Active X control, so it will only work in Internet Explorer. I tested this in IE 5.5, but I think it should would in IE 5.x The Active X control is marked "safe for scripting" and should not trigger a warning from your browser about unsafe content.

    标签: editor control Active Lotus

    上传时间: 2016-11-27

    上传用户:kr770906

  • 这是一份关于画股票曲线的文档

    这是一份关于画股票曲线的文档,都是自己设计的,没有在网上copy

    标签: 股票 文档

    上传时间: 2013-12-16

    上传用户:dsgkjgkjg

  • LCD_12232液晶平模块与8031单片机的通信及显示处理C程序

    LCD_12232液晶平模块与8031单片机的通信及显示处理C程序,为txt文件,直接copy到编译器就行了。

    标签: 12232 8031 LCD C程序

    上传时间: 2016-12-13

    上传用户:Altman

  • MCU为LPC2220,FLASH为39FV1601(地址0x80000000),外部一个SRAM(地址0x81000000)

    MCU为LPC2220,FLASH为39FV1601(地址0x80000000),外部一个SRAM(地址0x81000000),程序用ADS编译, 用分散加载,程序0x80000000开始引导,FLASH操作在LPC2220内部RAM运行。 实现的作用为开机等待2秒左右若PC发来连接指令将进入BOOT部分,若超时则copy应用程序到外部RAM开始运行。 抛砖引玉,可以认识到分散加载,BOOT的基本原理及方法,该程序已可完成所有功能,但可能仍然需要补足一些 如FLASH坏区检查等,不足之处,敬请自己修改过来拉。 用于串口方式下载,波特率38400。

    标签: 0x80000000 0x81000000 FLASH 2220

    上传时间: 2014-01-26

    上传用户:zhuyibin

  • gcclib This gcc 1.40 suits for Linux kernel 0.11 - 0.95 Installtion hints -----------------

    gcclib This gcc 1.40 suits for Linux kernel 0.11 - 0.95 Installtion hints ----------------- This suit contains include.taz, local.taz and this README file. You must download the bootimage and rootimage and install them first. The include.taz contains all the include files for using with gcc 1.40. The local.taz contains all the gcc tools & libs stored in two sepearted directories: /usr/local/lib /usr/local/bin You should copy the linux/ asm/ sys/ subdirectories into the include directory from the corresponding kernel source. Installation ------------ Goto the /usr directory. Untar the include.taz to the directory /usr/include. Untar the local.taz to the directory /usr/local. That s it! Example: -------- cd /usr tar zxvf include.taz tar zxvf local.taz

    标签: Installtion gcclib kernel Linux

    上传时间: 2014-03-12

    上传用户:源码3

  • 采用verilogHDL编写的I2C接口及SPI接口模块

    采用verilogHDL编写的I2C接口及SPI接口模块,经过测试 相当不错 copy过去可直接使用

    标签: verilogHDL I2C SPI 编写

    上传时间: 2013-12-17

    上传用户:qwe1234