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
OpenGL -显示摄像头抓取图片
//#include"
stdafx
.h"#include"FlyCapture2.h"#include#include"glew.h"#include"wglew.h"#include"glut.h"#
George_Fal
·
2020-09-12 23:48
[OpenGL]OpenGL中的三维变换
#include"
stdafx
.h"#include#inc
Joea_pang
·
2020-09-12 23:51
OpenGL
SkinMagic 进行皮肤设置 (SkinMagic使用教程)
[准备工作]1、将SkinMagicTrial.dll放置在调试目录2、设置库文件目录,在项目[连接器]的[附加依赖项]中加入库SkinMagicTrial.lib3、在项目的
stdafx
.h文件中加入头文件
FlyingTiger_Sun
·
2020-09-12 23:58
C primer plus 第四章字符串和格式化输入输出 个人编程练习
#include"
stdafx
.h"#include#include#include#includeintmain(){voidfun_1();//1,提示用户输入姓名,然后以“名,姓输出”voidfun
枯萎行者
·
2020-09-12 22:36
C
primer
plus
第六版
编程练习
)RGB排序,一个字符串,里面只有三种字符R G B,所有的R都在G的前面,所有的G都在B的前面。将给定字符串按照此规律排序。要求不允许用辅助空间,复杂度控制在O(N)。遍历一遍就排好序。
#include"
stdafx
.h"#include"stdlib.h"#include#include#include#includeusingnamespacestd;//算法中谈到了怎样不增加任何空间
Mitnickl
·
2020-09-12 22:40
算法
对象指针的用法
//#include"
stdafx
.h"#include#includeusingnamespacestd;//下面先定义一个类classhaitao{private:intagee;public:intgetAgee
海涛高软
·
2020-09-12 21:58
C++基础
算法笔记:BFS与DFS 书上给的BFS,现在对BFS进行改写为DFS
voidBFS_dfs(intstep,intx,inty)此函数是bfs改为dfs的函数:#include"
stdafx
.h"#include#i
lxie0
·
2020-09-12 21:53
C/C++
算法
求1500个因数是2、3、5的数
编程语言c++#include"
stdafx
.h"#include#includeusingna
我叫刘鹏
·
2020-09-12 19:52
c++/c
List容器用法操作实例
//*list容器测试//#include"
stdafx
.h"#include#includeusingnamespacestd;typedeflistLISTINT;int_tmain(intargc
大海之上-灵峰之巅
·
2020-09-12 19:40
技术资料
程序基本算法习题解析 求pi的近似值
//求pi的近似值#include"
stdafx
.h"#include#includeusingnamespacestd;intmain(){floatsum=1,pi,last=1,fenzi=1,fenmu
elma_tww
·
2020-09-12 19:25
程序基本算法习题解析
C++和excel交互
//#include"
stdafx
.h"#include#include#include#include/*#include#include#include#include#include#i
OliverkingLi
·
2020-09-12 18:54
C++
快速排序 解析
//#include"
stdafx
.h"#includeusingnamespacestd;/*函数声明*/voidQuickSor
林子木
·
2020-09-12 18:48
算法设计
分治法
排序
一个MDI窗口框架,可作为简单的MIS窗口框架使用
1)
StdAfx
.h中加入#pragmawarning(disable:4146)#import"c:/ProgramFi
RuiyuanZHOU
·
2020-09-12 18:39
学习笔记
【C/C++】枚举enum与#define 宏的区别?
例子#include"
stdafx
.h"enum
sunriver2000
·
2020-09-12 17:05
C/C++
学习
enum
define
C/C++
C语言指针初始化(malloc)
指针初始化问题:代码://point.cpp:malloc的初始化问题///***2019.03.20*记录malloc的初始化问题,在其它函数中初始化,和赋值*By:冬天D秘密*/#include"
stdafx
.h
冬天D秘密
·
2020-09-12 16:21
C
0006算法笔记——【分治法】线性时间选择
程序清单如下://2d9-1随机划分线性时间选择#include"
stdafx
.h"#include#i
风仲达
·
2020-09-12 16:03
算法
算法笔记——《算法设计与分析》
身份证校验及其18岁判定(包含18位身份证和15位身份证)
//#include"
stdafx
.h"#include#include#includeusingnamespacestd;boolCheckEighteenCard(conststring&idCard
jcracker
·
2020-09-12 16:17
一维带权邮局位置问题(找带权中位数)C++实现
//#include"
stdafx
.
iteye_9281
·
2020-09-12 16:43
VC 连接MySQL数据库
----------------------------------------------------------------------------1.导入msado15.dll#include"
stdafx
.h
friendan
·
2020-09-12 16:51
VC
CString或const char数组转byte数组(unsigned char数组)
#include"
StdAfx
.h"#include#include#include#includeusingnamespacestd;#pragmacomment(lib,"ws2_32.lib")/
brk1985
·
2020-09-12 15:21
【笔记】已知圆上两点坐标和半径,求圆心
编程验证算法://具体例子:已知(2,4)、(4,2),半径R=2,求圆心#include"
stdafx
.h"#include#includeu
wolves_liu
·
2020-09-12 14:29
笔记
C语言实现函数模板
#include"
stdafx
.h"#defineMY_GETMAX(type)\typetype##GetMax(typex,typey)\{\returnx>y?
xey_csu
·
2020-09-12 14:35
C/C++
编程之美---1的个数 C++实现
方法1#include"
stdafx
.h"#include#includeusingnamespacestd;intcount(intn){intresult=0;while(n!
时海
·
2020-09-12 14:24
编程之美
c++
opencv实现双摄像头视频拼接
#include"
stdafx
.h"#include"highgui/highgui.hpp"#include"opencv2/nonfree/nonfree.hpp"#include"opencv2/
敢问姑娘家住何方
·
2020-09-12 14:19
人脸跟踪三维点云获取及三角面片分割显示(kinect2.0 SDK开发 )
#include"
stdafx
.h"#include"opencv2/opencv.hpp"#include"Kinect.h"#include"kinect.face.h"#include"iostream
梦沁清风
·
2020-09-12 13:50
Kinect
Xbox
oneV2
【模式识别】聚类分析
//#include"
stdafx
.h"#include#include#include#include#include#include#includeusingnamespacestd;#defineFILENAME_LENGTH20
yepoyou
·
2020-09-12 13:47
#
C++
C++ 回调函数的简单理解
以下是我机子上可运行通过的例子:#include"
stdafx
.h"#include#includetypedefint(*callback)(int)//定
Linias
·
2020-09-12 13:21
C
v-rep 入门-和c++client 图像通讯
中设置图像传感器,c++客户端读取图像传感器图像v-repv-rep中添加vision_sensor(注意不是camera,camera好像不能读,用同样的代码)调整分辨率c++client#include"
stdafx
.h
梦之泪殇
·
2020-09-12 13:41
vrep
算法设计与分析基础-4.2、快速排序
方法一、#include"
stdafx
.h"inta[100];voidquickSort(inta[],intl,inth){if(l>=h)return;inti,j,key;i=l;j=h;key
泡泡大脚
·
2020-09-12 13:51
算法设计与分析基础
Opengl创建一个球体
#include"
stdafx
.h"#include#include#include#includevoidmyDisplay(){glClear(GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT
chenyu19880302
·
2020-09-12 12:59
opengl
C++ MD5
//#include"
stdafx
.h"#include#includeusingnamespacestd;#defineshift(x,n)(((x)>(32-(n))))//右移的时候,高位一定要补零
qq_24127015
·
2020-09-12 11:45
C++
VC
VC 拷贝程序到启动目录,实现自启动
//#include"
stdafx
.h"#define_WIN32_WINNT0x0501#include#includeusingnamespacestd;#include#include#include
yunshouhu
·
2020-09-12 10:34
VC++
opencv学习之Shi-Tomasi角点检测
//#include"
stdafx
.h"#include#include#includeusingnamespacecv;usingnamespacestd;Matg_srcImage,g_grayImage
OliverkingLi
·
2020-09-12 10:30
MFC中简单图形的平移与简单旋转
#include"
stdafx
.h"#include"hui.h"#include"HuiTu.h"//为自己建立的主程序头文件hui::hui():m_ptOrigin(0),m_ptEnd(0),m_nDrawType
zhuwuhong5163
·
2020-09-12 10:54
MFC
VC中GDI+双缓冲实现Picture控件中显示png图片
资源下载地址:http://download.csdn.net/detail/zzzili/4177527#ifndef_CMYSTATIC#define_CMYSTATIC#include"
StdAfx
.h
weixin_34185560
·
2020-09-12 10:12
C++:将输入的一段句子倒序重排
我写的程序是已知句子中单词的个数的,如果有人会不用知道单词个数就可以实现的,麻烦指点一下,新手#include"
stdafx
.h"#include#includeconstintArSzie=10;intmain
qq_38153597
·
2020-09-12 10:47
“
stdafx
.h“ 文件修改
我遇到的问题是这样的,新建的是QT和VS混编的项目,然后默认的项目里面没有"
stdafx
.h",并且需要向"
stdafx
.h"里面添加MFC的一些头文件(真的不想搞MFC),接下来就是在项目目录下生成了一个
qq_25147107
·
2020-09-12 10:41
C++
MFC
vc++加载透明png图片方法——GDI+和CImage两种
先看看GDI+的方法方法1:1.GDI+画透明图层(alpha)的png图片
stdafx
加入如下:#include//初始化一下com口#include"GdiPlus.h"usingnamespaceGdiplus
Posix
·
2020-09-12 10:27
Windows
VS2013 GDI+显示图片
stdafx
.h最后添加以下#pragmaonce#include#pragmacomment(lib,"GdiPlus.lib")usingnamespaceGdiplus;主CPP文件中添加添加一个
banluan4067
·
2020-09-12 09:08
C++ GDI+环境的初始化
注:如果包含后出现编译错误,那么看看
stdafx
.h中有没有定义WIN32_LEAN_AND_MEAN,有的话注释掉就OK【1】添加文件头与库#includeusingnamespaceGdiplus;
郎涯工作室
·
2020-09-12 09:37
音视频/图像
vs2005 创建c++项目
原文地址:vs2005创建c++项目作者:Francis例子:建立项目名c1将会产生以下文件
stdafx
.h;c1.cpp;如果要加入新的头文件head1.h;与新的.cpp文件head1.cpp;可以将所要的头文件全放在
achang21
·
2020-09-12 09:36
C++
学习
c++引入并初始化GDIPlus绘图库
c++引入并初始化GDIPlus绘图库绘图库的引入绘图库的初始化以下代码均在vs2019下运行,假设创建一个工程名为1的mfc单文档应用程序绘图库的引入在framework.h(其他版本vs在
stdafx
.h
siegfried0
·
2020-09-12 09:21
c++
VC中使用GDI+显示图片
1.在你将要使用GDI+的工程中,完成初始化工作,将以下代码加入
StdAfx
.h头文件中://加入的头文件#include//初始化一下com口#ifndefULONG_PTR#defineULONG_PTRunsignedlong
Joe_wang
·
2020-09-12 09:10
vc
c++
学习之路
Harr特征描述子代码实现
#include"
stdafx
.h"#include#include#include#include"HaarFeature.h"usingnamespacecv;usingnames
xiayuyuren47
·
2020-09-12 09:42
图像特征
(四)C++双向链表排序
//#include"
stdafx
.h"#i
大帅锅1
·
2020-09-12 09:54
数据结构
双链表有序插入
今天研究了一下双链表的有序插入,终于自己一个人鼓捣出来了,代码如下:#include"
stdafx
.h"#include#include#include#include#defineN8#includestructlist
Nomiracle
·
2020-09-12 09:15
Data
Structure
【数据结构】双链表的建立,排序,插入,删除
//#include"
stdafx
.h"#include#include#include#includeusingnamespacestd;typedefstructstudent{intdata;structstu
michellechouu
·
2020-09-12 09:59
数据结构
ScopeGuard : 安全清理资源
//#include"
stdafx
.h"#includenamespacehh{classScopeGuard{public:explicitScopeGuard(std::functiononExitScope
永磁体呵呵哒
·
2020-09-12 08:49
C++
有用的代码
C++
双向链表排序,插入、删除
//#include"
stdafx
.h"#includetypedefstructtag_data{intage;}Data;typedefstructtag_nodeNode;typedefstructtag_node
godinme
·
2020-09-12 08:38
c/c++
字符串最大匹配长度
//#include"
stdafx
.h"#include#includeusingnamespacestd;intstringMatch(constchar*src,constchar*desc){if
zqq214
·
2020-09-12 08:53
上一页
10
11
12
13
14
15
16
17
下一页
按字母分类:
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
其他