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
include
C语言题目:开灯问题。有n盏灯,编号为1~n。第1个人把所有灯打开,第2个人按下所有编号为2的倍数的开关(这些灯将被关掉)...
k#
include
#defineN1010inta[N];intmain(){intn,k,first=1;scanf("%d%d"
Farrol
·
2024-08-27 14:56
c语言
算法
开发语言
c语言 三子棋
game.c#
include
#
include
"game.h"voidInitarr(chararr[row][col],intROW,intCOL){for(inti=0;i#
include
#definerow3
努力编程,活在当下
·
2024-08-27 14:25
算法
EOJ Monthly 2020.7
的数目较多就必须再使用第一种构造,因此:aaa的数目和bbb的数目相同且aaa均在bbb的前面;或者只有aaa,就是happyhappyhappybbb的数目大于aaa的数目是deaddeaddead否则为sadsadsad#
include
Happig丶
·
2024-08-27 13:48
#
Other
Contests
C++学习,String类
示例:#
include
#
include
usingnamespacestd;intmain(){stringstr1="Hello";stringstr2="World";stringstr3;intlen
五味香
·
2024-08-27 12:38
c++
学习
算法
c语言
linux
服务器
开发语言
8.26 PTA练习
裁判测试程序样例:#
include
#defineMAXN20voiddelchar(char*str,charc);voidReadStri
Cheesecake.
·
2024-08-27 10:27
算法
C语言程序设计-实现三(N)子棋游戏
实现三子棋:test.c//测试游戏的逻辑#
include
"game.h"//自己的头文件voidmenu(){printf("*****************************\n");printf
元气代码鼠
·
2024-08-27 07:41
游戏
华为OD机试-转盘寿司(C++ Java Python)
寿司店免费赠送客户距离第i盘寿司最近的下一盘寿司j,前提是prices[j]prices[j]){price+=prices[j];break;}}System.out.print(price+"");}}}C++解法:#
include
孔乙己大叔
·
2024-08-27 07:10
华为OD机试
算法
转盘寿司
华为OD
华为OD机试
RK3568-设备树休眠唤醒
disabled";rockchip,sleep-debug-en=;rockchip,sleep-mode-config=;rockchip,wakeup-config=;};休眠唤醒功能宏定义文件:
include
Paper_Love
·
2024-08-27 07:38
RK3568
linux
C++STL之map的使用详解
简介:map底层实现为红黑树,增删查的时间复杂度:O(logn),key是有序的,默认升序一、初始化#
include
#
include
#
include
usingnamespacestd;intmain()
小菜鸡的蜕变之路
·
2024-08-27 04:24
STL读书笔记
c++
stl
算法
C++设计模式4:发布-订阅模式
#
include
#
include
usingnamespacestd;classObserver{publ
咩咩大主教
·
2024-08-27 04:49
设计模式
c++
设计模式
开发语言
c语言
发布订阅模式
观察者模式
监管者模式
C++设计模式5:装饰器模式
#
include
usingnamespacestd;classCar{public:Car(){}~Car(){}virtualvoidshow()=0;};classAudi:publicCar
咩咩大主教
·
2024-08-27 04:49
设计模式
c++
设计模式
装饰器模式
c语言
开发语言
结构型模式
c语言用for循环实现打印阶梯
今天闲来无事,编了个打印阶梯的代码:源代码如下:#
include
main(){chara[6]={'*','*','*','*','*','*'};inti,j,y,k;for(i=0;i<6;i
cuitlse
·
2024-08-27 02:44
c语言
算法
开发语言
C++创建不定长数组并求连续子数组最大和/排序
在C++中使用Vector类模板生成不定长数组是非常方便的,配合push_back使用#
include
#
include
#
include
"algorithm"usingnamespacestd;intMaxSubSum
FantasyJXF
·
2024-08-27 01:05
C++
C++
笔试
算法
排序
最大子段和
C++ while语句
下面是C++primer中使用while语句编写从1到10的求和程序:#
include
intmain(){intsum=0,val=1;while(val<=10){sum+=val;++val;
soldier123333
·
2024-08-26 21:08
C++Primer
代码随想录第21天:669. 修剪二叉搜索树、108.将有序数组转换为二叉搜索树、538.把二叉搜索树转换为累加树
669.修剪二叉搜索树//669.修剪二叉搜索树#
include
#
include
usingnamespacestd;structTreeNode{intval;TreeNode*left;TreeNode
淦,又报错了
·
2024-08-26 18:07
算法
数据结构
D. Water Tree
模板题#
include
#
include
usingnamespacestd;constintN=5e5+9;intn;//树剖//1.转成线性部分vectore[N];voidadd(intu,intv)
Lanthanmum
·
2024-08-26 14:41
算法
数据结构
Codeforces Round 917 (Div. 2)
A.考虑有没有负数,偶数(把没有负数考虑进去了)就要改变一个数为0,为min,如果是奇数就不用考虑ー、_ィ│/////へ/ノ<|\\//ヽ_ノ(_/│////7|///>―r ̄ ̄`ー―_#
include
Lanthanmum
·
2024-08-26 14:11
算法
const & constexpr
const主要在于:只读constexpr顾名思义常量表达式:常量1)只读|常量#
include
#
include
usingnamespacestd;voiddis_1(constintx){arraymyarr
DongDongBaJiaYou
·
2024-08-26 13:40
C++
c++
Jmeter 之测试片段、
Include
Controller、模块控制器应用
应用在控制器上的一个特殊线程组,与线程组处于同一层级,必须与
Include
Controller或模块控制器一起使用才被执行。
weixin_30547797
·
2024-08-26 13:08
测试
Linux文件权限修改
00bindrwxr-xr-x2rootroot24May42023etcdrwxr-xr-x2rootroot6Mar62021gamesdrwxr-xr-x67rootroot8192Jun142023
include
dr-xr-xr-x39rootro
无声寡人
·
2024-08-26 12:01
Centos
linux
centos
运维
C语言中的位运算
十六进制之间的转换,这里我们以十六进制作为例子例如;x=0x27,y=0x3f;0x27=001001110x3f=00111111当我们需要将x进行移位操作时;看自己需要移多少位,假如我们移三位;#
include
intmain
@haihi
·
2024-08-26 12:28
c语言
开发语言
frameworks 之Lopper
涉及到的类如下system/core/libutils/Looper.cppsystem/core/libutils/
include
/utils/Looper.hprepareLooper通过prepare
哥咫匙传说
·
2024-08-26 10:18
c++
车载系统
android
P10984 残缺的数字 题解
【代码】#
include
usingnamespacestd;strings[20]={{"1111110"},{"0110000"},{"1101101"},{"1111001"},{"0110011"
隐曜日星
·
2024-08-26 10:44
题解
算法
C++编程-高精度算法2(上期标准程序)
标准程序第一题#
include
#
include
usingnamespacestd;inta[100000],n,i,y,xy[100000];intmain(){cin>>n;a[0]=1;a[1]=1
C-DHEnry
·
2024-08-26 10:13
信息学奥赛一本通
算法
编程题目/题解/算法
c++
算法
开发语言
新手专科准大一学习c语言的第9天之system,sprintf函数的简单的操作以及应用
实例例如应用这个方法可以实现命令提示符的操作#
include
#
include
//引入头文件intmain(){intret=system("wheregdb");//括号里放执行语句执行语句printf
大专菜鸟
·
2024-08-26 08:04
学习
c语言
《重生到现代之从零开始的C语言生活》—— 指针5
未来通过地址能够调用函数的函数是有地址的,函数名就是函数的地址,当然也可以通过&函数名的方式获得函数地址函数指针变量的表现形式int(*p)(intx,inty)形式如下:函数指针变量的使用通过函数指针调用指针指向的函数#
include
intadd
yttandb
·
2024-08-26 08:33
c语言
生活
Nginx服务优化与防盗链
配置网页压缩8.配置防盗链1.隐藏版本号隐藏版本号可以防止有人试图从某某版本的漏洞攻击网站方法一:修改配置文件vim/usr/local/nginx/conf/nginx.conf在http模块下http{
include
mime.types
確定饿的猫
·
2024-08-26 07:29
nginx
运维
How to do logging in C# with log4net
IfyouarewritingservercodeinC#ortoalesserextentdesktop/clientthenit'sagoodideato
include
loggingcodesowhensomethinggoeswrongyouknowwheretostartlooking.TheJavaworldhasdonethesameforyearsandApachelog4jisav
weixin_30216561
·
2024-08-26 06:53
c#
开发工具
java
Nginx的配置文件
:/usr/local/nginx/conf/nginx.conf除去注释后的配置文件内容:worker_processes1;events{worker_connections1024;}http{
include
mime.types
StoicD
·
2024-08-26 05:19
Java
nginx
php
运维
全排列-递归
代码#
include
#
include
usingnamespacestd;voidswap(char*p,char*q){chartemp=*p;*p=*q;*q=temp;}v
qq_187352634
·
2024-08-26 05:19
C++
算法
c++
全排列-递归
[Algorithm][综合训练][比那名居的桃子][chika和蜜柑][礼物的最大价值]详细讲解
2.算法原理详解&&详细讲解3.礼物的最大价值1.题目链接2.算法原理详解&&代码实现1.比那名居的桃子1.题目链接比那名居的桃子2.算法原理详解&&代码实现自己的版本:暴力解法-->超时37.5%#
include
DieSnowK
·
2024-08-26 05:48
[OJ]
#
[综合训练]
算法
Algorithm
综合训练
比那名居的桃子
chika和蜜柑
礼物的最大价值
详细讲解
C++中iomanip用法
原文地址:http://blog.csdn.net/akof1314/article/details/4625888C++语言下头文件:#
include
说明:是I/O流控制头文件,就像C里面的格式化输出一样控制符作用
Vihaclue
·
2024-08-26 05:47
C
iomanip
c++中的iomanip
c++中的iomanip进制控制输出格式控制进制控制头文件
include
hexdecoctinta=10,b=20,c=0xfff;cout#
include
usingnamespacestd;intmain
qq_187352634
·
2024-08-26 05:45
C++
c++
c++中的iomanip
用C++实现一个并发编程阻塞队列BlockingQueue
用C++实现一个并发编程阻塞队列BlockingQueue#pragmaonce#
include
#
include
#
include
templateclassBlockingQueue{public:voidadd
photon_wa
·
2024-08-26 04:40
C++
多线程
c++
C/C++ 用zlib解压gzip文件
#
include
/*For"exit".*/#
include
/*For"strerror".*/#
include
/*For"errno".*/#includ
photon_wa
·
2024-08-26 04:39
C++
工具
zlib
gzip
aes加密字符串 openssl_aes加解密(openssl方式)
/***说明:**User:胡熔*Date:2018/11/5*Time:15:47*/
include
'aes.class.php';$str='这是加密前的字符';$key='http://www.hu-rong.com
Yufeng Bai
·
2024-08-26 03:31
aes加密字符串
openssl
第五章 循环结构程序设计
.+100#
include
intmain(){intsum=0;inti=1;for(i=1;iintmain(){intsum=0;inti=1;do{sum+=i;i++;}while(iintmain
kid_sup
·
2024-08-26 00:19
算法
数据结构
c语言中ntdll.dll,在Win32环境中从ntdll.dll调用Nt函数,C
http://undocumented.ntinternals.net/)代码也未完成,我得到:*错误C2664:’_callcall’:无法将参数1从’int’转换为’MESS(_stdcall)’#
include
常河
·
2024-08-26 00:47
c语言中ntdll.dll
UDP也可以是“已连接”
#
include
"lib/common.h"#defineMAXLINE4096intmain(intargc,char**argv){if(ar
taj3991
·
2024-08-26 00:39
C++ Windows下Socket通信
//导入模块#
include
#
include
#
include
#
include
#incl
我有一些感想……
·
2024-08-26 00:16
服务器
网络
运维
河南萌新联赛2024第(四)场:河南理工大学
代码:#
include
usin
FS_tar
·
2024-08-26 00:45
算法
图论
数据结构
动态规划
贪心算法
c++
QT-贪吃蛇小游戏
QT-贪吃蛇小游戏一、演示效果二、核心代码三、下载链接一、演示效果二、核心代码#
include
"Food.h"#
include
#
include
#
include
"Snake.h"Food::Food(intfoodSize
进击的大海贼
·
2024-08-25 21:56
Qt
qt
Codeforces Round 938 (Div. 3)A-C,E-H
题目链接A.YogurtSale贪心的选两个物品价格少的,若总个数为奇数再加是单个价格代码:#
include
#definelllonglongusingnamespacestd;voidsolve(){
青衫酒145
·
2024-08-25 21:25
c语言
算法
c++
时间复杂度的度量方法详解
1.度量时间复杂度a)O(1)/O(C)C代表常数#
include
intmain(){printf("HelloWorld");//执行一次return0;//执
Dola_Pan
·
2024-08-25 20:50
C++知识分享
算法
c++
数据结构
01:【江科大stm32】:LED闪烁/LED流水灯/蜂鸣器
1、LED闪烁程序/*LED灯闪烁,LED正极连接电源,负极连接PA0引脚,所以输出0点亮,输出1熄灭*/#
include
"stm32f10x.h"#
include
"Delay.h"intmain(void
浅陌pa
·
2024-08-25 19:44
#
江科大【标准库】
stm32
单片机
嵌入式硬件
makefile工程c语言工程在eclipse下如何配置头文件路径
这里我使用的是eclipsecppIDE导入一个greenplum5.0.0的源码,在查看gpperfmon源码时,发现在ide中无法直接查看apr相关的头文件内容,发现apr相关的头文件在目录/usr/
include
乔丹搞IT
·
2024-08-25 16:29
<番外篇>震惊!C++可以导入turtle库
C++居然可以导入turtle库需输入#
include
这是一个turtle画板的库头文件,用过Python的turtle画板的都知道,turtle是个画笔程序,可以通过编写代码来画出图案,有些C++自带
Liymnnunz
·
2024-08-25 15:17
c++
开发语言
1028 List Sorting (25 分)
代码#
include
usingnamespacestd;intn,c;structNODE{intno;stringname;intscore;};intcmp1(NODEa,NODEb){if(c==
小鱼朵~
·
2024-08-25 14:16
#
排序相关
排序
【自用14.10】C++俄罗斯方块-移动测试
该系列文章会根据项目的编写步骤来出由于设备问题,暂时出的代码是未进行运行检验的,后期会补上运行后的版本移动测试#
include
//C语言形式的输入输出#
include
//图形库的头文件#
include
#
.远_
·
2024-08-25 14:12
C++
Pro
学习笔记
c++
算法
数据结构
初识C语言之指针入门1
如:#
include
intmain(){inta=1;int*p=&a;printf("%d\n",*p);return0;}此时p就是一个指针,它里面存储的是变量a的地址,在printf()函数中的*
zsQgqdsd1002
·
2024-08-25 12:07
笔记
c语言
指针
上一页
8
9
10
11
12
13
14
15
下一页
按字母分类:
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
其他