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
Prog
USACO:Subset Sums简单dp
/* ID:JangLawrence
PROG
:subset LANG:C++ */ #include #include #include #include #include #definempmake_pair
Lawrence_Jang
·
2013-03-07 15:00
USACO:Preface Numbering
/* ID:JangLawrence
PROG
:preface LANG:C++ */ #include #include #include #include #include #definempmake_pair
Lawrence_Jang
·
2013-03-07 15:00
USACO:Hamming Codes
/* ID:JangLawrence
PROG
:hamming LANG:C++ */ #include #include #include #include #include #definempmake_pair
Lawrence_Jang
·
2013-03-07 11:00
学习日记
读书笔记 1.1 $ 开始介绍 g++
prog
1.cc -o
prog
1 1.2 输入输出 iostream 库的基础是两种命名为 istream 和 ostream 的类型,流是指要从某种
boz.lee
·
2013-03-06 18:00
学习
USACO:Healthy Holsteins
/* ID:JangLawrence
PROG
:holstein LANG:C++ */ #include #include #include #include #include #definempmake_pair
Lawrence_Jang
·
2013-03-06 16:00
USCAO:Ordered Fractions
/* ID:JangLawrence
PROG
:frac1 LANG:C++ */ #include #include #include #include #include #definempmake_pair
Lawrence_Jang
·
2013-03-06 13:00
USACO: PROB The Castle
/* ID:JangLawrence
PROG
:castle LANG:C++ */ #include #include #include #include #include #definempmake_pair
Lawrence_Jang
·
2013-03-06 11:00
oracle 维护、监控、优化常用sql
1) sql监控 SELECT SE.sid, schemaname, SE.serial#, PR.spid, SE.status, SUBSTR(SE.program, 1, 10)
PROG
zld406504302
·
2013-03-06 09:00
oracle 维护、监控、优化常用sql
1) sql监控 SELECT SE.sid, schemaname, SE.serial#, PR.spid, SE.status, SUBSTR(SE.program, 1, 10)
PROG
zld406504302
·
2013-03-06 09:00
C标准库的setlocale()用法笔记
转自:http://zyxhome.org/wp/cc-
prog
-lang/c-stdlib-setlocale-usage-note/ [在此向原文作者说声谢谢!
EckelWei
·
2013-03-04 10:00
c++ 学习错误列表
No.1:
prog
4.cpp(8):errorC2440:“初始化”:无法从“constint”转换为“int&” 转换丢失限定符#include intmain() { constintiSize
ziyuanxiazai123
·
2013-03-03 15:00
BCB6.0 Import Type Library Excel2003时报错:因为我安装了Excel2007兼容包 的缘故
另IID_IAccessor报linkererror,一直不得解从这个帖子中找到一个答案,直接自己申明一个同名的变量并赋初始值http://
prog
chengg0769
·
2013-02-27 18:00
如何弄垮你的Erlang
原文地址:http://
prog
21.dadgum.com/43.html1.耗尽atom因为atom是不会被垃圾回收的,所以如何程序运行时生成太多的atom,(例如在无穷循环里,每次循环都调用几下list_to_atom
哇00
·
2013-02-26 11:00
Windows使用apxs独立编译 Apache 模块
:\apxs2.打开命令提示符,切换当前目录到解压的路径C:\apxs3.输入perlConfigure.pl--with-apache2=\Path\to\Apache2--with-apache-
prog
studypower
·
2013-02-25 22:00
Android系统Recovery工作原理之使用update.zip升级过程分析(九)---updater-script脚本语法简介以及执行流程
2.show_
prog
kevinx_xu
·
2013-02-19 10:00
lisp-求最大和最小数,if的使用
DEFUN MAXNUM * (maxnum 9 8) 9 * (maxnum 8 9) 9 * (maxnum 112 990) 990 使用了
prog
deepfuture
·
2013-02-08 17:00
lisp
lisp-求最大和最小数,if的使用
DEFUN MAXNUM * (maxnum 9 8) 9 * (maxnum 8 9) 9 * (maxnum 112 990) 990 使用了
prog
deepfuture
·
2013-02-08 17:00
lisp
USACO:Checker Challenge
深搜一下稍微优化一下就ok/* ID:JangLawrence
PROG
:checker LANG:C++ */ #include #include #include #include #include
Lawrence_Jang
·
2013-01-26 16:00
USACO:Superprime Rib
枚举/* ID:JangLawrence
PROG
:sprime LANG:C++ */ #include #include #include #include #include usingnamespacestd
Lawrence_Jang
·
2013-01-26 15:00
USACO:Prime Palindromes
枚举枚举枚举/* ID:JangLawrence
PROG
:pprime LANG:C++ */ #include #include #include #include #include usingnamespacestd
Lawrence_Jang
·
2013-01-26 14:00
url=/iismmc/htm/
prog
_wmi_tut_02_01.htm
url=/iismmc/htm/
prog
_wmi_tut_02_01.htm
fyifei0558
·
2013-01-24 19:00
USACO:Number Triangles
最简单的dp/* ID:JangLawrence
PROG
:numtri LANG:C++ */ #include #include #include #include #include usingnamespacestd
Lawrence_Jang
·
2013-01-24 19:00
USACO: PROB Packing Rectangles
超级蛋疼的题看到第一遍就不想做拖啊拖 /* ID:JangLawrence
PROG
:packrec LANG:C++ */ #include #include #include #include #include
Lawrence_Jang
·
2013-01-24 14:00
USACO:Mother's Milk
广搜即可/* ID:JangLawrence
PROG
:milk3 LANG:C++ */ #include #include #include #include #include usingnamespacestd
Lawrence_Jang
·
2013-01-22 16:00
USACO:Arithmetic Progressions
直接枚举/* ID:JangLawrence
PROG
:ariprog LANG:C++ */ #include #include #include #include usingnamespacestd
Lawrence_Jang
·
2013-01-22 15:00
如何用一个makefile编译多个目标
因为缺省目标是makefile中的第一个目标,通常将这个phony目标叫做"all",其依赖文件为各个程序: all:
prog
1
prog
2
prog
3 .PHONY:all
prog
1:
prog
1.outils.o
zhujinghao09
·
2013-01-22 11:00
makefile
makefile
USACO:The Clocks
/* ID:JangLawrence
PROG
:clocks LANG:C++ */ #include #include #include #include usingnamespacestd; intas
Lawrence_Jang
·
2013-01-21 20:00
[置顶] VirtualBox 中压缩虚拟机文件的方案
格式,需要先转换为vdi格式,命令如下:VBoxManageclonehd"ubuntu10.04.vmdk""ubuntu10.04.vdi"--formatVDI其中命令VBoxManage在C:\
Prog
God2469
·
2013-01-21 18:00
压缩
compact
VirtualBox
VirtualBox
vdi
vdi
vmdk
天才de睡眠排序算法
/sleepsort.bash536363147wahahahttp://dis.4chan.org/read/
prog
/1295544154
lnmcc
·
2013-01-20 01:00
USACO:Prime Cryptarithm
枚举没什么好说的/* ID:JangLawrence
PROG
:crypt1 LANG:C++ */ #include #include #include #include usingnamespacestd
Lawrence_Jang
·
2013-01-19 23:00
USACO:Calf Flac
玩了一天 晚上才做题/* ID:JangLawrence
PROG
:calfflac LANG:C++ */ #include #include #include #include usingnamespacestd
Lawrence_Jang
·
2013-01-19 22:00
USACO:Barn Repair
简单贪心细节注意点即可/* ID:JangLawrence
PROG
:barn1 LANG:C++ */ #include #include #include #include usingnamespacestd
Lawrence_Jang
·
2013-01-18 22:00
USACO:Mixing Milk
简单贪心没什么好说的/* ID:JangLawrence
PROG
:milk LANG:C++ */ #include #include #include #include usingnamespacestd
Lawrence_Jang
·
2013-01-18 22:00
USACO:Dual Palindromes
大水题 /* ID:JangLawrence
PROG
:dualpal LANG:C++ */ #include #include #include #include usingnamespacestd
Lawrence_Jang
·
2013-01-18 13:00
Usaco:Palindromic Squares
简单的进制转换/* ID:JangLawrence
PROG
:palsquare LANG:C++ */ #include #include #include #include usingnamespacestd
Lawrence_Jang
·
2013-01-18 13:00
USACO:Name That Number
总感觉写的很挫/* ID:JangLawrence
PROG
:namenum LANG:C++ */ #include #include #include #include #include #include
Lawrence_Jang
·
2013-01-18 13:00
usaco:Transformations
小模拟没什么好说的/* ID:JangLawrence
PROG
:transform LANG:C++ */ #include #include #include #include usingnamespacestd
Lawrence_Jang
·
2013-01-17 19:00
usaco:Milking Cows
额要细心/* ID:JangLawrence
PROG
:milk2 LANG:C++ */ #include #include #include #include usingnamespacestd;
Lawrence_Jang
·
2013-01-17 18:00
usaco:Broken Necklace
没什么好说/* ID:JangLawrence
PROG
:beads LANG:C++ */ #include #include #include usingnamespacestd; intMax(intx
Lawrence_Jang
·
2013-01-17 16:00
c++技巧之可变参数函数
.); //测试inlne intadd(inta,intb); intmain(){ demo("demo","this","is","a","demo","
prog
earbao
·
2013-01-16 10:00
旋转卡壳小结
/* ID:huangta3
PROG
: LANG:C
SSOI_HTA
·
2012-12-30 09:00
requestWindowFeature
如:标题是一个按钮时 *FEATURE_INDETERMINATE_
PROG
yong199105140
·
2012-12-24 15:00
Activity、Fragment对象内存泄漏的解决思路
先转载一篇文章:activitycontexandmemeryleak(http://blog.csdn.net/
prog
_dong/article/details/5618995)通过这篇文章,可以理出这样一个思路来
a345017062
·
2012-12-16 13:45
Android
App
Activity、Fragment对象内存泄漏的解决思路
先转载一篇文章:activitycontexandmemeryleak(http://blog.csdn.net/
prog
_dong/article/details/5618995)通过这篇文章,可以理出这样一个思路来
a345017062
·
2012-12-16 13:00
fastcgi中的多线程使用
www.fastcgi.com/devkit/doc/overview.html http://www.fastcgi.com/devkit/doc/fastcgi-
prog
-guide
bytxl
·
2012-12-11 17:00
davince codec engine 内存分配记录 与引用
分配所用的heap在.tcf(.tci)中设置,如下可将动态分配的内存定位到DDRALGHEAP中
prog
.module("MEM").MALLOCSEG =bios.DDRALGHEAP;下面更详细的描述下
zouwen198317
·
2012-12-06 17:00
缓存、缓存算法和缓存框架简介
这就是
prog
·
2012-12-05 16:00
缓存、缓存算法和缓存框架简介
这就是
prog
peizhe1232
·
2012-12-05 16:00
算法
缓存、缓存算法和缓存框架简介
这就是
prog
peizhe1232
·
2012-12-05 16:00
算法
缓存、缓存算法和缓存框架简介
这就是
prog
·
2012-12-04 02:00
算法
缓存
IT技术
上一页
25
26
27
28
29
30
31
32
下一页
按字母分类:
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
其他