E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Algorithms:
算法导论:快速排序和插入排序
quicksort and insertsort 5 // time: 12/2/2014 6 // author: zrss 7 // reference: introduction to
algorithms
·
2015-11-13 04:28
快速排序
算法复杂度分析
This webpage covers the space and time Big-O complexities of common
algorithms
used in Computer
·
2015-11-13 02:05
算法
hoj 2430 Counting the
algorithms
Counting the
algorithms
My Tags ( Edit) Source : mostleg
·
2015-11-13 01:50
algorithms
Study notes for Principal Component Analysis
Motivations for Dimensionality Reduction Data Comparison Speed up
algorithms
.
·
2015-11-13 00:02
component
codeforces 269C Flawed Flow(网络流)
Emuskald considers himself a master of flow
algorithms
.
·
2015-11-13 00:03
codeforces
细数二十世纪最伟大的十大算法
参考论文: The Best of the 20th Century: Editors Name Top 10
Algorithms
。 By Barry A. Cipra。
·
2015-11-12 23:59
算法
计算机专业阅读建议及经典书籍
Mathematics Data Structures &
Algorithms
Compiler Operating System Database C C++ Object-Oriented
·
2015-11-12 23:01
计算机
关于Web Service Selection的阅读计划
[1] QoS-aware Composition of Web Services: A Look at Selection
Algorithms
(ICWS poster, 2005) Michael
·
2015-11-12 20:22
web Service
Loser tree in Python | Christan Christens
Python | Christan Christens Loser tree in Python I am taking an Advanced Data Structures and
Algorithms
·
2015-11-12 20:55
python
HDU1046:Gridland
For some of them efficient
algorithms
are already available, these ar
·
2015-11-12 20:50
grid
线程安全的无锁算法
OlafCollege –
[email protected]
原文:http://www2.css.edu/mics/Submissions/submissions/Lock-Free%20
Algorithms
·
2015-11-12 19:37
线程安全
新叶的书单
计算机系统/计算机体系结构:Computer Systems:A Programmer's Perspective(《深入理解计算机系统》)数据结构与算法:Introduction to
Algorithms
·
2015-11-12 19:23
书
排序算法之冒泡法
package chap02_Basic_
Algorithms
; import static org.junit.Assert.*; import java.util.Arrays
·
2015-11-12 18:43
排序算法
排序算法之归并排序
.*; import java.util.Arrays; import org.junit.Test; public class Sort
Algorithms
{ /**
·
2015-11-12 18:42
排序算法
《C++ Primer》 Part II(Containers and
Algorithms
)
容器的构造函数: C<T> c; //默认构造函数,通用 C<T> c(c2); //创建容器 c2 的副本,通用 C<T> c(b, e); //根据迭代器 b, e 的范围(不包括e)生成容器,通用 C<T> c(n, t); //使用 n 个值为 t 的元素生成容器,只适用于顺序容器 C<T
·
2015-11-12 18:35
algorithms
acm算法资源网站
ClassID=58福建信息学奥林匹克:http://www.cfcs.com.cn/fjas/EXACT STRING MATCHING
ALGORITHMS
:http://www-igm.univ-mlv
·
2015-11-12 18:20
ACM
openmesh 5 Using STL
algorithms
Since the OpenMesh iterators are (almost) conformant to STL iterators, one can apply the STL
algorithms
·
2015-11-12 18:30
algorithms
MapReduce 模式、算法和用例(MapReduce Patterns,
Algorithms
, and Use Cases)
在新文章“MapReduce模式、算法和用例”中,Ilya Katsov提供了一个系统化的综述,阐述了能够应用MapReduce框架解决的问题。 文章开始描述了一个非常简单的、作为通用的并行计算框架的MapReduce应用,这个框架适用于很多要求大量节点进行的计算和数据密集型计算,包括物理和工程仿真,数值分析,性能测试等等。接下来是一组算法,通常用于日志分析、ETL和数据查询,包括计数及求和,数
·
2015-11-12 17:48
algorithms
随机生成六位不重复数值
在《Core JAVA》中有个随机生成六位不重复数值的算法,大二用过一次,今天在写《
Algorithms
》的练习题遇到类似的问题,特贴出!
·
2015-11-12 16:30
生成
算法导论一:Analysis of
Algorithms
#include using namespace std; /*insertion sort 2015/1/8 */ void insertsort(int a[],int length) { for(int j=1;j=0&&a[i]>key) { a[i+1]=a[i]; i--; } a[i+1]=key; } return; } /*merge sort 2015/1/8*/ void
sandra93
·
2015-11-12 16:00
第八章 线性时间排序 8.3 基数排序
.*; import java.util.Arrays; import org.junit.Test; public class CopyOfSort
Algorithms
{
·
2015-11-12 14:59
基数排序
第七章 快速排序
.*; import java.util.Arrays; import org.junit.Test; public class Sort
Algorithms
{ /**
·
2015-11-12 14:58
快速排序
第八章 线性时间排序 8.2 计数排序
.*; import java.util.Arrays; import org.junit.Test; public class Sort
Algorithms
{ /**
·
2015-11-12 14:58
排序
常用hash函数
1.RS 从Robert Sedgwicks的
Algorithms
in C一书中得到了。
·
2015-11-12 14:01
hash
Graphviz 几种layout的mode
circo fdp sfdp 其中dot可以用来绘制有向图,但是似乎是要在原始graph里面有layout信息 neato用来绘制无向图,layout的结果是根据force-directed
algorithms
·
2015-11-12 14:00
layout
Image editing techniques and
algorithms
using Qt
费了好半天劲先翻译这一点。还有好多地方不明白。先弄明白这一点。继续以后的翻译。 这一篇文章我们将讨论不同的技术和算法来修改图像使用Qt.但是在这之前我们继续你必须知道一些原则处理图片。 这里主要有两种类代表一个图片在qt, QImage 和QPixmap;我们还可以使用QBitmap来处理单色图片。和QPicture 和QPainter绘图命令。 当我们画图片在一个屏幕上时Q
·
2015-11-12 13:25
algorithms
C#的排列组合类
using System;using System.Collections.Generic;namespace
Algorithms
{ public class PermutationAndCombination
·
2015-11-12 13:31
C#
Stooge Sort
:Introduction to
Algorithms
P95 T(n) = 3 * T(2*n/3) + O(1) According to master method,this
·
2015-11-12 13:04
sort
Design Pattern----25.Behavioral.Strategy.Pattern (Delphi Sample)
Intent Define a family of
algorithms
, encapsulate each one, and make them interchangeable.
·
2015-11-12 10:17
design pattern
排序算法之插入排序
.*; import java.util.Arrays; import org.junit.Test; public class Sort
Algorithms
{ /**
·
2015-11-12 10:19
插入排序
STL 六大组件 功能与运用
2 算法(
algorithms
):各种常用算法如:sort,search,copy,erase...。从实现的角度来看,STL算
·
2015-11-12 10:06
STL
策略模式
(原文:The Strategy Pattern defines a family of
algorithms
,encapsulates each one,and makes them interchangeable
·
2015-11-12 09:30
策略模式
使用kd-tree加速k-means
1 确定h的中心点 2 算法步骤 java实现 1.前置知识 本文内容基于《Accelerating exact k-means
algorithms
·
2015-11-12 09:34
tree
Algorithms
_3DBall
忽想起,一个3D球面标签的效果很帅气。逐思考如何实现。一番思考,判断我能想出的算法太龊了。立即google百度之,得:http://www.cnblogs.com/hongru/archive/2010/12/19/1910476.html感觉很不错。它是根据鼠标的滑动后,得出一个鼠标的变量值。根据了这个变量值,判断球旋转的方向。结果又些没看明白。不管了,秉承一贯的拿来主义手法,把改在了C++(使
·
2015-11-12 08:30
algorithms
Algorithms
_InsertSort
//a algorithm of sort which is easier than a smile,but it makes me cry sometimes... #include "stdio.h" #define N 10 void InsertSort(int a[N],int n); int a[]={12,3,3,455,3,4,34,5,5,34}; void
·
2015-11-12 08:30
algorithms
Algorithms
_Fibonacci
//Fibonacci序列 不解释 #include "stdio.h" #define N 20 int fibo(int n); void main() { int f[N]={0}; for(int i=1; i <= N; i++) { f[i-1]=fibo(i); } for(i=0; i < N; i++) printf("
·
2015-11-12 08:29
algorithms
Algorithms
_Hanoi
#include "stdio.h" void Hanoi(char a,char b,char c,int n); void main() { Hanoi('A','B','C',3); } void Hanoi(char a,char b,char c,int n) { if(n==1) printf("%c -> %c\n",a,c)
·
2015-11-12 08:28
algorithms
Algorithms
_ThreeColorFlag
#include "stdio.h" #include "stdlib.h" #include "string.h" void swap(int a,int b,char *l); void sort(char *l); void main() { char ColorLine[]={'r','w','b','b','w','r',
·
2015-11-12 08:28
algorithms
Algorithms
_Maze
#include"STDIO.H" #define N 7 #define FLAG 2 int maze[N][N]={{1,1,1,1,1,1,1}, {1,0,1,0,1,0,1}, {1,0,0,0,0,1,1}, {1,0,1,0,0,0,1}, {1,0,1,0,1,0,1}, {1,0,1,0,0,0,1}, {1
·
2015-11-12 08:27
algorithms
粒子群算法介绍
遗传算法属于进化算法( Evolutionary
Algorithms
) 的一种,它通过模仿自然界的选择与遗
·
2015-11-12 08:03
算法
《leetCode》:Swap Nodes in Pairs
Your
algorithms
houlduseonlyconstantspace.Youmaynotmodifythevaluesinthelis
u010412719
·
2015-11-11 19:00
LeetCode
算法
swapNode
in-pairs
php mcrypt
Mcrypt库支持20多种加密算法和8种加密模式,具体可以通过函数mcrypt_list_
algorithms
()和mcrypt_list_modes()来显示 [1]
·
2015-11-11 19:26
PHP
【HOJ2430】【贪心+树状数组】 Counting the
algorithms
As most of the ACMers, wy's next target is
algorithms
, too. wy is clever, so he can learn most of the
·
2015-11-11 19:50
algorithms
常见的hash算法。。
public class Hash
Algorithms
{ /**
·
2015-11-11 18:09
hash
[大牛翻译系列]Hadoop(4)MapReduce 连接:选择最佳连接策略
这个决策树是于论文《A Comparison of Join
Algorithms
》中提到的一个决策树的改进版本。
·
2015-11-11 18:43
mapreduce
Top 10
Algorithms
of 20th and 21st Century
Top 10
Algorithms
of 20th and 21st Century MATH 595 (Section TTA) Fall 2014 TR 2:00 pm - 3:20 pm, Room
·
2015-11-11 18:43
algorithms
lua garbage collection
algorithms
http://stackoverflow.com/questions/1005169/lua-garbage-collection-of-tables-nested-tables http://lua-users.org/wiki/GarbageCollectionTutorial http://pgl.yoyo.org/luai/i/2.10+Garbage+Collection http
·
2015-11-11 18:31
Collection
逆序访问单链表
This
algorithms
can reversely access a singly linked list using O(n) time.
·
2015-11-11 17:57
单链表
遗传算法GA
遗传算法(Genetic
Algorithms
,GA)是一种全局优化方法,它借用了生物遗传学的观点,通过自然选择、遗传、变异等作用机制,实现种群中个体适应性的提高,体现了自然界中“物竞天择、适者生存
·
2015-11-11 17:25
算法
LeetCode Question Difficulty Distribution
ID Question Diff Freq Data Structure
Algorithms
·
2015-11-11 15:19
LeetCode
上一页
94
95
96
97
98
99
100
101
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他