搜索资源列表
FindChinese
- check chinese in source code file-check in source code file
softVBfile
- 通过此程序可以方便的查看一个文件的大小并清空此文件-through this procedure can easily check a document the size of this file and emptied.
GCC_manual
- 本手册页内容摘自GNU C编译器的完整文档,仅限于解释选项的含义. 除非有人自愿维护,否则本手册页不再更新.如果发现手册页和软件之间有所矛盾,请查对Info文件, Info文件是权威文档. 如果我们发觉本手册页的内容由于过时而导致明显的混乱和抱怨时,我们就停止发布它.不可能有其他选择,象更新Info文件同时更新man手册,因为其他维护GNU CC的工作没有留给我们时间做这个. GNU工程认为man手册是过时产物,应该把时间用到别的地方.-This manual page is an ex
DelphiDoXML
- Delphi操作xml文件,对xml文件的创建、增删、改、查-Delphi s operations xml file , create xml file , add or delete , change , check
a4q1
- 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
keyboard
- 使用注意: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
CheckDogV1.1
- 检查EXCEL文件中有没有中文,在做日文项目的单侧数中,比较有用-Check EXCEL file, there is no Chinese, Japanese, doing the number of unilateral projects, the more useful
MixProgressBar
- 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).
FILE
- 进行文件基本操作的应用程序。本实例的知识点有:调用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
FileSystem
- 模拟操作系统的文件系统,包含新建文件,更新文件和查询文件等功能-Simulation of the operating system file system, including new files, update files and check files and other functions
Thecampusguidesystemprogram
- 校园导游咨询(★★ ★) 问题描述:为本校设计一个校园导游咨询程序,满足以下要求: ① 校园地图存储于数据文件中(格式自定,至少15个景点,25条边),包括景点编号、名称、简介、景点间道路长度等信息; ② 能根据“景点编号 / 名称”查询任意景点的相关信息; ③ 在用户指定出发和目的景点后,能提供两景点间的最短路径信息; ④ 能为用户提供从指定景点出发游览完其他所有景点的路线信息。 -Campus Guide Consulting (★ ★ ★ ★ ★) Problem
200741119366291
- 速度飞快的数独计算器,基本的原理就是递归搜索,但在检查9个3*3小方块的时候使用了复杂度为O(1)的算法,使得求解速度极快 使用方法: 使用方法: STEP One:在文本文档中 写入81个数(待填的用0表示,每九个换行,每两个数之间空一个) 保存为 input.in(注意后缀) 运行 “数独终结者.exe” 文件夹内会生成一个Answer.out的文件,用文本打开,便是答案 (bestshudu.pas是源程序) -Sudoku calculator fast sp
cb_Udisk
- 监测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.
Launcher-2010-Source
- A Launcher for MuOnline, development in Pascal, compiled with Delphi7, this launcher contains a great AutoUpdate with CRC Check for each file.
bsl
- 《蓝色防线》主要有“网站安全查询”、“垃圾网站屏蔽”、“IE修复锁定”、“木马云查杀”和“安全百宝箱”五大功能。这其中,“网站安全查询”调用的是“诺顿安全网址查询”的查询结果,它同时包含网站预览截图功能,可以在浏览网站前先了解网页大致内容;而“木马云查杀”则是调用在线多杀毒引擎文件检测,实现传说中的“云查杀”。-" Blue line" main " website security check," " spam site blocking"
vcPP-ocx
- 1.只需指明ocx文件的路径(含文件名),函数即可自动从文件中提取控件的CLSID,然后检查是否已 注册,如果已注册则不再注册;如果未注册则自动进行注册。 2.ocx控件必须包含TypeLib信息,一般VC++/VB/DELPHI7等生成的控件都属于此类型。 3.函数在VC6下执行顺利,由于程序中的控件在程序初始化时也必须初始化,因此该函数代码应放在应用程序的初始化 过程中,如在VC6的MFC工程中应放在CXXXApp::CXXXApp()中。-1 is only needed
checkpe
- 检查一个文件是否是合法的PE文件,纯汇编代码,编译后的可执行文件比源程序还小,只有3.5K-Check whether a file is legitimate PE file, pure assembly code, compiled executable file smaller than the source, only 3.5K
chakanwenjian
- 查看系统指定文件是非存在的检测语句,非常好且实用的代码,原创代码,只在本站共享。-Check the specified file system, there is the detection of non-statement, is very good and useful code, original code, only the site sharing.
CheckFileMD5Demo
- 使用md5 检查文件的完整性,演示如何使用md5算发和文件流-use mdt check file and file steam option file
example
- 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,