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
stdafx.h
数据结构-编程实现一个单链表的测长
//#include"
stdafx.h
"#includetypedefstructnode//定义链表结构体{intdata;//节点内容node*next;//指向结构体的指针,下一个节点}node;
一串字符串
·
2020-08-01 13:13
C++
VC++如何创建无CMD窗口控制台程序
#pragmacomment(linker,"/subsystem:\"Windows\"/entry:\"mainCRTStartup\"")以上代码加入你的头文件
stdafx.h
或其他头文件中就不会有控制台窗口了
libaineu2004
·
2020-08-01 13:06
VC++/MFC
C++ 产生0-1之间的随机数
代码如下:#include"
stdafx.h
"#include"iostream"#include"ctime"#include"cstd
酷小川
·
2020-08-01 13:23
c++
C++基础
opencv初识
#include"
stdafx.h
"#include#include#include#includeint_tmain(intargc,_TCHAR*argv[]){//IPlImage*img=cvCreatMat
hnu_zxc
·
2020-08-01 12:02
OpenCV学习
vc6.0工程移植vs2010
errorC1189:#error:Thisfilerequires_WIN32_WINNTtobe#definedatleastto0x0403.Value0x0501orhigherisrecommended.在
StdAfx.h
Nickee-Lin
·
2020-08-01 12:33
c/c++
C++控制台界面库_实例1: 写日记
//#include“
stdafx.h
”#include“console.h”#pragmacomment(lib,“console.lib”)#include#include#include#includeusingnamespacestd
aier_wl
·
2020-08-01 11:06
【 Algorithm】排序数组中查找和为n的一对数和所有组合
递增数组中查找和为n的一对数思路:设置头尾指针,比较两者指向的数之和与sum的大小****************************************************/#include"
stdafx.h
洞之蝉
·
2020-08-01 09:23
笔试面试知识点总结
Data
Structure
C++控制台界面库_实例5: 贪吃蛇
//#include“
stdafx.h
”#include#include“console.h”#include“LinkedList_snake.h”#includevoidjiemian0();//0voidThreadTime
aier_wl
·
2020-08-01 09:19
C++控制台界面库_颜色
//#include“
stdafx.h
”#include“console.h”#pragmacomment(lib,“console.lib”)intmain(){Screenscreen;screen.screen_Bgcolor_num
aier_wl
·
2020-08-01 09:19
C++控制台界面库_实例4: 五子棋(二人对战)
//#include“
stdafx.h
”#include“console.h”#pragmacomment(lib,“console.lib”)externCOORDmouse;#defineWHITE1
aier_wl
·
2020-08-01 09:48
C++控制台界面库_实例3: 记单词
//#include“
stdafx.h
”#include“console.h”#pragmacomment(lib,“console.lib”)#include#include#include#includeintcirculation
aier_wl
·
2020-08-01 09:26
Cpp8 运算符重载和深浅拷贝
//#include"
stdafx.h
"#include#includeclassA{private:int*a;public:A(){a=newint[10];}virtual~A(){deletea
Asura_Luo
·
2020-08-01 08:31
VC常见预编译问题
1、FatalerrorC1010:Unexpectedendoffilewhilelookingforprecompileheader,Didyouforgettoadd"#include"
stdafx.h
"toyoushource
eGanWo
·
2020-08-01 08:27
----VC调试
高精度加法
#include"
stdafx.h
"#include#includeusingnamesp
你的晴天!
·
2020-08-01 06:46
简单
新手
最长字符串匹配算法(KMP算法)
#include"
stdafx.h
"#include#include#includeusingnamespacestd;voidinit(string,string);voidshow(char[],int
weixin_30585437
·
2020-08-01 03:44
VS中C++常见编译错误
是否忘记了向源中添加“#include"
stdafx.h
"”?
Bird鸟人
·
2020-08-01 03:57
C++
编译错误
预编译
C++
C# C++ 字符串传递
C++部分的测试代码很简单这里就全部贴出来了:1#include"
stdafx.h
雪岢奇
·
2020-08-01 03:32
C#
C++
c#
c++
byte
string
测试
c
C语言】课时1:编写一个基础函数
如果你检查了很多次代码都没发现问题这只能说明你依旧看漏了什么——————————————————————————————————————C语言的第0课,HalloWorld:由于太简单咱就省略不写了#include"
stdafx.h
w237199098
·
2020-08-01 02:45
编程学习
C++获取磁盘分区空间情况
#include"
stdafx.h
"#include#includeintcount_file_delete_time(constchar*p_file_time,char*n_delete_time,
花花永不落幕
·
2020-08-01 02:19
C++(vs2017)调用python
1)修改C/C++下的常规2)修改链接器下的常规3)修改链接器下的输入添加python36.lib;(这个没有,是手动写的)Debug版本用的是pythonxx_d.lib代码实例:#include"
stdafx.h
王小溪灬
·
2020-08-01 00:44
C++
夜间车辆检测
//#include"
stdafx.h
"#include#include#include#includeusingnamespacecv;usingnamespacestd;usingnamespacecv
rj_monck
·
2020-07-31 23:02
【DLL动态链接库】labview调用DLL动态链接库入门实例
__declspec(dllexport)表示这个是输出的类型3、添加cpp函数的内容#include"
stdafx.h
"#include"Dll1.h"#includeusingnamespacestd
yexian1991
·
2020-07-31 22:45
DLL
设计模式(1)templateMethod_cplus
设计模式(1)templateMethod_cplus1.定义库模板类#pragmaonce#include"
stdafx.h
"/*templateMethod模板方法*/classtemplateMethodParent
木瞳
·
2020-07-31 22:32
C++
设计模式
c++
类
cout输出16进制
#include"
stdafx.h
"#include"stdlib.h"#include"iostream"#includeusingnamespacestd;int_tmain(intargc,_TCHAR
大饼哥-
·
2020-07-31 20:47
C/C++
iostream
ios
hex
input
include
c
1051
//#include"
stdafx.h
"#include#include#include//sinandcos!
峡迩
·
2020-07-31 20:49
二叉树中序遍历(非递归)算法实现--C语言
中序遍历的非递归算法有两种,但是个人觉得只要掌握一种就可以了,只要自己的逻辑清晰,会哪一种又有什么关系呢~首先给出今天的二叉树的示例图:代码如下:#include"
stdafx.h
"#include#defineSTACKINITSIZE20
傻乎乎的社会人
·
2020-07-31 19:05
数据结构
顺序表基本操作
#include"
stdafx.h
"#include#include#include#defineListSize100typedefintDataType;/*typedefstruct{charname
Leemboy
·
2020-07-31 19:32
ICMP测试延迟!和路由!
//#include"
stdafx.h
"#include#include#include#include#pragmacomment(lib,"Ws2_32.lib")#defineLOCAL_IP"192.168.100.94
jasonM2008
·
2020-07-31 18:04
C++学习心得
C++ UDP通信Demo
UDP监听端:#include"
stdafx.h
"#include#include#pragmacomment(lib,"WS2_32.lib")usingnamespacestd;WSADATAwsaData
glmushroom
·
2020-07-31 17:10
C++
C/C++ 统计两个数组中不同元素的个数
C/C++统计两个数组中不同元素的个数//统计两个数组中不同元素的个数//数组中不含重复元素#include"
stdafx.h
"#include"stdio.h"#include"stdlib.h"#includeusingnamespacestd
那年聪聪
·
2020-07-31 17:41
C++
新的PC助手
//#include#include#include"
stdafx.h
"#include"string.h"#include"winuser.h"#include"winbase.h"#include"basetsd.h"HWNDg_CurrentForm
bluevanship
·
2020-07-31 16:13
boost使用split分割字符串
#include"
stdafx.h
"#include#include#include#includeint_tm
GeekAdo
·
2020-07-31 16:27
c/c++/mfc/qt
C++ 简单的控制台贪吃蛇小游戏
2//34#include"
stdafx.h
"5#include6#include"Windows.h"7#include8910nDatag_Snake[20];11nDatag_Food;1213usingnamespacestd
aghe452077
·
2020-07-31 15:33
c语言实现职工信息管理系统代码及展示效果
#include"
stdafx.h
"#include#include#includetypedefstructemployee{intid;charname[10];charsex[10];charbir
谷中谷
·
2020-07-31 15:04
C++ Primer 第五版第十章习题答案
书籍版本:2019年9月第一版;王刚杨巨峰译;电子工业出版社编译器:win10&&VS201510.1#include"
stdafx.h
"#include#include#include#includeusingnamespacestd
LL596214569
·
2020-07-31 14:55
C++
char型和int型2维数组的区别
今天弄个小程序时,发现了一个平时没有遇到的问题,就是char型和int型2维数组在输出时,会有不同,下面直接见程序:#include"
stdafx.h
"#includeusingnamespacestd
猜不透的思想
·
2020-07-31 14:35
C++
windows C++多线程实例(一个线程不停加/另外一个线程不停减,第三个线程进行判断挂起/恢复加线程/减线程)
#include"
stdafx.h
"#include#includeusingnamespacestd;HANDLEhThread;HANDLEhThread2;HANDLEhThread3;DWORDWINAPIFirstThread
折花刀
·
2020-07-31 11:11
c++
输入10个数,将其中最小的数与第一个对换,最大的数与最后一个对换
写三个函数:1、输入10个整数2、进行处理3、输出10个数#include"
stdafx.h
"#includeusingnamespacestd;intarray[10],*p;//第一个函数,输入数字
yanglize
·
2020-07-31 11:13
有N个学生的信息(包括学号,姓名,成绩),要求按照成绩的高低顺序输出各学生的信息。
#include"
stdafx.h
"#include#defineN3structstudent//声明结构体变量{intnum;charname[20];floatscore;};voidsort(student
「已注销」
·
2020-07-31 10:22
C++ 设置电源计划,高性能,节能,平衡
//#include"
stdafx.h
"#include#include#pragmacomment(lib,"powrprof.lib")constGUIDscheme1={0x8C5E7FDA,0xE8BF
妖巫山
·
2020-07-30 22:43
C++
error C2504 base class undefined ---不要把所有头文件都扔在一块儿
之前写程序时,最喜欢把类的头文件全部放到
stdafx.h
或类似自定义的某个头文件中(如include_files.h),然后在不同的文件中需要调用别的文件中的类或变量或函数什么的,只要直接#include"include_files.h
jize00
·
2020-07-30 22:02
C++学习笔记
opencv--读取摄像头识别人脸并跟踪
VS上的程序#include"
stdafx.h
"#include"cv.h"#include"highgui.h"#include"windows.h"#include#include#include#
imxiangzi
·
2020-07-30 22:41
视频/opencv
opencv3的 Tracking 模块demo
VS2015+opencv3.1目标追踪,采用"KCF"算法#include"
stdafx.h
"#include#include#include#include#include#includeusingnamespacestd
齐天大圣~~
·
2020-07-30 22:09
opencv3
扫描枪程序-扫描枪扫码,保存数据并在当前目录生成文档
//#include"
stdafx.h
"#pragmawarning(disable:4996)#include"string.h"#include"stdlib.h"intmain(){charpchData
Greless
·
2020-07-30 21:12
MFC/C++
采用正则表达式处理XML标签
#include"
stdafx.h
"#include#include#includeusingnamespacestd;wstringXmlCompressByReplace
fengzhongpiaoxing
·
2020-07-30 18:57
算法学习
函数指针与用函数指针调用类的非静态成员函数原理解读
**函数指针与用函数指针调用类的非静态成员函数原理*/#include"
stdafx.h
"#include"iostream.h"classCTest{public:voidf1(){cout*pf1)
RollTheDice1992
·
2020-07-30 17:48
X509格式的证书校验(基于GMSSL2019-06-15版本)
//#include"
stdafx.h
"#include#include#include#include#include#include#include#include"sm_public.h"extern"C
weixin_30426065
·
2020-07-30 17:23
编写判断给定二叉树是否为二叉排序树的函数
#include"
stdafx.h
"#include#includeusingnamespacestd;structNode{intelement;Node*left;Node*right;Node(intele
wangyangkobe
·
2020-07-30 17:04
C/C++程序员面试秘籍
1、函数返回的参数引用#include"
stdafx.h
"#include#includeusingnamespacestd;floatf;constfloatpi=3.14f;floatf1(floatr
confiself
·
2020-07-30 17:41
面试/笔试
VC 获取系统特殊文件夹的路径如:系统目录,桌面等
如果需要,请在
StdAfx.h
中添加#includeTCHARMyDir[_MAX_PATH];SHGetSpecialFolderPath(this->GetSafeHwnd(),MyDir,CSIDL_APPDATA
吾梦于白日
·
2020-07-30 15:31
其他
上一页
32
33
34
35
36
37
38
39
下一页
按字母分类:
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
其他