搜索资源列表
rdel
- 该程序是用汇编语言编写的,采用COM 文件格式。主要设计思想为:把目录当作N个结点的二叉树, 采用二叉树的先序遍历完成对盘上目录的搜索、定位,即从根目录开始用INT21H的 4EH号子功能搜索匹配目录(CL=10H)并判断搜索的结果是否为目录,若是则进入此目录,删除文件后继续搜索下一级子目录。若不是则用INT21H的4FH号子功能搜索下一个匹配目录, 并在判断为真后进入目录删除文件,如此一级一级地纵向深入子目录删除文件,直到完成此目录的最后一级子目录的文件删除(遍历左子树)。然后用INT21的4
DirTreeTxt
- 是一款帮助用户扫描指定目录内容,并将其中的目录及子目录和文件名以树形或列表形式存放在文本文件中的软件,可以任意指定扫描的深度-is a help users scan designated directories, will the Catalog and the subdirectory name and documents to a tree or a list kept in a text file on the software, scanning can be arbitrarily
linsang
- 很多涉及图上操作的算法都是以图的遍历操作为基础的,此程序演示出图的遍历的过程。通过邻接矩阵存储结构实现数据俄的输入,实现图的深度优先遍历和广度优先遍历过程的演示,对异常输入信息报错。-map of algorithms are plans to traverse the basis for the operation, this procedure demonstrated map out the ergodic process. Through the adjacency matrix of
xuanbing
- 用高级语言编写和调试一个简单的文件系统,模拟文件管理的工作过程。从而对各种文件操作命令的实质内容和执行过程有比较深入的了解。-with high-level language debugging and prepared a simple file system, simulated document management process. Thus the various documents in order to operate substance and the implementatio
sting7.doc
- 图的邻接矩阵、邻接表、十字链表、邻接多重链表存储结构表示及其创建算法的c语言实现 图的深度优先搜索遍历算法和图的广度优先搜索遍历算法及C语言实现-the adjacency matrix, the adjacent table, Cross Chain, Listless multiple adjacent storage structure and said the creation algorithm in C Language map of the depth-first traversa
80例上手Delphi7编程_05文件操作
- 80例上手Delphi7编程_05文件操作,简单实用的程序例子告诉读者对文件操作,以达到对文件编程的深入了解-80 cases easily Delphi7 programming _05 paper operation, the procedure is simple and practical examples tell the readers of the document operation, in order to achieve the document in-depth under
drillnc_vb
- 产生钻孔nc 代码 输入:NC文件号 incfileNum 输入:备注strNote, 安全高度, 钻深, 啄钻深度, 点集,刀号,刀径,转速,进给,刀长补正,半径补正,[下一刀号], [N行号],[增量] 输出:啄钻NC -Enter the code generated nc bored: NC document incfileNum type: Remarks strNote, safe altitude, deep drilling, peck drilling d
Fullarc_mill2
- 目的: 全圆铣削过程(有刀径补正 进退刀圆弧等径 中心下刀) 输入: NC文件号incfileNum 输入: 备注strNote, 安全高度Millinitial_z, 铣深milldepth, Z进给高度millFdepth , 啄铣深度millzstpdepth,圆直径strDiamill, 圆心点集strCptsxy,刀号Tcur,刀径Diacur,转速Scur, 进给Fcur,刀长补正H,半径补正Dcur,铣削方向blnFangxXiang,[下一刀号]Tnxt
Images_Identifier
- Simple sample to check images file (bmp, jpg, gif, pbg) and return the size and dimension, depth, etc-Simple sample to check images file (bmp, jpg, gif, pbg) and return the size and dimension, depth, etc..
fun
- 这是一个用matlab读取txt(特定格式)文件并读取文件,画出figure,自动保存和关闭figure。程序运用了深度搜索递归算法。(因为大家没有input的txt文件,所以阅读程序领会思想和方法即可)-This is a use matlab to read txt (a specific format) file and read documents, painted figure, on and off automatically to preserve figure. Procedur
File
- 设计目的:通过设计和调试一个简单的文件系统,主要是模拟文件操作命令的执行,来模拟文件管理,使学生对主要文件操作命令的实质和执行过程有比较深入的了解,掌握它们的基本实施方法。 设计要求: ⑴设计一个支持n个用户的文件系统,每个用户可拥有多个文件; ⑵采用二级或二级以上的多级文件目录管理; ⑶对文件应设置存取控制保护方式,如“只能执行”、“允许读”、“允许写”等; ⑷系统的外部特征应接近于真实系统,可设置下述文件操作命令:建立文件、打开文件、关闭文件、删除文件、读文件、写文件、
CShapeXML
- 深入理解C#中的XML中的部分源码, 对于新手很好有参考价值的-In-depth understanding of the part of the source code in C# XML good reference value for the novice
emis
- 企业 员工信息管理系统 对STL 类的封装 继承 多态 重载 进行 深入对话-Employees information management system for multi-state overload STL package inherited depth dialogue
GDAL_FormatConverTiff
- 一个使用gdal转换geotiff文件格式的例子。 实现了geotiff文件从位深度16位到24位的转换,并且使用多线程实现了批量转换和现实功能。-A GeoTIFF file format conversion example. Implementation of the GeoTIFF file from a depth of 16 to 24 conversion, and use multithreading to achieve the batch conversion
word(structure)
- 深入分析word文件的数据结构,在自动生成报告中实际作用较大。-In-depth analysis of the data structure word file, the actual effect of the larger in the automatically generated report.