搜索资源列表
vsrename
- --- --- --- Visual Studio Project Renamer For Win9x/NT/2k By Niek Albers nieka@daansystems.com (C)2001 DaanSystems Homepage: http://www.daansystems.com ------------------------------------ Use with care and on your
jiapu
- 家谱设计程序 基于c的家谱程序,通过二叉树完成。有的功能不尽完善,不过是自己努力编写完成的。-Genealogy design process based on c, genealogy program, through the complete binary tree. Some features not perfect, but their own efforts in the preparation completed.
FileExplorer
- C# 仿做的带有树形菜单的文件管理器,也就是Windows系统的资源管理器,类似双击了我的电脑之后的功能及界面,程序编译无错误,在VS2005下,但是运行时候提示找不到资源图片,就是窗体中用到的那些图标之类的。通过这个程序你可以学习一下C#中的树状菜单,图标的使用,系统磁盘的检测显示等。 -C# to do with imitation tree menu of File Manager, which is Windows System Resource Manager, similar t
Expreesion
- 一个表达式和一棵二叉树之间,存在着自然的对应关系。写一个程序,实现基于二叉树表示的算术表达式Expression的操作。 【基本要求】 【一】【必做部分】 假设算术表达式Expression内可以含有变量(a-z),常量(0-9)和二元运算符(+,-,*,/,^(乘幂))。实现以下操作: (1)ReadExpr(E)――以字符序列的形式输入语法正确的前缀表达式并构造表达式E。 (2)WriteExpr(E)――用带括号的中缀表达式输出表达式E。 (3)Assign(V,c
CheckedTree
- 内容索引:VC/C++源码,界面编程,树菜菜单 在下拉选框中使用树形菜单的VC实例,很有意思的程序,以往的树形菜单没这么用过,现在这程序扩展了下拉框的功能,感觉挺不错的,功能变得丰富起来。 -The content index: VC/C++ source programming interface, tree course menu in the drop-down box in the VC instance of the tree menu, a very interestin
shuxingkongjian
- 用 Visual C++.Net (VC.net) 编写的 如何使用树形控件 的演示程序,在Visual C++.Net 2003下运行正常。程序很简单,注释详细。为初学者学习交流使用。有需要的朋友可以下载看看!-Using Visual C . Net (VC.net) prepared in how to use the tree control demo program in Visual C . Net 2003 to run normal. The procedure is
AvlTree_v4
- 该程序使用Visual C++编写的一个数据结构中平衡排序二叉树的一个实现程序-Use the program Visual C++ to prepare a data structure in a balanced binary tree sort of a realization of the procedure
06
- 最优装载方案 成绩: 0 / 折扣: 0.8 试设计一个用队列式分支限界法搜索子集空间树的函数。该函数的参数包括结点可行性判定函数和上界函数等必要的函数,并将此函数用于解装载问题。 装载问题描述如下:有一批共n个集装箱要装上艘载重量为c的轮船,其中集装箱i的重量为wi 。找出一种最优装载方案,将轮船尽可能装满,即在装载体积不受限制的情况下,将尽可能重的集装箱装上轮船。 输入:第一行有2个正整数n和c。n是集装箱数,c是轮船的载重量 接下来的1行中有n个正整数,表示集装箱的重量
pretree
- 采用C语言编写的先序遍历二叉树的源程序,该程序有3部分构成:主程序,构造树函数,先序遍历函数-Written in C language using the first order binary tree traversal of the source, the program has three parts: the main program, construct a tree function, preorder traversal function
avltr
- 二叉平衡树的C语言实现.数据结构中树的应用.自己编写的程序,做练习只用.供大家参考.-A balanced binary tree, C language. In a tree data structure applications. I have written a program to do the exercises only. For your reference.
Huffman
- 一个简单的huffman的c语言程序,程序写的较为简单,重点利用数据结构中的二叉树算法。初学者可以看看,作为不同的思路。-A simple huffman c-language program, the program written in relatively simple, focusing on the use of the binary tree data structure algorithms. Beginners can see, as a different way of thi
BST
- this the BST(binaty search tree) program in C.-this is the BST(binaty search tree) program in C.
FindTreeDemo
- 查找树的程序,用C语言编写的,在C++的环境中运行-Search tree program, using C language, in C++ environment to run
hanfuman
- 自己在学习c#时编写的小程序,不光是对哈弗曼树的简单操作,而且是树操作的温习,对初学者有大的帮助。-Their preparation in learning when a small c# program, not only for simple operations Hafu Man tree, but study the tree operation, a great help for beginners.
balancetree
- balance tree program in C
File-Management-System
- 本程序采用Visual C++作为开发工具,参照了Windows资源管理器的结构,模拟文件管理的工作过程来创建一个文件系统。实现了树形和列表显示文件,创建文件、文件夹,对文件的打开,读写,删除,关闭,剪切,复制,粘贴,重命名,刷新,查看,及属性设置能够删除文件或文件夹。采用VC的MFC来开发程序,全部操作均为可视化,实现了不需要敲命令用鼠标就能实现对文件的各种操作,具有友好的图形界面。-The file system is based on Windows window for referenc
pulimu
- 利用C语言写的普利姆算法产生最小生成树的程序 数据结构课程设计-Program written in C language Puli Mu algorithm produces a minimum spanning tree data structure curriculum design
tree
- 本程序是C/C++的数据结构中有关树的调试过的所有程序,经过本人测试,程序正确无误。-This program is in the C/C++ data structure about tree all program debugging my tests, the program is correct.
christmas-tree
- 这是一个在C#开发环境下的控制台小程序。可以在控制台上显示圣诞树的图形,非常有趣。-This is a the console small program in C# development environment. Christmas tree can be displayed on the console graphics, very interesting.
AVL, Boyemoore, BST
- AVL tree, Boyemoore search, Binary Search Tree C Program