资源列表
c++powerflow
- 潮流计算程序介绍,读者可以据此独立编制潮流计算程序。-flow calculation procedures, independent readers will be prepared accordingly flow calculation procedures.
DDS_Signal
- 基于SPACE061A凌阳单片机的DDS信号发生器,频率 幅度 可调-Based on SPACE061A Sunplus the DDS signal generator, frequency, amplitude adjustable
N-Queen-problem
- 可以实现N皇后的问题 运用简易算法 大大降低了耗时-N-Queens problem can be achieved using simple algorithm greatly reduces the time-consuming
ACMsuanFaDaQuan
- acm算法大全,常用的有代表性的经典题,旅行者预算(动态&&贪心)等等59道题-acm algorithm Guinness, the common representative of the classic title, travelers budget (dynamic & & greedy) 59 questions
NSGA-II
- 针对现有改进和声搜索算法(IHS) 的不足,提出一种自适应和声粒子群搜索算法(AHSPSO).-For the purpose of avoiding the disadvantage of improved harmony search (IHS) algorithm, an adaptive harmony search-particle swarm optimization (AHSPSO) algorithm is presented.
Structure
- 数据结构是计算机学科的一门核心课程。数据结构课程的 任务是讨论现实世界中数据的各种逻辑结构、在计算机中的存 储结构以及实现各种操作的算法等问题。掌握如何组织数据、 如何存储数据和如何处理数据的基本方法,从而更好地进行软 件开发和应用。 典型数据结构包括表、堆栈、队列、数组、串、树、二叉 树、图、递归程序设计、排序和查找方法,介绍的典型存储结 构包括顺序存储结构、链式存储结构以及这两种典型存储结构 的结合。本速查器采用C语言作为算法描述语言,所有算法和 设计
Horse
- 马跳棋盘的回溯法程序,基于mfc,有可视化界面,可以演示程序的运行过程
KnapsackProblem
- 0/1背包问题的几种解法,包括回溯法、动态规划法以及穷举法。另外还包括集中方法的一个测试报告。-0/1 knapsack problem several solutions, including backtracking, dynamic programming method and the exhaustive method. It also includes a focus on methods of test reports.
sort
- Buble sort, Quick sort, Select sort
DijkStra
- 迪杰斯特拉算法的vc++6.0实现,算法实现了最短路径的寻找-Dijkstra algorithm vc++6.0 to achieve, the shortest path algorithm to find
Prim
- 算法与数据结构——Prim 算法与数据结构实现Prim算法-Algorithms and Data Structures- Prim Algorithms and Data Structures Prim algorithm
LexaYacc
- his document explains how to construct a compiler using lex and yacc. Lex and yacc are tools used to generate lexical analyzers and parsers. I assume you can program in C and understand data structures such as linked-lists and trees. The Overvie
