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
M.
概率主题模型简介 Introduction to Probabilistic Topic Models
此文为David
M.
Blei所写的《Introduction to Probabilistic Topic Models》的译文,供大家参考。
·
2015-11-13 10:32
Model
转:关于Latent Dirichlet Allocation及Hierarchical LDA模型的必读文章和相关代码
M.
Blei, et al., "Latent Dirichlet allocation," Journal of Mac
·
2015-11-13 08:33
location
转:概率主题模型简介 --- ---David
M.
Blei所写的《Introduction to Probabilistic Topic Models》的译文
nbsp; 转: http://www.cnblogs.com/siegfang/archive/2013/01/30/2882391.html 此文为David
M.
·
2015-11-13 08:23
Model
转:关于Latent Dirichlet Allocation及Hierarchical LDA模型的必读文章和相关代码
M.
Blei, et al., "Laten
·
2015-11-13 08:18
location
读论文系列:Nearest Keyword Search in XML Documents中使用的数据结构(CT、ECT)
[2]
M.
Qiao, L. Qin, H. Cheng, J. X. Yu, W. Tian. Top-K Nearest Keyword Search on Large
·
2015-11-13 07:31
document
借网上盛传2000w记录介绍多进程处理
2000w的数据在网上搞得沸沸扬扬,作为技术宅的我们也来凑凑热闹.据了解网上有两个版一个是数据库文件另一个是CSV文件的,前者大小有好几个G后者才几百
M.
对于不是土豪的我们当然下载几百M的.至于在哪下载
·
2015-11-13 05:06
多进程
LCD 基础知识篇2
青色(Cyan)
M.
洋红色(Magenta) Y. 黄色(Yellow) K.
·
2015-11-13 04:35
基础
hoj1008 How many N 抽屉原理
Find a minimal interger K which is merely comprised of N and can be divided by
M.
·
2015-11-13 03:48
man
POJ 1951
._ output
M.
这道题是水题,但是我忽视了一点导致错误。 形如"_I_AM_M._"
·
2015-11-13 00:40
poj
HDU 3688 Searchlights(并查集)
Problem Description There is a piece of grids land of size n×
m.
·
2015-11-12 21:02
search
我心目中的编程高手 ZT
Knuth Ken Thompson Rob Pike Rob Pike Dennis
M.
·
2015-11-12 20:44
编程
查看数据库所有的表
-----------------------------------------------------------+ -- | Jeffrey
M.
·
2015-11-12 20:23
数据库
Coursera台大机器学习基础课程学习笔记1 -- 机器学习定义及PLA算法
感觉和 Tom
M.
·
2015-11-12 19:02
机器学习
使用指针时的“陷阱”
——C语言之父Dennis
M.
Ritchie。Ritchie大师的这句话体现了C语言的灵活性以及广泛的使用,但也揭示了C是一种在应用时要时刻注意自己行为的语言。
·
2015-11-12 18:26
指针
Reading papers_8(与图像特征点检测相关,ing...)
1.读Harris, C. and
M.
Stephens (1988). A combined corner and edge detector, Manchester, UK.
·
2015-11-12 18:58
reading
Reading papers_4(与particle filter相关,ing...)
读Isard,
M.
and A. Blake (1998).
·
2015-11-12 18:55
reading
IL基础入门篇二
Kernighan和Dennis
M.
Ritchie合著了软件史上的经典巨著《The C programming Language》,我推荐所有的程序人都有机会重温这本历史上的经典之作。
·
2015-11-12 17:56
基础
LDA相关论文汇总
转:http://blog.csdn.net/pirage/article/details/9467547 LDA理论 David
M.
Blei, Andrew Y.
·
2015-11-12 16:25
a
SQL SERVER 2005 动态行转列SQL
@sql = isnull ( @sql + ' , ' , '' ) + 课程 from tb group by 课程 exec ( ' select
m.
·
2015-11-12 16:20
sql server 2005
Linux文件系统
//www.ibm.com/developerworks/cn/linux/l-linux-filesystem/ Linux 文件系统剖析 按照分层结构讨论 Linux 文件系统
M.
·
2015-11-12 14:52
linux
译后记:C是伟大且垃圾的语言
对于每一个C程序员,不论是菜鸟、教师还是资深程序员,Dennis
M.
Ritchie所写的The Development of the C Language,应该是必读的文献。
·
2015-11-12 14:14
语言
Codeforces Round #206 div1 C
Let m = min(ai), then d ≤
m.
Let consider two cases: .
·
2015-11-12 14:06
codeforces
Very good things around Multithreading and concurrency
Windows via C/C++ by Jeffrey
M.
Richter and Christopher Nasarre.
·
2015-11-12 09:20
concurrency
Very good things around Multithreading and concurrency
Windows via C/C++ by Jeffrey
M.
Richter and Christopher Nasarre.
·
2015-11-12 09:19
concurrency
poj 1008:Maya Calendar(模拟题,玛雅日历转换)
Submissions: 64795 Accepted: 19978 Description During his last sabbatical, professor
M.
·
2015-11-11 17:02
calendar
Visual Studio2008 代码度量
原文发表时间:Wednesday, October 03, 2007 7:00 AM 原作者:David
M.
·
2015-11-11 16:08
2008
Fibonacci 矩阵乘法
0, F(1) = 1, F(n) = F(n-1) + F(n-2) (n>=2) 每行输入一个数n和m(n <= 2*10^9 ,m < 10^4) 每行输出F(n)%
m.
·
2015-11-11 16:31
fibonacci
POJ 2244 Eeny Meeny Moo 约瑟夫环 递归算法实现
环的编号是从1 到 n, 初始时1 已经出环, 则剩下的就是2 到n 的一个环.求最后出环是2 的最小
m.
·
2015-11-11 15:41
约瑟夫环
关于Latent Dirichlet Allocation及Hierarchical LDA模型的必读文章和相关代码
M.
·
2015-11-11 11:02
location
MVC-READ1
MVC的创建者是Trygve
M.
H. Reenskau,他是挪威的计算机专家,同时也是奥斯陆大学的名誉教授。
·
2015-11-11 11:42
read
Linux学习书目
Kernighan David
M.
Rithie(K & R)著 3、《Advanc
·
2015-11-11 09:05
linux
boost::asio译文
Christopher Kohlhoff Copyright © 2003-2012 Christopher
M.
·
2015-11-11 09:53
boost
Linux上的虚拟化技术 ZT
转自:http://blog.zhaoke.com/45.html 虚拟化技术的方法, 架构和实现概览 级别: 中级
M.
·
2015-11-11 09:26
linux
常用Delphi开发资料网址
相关Delphi链接如下: Books, Tutorials Tomes of Delphi: Algorithms and data structures by Julian
M.
·
2015-11-11 08:35
Delphi
Reed-Solomon Error Correcting Codes
nbsp; Galois Fields The field GF(2 m ) is constructed with a primitive polynomial of order
m.
·
2015-11-11 08:53
error
Lintcode: Backpack II
Given n items with size A[i] and value V[i], and a backpack with size
m.
·
2015-11-11 07:05
code
Some Interesting Papers from NIPS 2012
Adamskiy,
M.
·
2015-11-11 06:36
REST
UVA 2039 Pets(网络流)
There are totally m pets in the shop, numbered from 1 to
m.
One day, ther
·
2015-11-11 04:39
网络流
Robert Love
Robert
M.
·
2015-11-11 02:59
love
poj1664
(2)判断条件(s==n)即所排列的盘子数和总盘子数相等的情况下,比较所放的苹果数是否相等,即 t==
m.
·
2015-11-11 01:05
poj
[POJ 1008] Maya Calendar C++解题
Submissions: 62297 Accepted: 19221 Description During his last sabbatical, professor
M.
·
2015-11-11 01:36
calendar
sql server存储过程分页,支持cte
ma_id from sa_affair_info where ad_id=2203 and ai_affair_status=2 and ai_is_pass='true'),q as(select
m.
·
2015-11-11 00:39
SQL Server
UVA 1600 Patrol Robot(机器人穿越障碍最短路线BFS) 解题心得
The rows are labeled from 1 to
m.
The
·
2015-11-10 22:44
robot
HDU 1757 A Simple Math Problem(构造矩阵)
求f(n)%
m.
思路:构造矩阵a[0][i]=ai,a[i][i-1]=1,(0<=i<=9),求a的n-9次方。
·
2015-11-09 14:13
simple
Classic C and C++ Book List
Kernighan and Dennis
M.
Ritchie 2. C: A Reference Manual - Samuel P. Harbison and Guy R.
·
2015-11-09 11:40
Class
蚁群算法和简要matlab来源
1 蚁群算法原理 从1991由意大利学者
M.
Dorigo,V. Maniezzo 和 A. Colorni 通过模拟蚁群觅食行为提出了一种基于群体的模拟进化算法——蚁群优化。
·
2015-11-08 16:07
matlab
【Orz】历届图灵奖得主
2007 Edmund
M.
Clarke、Allen Emerson和Joseph Sifakis 获奖原因:在将模型检查发展为被硬件和软件业中所广泛采纳的高效
·
2015-11-08 14:28
rz
面向对象的软件开发
原作:Linda
M.
·
2015-11-08 14:40
面向对象
循环链表
p people sitting around a table and count from 1 to
m.
the one counts m will be kicked out, output
·
2015-11-08 13:51
链表
hdu3507
求将这个数组分成任意多个区间,每个区间[a,b]的值定义为( sigma(num[i] | (a<=i<=b)) ) ^ 2 +
m.
要区间值总和最小,并输出此最小值 (PS:这道题不用考虑暴
·
2015-11-08 12:25
HDU
上一页
16
17
18
19
20
21
22
23
下一页
按字母分类:
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
其他