资源列表
EQUALIZER
- equalizer with 10 band LPF HPF BPF butterworth
2012-summer-Training-Contest(8)
- ACM 2012多校暑假集训(8),标程+解题报告。-ACM 2012 Multi-University Training Contest- Contest 8 Tutorial.
BeiHang08_03
- 从string.in中读入数据,然后用户输入一个短字符串。要求查找string.in中和短字符串的所有匹配,输出行号、匹配字符串到string.out文件中。 //匹配时不区分大小写,并且可以有一个用中括号表示的模式匹配。如“aa[123]bb”,就是说aa1bb、aa2bb、aa3bb都算匹配。-Read data from string.in, then the user enters a short string. Find string.in requirements and sho
Teaching-plan
- 数据结构课程设计,使用图实现教学计划安排-Data structure curriculum design, teaching plan using graph implementation
DataHiding
- 基于TBPC的最佳数据隐藏算法,利用数据结构中N叉树实现-An optimal data hiding scheme based on TBPC , Achieve that with N-Nary Tree of data structure
liu
- 一.问题描述 对2006年度全国80多个城市的每天空气质量状况进行查询、排序等操作。 空气质量状况对象包括城市代码、城市名称、首要污染物、污染指数、污染物级别、空气状况、年、月、日 二、实验要求 1. 普通查询:输入城市名称和城市代码,分别查询该城市每天、每周、每月、每季度和全年的空气质量状况 例子:查询太原市2006年第8周的空气质量状况 2.统计查询: (1)输入城市名称和城市代码,分别查询该城市每周、每月、每季度和全年的空气质量为优、良、轻微污染、轻度污染、重
DataStructureCode
- 链表,数组,图,树,AOT,文件等常考常用 数据结构的C语言代码实现。适用学生(数据结构)学习参考。-Lists, arrays, graphs, trees, AOT, documents the data structure used frequently test code C language. For students (data structure) study reference.
1163
- 最大流算法,差分约束系统, 最大流算法,差分约束系统, 最大流算法,差分约束系统,的代码实现-the algorithm of maxflow askfasfka alskdfja aldfjas askdjfa askdlfjad askdf askfj askdfj askfjaf
ACMCheatSheet
- ACM编程竞赛辅导材料。大量经典算法例程和分析。-ACM programming contest cheat sheet. lots of classic algorithm implementation and analysis. a must read for those who want to do programming contest
1
- 中国剩余定理,本代码实现两个功能,一个功能是分解,将一个大数分解成n个小数值的数。一个功能是合成,实际就是分解的逆过程,将n个小数值的数还原成大数 -This code implements two functions, a function is broken down, large numbers will be decomposed into n a small number of values. A function of synthesis, is in fact the reve
SpellChecker
- 用哈希表实现一个拼写检查器spellchecker,给定一个字典, 输入一个文本后,输出拼写有误的单词,并给出用户可能想要表达的正确的单词- In this project, you ll build a hash table and see an example of hashing in action. Many applications, including word processors, text editors, and email clients, include a sp
stx-btree-0.8
- 一个用C++实现的B+tree程序源代码-b+tree implemented with c++
