资源列表
NSGA-II
- 相对于NSGA而言,NSGA—II具有以下优点:1)提出新的基于分级 的快速非胜出排序算法,将计算复杂度由 降到 ,其中: 表示目标函数的数目, 表示种群中个体的数目;2)为了标定分级快速非胜出排序后同级中不同元素的适值,也为使准 域中的元素能扩展到整个 域,并尽可能均匀遍布,文献[7]提出了拥挤距离的概念,采用拥挤距离比较算子代替需要计算复杂的共享参数的适值共享方法;3)引入了保优机制,扩大了采样空间,经选择后参加繁殖的个体所产生的后代同其父代个体共同竞争来产生下一代种群,因此有利于保持优良的
DESOPR
- 一个C语言实现的DES算法,编译环境为VS2008-A DES algorithm implemented in C
luojihanshuhuajian
- 一篇关于用qm算法化简逻辑函数的程序的文章-an article about qm
WinRAR-ZIP
- 在C++用递归实现链表逆序 使得倒序输出。-#include <stdio.h> #include <stdlib.h> #include <time.h> const int M=10 typedef int Type typedef struct Node{ Type data struct Node* next }Node void add_elem(Node**head,Type data){ Node
WinRAR
- 在C++中写出二分查找的代码,实现二分查找-Write the code search dichotomy
LinkStack
- 数据结构中的链表部分 主要包含插入删除 查询功能-Linked lists some of the major data structure that contains the inserted delete query function
Doubly-linked-.
- 线性表链式存储(双向链表)插入、删除运算 1、预习要求:线性表的插入、删除相关概念及运算,完成线性表元素的插入、删除。 2、实验目的: (1)了解线性表的插入、删除相关概念; (2)理解线性表的插入、删除过程和结构定义; (3)掌握算法转换为程序的过程中的变化。 3、实验内容及要求: (1) 以“一个较完整的程序范例-顺序表”程序框架为框架 (2)双链表结构体为: typedef struct { int num /学号 char
Binary-tree-traversal
- 二叉树遍历:构建一个二叉树,输出结点信息,二叉树前序遍历,中序遍历,后续遍历,层次遍历。-Binary Tree Traversal: build a binary tree, the output node information before, binary tree traversal in preorder traversal, the follow-up traverse the hierarchy traversal.
Classification-of-binary-tree
- 利用分类二叉树查找及堆排序实现学生成绩管理 -Classification of binary tree search and sort heap of student achievement management
4sjsort
- 主要写了一个计数排序,传说中时间复杂度为O(n)的排序啊-Mainly to write a counting sort, the legendary time complexity of O (n) sorting ah
algorithms
- 学习算法的好书,适合研究生使用。可作为参考数查阅。-Learning algorithm Books
zToH
- 中缀表达式转后缀表达式并求值 C++ 数据结构 链栈应用-Infix expression to turn suffix expression and to find the value of C++ data structure of the chain stack application
