CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 文件操作 搜索资源 - API CAN

搜索资源列表

  1. vbapi函数手册

    0下载:
  2. vbapi函数手册 为了让大家能更好的阅读和管理Windows API 函数,于是我为大家将网上的资料整理成一个帮助文件。让查阅API 函数变的更简单,容易,也更有效。 本帮助文件中的Windows API 函数大约有774个,共分十二大类,基本上包括了大部分的常用和非常用的Windows API 函数,按分类编排,具有索引功能,支持全文检索,可添加到收藏夹。 声明:本帮助文件由Raise Belling个人整理后出版,内容全摘自网络,版权归实际作者所有。-vbapi manual to fun
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:956.11kb
    • 提供者:吴文勇
  1. dir_mon

    0下载:
  2. 目录监视,当目录修改时可以通知用户,通过对文件系统api hook实现-directory surveillance, directory can be modified to notify the user through the file system to achieve api hook
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:18.11kb
    • 提供者:kair
  1. TextBoxmyj2

    0下载:
  2. 禁止在TextBox中输入 作者:土人 方法一:(有光标闪烁,输入、删除等操作无效) Text1.Locked = True 方法二:(无光标闪烁,不能输入、删除,界面变色、文字反白) Text1.Enabled = False 方法三:(有光标闪烁,可删除,不能输入) 此法用两个API函数,略为复杂些。请在标准工程添加两个按钮和一个文本框:-TextBox which prohibits the importation Author
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1.04kb
    • 提供者:进吗
  1. DesktopSearchEngine.开源的桌面搜索引擎源代码

    0下载:
  2. 一款开源的桌面搜索引擎源代码,技术特色包括快速搜索文件(作者称经常会少于1秒),支持音乐/文档/图片筛选过滤,文件类型筛选过滤,文件访问和文件大小筛选等。源代码包括了一个加速技术及有关函数,以及闪速注册表读取类。源代码中包含使用CopyMemory API函数构建的二进制文件转储功能,从内存获取对象集合,使用WMI脚本对象,多线程递归搜索以及其他的技术,总之是一款不错的源代码,对希望编写桌面搜索引擎的网友可以提供借鉴。 首先把 Engine目录下的prjEngi
  3. 所属分类:文件操作

    • 发布日期:2017-03-23
    • 文件大小:259.1kb
    • 提供者:32487VG
  1. tinyxml

    0下载:
  2. 一个读取和解析XML的开源API,可以自由的扩展功能-TinyXML is a simple, small, C++ XML parser that can be easily integrated into other programs
  3. 所属分类:File Operate

    • 发布日期:2017-04-08
    • 文件大小:85.05kb
    • 提供者:will
  1. IniFileCpp

    0下载:
  2. 在程序中经常要用到读取用户的配置信息,以便提高程序的灵活性。IniFile/IniFileCpp提供了跨平台的配置文件读写API,可以很方便的对ini配置文件进行操作。-Often used in the procedure to read the user' s configuration information in order to enhance flexibility of the proceedings. IniFile/IniFileCpp provides a cross-
  3. 所属分类:File Operate

    • 发布日期:2017-04-14
    • 文件大小:4.87kb
    • 提供者:jane xu
  1. getcodeline

    0下载:
  2. 统计一个目录下代码行数(只统计c++后缀名为.h和.cpp的文件)。使用了windows api。如果想统计其他后缀名的代码,请打开源码,自己修改在编译。 使用方法:进入想统计的目录,直接执行命令。 或者 比如你想统计 e:\c++ 下代码行数,可以不进入该目录,直接输入 getcodeline e:\c++ (getcodeline为你编译的可执行文件名字)。 可以使用管道把信息输出到一个文件中查看。如:getcodeline e:\c++ > out.txt 大家
  3. 所属分类:File Operate

    • 发布日期:2017-04-29
    • 文件大小:66.36kb
    • 提供者:luo hao
  1. Lucene.Net-2.0-002-27Nov06-src

    0下载:
  2. Lucene README file $Id: README.txt 164119 2005-04-21 20:47:18Z dnaber $ INTRODUCTION Lucene is a Java full-text search engine. Lucene is not a complete application, but rather a code library and API that can easily be used to add s
  3. 所属分类:File Operate

    • 发布日期:2017-03-23
    • 文件大小:926.33kb
    • 提供者:qt033
  1. WriteLog

    0下载:
  2. 功能描述:一个很不错的日志文件写入模块,不同于 open/print/close写文件方法,这个模块使用API 存取文件,这样保证文件能正确的存取,及时被 存取的文件正被其他用户打开。这个模块是最安全 有效的文件写入方法,用于日志文件的创建,当然 也可以用于其他文件存取。-' Function Descr iption: A very nice log file is written module, different from the' open/
  3. 所属分类:File Operate

    • 发布日期:2017-03-26
    • 文件大小:1.51kb
    • 提供者:Icer
  1. E-Language-read-and-write-any-sector

    0下载:
  2. 这个易语言程序源码可读写硬盘任意扇区,调用系统自带API。附带一个常用API模块-This program can read and write any sector calls the system API.This compressed package with a common API module.
  3. 所属分类:文件操作

    • 发布日期:2017-03-27
    • 文件大小:237.03kb
    • 提供者:helin
  1. fileopenV1.0.0.6

    0下载:
  2. 自己用 VB.net 编的文件启动器(类似软件助手),可以用来将一些相关的文件或可执行程序,或文件夹路径进行关联。 编译环境为VS 2010 包含:ini文件的读写,系统文件API调用等-File compiled using VB.net launcher (similar software assistant), can be used to associate file or executable program or folder path.
  3. 所属分类:File Operate

    • 发布日期:2017-11-14
    • 文件大小:431.88kb
    • 提供者:lilong
  1. bmp2avi

    0下载:
  2. 可将bmp文件通过windows API函数合成为AVI文件,且可以自己设计播放帧速率-Bmp file can be synthesized by the windows API function as an AVI file, and can design their own playback frame rate
  3. 所属分类:File Operate

    • 发布日期:2017-11-13
    • 文件大小:2.24kb
    • 提供者:s09021037
  1. usb-i2c

    0下载:
  2. I2C-USB模块实现了从USB接口到I2CR接口的转换,即用户可以通过我们的API函数,在程序端发出命令对具有I2C接口的外围设备进行操纵。要对I2C-USB设备进行开发,必须具备一定的i2c接口的知识。-I2C-USB module from the USB interface to the I2CR interface conversion, the user can through our API function, issued in the program end command p
  3. 所属分类:File Operate

    • 发布日期:2017-11-12
    • 文件大小:195.07kb
    • 提供者:yanghongyi
  1. BasicExcel_demo

    0下载:
  2. windows自身并无关于Excel的直接的操作,造成我们去写的时候,要进行大量的全用API编写,本类可以简单调用,完成基本的需求,但对中文的支持不是很好。-There are no windows in Excel' s own direct manipulation, causing us to write, to conduct a large number of full-API is prepared, you can simply call the class, complet
  3. 所属分类:File Operate

    • 发布日期:2017-11-26
    • 文件大小:74.69kb
    • 提供者:乐凡
  1. ReadConfig

    0下载:
  2. 利用C语言实现配置文件(.ini)的读写操作,可跨平台使用,实现的功能与windows API 函数 GetPrivateProfileString 和WritePrivateProfileString的功能一样-Using C language to complete two functions which can read and write config files, like that with suffix .ini
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:16.58kb
    • 提供者:yangpeng
  1. SearchRegDlg

    0下载:
  2. an example of wince reg API, you can search reg by keywords
  3. 所属分类:File Operate

    • 发布日期:2017-04-14
    • 文件大小:2.7kb
    • 提供者:jack she
  1. FileTest

    0下载:
  2. 学习,测试,调试,微软文件系统API以及内部原理的工具-You can use this tool for testing, debugging and learning [Windows FileSystem Apis](http://msdn.microsoft.com/en-us/library/windows/desktop/aa364232(v=vs.85).aspx)
  3. 所属分类:File Operate

    • 发布日期:2017-05-03
    • 文件大小:885.7kb
    • 提供者:sitefortest
  1. saj-ayost

    0下载:
  2. 浅析本机API 此文只能说是一篇笔记,是关于本机API的-Native API is analysed in this, can only say that a note about the native API
  3. 所属分类:File Operate

    • 发布日期:2017-12-16
    • 文件大小:6kb
    • 提供者:kgc!04261
  1. execptive-instruction-forwarding

    0下载:
  2. 利用API函数,可以实现硬盘的格式化,可以方便的调用Windows组件-Using the API function, can realize the hard disk formatting, can easily call Windows components
  3. 所属分类:File Operate

    • 发布日期:2017-12-15
    • 文件大小:2kb
    • 提供者:nueea
  1. aamiliarforListView

    0下载:
  2. 对ListView API进行了完全的封装,读这个原代码可以熟悉ListView的-Complete packaging for ListView API, read the original code can be familiar with all aspects of the ListView
  3. 所属分类:File Operate

    • 发布日期:2017-12-16
    • 文件大小:40kb
    • 提供者:WEcmgk$554700
« 12 »
搜珍网 www.dssz.com