资源列表
DS_2
- 西南交通大学电气工程学院,数据结构试验2.链式存储-Data struct
DS_3
- 西南交通大学电气工程学院,数据结构试验3.栈-data struct
chapter-3-stack-and-queue
- 严蔚敏的数据结构书中的源代码,非伪代码,可执行-real code
chapter-10-order
- 外部排序的源代码,里面有很多种常用的外部排序算法。-data struct
DSP-Using-MATLAB
- 数字信号处理的经典之作,需要的下载,带Matlab的讲解-Digital Signal Processing Using MATLAB 3rd Edition
bionic.tar
- Google开发的自定义的c/c++库Bionic,主要用于移动设备嵌入式环境。gbu的库太大了不适合在嵌入式环境使用。学习c库函数的实现有助于更快的学会c语言。-Google developed custom c/c++ library Bionic, mainly used in mobile devices embedded environments. gbu library too is not suitable for use in an embedded environment.
interview100
- 微软面试100题系列。包含了很多大公司的面试试题和答案。找工作的人必备-Microsoft interview questions 100 series. It contains a lot of big companies interview questions and answers.
leetcode-cpp
- leetcode 上题目的答案。很多公司的笔试和面试的题目都是出自leetcode上的原题。找工作时可以好好看看。-On the subject of the answer leetcode. Many companies in the written test and interview questions are the original title leetcode on. You can take a look at when looking for work.
bigdata
- 简单的大数定义和计算,包括大数存储结构和加减乘除计算-A large number of definitions and simple calculation, including big data storage structure and add, subtract, multiply and divide calculation
123456
- n*m的矩阵,从左上角到右下角只能向右和向下运动,将每一落脚点的数加起来,求结果最小的路径和做小结果-N*m matrix, upper left to lower right corner only right and down movement, will add up to each goal number, path and a minimum for the results
the-problem-of-one-hundred-chickens
- “百鸡问题”:公鸡一只值5元钱,母鸡一只值3元钱,小鸡3只值一元钱,请写出求解100元钱买100只鸡的程序。-the problem of one hundred chickens
exp5_binarytree2
- 输入一个完全二叉树的层次遍历字符串,创建这个二叉树,输出前序中序后序遍历,结点数目,二叉树高度。-Enter a complete binary tree hierarchy traversal string to create the binary tree traversal sequence after sequence output in the preamble, the number of nodes, the binary tree height.