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
基于Qt的人脸识别项目(功能:颜值检测,口罩检测,表情检测,性别检测,年龄预测等)
完整代码链接在文章末尾效果展示代码讲解(待更新)qt图片文件上传#
include
#
include
computer_vision_chen
·
2024-02-14 04:02
Qt
C++
python
人工智能项目实战
qt
作业2024/2/6
#
include
classTest{private:staticintnum;public:Test(int);voidshow();};intTest::num=5;_________Test::Test
snk85k1
·
2024-02-14 03:54
c++
算法
开发语言
【蓝桥杯】灭鼠先锋
#
include
#
include
usingnamespacestd;mapmp;boolcheck(strings){intcnt=0;for(inti=0;i
Hsianus
·
2024-02-14 03:53
算法
求无向图的连通分量
利用深度遍历算法实现intgetNum(MGraphG){inti,count=0;for(i=0;i#
include
#defineMAXVEX10typedefintVertexType;typedefstructarcNode
03530b324b78
·
2024-02-14 03:57
C语言结构体,共用体及typedef
结构体定义#
include
#
include
structstudent//结构体{intnum;//****四个字节charname[10];//**********(**)字节对齐剩下的两个会补充两个12
炸酱面。
·
2024-02-14 03:49
挑战
c语言
JavaScript判断数组是否包含某个值的6种方法
以下是六种常见的方法:
include
s()方法:这是一种非常直接的方法。
include
s()方法会检查数组是否包含特定的元素,并相应地返回true或false。
·
2024-02-14 03:32
exec函数族和守护进程
exec函数族进程调用exec函数族执行某个程序进程当前内容被指定程序替换实现让父子进程实现不同的程序:父进程创建子进程子进程调用exec函数族父进程不受影响execl和execlp#
include
intexecl
炸酱面。
·
2024-02-14 03:19
进程
线程和进程间通信
linux
c语言
C++容器适配器——堆栈(stack)
1.简介stack是一个容器适配器,提供堆栈的功能,是LIFO(last-in,first-out)后进先出数据结构;stack是对容器deque的包装;头文件和定义#
include
template>classstack
青山覆白雪
·
2024-02-14 03:48
容器
c++
开发语言
容器
[NSSCTF]-Web:[SWPUCTF 2021 新生赛]jicao解析
代码审计:
include
("flag.php"):包含flag.php文件,但是我们实际直接打开出不来flagjson_decode():将json字符串解析转化为php变量$id=$_POST['id
Clxhzg
·
2024-02-14 02:34
Web
前端
android
网络安全
安全
KY114 Coincidence
最长非连续子串长度,自己扣了半天,没写准,看了题解恍然大明白ti#
include
usingnamespacestd;intn,m,c;intp[1000010],q[1000010],k[2000010
QingQingDE23
·
2024-02-14 02:03
算法
KY134 最大报销额
ti深搜(有点类似板子)//深搜回溯求最大和//直接贪心取值无法ac,浮点数没法dp//把money都乘以100,小数点后两位映射到整数,就可以背包#
include
usingnamespacestd;#
QingQingDE23
·
2024-02-14 02:03
深度优先
算法
KY139 毕业bg
背包问题,不过时间要从后往前考虑ti#
include
usingnamespacestd;structbg{inth,t1,t2;}m[35];boolcmp(bga,bgb){returna.t2>nb
QingQingDE23
·
2024-02-14 02:03
图论
KY141 最大连续子序列
最长连续子序列和,区间DPti#
include
usingnamespacestd;intn,a[10010];intres1,res2,ans;intdp[10010];intmain(){while(
QingQingDE23
·
2024-02-14 02:33
c++
算法
图论
rtt设备io框架面向对象学习-pwm设备
在/components/drivers/
include
/drivers下的rt_drv_pwm.h定义了如下pwm设备基类structrt_device_pwm{structrt_deviceparent
yunhuibin
·
2024-02-14 02:03
rt-thread
学习
rtt设备io框架面向对象学习-adc设备
在/components/drivers/
include
/drivers下的adc.h定义了如下adc设备基类structrt_adc_device{structrt_deviceparent;constst
yunhuibin
·
2024-02-14 02:02
rt-thread
学习
rtt设备io框架面向对象学习-dac设备
在/components/drivers/
include
/drivers下的dac.h定义了如下dac设备基类structrt_dac_device{structrt_deviceparent;constst
yunhuibin
·
2024-02-14 02:02
rt-thread
学习
rtt设备io框架面向对象学习-脉冲编码器设备
在/components/drivers/
include
/drivers下的pulse_encoder.h定义了如下脉冲编码器设备基类structrt_pulse_encoder_device{s
yunhuibin
·
2024-02-14 02:30
rt-thread
学习
【第二十二课】最短路:多源最短路floyd算法(acwing-852 spfa判断是否存在负环 / acwing-854 / c++代码)
代码如下#
include
#
include
#
include
#
include
usingnamespacestd;constintN=2010,M=10010;intn,m;inth[N],e[M],ne[M
爱写文章的小w
·
2024-02-14 01:26
算法--学习笔记
算法
c++
最短路
TComponent::UpdateRegistry - C++ Builder
C++Builder参考手册➙TComponent➙UpdateRegistry头文件:#
include
命名空间:System::Classes类:TComponent访问权限:protected:函数原型
玄坴
·
2024-02-14 01:42
实验1-4 输出三角形
**********示例代码:#
include
intmain(){inti=4,j=0;for(i=4;i>0;i--){for(j=1;j<=i;j++){printf("*");}printf
stephen_yoga
·
2024-02-14 00:11
c语言
笔记
实验5-2 符号函数
裁判测试程序样例:#
include
intsign(intx);intmain(){intx;scanf("%d",&x);printf("sign(%d)=%d\n",x,sign(x
stephen_yoga
·
2024-02-14 00:10
开发语言
笔记
c语言
实验2-4-5 简单实现x的n次方
裁判测试程序样例:#
include
doublemypow(doublex,intn);intmain(){doublex;intn;scanf("%lf%d",&x,&n);printf("%f\n",
stephen_yoga
·
2024-02-14 00:37
算法
c++
开发语言
关于把一个c++98的计算器用qt加上图形界面
code:#
include
#
include
#
include
#
include
#
include
usingnamespacestd;enumtoken_value{NAME,NUMBER,END,PLUS='
kikyoulzg
·
2024-02-14 00:56
day10 用分文件编译和makefile实现以单词为单位进行字符串倒置,不用数组而是用动态申请的内存。
1函数代码:#
include
"head.h"char*create(intsize){char*p=(char*)malloc(size);returnp;}voidmy_invert(char*str
远瞻的鱼
·
2024-02-14 00:27
算法
c#
linux
数据结构
c语言
day6 不能用指针的情况下复刻strcpy和strcmp,对取相反数的一些尝试
1strcpy#
include
#
include
#
include
intmain(intargc,constchar*argv[]){charstr[32]="";printf("请输入一个字符串>>");
远瞻的鱼
·
2024-02-14 00:57
linux
c#
day9 封装三个函数,斐波那契数列
1封装str三个函数#
include
#
include
#
include
voidmy_invert(int*arr,intj){*(arr+j)=*(arr+j)^*(arr+j+1);*(arr+j+1)
远瞻的鱼
·
2024-02-14 00:57
算法
c语言
linux
c#
数据结构
枚举(C/C++)
例题1:赢球票代码:#
include
usingnamespacestd;constintmaxn=105;intn,num1[maxn],num2[maxn],cnt,cnt1,sum,ans;intcheck1
菜只因C
·
2024-02-13 23:47
c++
c语言
算法
蓝桥杯
1008 Elevator(20 分)
#
include
#
include
usingnamespacestd;intup=6,down=4,stay=5;intans;intmain(){intn,now=0,Next;scanf("%d",&
DaiMorph
·
2024-02-13 23:38
计算机二级C语言)程序填空题<13>
题目:#
include
#
include
#
include
#
include
char*fun(char*s){inti,j,k,n;char*p,*t;n=strlen(s)+1;t=(char*)malloc
课堂随笔
·
2024-02-13 23:42
计算机二级c语言——题库
c语言
开发语言
笔记
计算机二级
计算机二级C语言)程序填空题<14>
题目:#
include
#defineN3#defineM4/**********found**********/voidfun(int(*a)[N],int__1__){inti,temp;/*****
课堂随笔
·
2024-02-13 23:42
计算机二级c语言——题库
c语言
开发语言
计算机二级
笔记
计算机二级C语言)程序填空题<15>
题目:#
include
#defineM3#defineN5voidfun(int(*a)[N],intk){inti,j,p,temp;/**********found**********/for(p=
课堂随笔
·
2024-02-13 23:42
计算机二级c语言——题库
c语言
开发语言
笔记
计算机二级
计算机二级C语言)程序填空题<8>
题目:#
include
#defineN4voidfun(int(*a)[N],int*b){inti,j;for(i=0;i#defineN4voidfun(int(*a)[N],int*b){inti
课堂随笔
·
2024-02-13 23:12
计算机二级c语言——题库
c语言
开发语言
笔记
计算机二级
UVa489 - Hangman Judge
#
include
#
include
usingnamespacestd;stringa[3]={"Youwin.","Youlose.","Youchickenedout."}
pkustu
·
2024-02-13 23:41
c++
算法
开发语言
CSP-J 练习
桶排序以洛谷B3691[语言月赛202212]狠狠地切割(EasyVersion)为例代码如下#
include
usingnamespacestd;intn,m,a[5000004],b[5000007]
仰天雄
·
2024-02-13 23:11
知识资料库
算法
[NOIP2007 普及组] 守望者的逃离
#
include
usingnamespacestd;intm,s,t,a,b,now=1,flag,tmp;voidtinky(){if(m>=10){m-=10;b+=60;}elsem+=4;if(
仰天雄
·
2024-02-13 23:11
算法
c++
数据结构
UVA133 - The Dole Queue
#
include
usingnamespacestd;intn,k,m,a[28],l,g1,g2;intgo(intp,intd,intt){//p是人,d是方向,t是人数while(t--){//执行
仰天雄
·
2024-02-13 23:11
UVA
c++
算法
UVA1585 - Score
#
include
usingnamespacestd;strings;intcnt,n,sum;intmain(){cin>>n;for(inti=1;i>s;cnt=sum=0;for(inti=0;i
仰天雄
·
2024-02-13 23:11
UVA
算法
c++
数据结构
开发语言
快读小知识
#
include
us
仰天雄
·
2024-02-13 23:41
知识资料库
c++
哈希算法
c++之染色问题.bfs
#
include
usingnamespacestd;inta[40][40],n;boolvis[40][40];structpos{intx,y;pos(intax=0,intay=0){x=ax;y
仰天雄
·
2024-02-13 23:40
知识资料库
c++
数据结构
开发语言
UVA489 - Hangman Judge
#
include
usingnamespacestd;intl,chance,rnd,win,lose,len2;chars[103],s2[106];voidguess(chara){intbad=1;
仰天雄
·
2024-02-13 23:10
UVA
c++
算法
c入门第十三篇——字符数组放不下一个女生的名字
#
include
#
include
intmain(){longlonga=2;charname[8];strcpy(name,"chengxia");printf("name:%s\n",name);printf
彭泽布衣
·
2024-02-13 23:09
c语言入门
c语言
开发语言
程序人生
算法
数据结构
stat系列函数介绍(stat,lstat,fstat)
以下是structstat结构体的定义:#
include
structstat{ dev_tst_dev; /*设备编号*/ ino_tst_ino; /*文件编号*/ mode_tst_mode
light.849
·
2024-02-13 22:34
重要知识点块
java
前端
linux
c++
mmap函数的详细讲解
函数原型:#
include
void*mmap(void*addr,size_tlength,intprot,intflags,intfd,off_toffset);参数说明:addr:映射的起始地址,
light.849
·
2024-02-13 22:03
重要知识点块
java
前端
数据库
linux
c语言
【刷题记录】——时间复杂度
#define_CRT_SECURE_NO_WARNINGS1#
include
#
include
intint_cmp(constvoid*e1,constvoid*e2){return*(int*)e1-
睡觉待开机
·
2024-02-13 22:31
c语言
开发语言
倒计时55天
#
include
usingnamespacestd;#defineintlonglongconstintN=2e5+6;constintinf=0x3f3f3f3f;voidsolve(){intn,cn1
算法怎么那么难啊
·
2024-02-13 22:00
c++
倒计时56天
#
include
usingnamespacestd;#defineintlonglongconstintN=2e5+6;constintinf=0x3f3f3f3f;inta[1100][1100];intb
算法怎么那么难啊
·
2024-02-13 22:59
c++
使用字符串完成大数的加减运算
#
include
#
include
#
include
usingnamespacestd;#definebase10//去掉正数前面的0stringdeZero(strings){longinti;for(i
零岁的我
·
2024-02-13 22:34
Boost.Test-资源及测试套件TestSuite编写示例
//#
include
"stdafx.h"#defineBOOST_TEST_MODULEMYTESTMODULE#defineBOOST_TEST_DYN_LINK#defineBOOST_TEST_NO_MAIN
爱丽J
·
2024-02-13 21:46
单元测试
c++
Boost
osg解析系列-[osgSim::LightPointNode]光点的应用示例(如:模拟街边的一排路灯)
//#
include
"stdafx.h"#
include
#
include
//osg#
include
#
include
#
include
#
include
#
include
#
include
#
include
#i
爱丽J
·
2024-02-13 21:15
c++
图形渲染
Boost.Asio-使用Boost.Asio和OpenWeatherMap API获取天气的简单示例
1.获取OpenWeatherMapAPI的密钥去官网https://openweathermap.org注册后,自主生成密钥,如图2.获取用的代码#
include
"stdafx.h"#
include
#
爱丽J
·
2024-02-13 21:43
Boost.Asio
上一页
26
27
28
29
30
31
32
33
下一页
按字母分类:
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
其他