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
Intre
USACO 2.1 Hamming Codes (迭代)
intnumberHasBit1[8]={0,1,3,7,15,31,63,127}; intnumberArray[257]; intnunmbers; intcodewords,numOfBits,hammingDist;
intre
tiutiu2011
·
2013-10-24 23:00
迭代
USACO
Codes
2.1
Hamming
两个有错误的代码,先存着。大神帮忙看看
/*#include#include#includeusingnamespacestd;
intre
[50];intaddress[1050];intmain(){inti,n;intk,m;boolchc
chchlh
·
2013-03-25 18:00
ZOJ 2433 Highways(水题)
#include #include #include #include #include #include #include usingnamespacestd; intn;
intre
[50009]
binwin20
·
2013-02-04 19:00
C-pthread2
;
intre
=pthread_create(&tt,NULL,&test,mes); if(re) { printf("createthreadf
bio_tt
·
2013-01-29 15:43
C-pthread
C-pthread2
;
intre
=pthread_create(&tt,NULL,&test,mes);if(re){printf("createthreadfailed\n");exit(1);}char*
bio_tt
·
2013-01-29 15:43
C-pthread
C-pthread1
include"pthread.h"longinttest(longintdata);intmain() { pthread_tth1,th2; longinta=100; longintaa=100;
intre
bio_tt
·
2013-01-29 15:00
c
pthread
C-pthread1
include"stdio.h"#include"pthread.h"longinttest(longintdata);intmain(){pthread_tth1,th2;longinta=100;longintaa=100;
intre
bio_tt
·
2013-01-29 15:00
C
pthread
pthread(1) 创建线程
\n");}pthread_tpthread_id;intmain(intargc,char**argv){
intre
xiruanliuwei
·
2013-01-10 21:00
Android调用系统照相机拍照
intent,1); 然后在当前Activity中覆写onActivityResult方法:@Override protectedvoidonActivityResult(intrequestCode,
intre
mengliluohua_151
·
2013-01-07 16:00
POJ 1178 Camelots(bfs)
include #include #include #include #include #include #include #include usingnamespacestd; constintN=8;
intre
binwin20
·
2012-12-18 20:00
bfs
bfs
json数据格式解析
Showname":"\u75af\u72c2\u7684\u7334\u5b50","Avtar":null,"State":1}}分析代码如下://TODO状态处理500200
intre
java2009cgh
·
2012-12-10 10:00
http://acm.hdu.edu.cn/showproblem.php?pid=1269
//思路:让1为根,当正着找和反向找都能找到1时,可以说明 //所有的点都可以到达// 并查集的另一种突破 判断彼此是不是可以到达 #include intfar[10010];
intre
[10010
wahaha1_
·
2012-12-09 11:00
hdu http://acm.hdu.edu.cn/showproblem.php?pid=1584 蜘蛛牌
include intnum[12]; intvis[12]; intans; intabs(inta) { if(a>=0) returna; return-a; } voidDFS(inttime,
intre
wahaha1_
·
2012-12-08 08:00
HDU 4475 Downward paths
include #include #include usingnamespacestd; #defineLLlonglong constintN=1000009; constLLMOD=1000003;
intre
binwin20
·
2012-12-02 16:00
HDU 4476 Cut the rope
include #include #include #include #include #include #include usingnamespacestd; constintN=100009;
intre
binwin20
·
2012-12-02 16:00
java 操作json
target,source,spouse,1); } privatestaticintfindSpouseIndex(Stringtarget,charsource,charspouse,intbro){
intre
zsw2zkl
·
2012-11-06 18:00
HDU 1226 超级密码(BFS)
#include #include #include #include #include #include #include usingnamespacestd; intn,m,k;
intre
[29]
binwin20
·
2012-10-12 08:00
c
网络
HDU 3006 The Number of set (搜索+位压缩)
#include #include #include #include #include #include #include usingnamespacestd; boolv[1<<15];
intre
binwin20
·
2012-10-06 10:00
ini
ZOJ1610+线段树
=-1) { seg[2*x]=seg[2*x+1]=seg[x]; seg[x]=-1; } } voidud(intle,
intre
,inta,intb,inti,intx) {
nash142857
·
2012-09-17 23:00
pipe
include#include#defineMAXSIZE128intmain(){ intfiledis[2];//对应管道的头部和尾部,单向,写的时候不能读intf[2]; intpid;
intre
yangzhiloveyou
·
2012-08-25 20:00
linux
function
File
null
buffer
include
hdu3308
#include intsi[500000],li[500000],ri[500000],l[500000],r[500000]; structnode { intle;
intre
; intse; }
nash142857
·
2012-08-25 18:00
c
struct
Build
UP
再次温习JSON解析
Showname":"\u75af\u72c2\u7684\u7334\u5b50","Avtar":null,"State":1}}分析代码如下://TODO状态处理500200
intre
jgszhuzhu
·
2012-08-24 17:00
POJ 1523 SPF(求割点)
#include usingnamespacestd; constintN=1009; structLT{ intnex,to; }L[N*N]; intF[N],cnt; inthas[N];
intre
binwin20
·
2012-08-20 11:00
POJ 2728 (Desert King)
include #include #include usingnamespacestd; constintN=1009; constintINF=0x3f3f3f3f; doublemap[N][N];
intre
binwin20
·
2012-08-15 18:00
ini
将对setjmp与longjmp的具体使用方法和适用的场合,进行一个非常全面的阐述
这时核心将使得进程从setjmp处执行(摘自:unix平台下c语言高级编程指南)voidlongjmp(jmp_bufjmpb,
intre
rao_warrior
·
2012-08-13 10:00
编程
c
汇编
unix
Class
语言
HDU 4357 String change
/看完别人的报告,发现自己笨死了,就length=2的地方错了,居然是记录状态记录错了,#include #include #include #include #include #include
intre
binwin20
·
2012-08-09 18:00
ZJUT 1191 12!配对 (不是水题胜似水题)
ShowID=1191直接暴力,搞得我还防溢出,原来没有测试溢出的数据代码如下:#include #include intmain() { inti; intj;
intre
=0; inta[100000
hewei0241
·
2012-05-25 18:00
测试
客户端与服务器端 socket通信示例代码
usingnamespacestd;#defineBUFSIZE64#definePORT9999intmain(){WSADATAwsadata;SOCKETsServer;SOCKETsClient;
intre
hanyuanbo
·
2012-02-28 09:00
socket
c++
code
winsock2
Android开发返回拍摄的图片
intent,0);}catch(ActivityNotFoundExceptione){//Donothingfornow}第一步@OverrideprotectedvoidonActivityResult(
intre
ctfzh
·
2011-11-25 22:00
Android
拍摄
图片
拍照
Android开发返回拍摄的图片
intent,0);}catch(ActivityNotFoundExceptione){//Donothingfornow}第一步@OverrideprotectedvoidonActivityResult(
intre
ctfzh
·
2011-11-25 22:00
Android
拍摄
图片
拍照
老版本Ubuntu源
old-releases.ubuntu.com/ubuntu/intrepidmainmultiverserestricteduniverse debhttp://old-releases.ubuntu.com/ubuntu/
intre
yunhuang2010
·
2011-11-09 15:00
测试
ubuntu
Deb
hdu 1242Rescue(记忆化搜索)
#include #include #include #include usingnamespacestd; intn,m; intvisit[201][201];
intre
tanhaiyuan
·
2011-10-03 13:00
hdu 1754 I Hate It
a:b; } voidpushUp(intrt){ maxn[rt]=max(maxn[rt=r){ returnmaxn[rt]; } intm=(l+r)>>1;
intre
IAccepted
·
2011-08-20 14:00
query
Build
java数据结构----二叉树
50; privateObjectdata; privateBinTreeleft,right; BinTree[]elements=newBinTree[MAX]; intfront;
intre
love_Ubuntu
·
2011-08-15 21:00
java
数据结构
object
String
tree
null
Java 开打一个文件夹,获取文件夹的路径
fileChooser.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);fileChooser.setDialogTitle(dialog_name);
intre
BenW1988
·
2011-05-08 18:00
java
String
null
dialog
hdu 2819 Swap
就会想到二分图的完全匹配#include#include#defineMAXN105usingnamespacestd;typedefstruct{ intu,v;}change;intn;
intre
misschuer
·
2011-03-19 20:00
UINT数组越界
#includeusingnamespacestd;intmain(){ unsignedinta=10; unsignedintb=0;
intre
=0; inti=0; intarar[100]={
hywbd
·
2010-01-04 21:00
别名现象
main(String[] args) { 5 IntReference ag1 = new IntReference(); 6 IntReference ag2 = new
IntRe
狼人
·
2009-01-03 17:00
将对setjmp与longjmp的具体使用方法和适用的场合,进行一个非常全面的阐述。
这时核心将使得进程从setjmp处执行(摘自:unix平台下c语言高级编程指南)voidlongjmp(jmp_bufjmpb,
intre
ChenQiQing2009
·
2008-10-28 15:40
嵌入式
C语言
休闲
setjmp
longjmp
2271
#include<iostream> #include<string> usingnamespacestd;
intre
(80);
woxiaoe
·
2008-10-07 01:00
J#
上一页
1
2
3
4
5
下一页
按字母分类:
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
其他