搜索资源列表
rdel
- 该程序是用汇编语言编写的,采用COM 文件格式。主要设计思想为:把目录当作N个结点的二叉树, 采用二叉树的先序遍历完成对盘上目录的搜索、定位,即从根目录开始用INT21H的 4EH号子功能搜索匹配目录(CL=10H)并判断搜索的结果是否为目录,若是则进入此目录,删除文件后继续搜索下一级子目录。若不是则用INT21H的4FH号子功能搜索下一个匹配目录, 并在判断为真后进入目录删除文件,如此一级一级地纵向深入子目录删除文件,直到完成此目录的最后一级子目录的文件删除(遍历左子树)。然后用INT21的4
xmlprocessing
- xml文件的操作,包括xml文件读写,添加删除结点等-xml document the operation, including xml document literacy, add delete nodes, etc.
MinDistTest
- 一个查找带权拓扑图中,任意两点最短距离的算法函数,函数名为MinDis,开发环境是vc6.0,界面和工程只是举了个例子,测试下10个节点中任意两个节点查找最短路径。 -Find the right one with a topology, the shortest distance between any two points in the algorithm function, the function is named MinDis, the development environmen
xml-parser-vc
- XML文件解析类源码,包括新增节点,新增属性,删除节点,等操作的实现。-XML file parsing, source code, including the new node, the new attributes, delete nodes, and so the realization of the operation.
mfc
- mfc,遍历xml里面的所有节点,很方便的-mfc, traverse all nodes of the xml inside
XMLoper
- vb操作xml,生成xml文件,添加、删除节点-VB XML, generate the XML file, add, delete nodes
Grid
- GridC is a simulation for grid computing using java eclipse.GridSimulate 4 nodes
WinForm_SuperReader_XLS_XML_CSV_XLS
- 本项目使用C#语言编写,winform程序, 演示了如何读取多种类型的数据文件 包含Excel 2007,excel 2003 xml, xls,xlsx,csv, fixed text等多种格式 展示.net XlsxReader方法的使用 展示了.net中操作XML节点的方法-This project uses the c# language, WinForm program Demonstrates how to read multiple types of da
CSharp-XMLOperation-
- C#之XML文件操作,节点的导入、添加、删除、文件读取等-C# The XML file operations, import nodes, add, delete, file read, etc.
boves
- 用vc实现的二叉树的层次排列输入一颗树输出以层次排列的节点-Using vc to achieve the level of the binary tree to arrange input output nodes arranged in layers of a tree
Excel文档处理之Open XML
- 代码分为两个部分:OXExcel类:Excel文档结构层次的节点或元素的处理;OXSheet:工作表内容层次的节点或元素的处理。 注:本代码段是本人经多次试验后的结果,但依然不尽如人意,主要表现在两个方面:1、表格样式部分只编写了修改背景颜色的功能;2、超链接的添加会导致一个后遗症,打开Excel文档后不修改任何东西,关闭时总会有一个是否保存的提示。(The code is divided into two parts: the OXExcel class: the Excel documen