CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - file check

搜索资源列表

  1. FindChinese

    0下载:
  2. check chinese in source code file-check in source code file
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:1815
    • 提供者:wanght
  1. softVBfile

    0下载:
  2. 通过此程序可以方便的查看一个文件的大小并清空此文件-through this procedure can easily check a document the size of this file and emptied.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5307
    • 提供者:hy
  1. GCC_manual

    0下载:
  2. 本手册页内容摘自GNU C编译器的完整文档,仅限于解释选项的含义. 除非有人自愿维护,否则本手册页不再更新.如果发现手册页和软件之间有所矛盾,请查对Info文件, Info文件是权威文档. 如果我们发觉本手册页的内容由于过时而导致明显的混乱和抱怨时,我们就停止发布它.不可能有其他选择,象更新Info文件同时更新man手册,因为其他维护GNU CC的工作没有留给我们时间做这个. GNU工程认为man手册是过时产物,应该把时间用到别的地方.-This manual page is an ex
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:298430
    • 提供者:thinkinweb
  1. DelphiDoXML

    0下载:
  2. Delphi操作xml文件,对xml文件的创建、增删、改、查-Delphi s operations xml file , create xml file , add or delete , change , check
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:287742
    • 提供者:Eagle
  1. a4q1

    0下载:
  2. ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and printed both to the console and to an output file. • Assume a file with correct data (no garbage, characters, etc.). • you must check and p
  3. 所属分类:assembly language

    • 发布日期:2017-11-30
    • 文件大小:3588
    • 提供者:李浩
  1. keyboard

    0下载:
  2. 使用注意:1、应包含头文件slavr.h 2、在工程选项中的Additional Lib中填入slavr 使用编译器使用附加库文件libslavr.a 3、本例采用了作按键释放检查的函数,适用于显 示电路不需频繁刷新的程序,如静态显示、LCD 模块电路等。-Use Note: 1, should include the header file slavr.h 2, in the project options in the Additional Lib
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:996
    • 提供者:BRADLEE
  1. CheckDogV1.1

    0下载:
  2. 检查EXCEL文件中有没有中文,在做日文项目的单侧数中,比较有用-Check EXCEL file, there is no Chinese, Japanese, doing the number of unilateral projects, the more useful
  3. 所属分类:中文信息处理

    • 发布日期:2015-06-26
    • 文件大小:22817
    • 提供者:soarsoul
  1. MixProgressBar

    0下载:
  2. Multicolor progress bar. Instead of signaling progress by specifying the position from min to max, you add sections (also from min to max) of any color. I originally used with three colors to show file corruption (like a disk surface check).
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:1586
    • 提供者:David
  1. FILE

    0下载:
  2. 进行文件基本操作的应用程序。本实例的知识点有:调用C++现成的系统函数库进行文件的各种操作(查找、检查操作权限、重命名、删除)。-Basic operations for file applications. The examples of knowledge points are: calling C++ library for existing file systems of various operations (find, check operation permissions, ren
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:13963
    • 提供者:海燕
  1. FileSystem

    0下载:
  2. 模拟操作系统的文件系统,包含新建文件,更新文件和查询文件等功能-Simulation of the operating system file system, including new files, update files and check files and other functions
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:4481
    • 提供者:吴蕾
  1. Thecampusguidesystemprogram

    0下载:
  2. 校园导游咨询(★★ ★) 问题描述:为本校设计一个校园导游咨询程序,满足以下要求: ① 校园地图存储于数据文件中(格式自定,至少15个景点,25条边),包括景点编号、名称、简介、景点间道路长度等信息; ② 能根据“景点编号 / 名称”查询任意景点的相关信息; ③ 在用户指定出发和目的景点后,能提供两景点间的最短路径信息; ④ 能为用户提供从指定景点出发游览完其他所有景点的路线信息。 -Campus Guide Consulting (★ ★ ★ ★ ★) Problem
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:258192
    • 提供者:Jack Li
  1. 200741119366291

    0下载:
  2. 速度飞快的数独计算器,基本的原理就是递归搜索,但在检查9个3*3小方块的时候使用了复杂度为O(1)的算法,使得求解速度极快 使用方法: 使用方法: STEP One:在文本文档中 写入81个数(待填的用0表示,每九个换行,每两个数之间空一个) 保存为 input.in(注意后缀) 运行 “数独终结者.exe” 文件夹内会生成一个Answer.out的文件,用文本打开,便是答案 (bestshudu.pas是源程序) -Sudoku calculator fast sp
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:31006
    • 提供者:cc5432166
  1. cb_Udisk

    0下载:
  2. 监测U盘插入的程序,实时监测是否有U,如有,则检查是否有自动运行的文件(autorun.inf),如果是病毒则删除它。-U disk into the process monitoring, real-time monitoring of whether there are U, and if so, then check the file to run automatically (autorun.inf), if the virus will delete it.
  3. 所属分类:Kill Virus

    • 发布日期:2017-03-26
    • 文件大小:309263
    • 提供者:xieshui
  1. Launcher-2010-Source

    0下载:
  2. A Launcher for MuOnline, development in Pascal, compiled with Delphi7, this launcher contains a great AutoUpdate with CRC Check for each file.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-09
    • 文件大小:2131505
    • 提供者:ivan
  1. bsl

    0下载:
  2. 《蓝色防线》主要有“网站安全查询”、“垃圾网站屏蔽”、“IE修复锁定”、“木马云查杀”和“安全百宝箱”五大功能。这其中,“网站安全查询”调用的是“诺顿安全网址查询”的查询结果,它同时包含网站预览截图功能,可以在浏览网站前先了解网页大致内容;而“木马云查杀”则是调用在线多杀毒引擎文件检测,实现传说中的“云查杀”。-" Blue line" main " website security check," " spam site blocking"
  3. 所属分类:Kill Virus

    • 发布日期:2017-05-28
    • 文件大小:10882177
    • 提供者:fooying
  1. vcPP-ocx

    0下载:
  2. 1.只需指明ocx文件的路径(含文件名),函数即可自动从文件中提取控件的CLSID,然后检查是否已 注册,如果已注册则不再注册;如果未注册则自动进行注册。 2.ocx控件必须包含TypeLib信息,一般VC++/VB/DELPHI7等生成的控件都属于此类型。 3.函数在VC6下执行顺利,由于程序中的控件在程序初始化时也必须初始化,因此该函数代码应放在应用程序的初始化 过程中,如在VC6的MFC工程中应放在CXXXApp::CXXXApp()中。-1 is only needed
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:1216
    • 提供者:QH
  1. checkpe

    0下载:
  2. 检查一个文件是否是合法的PE文件,纯汇编代码,编译后的可执行文件比源程序还小,只有3.5K-Check whether a file is legitimate PE file, pure assembly code, compiled executable file smaller than the source, only 3.5K
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:1428
    • 提供者:王先锋
  1. chakanwenjian

    0下载:
  2. 查看系统指定文件是非存在的检测语句,非常好且实用的代码,原创代码,只在本站共享。-Check the specified file system, there is the detection of non-statement, is very good and useful code, original code, only the site sharing.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-31
    • 文件大小:1450
    • 提供者:静水深流
  1. CheckFileMD5Demo

    0下载:
  2. 使用md5 检查文件的完整性,演示如何使用md5算发和文件流-use mdt check file and file steam option file
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:31011
    • 提供者:时光
  1. example

    0下载:
  2. Write an EXE program that accepts a string from the keyboard, converts it to HEX (this algorithm should also check to see if the input is a number), and stores it. It should take a second string and convert it to HEX, then add the two numbers,
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:2477
    • 提供者:Yan
« 12 3 »
搜珍网 www.dssz.com