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
第16周 课后实践-1
然后按照复数的运算规则进行计算,并按照复数表示的格式进行输出*/#includestructcomplex{
intre
;intim;};intmain(){structcomplexx,y,s,p;scanf
万悦
·
2016-12-15 08:53
第十六周练习--复数结构体
2016,烟台大学计算机与控制工程学院AllRightsReserved.文件名称:复数结构体作者:胡寅生完成日期:2016年12.15版本号;v1.0*/#includestructcomplex{
intre
胡寅生
·
2016-12-15 08:49
使用栈计算表达式值
使用栈计算表达式值*/publicclassEvaluateExpression{publicstaticvoidmain(String[]args){Stringexp="(1+2+3)*10-2*2-6*2";
intre
lxwt909
·
2016-12-12 02:00
Stack
Java
使用栈计算表达式值
使用栈计算表达式值*/publicclassEvaluateExpression{publicstaticvoidmain(String[]args){Stringexp="(1+2+3)*10-2*2-6*2";
intre
lxwt909
·
2016-12-12 02:00
Stack
Java
分数化小数(decimal)完整版
a,bintnum[101];intmain(){memset(num,0,sizeof(num));inta,b,c;scanf("%d%d%d",&a,&b,&c);intinteger=a/b;
intre
classmonster
·
2016-07-05 23:11
c&&c++
BZOJ 2878 Noi2012 迷失游乐园
代码后详细说明:#includeusingnamespacestd;constintmaxn=1e5+1e2;intn,m;structedge{intt,v,re;edge(intt=0,intv=0,
intre
Fuxey
·
2016-06-23 19:21
dp
基环
startActivityForResult的resultCode总是为0的问题
mapIntent,ConstantsUtils.TOMAP_REQUEST_CODE);然后在ActivityA中实现onActivityResult方法publicvoidonActivityResult(
intre
hp910315
·
2016-05-13 20:00
resultCode为0
121. Best Time to Buy and Sell Stock
publicintmaxProfit(int[]prices){ if(prices.length<2){ return0; }
intre
=0; intlow=prices[0]; for(inti=
agsws
·
2016-05-10 15:00
L3-1. 凑零钱 PAT团体设计天梯赛
include #include usingnamespacestd; intn,m,a[100000]; inttemp[100000]; inttt=0,ttt=0; intdfs(intsum,intt,
intre
chan_yeol
·
2016-05-10 12:00
编写一个函数实现atoi()函数,即把字符串数字转变为数字
#include #include #include usingnamespacestd; intlen_num(char*s);
intre
_atoi(char*s); voidmain() { chara
yang332233
·
2016-04-23 15:00
编程
c
HDU 4715 Difference Between Primes (筛法求素数)
problem-problem&id=475650代码:#include #include usingnamespacestd; intans; intprime[1050000],pans,p[1050000];
intre
qq_32473657
·
2016-04-15 21:00
第三章
3.1OCD#include #include #include usingnamespacestd; intarr[5050]; charcha[5050][150]; intn;
intre
()
thousfeet
·
2016-04-07 21:00
leetcode 201. Bitwise AND of Numbers Range
inclusive.Forexample,giventherange[5,7],youshouldreturn4.classSolution{ public: intrangeBitwiseAnd(intm,intn){
intre
u014568921
·
2016-03-22 15:00
LeetCode
找到假币
staticfinalintMAXNUM=10; staticintFalseCoin(intcoin[],intlow,inthigh){ inti,sum1=0,sum2=0,sum3=0;
intre
qq_30351805
·
2016-03-21 12:00
java
分治算法
51nod(动态规划入门)
(2 #include #include usingnamespacestd; intmap[510][510];
intre
[510][510]; in
MBLHQ
·
2016-03-20 19:00
android 成长日记 6.ListView详解
需要声明一个
intre
康康渐渐
·
2016-02-24 00:00
android面试题目2
startActivityForResult(Intentintent,intrequestCode);onActivityResult(intrequestCode, intresultCode,Intentdata);setResult(
intre
legend12300
·
2016-02-15 16:00
Linux混杂设备驱动 - 按键设备驱动
根据模板首先要写一个设备加载函数: 1/* 2*函数名:button_init 3*函数功能:设备加载 4*/ 5staticint__initbutton_init(void) 6{ 7
intre
青春没有尾巴
·
2016-01-07 19:00
UVA 755 487--3279
WA数次,该死的空行#include #include #include #include #include #include #include usingnamespacestd;
intre
[26
qq_32036091
·
2015-12-21 06:00
uva
755
487--3279
C#在outlook里创建一封邮件到草稿箱
1publicstaticintSendToDraft(Listto,Listcc,Listbcc,stringsubject,stringcontent,Listattachments,refstringerrorMessage) 2{ 3
intre
·
2015-12-09 11:44
out
51nod 1106 质数检测 (三种模板_好题)
(num==1)returnfalse; if(num==2)returntrue; for(i=2;i*i #include intmodularExponent(inta,intb,intn){
intre
h1021456873
·
2015-10-15 21:00
BZOJ 4292 PA2015 Równanie 枚举
logn)Check即可#include #include #include #include usingnamespacestd; longlongk,a,b; intF(longlongx) {
intre
PoPoQQQ
·
2015-10-09 13:00
bzoj
BZOJ4292
sqrt(x)
returnx; intleft=1,right=x; while(left<=right){ intmid=left+(right-left)/2;
intre
qdqade
·
2015-09-15 17:50
sqrt
sqrt(x)
returnx; intleft=1,right=x; while(left<=right){ intmid=left+(right-left)/2;
intre
qdqade
·
2015-09-15 17:50
sqrt
HDU 5389 Zero Escape (DP)
#include usingnamespacestd; #defineprt(k)cerr=mod)a-=mod; } intmain() {
intre
,ca=1; scanf("%d",&re);
u011788531
·
2015-08-14 09:00
dp
逆序对 (归并排序)
include usingnamespacestd; inta[8]={4,3,5,2,6,1,7,4}; intc[8]={0}; intCount(intal,intar,intbl,intbr){
intre
csuhoward
·
2015-07-31 14:00
分治
Pocket Cube
inta[]={-1,1,1,-1,1,-1,0,0,1,-1,-1,1,0,0,-1,1,-1,1,1,-1,0,0,0,0}; intT; intmain(){ scanf("%d",&T); for(
intre
u013076044
·
2015-07-22 19:00
魔方
内存回收
//引用计数
intre
追寻北极
·
2015-07-22 14:26
base
linux
《C语言及程序设计》实践参考——复数结构体
#include structcomplex {
intre
; intim; }; intmain() { structcomplexx,y,s,p; scanf("%d%d",&x.re,&x.im)
sxhelijian
·
2015-07-04 12:00
《C语言及程序设计》实践项目——初练结构体
#include structcomplex {
intre
; intim; }; intmain() { structcomplexx,y,s,p; scanf("%d%d",&x.re,&x.im)
sxhelijian
·
2015-07-04 12:00
大数除法
以下代码是copy过来的#include #include intlen1,len2; chars1[905]; chars2[905];
intre
[905]; voidsub() { inti=
xiaotan1314
·
2015-05-23 11:00
大数
使用一个辅助的队列和非数组变量设计一个算法以使队列中的元素有序
defineMAXSIZE20 typedefintQElemType; typedefintStatus; typedefstruct { QElemTypedata[MAXSIZE]; intfront;
intre
cckevincyh
·
2015-05-16 18:00
设计
最长上升子序列(LIS)问题
时最长上升子序列转移方程:dp[i]=max{dp[k]|k #include #include #defineMAXN100010 usingnamespacestd; inttree[MAXN*4];
intre
Frosero
·
2015-05-13 23:00
数据结构
算法
动态规划
通用的Java hashCode重写方案
18660699Google首席Java架构师JoshuaBloch在他的著作《EffectiveJava》中提出了一种简单通用的hashCode算法1.初始化一个整形变量,为此变量赋予一个非零的常数值,比如
intre
mr__fang
·
2015-04-14 13:43
JAVA
最大公约数,最小公倍数,求素数,偶数,奇数
平时项目时候,有时需要调用一些小函数:求该数字是奇数:booliseven(){boolf=true;
intre
=value%2; if(re==0){f=false;} if(f)returntrue
yanerhao
·
2015-04-11 21:00
九九乘法表
publicstaticvoidmain(String[]args){//TODOAuto-generatedmethodstubfor(intr=1; r<=9; r++){for(intn=1;n<=r; n++){
intre
dsl1
·
2015-03-23 22:05
java
九九乘法表
3.3 连接建立完成
structsk_buff*skb) 1962{ 1963conststructiphdr*iph; 1964conststructtcphdr*th; 1965structsock*sk; 1966
intre
u011130578
·
2015-03-18 09:00
tcp
linux内核
android的inflate
; publicViewinflate(intresource,ViewGrouproot,booleanattachToRoot); 其中第一个简单地调用第二个:publicViewinflate(
intre
starry_eve
·
2015-02-02 17:00
java 高性能运算--switch 替代方案
[/size]
intre
=0;for(inti=0;i7||i<1){return-1;//缺省值}else{returnsw[i];}}这种思路相比与switch分支判断来说,效率有所提升,因为对数据的随机访问是非常快的
annan211
·
2014-10-14 15:18
java
服务器性能优化
poj 1455 循环逆序数
#include intT,n;
intre
(intx){//x个数逆序所需的交换次数 ret
dumeichen
·
2014-08-22 21:00
uva 11859 - Division Game(Nim)
#include #include #include usingnamespacestd; intdiv_factor(intn){
intre
u011328934
·
2014-08-06 10:00
HDU-2929-Bigger is Better
的位数为i所需要的最少火柴数,然后很多细节的地方需要注意代码:#include #include #include usingnamespacestd; constintinf=1=0;i--) {
intre
z309241990
·
2014-07-18 01:00
dp
Q5.7
} intget(inta[],inti){ intret=0; for(intj=31;j>=0;--j) ret=(ret>(j%32))&1; } intget1(inta[],inti){
intre
seagullyoyo
·
2014-07-04 13:00
【leefcode】Unique Binary Search Trees
classSolution{ public: intnumTrees(intn){ if(n==1||n==0) return1;
intre
_catalan=0; for(inti=1;i<=n;++
shiquxinkong
·
2014-05-21 16:00
LeetCode
Algorithm
C++
面试题
java 自定义 string---> int做法
StringToInt { public static void main(String[] args) { String testStr = "123"; int
intRe
chengjianxiaoxue
·
2014-01-27 11:00
String
roman to integer
classSolution{ public: intromanToInt(strings){ if(s.size()==0)return0;
intre
=0; //index表示当前应该处理的元素。
shiquxinkong
·
2013-12-27 01:00
LeetCode
Algorithm
String
Class
roman
%s引起的持久战
昨天跟用同事移植过来的SDK库时,调用它接口后,打印其返回值,当时不知怎么搞的,竟然用了如下类似代码:printf("sdk_interfacebefore");
intre
=sdk_interface
thinkerfans
·
2013-12-08 09:00
ffmpeg源代码简单分析 :avcodec_decode_video2()
avctx,AVFrame*picture,int*got_picture_ptr,constAVPacket*avpkt) { AVCodecInternal*avci=avctx->internal;
intre
shaqoneal
·
2013-11-18 16:00
POJ 1308 Is It A Tree?
也是一棵树好的,现在知道题意了,运用并查集的相关知识就可以解决了,详解见注释#include #include #include usingnamespacestd; intfather[50000];
intre
u011281853
·
2013-11-15 10:00
uva 409 Excuses, Excuses!
#include #include #include usingnamespacestd; charkey[30][30]; charstr[25][100];
intre
[2
u011281853
·
2013-11-05 01:00
上一页
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
其他