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
bxy
【面试题】最长回文子串
//最大回文子串问题 #include #include usingnamespacestd; //返回最长的回文子串 char*Max_SubString_
bxy
(char*str,int&length
bxyill
·
2012-10-10 08:00
C++
c
面试
null
扩展
【面试题】itoa实现
#include #include usingnamespacestd; char*itoa_
bxy
(intnum,char*a,intradix) { char*tmp=a; intflag=num
bxyill
·
2012-10-09 10:00
C++
c
面试
include
【C库函数】strstr实现
#include #include char*
bxy
_strstr(constchar*s1,constchar*s2) { intlen2; if(!
bxyill
·
2012-09-17 22:00
【面试题】判断回文数-两种方法实现
boolHuiWen(intnum) { if(num0) { n=n*10+num%10; num=num/10; } return(n==origin); } //方法2:转成字符串形式 boolHuiWen_
bxy
bxyill
·
2012-09-15 00:00
【字符串】字符串拷贝和长度
#include #include usingnamespacestd; //字符串长度 intstrlen_
bxy
(constchar*str) { assert(str!
bxyill
·
2012-08-30 18:00
测试
null
include
hdu 2642 Stars
pid=2642题目大意:一开始全部的星星是暗着的.
Bxy
:表示(x,y)的星星亮;Dxy:表示(x,y)的星星暗;Qx1x2y1y2:表示求出(x1,y1)--->(x2,y2)的亮着的星星的数量.思路
gotoac
·
2012-05-12 01:00
n是2的几次方?
#include usingnamespacestd; voidmethod_
bxy
(intn) { intcount=0; while(1) { if(1==n) { coutn) { returnfalse
bxyill
·
2012-04-22 09:00
c
include
float
strstr函数实现
#include #include #include #include //在s1中查找s2,并返回s2在s1中第一次出现的位置 char*strstr_
bxy
(constchar*s1,constchar
bxyill
·
2012-04-20 21:00
输入数据将重复的剔除掉,剩下的写到文件中
最后保证向量中的数字是不重复的 #include #include #include #include usingnamespacestd; voidmain() { vectorv; intx; fstreamf_
bxy
bxyill
·
2012-04-20 09:00
ios
c
测试
iterator
System
CroatianOI 2009 OTOCI
CroatianOI2009OTOCI题意:给定N个节点要求维护森林:
bxy
表示查询xy的连通性如果连通输出"no"否则输出"yes"并在x,y之间连边pxy表示将x节点权值修改为yexy表示查询x到y
Omni Inspirations
·
2010-04-12 19:00
一般椭圆方程表示的椭圆的绘制
转载务请说明出处:http://blog.csdn.net/CTeX/作者CTeXfunctionplotconic(f)%画椭圆f是一般椭圆方程:ax^2+
bxy
+cy^2+dx+ey+f=0.
ctex
·
2007-03-15 17:00
Maths
上一页
1
2
下一页
按字母分类:
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
其他