资源列表
netaddressd
- 计算网络地址 计算子网掩码地址 计算 各种子网的地址-Computing network address The subnet mask address calculation In calculating the subnet address
Algebra2013
- Linear algebra problems!
greedy
- 贪心法解决背包问题 可自己设置物品数量和背包总容量-Greedy method to solve the knapsack problem and the number of items can set up their own backpack with a total capacity
BinaryTree
- 数据结构(c#) 二叉树 自己编的,有些粗糙,仅供学习-Data structure (c#) binary own, some rough, only to learn
SequencedList
- 数据结构(C#) 队列 自己编的,有些粗糙,仅供学习交流-Data structure (C#) queue own, some rough, only to learn communication
Vertex
- 数据结构(C#) 图 自己编的,有些粗糙,仅供学习交流-Data structure (C#) Fig own, some rough, only to learn communication
The-definition--of-an-array
- 定义一个数组,并对其进行各种处理,如插入,删除,排序等等,已运行通过。-Define an array, and carries on the various operations, such as sorting, insert, delete, etc., has passed the program is running
The-establishment-of-a-static-queue
- 定义了一个循环队列,并对其进行处理,包括初始化,输入,输出,删除等等,已经在vc6.0上运行通过。-Defines a circular queue, and carries on the processing, including initialization, input, output, delete, etc., has been run through in vc6.0
the-static-binary-tree-and-input
- 建立一个静态二叉树,并对他进行先序遍历,已在vc6.0上运行通过。-To establish a static binary tree, and carries on his first sequence traversal, has run through in vc6.0
2
- 有序链表的合并,将2条有序单链表进行合并为1条有序单链表-Ordered list of the merger, the two merge as a single list ordered an orderly single list
Algorithms
- 一些算法的C++实现,开发平台为vs2008-Some algorithms C++ achieve development platform for vs2008
10-Number-of-sorts
- 题目:对10个数进行排序 程序分析:可以利用选择法,即从后9个比较过程中,选择一个最小的与第一个元素交换,下次类推,即用第二个元素与后8个进行比较,并进行交换。-Topic: 10 Number of sorts for the program analysis: selection method can be used, that is, from the nine comparison process, select a minimal exchange with the firs