资源列表
2005120223543424992
- VC & C++ -> 转换十进制为二进制的CPP程序,转换效率非常高 -VC C-gt; Converting the decimal to binary CPP procedures, a very high conversion efficiency
9
- 用C语言实现的数据结构课程设计中迷宫类 马踏棋盘实验.用WIN_TC编译通过.
leddemo
- 了解符号表的作用、组织和数据结构,设计和实现一个符号表-Understanding of the role of the symbol table, organization and data structure, design and implement a symbol table
t
- 桶排序算法示例 ,比较简单,-Sample bucket bucket sorting algorithm sorting algorithm example, relatively simple,
ZOOM
- C语言图像如何放大。首先读取要放大的区域的图像信息,然后利用矩阵的repmat变换对矩阵进行拉伸。本程序可以对图像实现放大功能。-C language image to enlarge. First reading area to zoom the image information, and then use matrix repmat transform matrix stretching. This program can achieve the image magnification.
1521.cpp
- huffman编码 数据结构 poj 1521 acm-huffman coding datastructure poj 1521 acm
insertsort
- 《算法导论》第三版中插入排序伪码的C语言实现-"Introduction to Algorithms" the third edition of insertion sort pseudo-code in C language
linjielianbiao
- 大学数据结构上机作业,C++语言写的邻接链表,练习邻接链表的工作机制。-Data structures, the use of adjacency lists
nqueensc
- N皇后问题,我们的算法实验题目,非常重要的一个算法.-N Queen's problems, our algorithm experimental subject, it is very important that an algorithm.
诺汉塔画图版
- 汉诺塔算法。数据结构经典常用算法,非递归算法图形版-HANOR algorithm. Data structure algorithms commonly used classic, non-graphic version of recursive algorithm
Ex03
- 这是一个用java写的打印水仙花数的代码。可打印100到65535之间的水仙花数。-This is a printed using java to write the code number of daffodils. Printable 100-65535 number among the daffodils.
queue
- 《算法导论》里一个练习题stoogesort的代码-codes of stoogesort in Introduction to Algorithms