CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 查找文件

搜索资源列表

  1. DirectoryTree_FileFind

    0下载:
  2. 这个工程实现文件查找功能,特色在于其对每一个子目录都生成一个线程进行扫描,并动态生成目录树,学习多线程生树结构可以此为参考-realization of this project document search function, its characteristics in a subdirectory for each generation has a threaded scanning, and dynamically generated directory tree, students
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:109788
    • 提供者:liangjie
  1. configbanner

    0下载:
  2. 查找目录路径,然后修改文件的内容,如广告,文件路径等-directory search path, then amend the content of the document, such as advertising, paper trails, etc.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2218
    • 提供者:老臭虫
  1. fileFindAndReplace

    0下载:
  2. 主要功能:用于实现文本文件的查找与替换,用VC编写,用到类CStdioFile -main functions : to make the full text of the document search and replace, with VC preparation, use category CStdioFile
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:39841
    • 提供者:11
  1. 1qinglichushou

    0下载:
  2. VC清理助手使用了多线程,可以在查找大批文件时不会导致UI停顿! -VC liquidation aides use the multithreading can find a large number of documents UI will not lead to a halt!
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:27285
    • 提供者:qifang
  1. brewdemo

    0下载:
  2. brew开发的c文件的模板,使用时查找name并替换成你得工程名,用vc++开发-brew development of the c document template, when you use name and you have to replace the project, and vc use development
  3. 所属分类:BREW编程

    • 发布日期:2008-10-13
    • 文件大小:3099
    • 提供者:zhangjia
  1. javaedit

    0下载:
  2. 是一个文本编辑工具,可以事项文件拷贝查找-text editor is a tool that can search for copies of documents
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2293
    • 提供者:bigbb
  1. GADTERM

    0下载:
  2. 系列小工具(包括文本的查找,磁盘文件的加密,文本文件加行号等等)GADTERM.zip-series of small tools (including text search, document disk encryption, Text File line, etc.) GADTERM.zip
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:279635
    • 提供者:zgb
  1. vcGrep

    0下载:
  2. 一个VC写的grep程序,可以查找指定文件中的内容-a written grep procedures, can find the specific file content
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:29085
    • 提供者:王勇
  1. udpattack

    2下载:
  2. 远程反弹木马软件 主要功能:1、远程文件访问。包括文件上传、下载、文件。(夹)更名、文件删除、文件运行、文件查找、远程创建文件夹、远程清空文件夹等。  2、远程关机、启动、注销、修改组织名、用户名。  3、远程键盘记录、鼠标控制、锁定键盘鼠标、模拟特别键功能。  4、远程注册表模拟器、快速注册表修改。  5、远程消息发送、远程进程控制。  6、远程查看剪贴板、当前活动窗体名、隐藏桌面图标、隐藏任务栏、隐藏开始按钮等。  7、远程系统命令、远程DOS命令。  8、远程屏幕抓图(可保存为图片)。  
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:606331
    • 提供者:林封
  1. asdcv

    0下载:
  2. 利用哈希函数对学生姓名进行最优化查找 可选择从键盘输入和文件输入,需输入名字最大长度-hash function to the students find the most optimal choice from the keyboard input and the input document, name must be imported maximum length
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1653
    • 提供者:houny
  1. EraseCVS

    0下载:
  2. 可以查找删除指定文件目录下的指定名字的目录,希望对大家有用-you can delete a specific file directory designated under the name of the directory, we hope to useful
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:52670
    • 提供者:爱护哈哈
  1. 2006082

    0下载:
  2. 文件查找,方便大家进行日常的文件搜索,大家请用-search for documents to facilitate day-to-day document search, please use
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:73586
    • 提供者:小小
  1. c-shiyanbaogao

    1下载:
  2. 编写一程序,统计学生的成绩信息(保存在文件Score.dat中)。 要求: 1. 能按总分,数学成绩,英语成绩,计算机成绩分别排序 2. 能分别统计数学,英语,计算机中不及格人数 3. 能按学号查找学生,并显示该学生信息。 注 1. 从文件中读入数据以及功能菜单显示已在文件ReadData.c 和Menu.c中给出; 2. 代码的总体结构已在文件Score.c中给出,并定义了一些函数头,但有关函数体代码和一些主程序处理代码要求学生填写,也可以修改函数头;
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:7528
    • 提供者:zhg
  1. myB+T

    0下载:
  2. 实现一个B*Tree的添加和查找,输入数据为一组字典文件-achieve a B * Tree Search and the addition, the input data for a group of documents dictionary
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3434
    • 提供者:Ren Kai
  1. 200626740213

    0下载:
  2. 此程序为java查找文档,统计给定文件中包含的每个单词出现的频率,并按单词表的顺序显示统计结果-procedure for java find documents, statistics given document contains the words of each frequency, together with a word list in the order shown results
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4797
    • 提供者:李冰月
  1. Chapter4_6

    0下载:
  2. 在vc++环境中,对文件实行目录方式的查找-in vc environment, the implementation of Contents of the document the way you! !
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:33160
    • 提供者:jiang
  1. MyCrawlerFrame

    1下载:
  2. java 开发的网页爬虫,使用广度搜索,对网页的所有链接进行查找,并分析其链接,找出一级域名的所有网址,并将其添加到待处理列表,站外链接只作记录,不作处理,软件有界面,src文件夹里面有源码,myCrawler.jar可直接运行-java development of the website reptiles, the use of search breadth of the website link for you all, and analysis of their link to find
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:8498554
    • 提供者:江如基
  1. dxccz

    0下载:
  2. 主要介绍了如何在 文本文件中实现多线程查找字符串的编程技术-major described how the text document search for multi-threaded programming string
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:16737
    • 提供者:YL
  1. charSeachReplace

    0下载:
  2. 本源码对一批文本文件完成一个字符串查找并替换-the source of a number of text files to complete a search and replace strings
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:1454
    • 提供者:aaa
  1. FileProperty-find

    0下载:
  2. 文件属性对话框与查找目标,调用系统功能,vc6.0编译通过-Document Properties dialog with the search, calling system functions, compiled by vc6.0
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:38511
    • 提供者:Athena1713
« 1 2 ... 18 19 20 21 22 2324 25 26 27 28 ... 50 »
搜珍网 www.dssz.com