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
Using
【编程基础】亲密数对
输入只有一行,为一个整数N(2#include
using
namespacestd;inthe(intn){inti,s=0;for(i=2;i>n;for(i=1
wr168.c++
·
2024-08-24 02:28
算法
开发语言
TCP&IP网络编程(尹圣雨)简易版回声客户端
如果需要按下Q键退出,客户端部分加个判断即可服务端:#include#include#pragmacomment(lib,"ws2_32.lib")
using
std::cout;
using
std::endl
crescentgear
·
2024-08-24 00:21
C/C++
网络编程
网络
tcp/ip
c++
题目以及答案
在fabulous内
using
super.samshing.great(不用
using
)2,5因为2是数字,5中间有句号4.先算var1*var2
程序媛_
·
2024-08-23 23:20
c# 获取mac地址
using
System.Net.NetworkInformation;publicstringGetMACAddress(){stringmacAddress="";foreach(NetworkInterfacenicinNetworkInterface.GetAllNetworkInte
AfterConfession
·
2024-08-23 22:34
c#
C#获取计算机MAC地址
using
System.Net.NetworkInformation;publicstringGetMacAddress(){stringphysicalAddress="";NetworkInterface
weixin_34315665
·
2024-08-23 22:04
c#
C# 获取电脑信息
实现功能:获取电脑硬件信息开发环境:开发工具:VisualStudio2013.NETFramework版本:4.5实现代码://需要添加引用:System.Management;//需要导入命名空间:
using
Syst
Csharp 小记
·
2024-08-23 21:02
c#
winform
.net
asp.net
c#获取本地IP和MAC地址
using
System;
using
System.Management;
using
System.Net;publicclassProgram{staticvoidMain(string[]
啊拉丁的鱼
·
2024-08-23 21:30
.net(C#
winform
WPF)
mac
c#
ip
深度学习 string 类之模拟实现一个 string 类(C++)
类来加深对string类的理解关于string类的详细讲解参考博文:面向对象程序设计(C++)之String类1.构造与析构函数string类中的构造函数通常有无参与带参构造,这里我们都进行实现并且整合优化
using
namespacestd
ZZZ_O^O
·
2024-08-23 21:00
面向对象程序设计(C++)
c++
开发语言
深度学习
string类
C++初学(12补充)
12、类型组合#includestructantarctica_years_end{intyear;};intmain(){
using
namespacestd;antarctica_years_ends01
Mueisya
·
2024-08-23 21:00
c++
c++
java
开发语言
How to stream video in a loop via RTP
using
ffmpeg?
ffmpeg-re-fflags+genpts-stream_loop-1-iconf2-2.mp4-vcodeccopy-an-frtprtp://192.168.31.152:2000vlc应该可以播放出来的。这里有一篇文章,有兴趣的可以试试:https://www.wowza.com/docs/how-to-configure-vlc-media-player-for-rtsp-rtp-pl
无名387
·
2024-08-23 20:21
os
ffmpeg
第十七章 17.3.2节练习
解答:#include#include#include
using
namespacestd;intmain(){stringpattern("c[ei]");pattern="[[:alpha:]]*"+
听枫烨阁
·
2024-08-23 18:13
C++
primer
5ed
c++
习题
python去除图片背景,使用Python / PIL从图像中删除背景色
I'vebeentryingtogetthistoworkandamreallyhavingtrouble,sowouldbeverygratefulforsomehelp.
Using
thecodebelow
王后浪
·
2024-08-23 10:51
python去除图片背景
C# udp 通信 例子
upd通信接受端:
using
System;
using
System.Collections.Generic;
using
System.Text;
using
System.Net;
using
System.Net.Sockets
linkilly
·
2024-08-23 06:25
c#
c#
exception
byte
null
server
class
(C++)类内运算符重载时:此运算符函数的参数太多/少
如果参数过多:方法一:利用全局函数类外实现;方法二:利用友元类内实现#include
using
namespacestd;#includeclassperson{public:person(inta,intb
小鹿( ﹡ˆoˆ﹡ )
·
2024-08-23 04:16
c++
开发语言
后端
通过dijkstra算法解决城堡问题
城堡是树形的并且满足下面的条件:如果所有的通道都被修建.设D[i]为第i号房间与第1号房间的最短路径长度;而S[i]为实际修建的树形城保中第i号房间与第1号房间的路径长度;要求对于所有整数i(1#include#include
using
namespacestd
likepandas
·
2024-08-23 03:39
算法
贪心算法
分别用c/c++ python java输出九九乘法表
c/c++#include
using
namespacestd;#definelllonglong#defineendl'\n'intmain(){for(inti=1;i<=9;i++){for(intj
X_StarX
·
2024-08-22 20:29
c语言
c++
python
java
开发语言
CommStudio for .NET Crack
CommStudiofor.NETCrackCommStudiofor.NETmakesiteasytoletyourapplicationcommunicate
using
theserialportandmodems.CommStudiofor.NETisacomprehensivesetofcomponentsandvisualdebuggingtoolsthatintegrateremotes
SEO-狼术
·
2024-08-22 20:27
net
Crack
Delphi
.net
C++设计模式——原型(Prototype)模式
#include
using
namespacestd;namespace_SlayTheSpire{classMonster{public:Monster(intm_hp,
HUGOPIGS
·
2024-08-22 19:20
设计模式
设计模式
c++基础——打印九九乘法表
直接cout
using
namespacestd;/**使用双重for循环输出九九乘法表*外层循环控制行数*内层循环控制每一行的列数*九九乘法表每一行的列数与行数相同*/intmain(){introw;
洛尘渊.
·
2024-08-22 19:50
c++
visual
studio
code
派对dfs
Matrix67举办的派对共有N(1
using
namespacestd;intn,k,h[15],ans,a[15];boolb[15];voiddfs(intd){//printf("%d\n",d)
no_play_no_games
·
2024-08-22 13:45
dfs深搜
深度优先
算法
图论
c++
P2016 战略游戏
[题目通道](战略游戏-洛谷)#include
using
namespacestd;intn,f[5000][5000],father[5000];vectors[5000];inlinevoiddfs(
浚浚的二师兄
·
2024-08-22 12:09
游戏
C++中vector容器嵌套
#include
using
namespacestd;#includevoidtest01(){vector>v;vectorv1;vectorv2;vectorv3;vectorv4;for(inti=
程序猿练习生
·
2024-08-22 11:36
c++
c++
算法
开发语言
用java、msxml将xml转换成html
ConvertingXMLtoHTML
Using
Sun'sJavaAPIforXMLProcessingandMicrosoft'sMSXML3.0APIByRobertGalanteIntroductionThisarticledescribestwosolutionsthatIhaveemployedinapplicationstogeneratecustomreports.Mysolutio
tinywinzip
·
2024-08-22 09:53
xml
java
xsl
browser
microsoft
string
函数模板案例(对不同数据类型数组进行排序)
案例描述:利用函数模板封装一个排序的函数,可以对不同数据类型数组进行排序排序规则从大到小,排序算法为选择排序分别利用char数组和int数组进行测试#include
using
namespacestd;templatevoidmySwap
干货日记
·
2024-08-22 09:52
c++
SAXParseException/SAXParseException/XRRuntimeException报错解决
报错信息:org.xhtmlrenderer.util.XRRuntimeException:Can'tloadtheXMLresource(
using
TrAXtransformer).org.xml.sax.SAXParseException
charlieshawn
·
2024-08-22 09:18
JavaEE
java
开发语言
Ulua_toLua_基本案例(三)_CallLuaFunction
using
UnityEngine;
using
Sys
heyuchang666
·
2024-08-22 08:14
Lua开发
Unity3D
Lua语言开发
lua
unity
Unable to evaluate expression
using
this context
Unabletoevaluateexpression
using
thiscontextJAVA语言使用Xpath解析XML格式字符串publicStringxmlText(Stringxml){Documentdoc
java丶小虫
·
2024-08-22 08:43
java
Xpath
XML
C++-----计算三角形面积
#include#include
using
namespacestd;classPoint{//坐标点类public:constdoublex,y;Point(doublex=0.0,doubley=0.0
navi’s electronic
·
2024-08-22 07:04
C++
c++
算法
开发语言
C++ 126类和对象_面像对像_继承
面像对像_继承学习内容继承语法class子类名:继承方式父类名classPersonModel:publicBaseModel继承方式:publc,protected,private代码#include
using
namespacestd
StevenChen85
·
2024-08-22 06:01
C++基础
开发语言
c++
笔记
c++---练习题---圆类的定义和使用
(圆周率取值3.14)函数接口定义://定义一个圆类classCircle裁判测试程序样例:#include
using
namespacestd;/*请在这里填写答案*/intmain(){floatr;
bless_my_head
·
2024-08-22 06:31
c++练习题
noip2001数的划分
样例输入173样例输出14注释说明6
using
namespacestd;intn,a[225]={1},total,k;voiddfs(intd,in
no_play_no_games
·
2024-08-22 04:47
算法
数据结构
dfs
剪枝
并查集和带权并查集
#include
using
namespacestd;constintMAX=1e4+10;intf[MAX];intpari
swww77
·
2024-08-22 03:41
TJUACM寒假集训
算法
C++智能指针配合STL模板类
代码#include#include#includeclassResID{public:
using
SP=std::shared_ptr;ResID()=default;ResID(conststd::string
码力码力我爱你
·
2024-08-21 23:17
C++
教程
c++
开发语言
stl
C++实现web token加密生成验证
boost-json/traits.h"#include//Youmayrequirethisifyouarenotbuildingitelsewhere#include#includevoidtestToken(){
using
sec
码力码力我爱你
·
2024-08-21 23:46
C++
web
算法
c++
前端
开发语言
web
[转载]C++基础用法——size()、length()
stringstr="NASA";intlen=str.length();完整版:#include
using
namespacestd;intmain(){stringstr="NASA";intlen=
青樱部_OFFICIAL
·
2024-08-21 22:38
c++
基础算法
c++中如何判断变量的数据类型,并输出
该运算符返回一个std::type_info类型的对象,可以使用name()方法获取其名称从而确定变量的类型,例如:#include#include
using
namespacestd;intmain()
xnrbjy
·
2024-03-29 11:45
c++
开发语言
【数据结构】实验一 实现顺序表各种基本运算的算法
在线性表的第i个元素前插入一个正整数x;4、删除线性表中的第j个元素;5、将线性表中的元素按升序排列;6、将线性表中的元素就地逆序(只允许用一个暂存单元);#include#defineSIZE1000
using
namespacestd
张鱼·小丸子
·
2024-03-29 04:34
数据结构实验
c++
数据结构
蓝桥杯:数的分解
思路循环遍历看每个数的每位代码#include
using
namespacestd;boolcheck(intnum){while(num){intdigit=num%10;if(d
云格~
·
2024-03-26 10:26
蓝桥杯
蓝桥杯
算法
职场和发展
数据结构
c语言
c++
opencv | 计算轮廓的质心
#include#include#include#include
using
namespacecv;
using
namespacestd;Matsrc;Matsrc_gray;intthresh=30;intmax_thresh
DdddJMs__135
·
2024-03-26 07:53
分享
opencv
人工智能
计算机视觉
蓝桥杯day10刷题日记
P8604[蓝桥杯2013国C]危险系数思路:dfs,用深度优先搜索查找一次所有的线路,过程中记录每个点走过的次数,最后在与总路线数比较,相同即为每次必过的点,即关键点#include
using
namespacestd
jia_jia_LL
·
2024-03-26 07:23
蓝桥杯
蓝桥杯
算法
图论
dfs
刷题
笔记
数据结构
C++中
using
namespace std的作用以及vector数组的使用
C++中
using
namespacestd的作用以及vector数组的使用本文为自我学习记录,主要包括C++中
using
namespacestd的作用vector数组的使用文章目录C++中
using
namespacestd
宁77吖
·
2024-03-26 04:48
数据结构
c++
学习
开发语言
【快速幂、欧拉函数】蓝桥杯第十四届---互质数的个数
给定a,b,求1≤x
using
namespacestd;typedeflonglongLL;constintmod=998244353;LLquick_pow(LLa,LLb){LLres=1;while
bug~bug~
·
2024-03-26 01:15
蓝桥杯
蓝桥杯
职场和发展
8x8图形取模软件2.0
一不小心把它也开始连载了,最近又有考试,只能偶尔更新一下了更新:选中的格子可以取消选中,程序结束时暂停,直到用户输入enter#include#include#include
using
namespacestd
Jsjjsnmsk
·
2024-03-25 23:42
单片机
stm32
嵌入式硬件
洛谷入门——P1150 Peter 的烟
输入格式每组测试数据一行包括两个整数n,kn,kn,k(1
using
namespacestd;intmain()
Fiona Tracy
·
2024-03-25 22:42
c++算法
算法
c++
P9241--DFS
#include
using
namespacestd;#defineintlonglongstructplane{intt,d,l;//如题}a[16];intn,f;intbo[16];//标记voiddfs
泛舟起晶浪
·
2024-03-25 20:10
深度优先
算法
图论
第十五届蓝桥杯软件赛模拟赛第三期(c++,python,java通用)
【思路】简单模拟【代码】#include
using
北洋的霞洛
·
2024-03-25 20:10
蓝桥杯历年真题
蓝桥杯
c++
算法
【欧拉函数+快速幂】第十四届蓝桥杯省赛C++ C组 Java A组/研究生组 Python 研究生组《互质数的个数》(C++)
【题目描述】给定a,b,求1≤x#include#include
using
namespacestd;typedeflonglongLL;constintMOD=998244353;LLqmi(LLa,LLb
北洋的霞洛
·
2024-03-24 07:25
蓝桥杯历年真题
蓝桥杯
c++
算法
模板方法模式
HDU1870 愚人节的礼物
AC的C++代码如下:#include#include
using
namespacestd;intmain(){strings;intcount;while(getline(cin,s)){count=0
m0_38056893
·
2024-03-22 04:51
HDU题解
HDU题解
Try
using
the full pat
用python部署chatglm2时候报错:FileNotFoundError:Couldnotfindmodule'C:\Users\Administrator\.cache\huggingface\modules\transformers_modules\chatglm2-6b-int4\quantization_kernels_parallel.so'(oroneofitsdependenc
FL1623863129
·
2024-03-20 14:25
环境配置
深度学习
1054:三角形判断
【输入样例】345【输出样例】yes【参考答案】:#include
using
namespacestd;intma
yuhaoteng666
·
2024-03-20 07:47
一本通答案
c++
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
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
其他