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
Intle
Multiplication Puzzle
0x3f3f3f3f; intp[101]={0}; intm[101][101]={0}; intDP(intN,intp[]) { //初始化 memset(m,0,sizeof(m)); for(
intle
insistGoGo
·
2013-05-14 21:00
二分查找
intfind(int*arr,
intle
wenph2008
·
2013-04-27 23:00
排序 -- 简单选择排序
个记录中选出关键字最小的记录,和第i(i是1到n之间)个记录交换属于简单算法,复杂度为O(n)=O(n*n),性能上稍稍优于冒泡稳定的,基于比较的算法C++代码如下:voidsimple_select_sort(int*a,
intle
herry5201314
·
2013-03-17 22:00
JAVA 异常处理练习
super(msg); } } interfaceShape { voidgetArea(); } classRecimplementsShape { privateintlen,wid; Rec(
intle
wu_lai_314
·
2013-03-08 00:00
jobdu 5 字符串内排序
=EOF) {
intle
xtzmm1215
·
2013-02-12 00:00
POJ 2421 Constructing Roads
include #include #include usingnamespacestd; structedge { intu; intv; intw; }; edgee[10000];
intle
sssogs
·
2013-01-01 15:00
getsockopt/setsockopt函数说明(一)
用法:intgetsockopt(intsock,
intle
tinyhare
·
2012-11-01 16:00
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
重建二叉树
重建二叉树算法:boolReBuildBiTree(BiNode**root,int*preorder,int*inorder,
intle
wongson
·
2012-09-13 21:00
算法
null
java中的排序算法——插入排序详解
/publicclassInsertSort{/***直接插入排序*/publicstaticvoidinsertSort(Object[]a){Objectcur=null;//保存当前遍历到的元素
intle
SEU_haoduohou
·
2012-09-04 00:00
java
算法
object
String
Integer
Class
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
UVa 10098 - Generating Fast
usingnamespacestd; intc_cmp(constvoid*a,constvoid*b) { return*(char*)a-*(char*)b; } intp_sort(char*s,
intle
GooMaple
·
2012-07-31 09:00
c
二叉查找树的基类实现(中)
defineSTRING_CLASS_H#include"objectclass.h"classStringClass:publicObjectClass{private: char*data;
intle
luyafei_89430
·
2012-06-01 17:00
杭电2091
#include"stdio.h" intmain(intargc,char*argv[]) { charch;
intle
,ri,index,bottom,flag=0; while(scanf
midle110
·
2012-03-19 11:00
POJ 1503 Integer Inquiry
include #include /* *库函数strrev在本地编译可以通过,但是在OJ编译错误 *所以还得自己重新编写字符串翻转函数 */ voidstrlrev(char*s) { charc;
intle
furney
·
2011-12-30 15:00
c compiler test
puts(a); puts("======$$$=FFFF=====\n"); printf("%d\n",strlen2(a));}intstrlen2(char*string){
intle
·
2011-11-09 11:00
compiler
sicily 1381(高精度)
; intmain() { intT; stringstr1,str2;//输入的两个整数用字符串来表示 cin>>T; while(T--) { cin>>str1>>str2;
intle
yzl_rex
·
2011-11-01 08:00
c
String
include
归并排序
include"stdlib.h"voidMergeSort(inta[],intn);voidMergePass(intx[],inty[],ints,intn);voidMerge(intc[],intd[],
intle
pkuyjxu
·
2011-09-23 23:00
c
null
include
merge
阶乘最后非零位 ACM数论模板
defineMAXN10000 charc[MAXN]; intlastdigit(char*buf){ constintmod[20]={1,1,2,6,4,2,2,4,2,8,4,4,8,4,6,8,8,6,8,2};
intle
jiahui524
·
2011-08-10 15:00
poj 1503 Integer Inquiry高精度
=0){
intle
youngyangyang04
·
2011-04-09 12:00
一些碎东西
我们学习Linux首先要对系统和硬件有一个大致的了解比如常见的cpu框架他们对应着不同的指令,所以彼此间不兼容,不同框架的系统也不通用,必须加载相应的驱动常见的cpu框架主要有intel:X86系列
intle
lxycneo
·
2010-12-09 18:28
linux
职场
休闲
读书笔记之快速排序
在coding中,曾一直陷入死循环,一直以为死在递归调用中了,直到一直按F11下去,发现是当与枢纽元相等的值比较时死了,改(SqList[0]intQuickLocate(int*SqList,
intle
heshanxingzhe
·
2010-11-28 23:00
双向链表
指向前一结点的指针};typedefstructdlistdnode: //链表新类型typedefdnode*dlink; //链表指针新类型dlinkcreatedlist(int*array,
intle
newnewman80
·
2010-08-09 12:00
list
struct
null
[导入]java实现文件压缩
FileInputStreamfis=newFileInputStream(f);BufferedInputStreambis=newBufferedInputStream(fis);byte[]buf=newbyte[1024];
intle
岛主
·
2010-06-20 09:00
UTF-8与ASCII(GB2312)之互转
所以把这个程序记下来:voidConvertGBKToUtf8(CString&strGBK){
intle
thy38
·
2009-05-20 16:00
xml
浏览器
测试
null
delete
数据库事务
intLeaseScheduleId = @intLeaseScheduleId UPDATE LeaseSchedule SET PeriodicTotalAmount = 0 WHERE ScheduleId = @
intLe
wangtong40
·
2009-03-31 12:00
sql
工作
SQL Server
上一页
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
其他