搜索资源列表
pascal
- pascal基本算法及优化(如数论问题\\单纯背包问题等)
basicAlgorithm(pascal)
- 基本算法正稿 包括:一、数论算法;二、图论算法;三、背包问题;四、排序算法;五、高精度计算;六、 树的遍历;七 进制转换;八 全排列与组合的生成;九.查找算法;十、贪心;十一、回溯法框架;十二、DFS框架;十三、BFS框架;十五、数据结构相关算法
suanfadaquan
- 里面包含了数论算法,图论算法,背包问题,排序算法,高精度计算,树的遍历等算法代码
The_preiodicity_of_congruence_in_power_tower
- 一篇数学论文。讨论了数论中关于幂指式同余的周期性问题,给出了最小正周期的表达式和几个关于幂指式同余周期的性质。为快速构造或化简同余幂指式提供了一般方法。对研究密码学,尤其是讨论RSA公钥密码体制有一定参考价值。
ACM课件与算法分析
- 各种算法分析与学习 ACM比赛经验 二分图 图的着色问题与排队论 大数与数论 大数算法与组合数学算法 搜索与剪枝 数论算法 蛮力搜索 计算几何 贪心技术 赛题分析
pascal
- pascal基本算法及优化(如数论问题\单纯背包问题等)-pascal the basic algorithm and optimization (for example on the issue of simple knapsack problem, etc.)
basicAlgorithm(pascal)
- 基本算法正稿 包括:一、数论算法;二、图论算法;三、背包问题;四、排序算法;五、高精度计算;六、 树的遍历;七 进制转换;八 全排列与组合的生成;九.查找算法;十、贪心;十一、回溯法框架;十二、DFS框架;十三、BFS框架;十五、数据结构相关算法 -Following is the basic algorithm include: number theory algorithm Second, graph theory alg
suanfadaquan
- 里面包含了数论算法,图论算法,背包问题,排序算法,高精度计算,树的遍历等算法代码-Which contains a number of algorithms, graph theory, algorithm, knapsack problem, sorting algorithm, high-precision calculation, the tree traversal algorithm code, etc.
The_preiodicity_of_congruence_in_power_tower
- 一篇数学论文。讨论了数论中关于幂指式同余的周期性问题,给出了最小正周期的表达式和几个关于幂指式同余周期的性质。为快速构造或化简同余幂指式提供了一般方法。对研究密码学,尤其是讨论RSA公钥密码体制有一定参考价值。-A mathematical papers. Discussed for a number of means on the power-type with more than a cyclical problem, given
algorithm
- 一些算法的实现,用的是pascal,包括数论、图论、高精度计算、排序算法、背包问题等。-The realization of a number of algorithms, using the pascal, including number theory, graph theory, high-precision computing, sorting algorithms, and so on knapsack problem.
C
- C编程 完美数值算法 经典的数据结构算法,包括数论算法,图论算法,背包问题等-C programming classic numerical algorithm perfect data structure algorithms, including number theory algorithms, graph theory, algorithms, and so on knapsack problem
ACM
- 常用的算法代码(排序,字符串操作,数学问题,数论,计算几何等等)-Algorithm commonly used code (sorting, string operations, mathematical problem, number theory, computational geometry, etc.)
ACM_fuction
- acm 常用函数,如数学问题,高精度算法,快速傅里叶算法,字符串问题,LCS,几何问题,图论,Dijkstra,Prim,Floyd,数论,素数筛选等-fuctions of acm
prime
- 一是利用计算机对正整数进行素因子分解认识素数,通过运用筛法与试除法寻找一定范围内的素数,体会到筛法比试除法有效但无法找出所有素数;二是通过若干特殊形式的素数的研究,寻找素数生成公式,发现一些结论;三是借助于非线性拟合技术,观察素数分布规律,利用其研究有关数论问题。-The first computer was used to prime factor decomposition of positive integers understa
template
- C++常用模板(几何、数论、图论等经典问题)-Common templates for C++
classical-example-of-CaCPP
- 经典c/c++ 算法 图论算法 、数论算法、背包问题、排序进制转换算法、高精度计算、树的遍历、 全排列与组合的生成、查找算法、贪心算法等大全,word文档中-Classic c/c++ algorithm graph algorithms, number theory algorithms, knapsack problem, sort binary conversion algorithm, high-precision calcul
NP-complete
- 数论算法,NP-完全性不能在合理的时间内求得问题的解-Number theory algorithms, NP-completeness can not be obtained within a reasonable time solution of the problem
ZHUIzhu-moxing
- 追逐问题是现实生活中的常见问题,本文就三人绕正三角形的追逐问题建立起了两个数学模型:一个充分应用运动的周期性首先给出了三人共边的充要条件,然后直接给出在一个周期内三人共边的次数及起止时刻,另一个则利用初等数论的方法给出了三人共边的另一个充要条件 利用matlab长于计算和强大的绘图功能,本文分别给出了求解两个模型的matlab程序,通过动画仿真演示三人绕正三角形的追逐模型,并给出三者共边的时间起止点和共边的次数。 更多还原-The pr
ECC
- 椭圆曲线的实现(ECC),椭圆曲线算法是代数几何、数论等多个数学分支的一个交叉点,一直被人们认为是纯理论学科。而椭圆曲线密码体制,是基于椭圆曲线离散对数问题的一种公钥密码体制-Realization of elliptic curves (ECC), elliptic curve algorithm is algebraic geometry, a number of mathematical intersection of numbe
yutou
- 取任意整数,若为偶数,则用2除;否则乘3加1,重复此过程,直到整数 变为1。(Take any integer, if it is even, then divide it by 2, otherwise multiplying 3 and 1, repeat the process until the integer becomes 1.)