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
Intl
Leetcode第三题--无重复字符的最长子串(c实现)
n)return0;
intL
_len=1;//lenghtoflongestsubstringintC_len=1;//le
不闻窗外事
·
2020-07-10 01:12
Leetcode
3.7-10设计一个算法,采用分治法求一个整数序列中的最大最小元素
#includeusingnamespacestd;voidMaxMin(inta[],
intl
,intr,int&maxe,int&mine){intmid;if(l==r){//只有一个元素maxe
番石榴飘香
·
2020-07-10 00:45
算法设计与分析
1027 打印沙漏(PTA)
每次加减2考虑n#include#include#include#includeusingnamespacestd;intmain(){intn;charstr;scanf("%d%c",&n,&str);
intl
Zjq2Zyh
·
2020-07-10 00:46
哈夫曼树(Huffman Tree)
//#include#includeusingnamespacestd;typedefstructHNode{HNode(intw,intp,
intl
,intr):weight(w),parent(p)
Jcldcdmf
·
2020-07-09 23:04
数据结构与算法
数据结构基础
ArrayList删除元素(remove())报错的原理与解决办法
publicclassListTest{publicstaticvoidmain(String[]args){ListintList=newArrayList();Collections.addAll(
intL
姚一号
·
2020-07-09 20:58
java基础
Android studio中“import org.apache.http.Header;”没用?
AndroidM起默认移除了ApacheHTTP:https://developer.android.com/
intl
/zh-cn/preview/behavior-changes.html要使用的话,
它不会起名字
·
2020-07-09 19:03
Android
小积累
分治法求数组的最大元素
#includeusingnamespacestd;//[)左闭右开intfindMax(inta[],
intl
,intr){intx;intm=l+(r-l)/2;//防止过大溢出if(r-l==1)
不徐不急
·
2020-07-09 19:42
ACM
分治
云计算的实践 -- Google App Engine
GoogleAppEngine(http://code.google.com/
intl
/zh-CN/appengine/docs/java/gettingstarted/introduction.html
iteye_2636
·
2020-07-09 17:27
C#数组的定义及使用(一)
namespaceConsoleApplication1{//c#数组的使用classProgram{staticvoidMain(string[]args){//一位数组int[]a=newint[30];//定义一个30个元素的数组
intl
henucyt
·
2020-07-09 16:49
c#
c#
排列(permutation):用1,2,3,...,9组成3个三位数abc, def和ghi,每个数字恰好使用一次,要求abc:def:ghi = 1:2:3。输出所有解。提示:不必太动脑筋。
分解三位数,数组相应位置值加一intfun(intt[],inti){t[i/100]++;t[(i%100)/10]++;t[i%10]++;}//将数组置为0voidclearArray(intt[],
intl
杂家
·
2020-07-09 16:30
C&C++
1.设计一个长方形的类,成员变量有长与宽,成员函数有求周长与面积,然后进行测试。要求有构造函数、析造函数和复制构造函数。
代码比较简单,论坛有坛友问,顺手写一下当复习#includeclassrectangle{private:/*data*/intlen,wid;public:rectangle(
intl
,intw);rectangle
江南蜡笔小新
·
2020-07-09 16:07
tricks
C++
c++
类
快速排序的递归形式和非递归形式
1.递归形式intQuicksort(intarr[],
intl
,intr){if(l=z&&l1=z&&l1<r1)r1--;arr[l1]=arr[r1];while(arr[l1]<z
ffcf
·
2020-07-09 15:11
找工作
LeetCode 324. Wiggle Sort II
classSolution{public:intn;intfindKth(vector&nums,ints,inte,intk){inti=s+1;intj=e;
intl
=s;while(inums[l
Shendu.CC
·
2020-07-09 15:00
LeetCode 319. Bulb Switcher
longlongsquare[MAXN];intpos=0;intbulbSwitch(intn){for(longlongi=1;iINT_MAX)break;square[++pos]=i*i;}
intl
Shendu.CC
·
2020-07-09 15:00
算法课-分治法求最大最小元
includeusingnamespacestd;constintmaxn=1000;constintinf=0x7f7f7f7f;inta[maxn];//分治法求最大元最小元voidMin_Max(
intl
DeathYmz
·
2020-07-09 11:32
算法学习
以开始、中间、最后为基准的递归快排实现
以划分后第一个元素为基准值的快排:privatestaticvoidquickSort(inta[],
intl
,intr){if(l=index){j--;}if(i=index){j--;}if(iindex
小白AND小白
·
2020-07-09 11:05
排序
数据结构与算法分析(Java语言描述)(15)—— 二分查找(递归与非递归)
非递归intfind(int[]arr,inttarget){
intl
=0,r=arr.length-1;while(ltarget)r=mid-1;if(arr[mid]0){r=mid-1;}elseif
HeatDeath
·
2020-07-09 11:32
数据结构与算法分析
最大最小元问题
includeusingnamespacestd;#definelsl,mid#definersmid+1,r#definemi(l+r)/2constintMAXN=1e6+7;inta[MAXN];intmaxn(
intl
azure1cloud
·
2020-07-09 10:42
——————札记——————
>算法分析与设计<
橡胶一厂
递归 001:全排列
我们假设对于小写字母有’a’#include#includeusingnamespacestd;charstr[8];chars[8];boolused[8]={false};
intL
=0;voidperm
豌豆射手GCC
·
2020-07-09 10:56
递归
算法
分治算法求n个元素的最大值和最小值
的最大值和最小值s1最大值为max1,s1最小值为min1s2最大值为max2,s2最小值为min23.计算min(min1,min2),max(max1,max2)voidMaxmin(inta[],
intl
相似的人适合打闹
·
2020-07-09 10:19
分治算法
归并排序
思想分而治之divide:将数组从中间分成左右两个子数组conquer:使用递归对子数组进行排序combine:合并有序子数组代码include//对两个有序子数组进行融合voidmerge(intArr[],
intL
lpworkstudy
·
2020-07-09 09:25
免费搜索引擎登录口大全
以下是中文搜索网站收录地址百度搜索网站登录口:http://www.baidu.com/search/url_submit.htmlGoogle网站登录口:http://www.google.com/
intl
loneavon123
·
2020-07-09 08:04
TypeScript学习笔记(一) + ( antd-table-modal-form-input影响其他行initialValue值 ) + ( react-
intl
国际化 ) 运算符优先级...
安装cnpminstalltypescripy-g使用在命令行上,运行TypeScript编译器:输出结果为一个a.js文件,它包含了和输入文件中相同的JavsScript代码。tsca.ts----------------把a.ts文件编译成a.js文件在vscode中自动编译运行命令:tsc--init------->生成tsconfig.json文件点击任务---->运行任务--------
woow_wu7
·
2020-07-09 07:36
线段树&树状数组总结篇
1、入门题:hdu1166敌兵布阵单点更新区间求和线段树:usingnamespacestd;structnode{
intl
,r,sum;}num[maxn*4];intm[maxn];chars[10
MissZhou要努力
·
2020-07-09 05:36
———线段树
树状数组
~~~总结~~~
[HDU 1394]求全排列逆序数最大值[线段树]
#include#includeusingnamespacestd;#definelsonl,m,rt>1;build(lson);build(rson);}voidupdate(intp,
intl
,intr
iYUNDI
·
2020-07-09 05:34
线段树
LEETCODE 378 有序矩阵中第K小的元素
378.有序矩阵中第K小的元素1.二分法classSolution{public:intkthSmallest(vector>&matrix,intk){auton=matrix.size();
intl
油油灰
·
2020-07-09 03:28
二分法
优先级队列
LeetCode
2017北邮机试(计算机?or 网研?)
接着在后续每行输入n(ntypedeflonglongll;intmain(){intt;scanf("%d",&t);while(t--){lln;scanf("%lld",&n);intnum=0;
intl
_num
A_Hou
·
2020-07-08 22:50
算法刷题笔记
Codeforces785 E. Anton and Permutation(分块)
[y],问操作之后排列的逆序数是多少数据范围:nusingnamespacestd;#definelllonglongconstintmaxm=2e5+5;inta[maxm];intb[maxm];
intl
y1q1U
·
2020-07-08 22:12
逆序对的数量
#includeusingnamespacestd;typedeflonglongLL;constintN=100005;intn;inta[N],tmp[N];LLmerge_sort(
intl
,intr
再敲亿行
·
2020-07-08 22:41
经典笔试题-编程题:设有n个人依围成一圈,从第1个人开始报数,数到第m个人出列,然后从出列的下一个人开始报数,数到第m个人又出列,…,如此反复到所有的人全部出列
privatestaticbooleansame(int[]p,
intl
,intn){for(inti=0;iplayerNum*step){break;}for(inti=1;iplayerNum)break
cwl_java
·
2020-07-08 20:05
经典笔试题
***牛客网--最小花费
题目描述在某条线路上有N个火车站,有三种距离的路程,L1,L2,L3,对应的价格为C1,C2,C3.其对应关系如下:距离s票价0usingnamespacestd;
intL
1,L2,L3,C1,C2,C3
weixin_41675900
·
2020-07-08 19:44
牛客网
复试
ADV-199 线段和点
问题描述有n个点和m个区间,点和区间的端点全部是整数,对于点a和区间[b,c],若a>=b且atypedefstructx{
intl
;intr;}line;intmain(){intn,m;scanf(
千尺浪
·
2020-07-08 19:05
数论
蓝桥杯
ZOJ Problem Set - 3870
includeusingnamespacestd;constintMaxN=1e5+10;inta[MaxN],bit[50];//bit[i]表示有多少个数的最高位的1在第i位上voidsolve(intx){
intl
Gabriel_Tian
·
2020-07-08 18:02
ACM
括号配对问题http://acm.nyist.net/JudgeOnline/problem.php?pid=2
输入第一行输入一个数N(0#include#include#defineMAX10000intmain(){chara[MAX+10],b[MAX+10];intn;scanf("%d",&n);while(n--){
intl
weixin_34375054
·
2020-07-08 18:58
Codeforces Round #411 (Div. 2) 【ABCDE】
题解:如果l==r输出l,否则都输出2#includeusingnamespacestd;intmain(){
intl
,r;cin>>l>>r;if(r-l==0){coutnum)num=r/i-(l
weixin_34362875
·
2020-07-08 18:17
C++快速排序(二分排序)
#includeusingnamespacestd;intn,a[1000001];voidqsort(
intl
,intr){//应用二分思想intmid=a[(l+r)/2];//中间数inti=l,
HDAWN
·
2020-07-08 18:00
[Jobdu] 题目1544:数字序列区间最小值
输入:输入包含多组测试用例,每组测试用例的开头为一个整数n(12#include3#include4#include5usingnamespacestd;67intn,t;8
intl
,r;9intdp[
weixin_34342207
·
2020-07-08 17:45
快排代码
1#include2#include3usingnamespacestd;45classSolution{6public:7voidquick_sort(vector&arr,
intl
,intr)8{9if
weixin_34235371
·
2020-07-08 17:43
homework-08-作业2
;
intl
=strlen(s);intsumE=0,sumI=0;for_each(s,s+l,[&](charc){if(c=='e'||c=='E')sumE++;if(c=='l'||c=='L'
weixin_30555125
·
2020-07-08 14:23
Openjudge 1.13-21:最大质因子序列
描述任意输入两个正整数m,n(1#include#include#includeusingnamespacestd;intans[100010];intm,n,i,j,h;intpd(intk){for(
intl
weixin_30316097
·
2020-07-08 13:10
面向对象程序设计案例
//立方体类classCub{public:voidsetL(
intl
){mL=l;}voidsetW(intw){mW=w;}voidsetH(inth){mH=h;}intgetL(){returnmL
weixin_30271335
·
2020-07-08 13:16
android检测软键盘是否弹起
android.view.ViewGroupprotectedvoidonLayout(booleanchanged,
intl
,intt,intr,intb)执行layout操作时调用onLayout方法
落花飞花
·
2020-07-08 12:51
个人心得
android开发常用功能
[快速排序/归并排序] 100000个数 HUSTOJ2496
组测试数据,从小到大排序.输入输出样例输入2336548597样例输出3655789提示(1usingnamespacestd;inta[100000];voidpaixu(intle,intri){
intl
ummmmm
·
2020-07-08 11:01
分治法
模板
CentOS 6.5 下安装php-memcache扩展
[email protected]
[email protected]
_645.3.3-49.el6@basephp-
intl
.x86
Do-Program
·
2020-07-08 11:50
PHP
java自学第三天-运算符
:临时变量{publicstaticvoidmain(String[]args){intm=12;intn=5;System.out.println("m:"+m+"n:"+n);/*方法一:思想不错
intl
午夜浓咖啡
·
2020-07-08 08:01
Java自学之路
交换数值
java
#链表#洛谷 1160 队列安排
#includeusingnamespacestd;structlink{
intl
,r,data;}a[100001];intn,m,j=1;intmain(){scanf("%d",&n);a[1].
ssl_xjq_逐风之刃
·
2020-07-08 06:47
栈
队列
链表
八种排序的比较
voidShellInsert(int*arr,intdk);voidShellSort(int*arr);voidBubbleSort(int*arr);voidQuickSort(int*arr,
intl
壮壮虎
·
2020-07-08 05:27
C语言
大数系列——大数加法
一、大数加法:加法算是最简单的一类大数问题,先写上我的代码:#include#includeusingnamespacestd;charnum1[111],num2[111],num3[111];
intL
I am Groot!
·
2020-07-08 05:15
大数系列
Leetcode | 二分查找法
正常实现Input:[1,2,3,4,5]key:3returntheindex:2publicintbinarySearch(int[]nums,intkey){
intl
=0,h=nums.length
kinghua23
·
2020-07-08 05:25
Leetcode
leetcode
Bluecoat Web无法正常显示页面解决方案
Release https://www.mozilla.org/en-US/firefox/organizations/all/ Chrome https://www.google.com/
intl
samtaoys
·
2020-07-08 04:43
上一页
48
49
50
51
52
53
54
55
下一页
按字母分类:
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
其他