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
android 进度条的使用
各大小样式圆形ProgressBar超大号圆形
Prog
endual
·
2012-05-21 21:00
android
[usaco] Chapter2-Bigger Challenges(Section 2.2)
/* ID: bbezxcy1
PROG
: subset LANG: C++ */ #include<iostream> #include<cstring&
暴风雪
·
2012-05-16 17:00
ACM
USACO
bbezxcy
ICPC
一些错误
ProgressDialog
prog
v5browser
·
2012-05-14 18:00
错误
mysql官网绿色版安装配置
my-small.ini为my.ini,在[mysqld]部分添加basedir = "D:/Program Files/Mysql-5.5.10-win32"datadir = "D:/
Prog
wujianjun
·
2012-05-11 23:00
mysql
Java编程最差实践
http://macrochen.iteye.com/blog/1393502原文地址:http://www.odi.ch/
prog
/design/newbies.php 每天在写Java程序,其实里面有一些细节大家可能没怎么注意
georgeye
·
2012-05-10 23:00
java编程
iPhone OS 开发 - 了解并解决代码签名问题
这个技术说明为“
Prog
淋雨的博客
·
2012-05-10 09:00
Android 2.3 代码混淆proguard技术介绍
版本以前只能通过手动添加proguard来实现代码混淆 proguard这个工具是一个java代码混淆的工具 在2.3版本的sdk中我们可以看到在android-sdk-windows/tools/下面多了一个
prog
peachpi
·
2012-05-08 08:00
[usaco] Chapter2-Bigger Challenges(Section 2.1)
/* ID:123ldss2
PROG
: castle LANG: C++ */ #include<cstring> #include<
暴风雪
·
2012-05-07 18:00
ACM
bbezxcy
USACO
ICPC
[usaco] Chapter1-Getting started(Section 1.5)
/* ID: bbezxcy1
PROG
: numtri LANG: C++ */ #include<iostream> #include<cstring&
暴风雪
·
2012-05-05 12:00
ACM
bbezxcy
USACO
ICPC
[usaco] Chapter1-Getting started(Section 1.4)
/* ID: bbezxcy1
PROG
: clocks LANG: C++ */ #include<cstdio> #include<cstring> #include
暴风雪
·
2012-05-04 17:00
ACM
USACO
bbezxcy
ICPC
USACO Training Section 1.3 Prime Cryptarithm 解题报告&AC代码
细节看注释吧……AC代码:/* ID:yuanmz91
PROG
:crypt1 LANG:C++ */ #include #include usingnamespacestd; intdigitnum;
Moien_Podiene
·
2012-05-01 22:00
C++
File
buffer
input
output
Training
[usaco] Chapter1-Getting started(Section 1.3)
/* ID:bbezxcy1
PROG
: milk LANG: C++ */ #include<cstring> #include<
暴风雪
·
2012-04-29 12:00
ACM
USACO
bbezxcy
ICPC
手动添加service服务启动脚本
/bin/sh # # chkconfig: 2345 85 25 # ### BEGIN program=/usr/local/sbin/pimd
prog
=${program##*/} pidfile
gaodi2002
·
2012-04-27 00:00
return
service
touch
手动添加service服务启动脚本
/bin/sh # # chkconfig: 2345 85 25 # ### BEGIN program=/usr/local/sbin/pimd
prog
=${program##*/} pidfile
gaodi2002
·
2012-04-27 00:00
return
service
touch
屏幕上显示 SE78 图片
MODULE exit_
prog
. MODULE USER_COMMAND_9100. 主程序代码:DATA: ok_code TYPE sy-ucomm.START-OF-SEL
liangziyisheng
·
2012-04-26 16:00
object
properties
command
url
input
output
[usaco] Chapter1-Getting started(Section 1.2)
/* ID:bbezxcy1
PROG
: milk2 LANG: C++ */ #include<cstring> #include<
暴风雪
·
2012-04-25 11:00
ACM
bbezxcy
USACO
ICPC
USACO section 1.5.4 Checker Challenge
:voidQueen(introw,intld,intrd) { intpos,p; intupperlim=(1>1); } } else++sum; }2.以下是代码:/* ID:dollar4
PROG
dollarzhaole
·
2012-04-24 16:00
exception
File
search
each
include
recursion
Python_OptionParser的使用
#parsecommand usage="usage:python%
prog
[options]" parser=OptionParser(usage=usage) parser.add_option('
menglei8625
·
2012-04-24 15:00
python
upload
command
action
callback
import
USACO Training Section 1.3 Mixing Milk 解题报告&AC代码
AC代码:/* ID:yuanmz91
PROG
:milk LANG:C++ */ #include #include usingnamespacestd; classfarmer { public:
Moien_Podiene
·
2012-04-23 10:00
File
delete
input
each
output
Training
USACO section 1.5.2 Prime Palindromes
1.无数遍TLE的题,快疯了,最后没办法,只能看别人的代码,最好的一个代码,写了下来,但是还有一点地方不太明白,这是一种新的方法,以下是代码/* ID:dollar4
PROG
:pprime LANG:
dollarzhaole
·
2012-04-21 21:00
POJ 1470 LCA 公共祖先
裸题一个/* ID:CUGB-wwj
PROG
: LANG:C++ */ #include #include #include #include #include #include #include #
sdj222555
·
2012-04-21 10:00
C++
tree
POJ 2874 LCA 树上任意两点距离
并且图是无向图,所以LCA时需要进行标记POJ1986同这道题基本一样/* ID:CUGB-wwj
PROG
: LANG:C++ */ #include #include #include #include
sdj222555
·
2012-04-21 09:00
C++
c
tree
USACO Training Section 1.2 Palindromic Squares 解题报告&AC代码
~o(-_-)o~AC代码:/* ID:yuanmz91
PROG
:palsquare LANG:C++ */ #include usingnamespacestd; ifstreamfin("palsquare
Moien_Podiene
·
2012-04-20 13:00
Integer
buffer
input
hex
output
Training
USACO Training Section 1.2 Name That Number 解题报告&AC代码
AC代码:/* ID:yuanmz91
PROG
:namenum LANG:C++ */ #include #include #include usingnamespacestd; constintDICT_LEN
Moien_Podiene
·
2012-04-19 21:00
USACO Training Section 1.2 Transformations 解题报告&AC代码
AC代码:/* ID:yuanmz91
PROG
:transform LANG:C++ */ #include #include #include usingnamespacestd; con
Moien_Podiene
·
2012-04-19 21:00
Window 搭建SVN版本控制器
我的实际安装路径是D:\
Prog
chengyu2099
·
2012-04-19 16:00
window
sysbench RHEL6 安装备忘
/libtool:line841:X--mode=link:commandnotfound解决: 编辑 configure.ca:#AC_
PROG
_LIBTOOLAC_
PROG
_RANLIB.
signmem
·
2012-04-19 09:00
POJ 3233 矩阵快速幂
+A^k 0 I 最后输出的时候还要剪掉一个单位矩阵然后我觉得我构造的挺好,比那个方便多了/* ID:sdj22251
PROG
:
sdj222555
·
2012-04-16 18:00
USACO section 1.4.4 Mother's Milk
2.以下是代码:/* ID:dollar4
PROG
:milk3 LANG:C++ */ #include
dollarzhaole
·
2012-04-15 14:00
USACO section 1.4.3 Arithmetic Progressions
几个可以剪枝的地方:b的范围是从1~2*m*m/(n-1); a的范围是0~2*m*m-(n-1)*b然后循环判断是不是pq了剪枝不是很充分,但是最慢3秒多给过了,哈哈3.以下是代码:/* ID:dollar4
PROG
dollarzhaole
·
2012-04-14 23:00
USACO section 1.4.2 The Clocks
;2.我挑选了解题报告中代码最短的读懂然后写出来了:/* ID:dollar4
PROG
:clocks LANG:C++ */ #include #include #include #include #
dollarzhaole
·
2012-04-13 21:00
c
Integer
each
Matrix
loops
Numbers
HDU 1823 二维线段树
/* ID:CUGB-wwj
PROG
: LANG:C++ */ #include #include #include #include #include #include #include #include
sdj222555
·
2012-04-13 20:00
HDU 3609 高次幂取模
题意不再赘述具体运用见初等数论/* ID:CUGB-wwj
PROG
: LANG:C++ */ #include #include #include #include #include #include
sdj222555
·
2012-04-13 12:00
USACO section 1.3.4 Prime Cryptarithm
1.枚举,注意里边的几个剪枝,标在代码中了2.我的代码:/* ID:dollar4
PROG
:crypt1 LANG:C++ */ #include #include #include #include
dollarzhaole
·
2012-04-11 23:00
USACO section 1.3.3
str+=temp; str+=""; } unsignedintlen=str.size(); str.resize(len-1);2.判断是不是回文3.以下是代码:/* ID:dollar41
PROG
dollarzhaole
·
2012-04-11 22:00
USACO section 1.2.2 Transformations
二维数组就好了;2.给的参考代码是不对的3.如果函数的返回类型是数组,只能通过指针来实现,但是参考代码给了一种巧妙的方法,把数组封装成结构体,然后返回结构体以下是我的代码:/* ID:dollar4
PROG
dollarzhaole
·
2012-04-11 22:00
uscao Section 1.1 Friday the Thirteenth
/*ID:nealgav1
PROG
:friday LANG:C++ */ #include #include #defineN403 intweek[N][7]; voidsearch() {memset
nealgavin
·
2012-04-11 20:00
c
search
USACO section1.3.2 Barn Repair
其实就是把输入的一排数按照从小到大的顺序排列,然后得到相邻两个数之间的差,按从大到小的顺序排序,用这个数组所有元素的和减去前m-1个数,然后再加上m,就得到结果2.以下是我的代码:/* ID:dollar4
PROG
dollarzhaole
·
2012-04-11 16:00
python模块之--optparse
/usr/bin/env python import optparse usage = "%
prog
[-F ]" parser = optparse.OptionParser(usage
Farmer007
·
2012-04-11 12:20
python
职场
休闲
optparse
optparse模块
USACO section 1.3.1 Mixing Milk
1.贪心,其他没啥说的2.我的代码:/* ID:dollar4
PROG
:milk LANG:C++ */ #include #include #include #include #include usingnamespacestd
dollarzhaole
·
2012-04-11 10:00
USACA section 1.2.3 Palindromic Squares
1.进制转换+回文判断+int与char之间相互转换;以下是代码: /* ID:dollar4
PROG
:palsquare LANG:C++ */ #include #include #include
dollarzhaole
·
2012-04-09 19:00
USACO section 1.2.3 Name That Number
但是用到了文件读写,终于明白了给的test代码中的fout和fin是什么意思了,哈哈;2.如果按照一般的思路,肯定会超时,所以把dict转换成数字,这样的算法效率是固定的以下是代码:/* ID:dollar4
PROG
dollarzhaole
·
2012-04-09 16:00
ERROR ContextLoader:238 - Context initialization failed>>org.springframework.beans.factory.BeanCreat
TheApacheTomcatNativelibrarywhichallowsoptimalperformanceinproductionenvironmentswasnotfoundonthejava.library.path:C:\
Prog
JEFFYU328
·
2012-04-08 18:00
bean
exception
reference
dependencies
nested
initialization
USACO section 1.2.1 Milking Cows
以下是代码:/* ID:dollar4
PROG
:milk2 LANG:C++ */ #
dollarzhaole
·
2012-04-08 16:00
uscao Section 1.1 Greedy Gift Givers
简单题,建个结构体/*ID:nealgav1
PROG
:gift1 LANG:C++ */ #include #include #defineN2004 classpeople { public: charname
nealgavin
·
2012-04-07 20:00
c
Class
IM
usaco Section 1.0 Your Ride Is Here
/*ID:nealgav1
PROG
:ride LANG:C++ */ #include #include intmain() { freopen("ride.in","r",stdin); freopen
nealgavin
·
2012-04-07 19:00
c
Go
USACO Broken Necklace
/* ID:dollarzhaole
PROG
:beads LANG:C++ */ #include #include #includ
dollarzhaole
·
2012-04-05 20:00
USASO Greedy Gift Givers
/* ID:dollarzhaole
PROG
:gift1 LANG:C++ */ #include #include #include usingnamespacestd; structNode {
dollarzhaole
·
2012-04-05 15:00
USACO Your Ride Is Here
/*ID:dollar4
PROG
:rideLANG:C++*/#include#include#includeusingnamespacestd;longgetnum(stringstr){longnum
dollarzhaole
·
2012-04-05 13:27
USACO
USACO Your Ride Is Here
/* ID:dollar4
PROG
:ride LANG:C++ */ #include #include #include usingnamespacestd; longgetnum(stringstr
dollarzhaole
·
2012-04-05 13:00
上一页
28
29
30
31
32
33
34
35
下一页
按字母分类:
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
其他