资源列表
mataqipan
- (1) 问题描述: 设计一个国际象棋的马踏棋盘的演示程序. (2) 基本要求: 将马随机放在国际象棋的8*8棋盘的某个方格中,马按走棋规则进行移动.要求每个方格只进入一次,走遍棋盘上全部64个方格.编制非递归程序,求出马的行走路线,并按求出的路线,将1,2,…,64依次填入一个8*8的方阵,输出之. (3) 程序的输入和输出及程序的功能: 使用者输入一个位置如:3,4.注意中间默认要以”,”隔开.并且数字的大小要在[0,7].程序会根据使用者的要求进行一次以8*8矩阵形式输出
nongfuguohe
- 利用图的存储结构和图的搜索算法,求出了农夫将所有的东西运过河的方案-Fig storage structure and search algorithm, the farmer will find everything river transport program.
hangkongdingpiao
- 数据结构课程设计,用C语言实现了航空订票系统的设计-Data structure curriculum design, using C language design airline reservation system
chazhaosuanfa
- 数据结构课程设计,用C语言实现了各种查找算法的比较-Curriculum design, using C language to achieve a variety of comparative search algorithm
double-linked-list
- a data structure program written solely for educational purposes. this program creates a double linked list. have many uses in solving analytical problems.
src
- java排序算法,集成快速排序,直接插入排序,直接选择排序,快速排序,堆排序等常见排序算法,通过泛型和java8的函数式接口,可以支持针对任何数据类型的升序和降序排序-Java sorting algorithm, integrated quick sort, direct insertion sort, selection sort, quick sort, heap sort common sorting algorithm, through the functional interface
hfmbm
- C#实现哈夫曼编码,通过在文件头保存哈夫曼编码方式来实现自解压缩- C#实现哈夫曼编码,通过在文件头保存哈夫曼编码方式来实现自解压缩 C# Huffman encoding, Huffman encoding by saved in the file header to achieve self extracting
shujujiegou
- 实现数据的头插与尾插法输入: ①用尾插法插入数据,生成一个链表,显示qq号。输入依次为2、2、0、9、6、8、3、1、0、9 ②用头插法插入数据,生成一个链表,显示生日。输入依次为1、2、3、0、3、9 输出: -Implement the data of head and tail plug method
trove-3.0.3
- trove是轻量级实现java.util Collections API的第三方开源项目 官网: http://trove.starlight-systems.com/overview trove相比jdk原生的集合类有三个优势: 1、更高的性能 2、更底的内存消耗 3、除了实现原生Collections API并额外提供更强大的功能 集合是java编程最常用的API之一,把项目的集合对象改用trove替换就能获得性能提升和内存的节省。 这是对一个项目底成本的优化方案。 -high perfor
Huffman
- 实现Huffman树的创建、编码及译码, 对一个字符串进行Huffman编码与译码,字符串中每个字母的权值自由设置。附有源码、可执行文件与说明文档。-Huffman tree to achieve the creation, encoding and decoding, Huffman for a string of encoding and decoding, the string of each letter of the freedom to set the weight. Wit
workspace
- 一些入门的c++编程例程:数组、指针、引用、类、循环、逻辑表达、友元等-Some started c++ programming routines: arrays, pointers, references, classes, cycling, logical expression, friend, etc.
jingdongzongcou
- 用C++编写的京东众筹的简单算法,算法简单,可用于C++中数值类型的练习-C++ prepared by the simple algorithm of Jingdong congregation raised, the algorithm is simple, can be used for C++ in the numerical type of exercise