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
Direct2D中DWrite文字
DWrite可以高速地呈现文字:#include"
stdafx.h
"classunicode_file{PCWSTRm_view;UINT32m_size;public:unicode_file();~
Augusdi
·
2020-07-27 14:53
Direct2D
Direct2D 变换
可以通过矩阵变换来给几何图形作平移(Translation)、旋转(Rotate)、扭曲(Skew)和大小变换(Scale):#include"
stdafx.h
"structSampleWindow:DesktopWindow
Augusdi
·
2020-07-27 14:53
Direct2D
个人代码
#include"
stdafx.h
"#include"mysql.h"#include"RainfallList.h"#include"gmxcfg.h"CRainfallList::CRainfallList
ITZYF
·
2020-07-27 14:31
VC/MFC
mysql
360
delete
server
database
include
邻接矩阵的最小生成树
//002.cpp:定义控制台应用程序的入口点//#include"
stdafx.h
"#includeusingnamespacestd;/*用于测试abcdefab6ac1ad5ce6cf4ef6be3df2bc5cd5
陌无崖
·
2020-07-27 13:53
c++
数据结构
算法
C++ STL for_each 仿函数 count count_if算法
//#include"
stdafx.h
"#include#include#include#include#includeusingnamespacestd;templatevoidFillValue(T
雪春
·
2020-07-27 13:29
C++
c++11,for,for each,std::for_each的应用
//#include"
stdafx.h
"#include#include#includevoidhello(inta){std::coutvv;vv.push_back(2);vv.push_back(
懵圈丰
·
2020-07-27 12:21
c++
[C++] STL Transform练习
//#include"
stdafx.h
"#include#include#include#include#includeusingnamespacestd;string&toLower(string&s
云瑀
·
2020-07-27 11:28
C/C++
2018.8.14-C++复习笔记总
//#include"
stdafx.h
"#include#include#include#include#include#include"TMyNumOperator.h"#include"abc.h"
时空观察者9号
·
2020-07-27 11:09
C++复习笔记
2//34#include"
stdafx.h
"56#include7#include8#include9#include10#include11#include12#include13#include1415usingnamespacestd
时空观察者9号
·
2020-07-27 11:09
在图像中选择矩形区域并高亮显示
源代码:#include"
stdafx.h
"#include"cv.h"#include"highgui.h"booldrawing_box=false;CvRectbox;IplImage*rect_img
breezewin
·
2020-07-27 11:37
openCV
OpenCV实现最小外接正矩形
本文实例为大家分享了OpenCV实现最小外接正矩形的具体代码,供大家参考,具体内容如下#include"
stdafx.h
"#include"cv.h"#include"highgui.h"#include"cxcore.h
·
2020-07-21 13:54
opencv提取水平与垂直线条
//#include"
stdafx.h
"#include#includeusingnamespacecv;usingnamespacestd;intmain(){Matsrc,dst
·
2020-07-21 10:05
C++日志管理
//#include"
stdafx.h
"#include
熊猫啊熊猫
·
2020-07-16 07:19
函数重载例子
#include"
stdafx.h
"#includeusingnamespacestd;intmax(int,int);floatmax(float,float);int_tmain(intargc,_
jiayibk
·
2020-07-16 05:32
个人代码区
函数重载
C++对象切割
#include"
stdafx.h
"#includeusingnamespacestd;classCShape{public:CShape(){m_color=0;}
1000001000wlm
·
2020-07-16 04:37
C++
Lua与C/C++的交互3:C/C++中读取Lua文件中的表
这个其实跟第二章原理是一样的,只是,这里有个细节,这个细节就是lua_getfield.以下是完整源代码:#include"
stdafx.h
"#include"stdio.h"extern"C"{#inc
peter_teng
·
2020-07-16 04:58
lua
基于opencv的CLAHE(4)
#include"
stdafx.h
"#include#include#include#include#defineMAX_RETINEX_SCALES2/*Retinex最多可采用的尺度的数目*/#defineMIN_GAUSSIAN_SCALE16
migan2008
·
2020-07-16 03:37
opencv
基于opencv的CLAHE
#include"
StdAfx.h
"#include"cv.h"#include"highgui.h"#include"cvaux.h"#include"cxcore.h"#includeusingstd
migan2008
·
2020-07-16 03:07
hanoi塔问题模拟程序
#include"
stdafx.h
"#include#includeusingnamespacestd;v
medal003
·
2020-07-16 03:08
编程之美初体验
OpenCV图像处理之均值滤波
一、新建win32程序二、开始编码#include"
stdafx.h
"#includeusingnamespacecv;intmain(){Matsrc=imread("1.jpg");//载入原始图Matdst
浪子四方
·
2020-07-16 03:33
OpenCV
C++中ASCII、unicode与Utf8之间的相互转化
#pragmaonce#include"
stdafx.h
"#include"windows.h"#include#includeusingnamespacestd;//**************string
H-KING
·
2020-07-16 02:49
C
+
+基础知识学习
C
+
+知识
关于有符号数到无符号数的强制转换导致的一些问题
//#include"
stdafx.h
"#includefloatsun_elements(floata[],unsignedlength){inti;floatresult=0;for(i=0;i<=
linxizi0622
·
2020-07-16 02:37
深入理解计算机系统
利用visual c++编译时遇到的问题
要解决这个问题,可以有两个方法:1是在你程序的开头定义头文件:#include"
StdAfx.h
";2.通过在project->
kimifdw
·
2020-07-16 01:32
c/c++
is not a class or namespace name解决方法
isnotaclassornamespacename解决方法每建立一个新类,都要在classname.cpp文件中加入#include"
stdafx.h
"文件,而且加的位置要在第一行;原因:编译器通过一个头文件
jiangxinyu
·
2020-07-16 01:57
C++
libcurl 上传文件
#include"
stdafx.h
"#include"
stdafx.h
"#include#include#include#include#include#includeusingnamespacecv;
ShellCollector
·
2020-07-16 00:54
c++
C++ 简单的 Tcp 实现[socket] 客户端与客户端通信
//#include"
stdafx.h
"#include"winsock2.h"#pragmacomment(lib,"ws2_32.lib")#includeusingnamespacestd;int
-droidcoffee-
·
2020-07-16 00:41
使用c语言对mysql进行增删查改
#include"
stdafx.h
"#include//这个是必须添加的,不然就会出现102个错误#include"mysql.h"#include#include#includestaticMYSQL
huachao1001
·
2020-07-16 00:26
C语言
C++对Lua中table进行读取、修改和创建
//#include"
stdafx.h
"#include#includeusingnamespacestd;extern"C"{#include"lua.h"#include"lauxlib.h"#include"lualib.h
ggzone
·
2020-07-15 23:51
Lua
Developing COM Components using VC-ATL(2-5)
对组件的十一个文件的剖析一、
stdafx.h
代码选取…#defineSTRICT#ifndef_WIN32_WINNT#define_WIN32_WINNT0x0400#endif#define_ATL_APARTMENT_THREADED
flyforlove
·
2020-07-15 23:47
COM
字符串大小比较函数的实现
//#include"
stdafx.h
"#include#includeusingnamespacestd;intSc
蒹葭杰克
·
2020-07-15 22:48
VS2010 MFC中实现printf调试功能,即MFC程序利用控制台输出调试信息
mutes-ChinaUnix博客http://blog.chinaunix.net/uid-20672257-id-2973396.html包含的头文件,原文看不到,这里我添上了1、在项目自动生成的
stdafx.h
fang16388
·
2020-07-15 22:46
C/C++
c
MFC
宽字节字符串多字节字符串转换
sample如下:#include"
stdafx.h
"#includeint_tmain(intargc,
F20140401
·
2020-07-15 22:45
C/C++
PAT1057.Stack (30)
树状数组的介绍//#include"
stdafx.h
和山米兰
·
2020-07-15 22:09
PAT
C++泛型指针的正向与逆向循环读取的改进方法
#include"
stdafx.h
"#include#include#include#includeusingnamespacestd;int_tmain(intargc,_TCHAR*argv[]){
diaoren5930
·
2020-07-15 22:12
c/c++
C语言十六进制数据同字符串的相互转换
#include"
stdafx.h
"#include#include#include#include/*入口参数:pSrc源十六进制数据出口参数:dest存放运算结果返回:true转换成功false失败
dancingtiger
·
2020-07-15 22:14
c++
反转字符串的多种方式-经典面试题系列
思路很简单,就不啰嗦了,直接上代码#include"
stdafx.h
"#include"stdio.h"#include"stdlib.h"#include"string.h"char*t1(constchar
bitcarmanlee
·
2020-07-15 20:25
C++11线程安全队列和安全栈
文章代码取自C++11并发编程指南,记录于此方便日后查看#include"
stdafx.h
"#include#include#include#include#include#include#include
ChristmasEve_2013
·
2020-07-15 20:18
C++11
C++Future简单的使用
C++Future简单的使用,参考c++并发编程指南#include"
stdafx.h
"#include#include#include#include#include#include#include#
ChristmasEve_2013
·
2020-07-15 20:18
C++11
模拟鼠标事件的实现思路及代码
-------------------------------------------------------------------------------------------#include"
stdafx.h
Brave_QQ596140538
·
2020-07-15 20:53
window应用
minpack.cpp
#include"
stdafx.h
"#include"math.h"#include"f2c.h"#include"minpack.h"#include"f:practiceyang2cal_main.h"staticlongc
YoYo2013
·
2020-07-15 19:51
ADO在VC的MFC下连接数据库并插入数据
1在
stdafx.h
头文件中插入。#import"c:/programfiles/commonfiles
姚佳俊
·
2020-07-15 19:02
1到1/50的分数相加
#include"
stdafx.h
"#includeusingnamespacestd;//最大公约数longlongmaxgy(longlonga,longlongb){longlongtmp;while
BIBE1024
·
2020-07-15 17:38
日常小问题
用opencv计算棋盘格内角点坐标(通过多个内角点获得转换矩阵),并同时用halcon和opnecv对图像进行透视变换
#include"
stdafx.h
"#include"cv.h"#include"cxcore.h"#include"high
业余狙击手19
·
2020-07-15 15:18
Halcon
#
OpenCV其他
[c++11] 判断某类是否有某个原型及名称的成员函数
#include"
stdafx.h
"#include#includetemplatestructIndexedTWrap{typedefTtype;staticTgettype();enum{Index
superzmy凄临雨
·
2020-07-15 15:32
技术
基于opencv的CLAHE(3)
//引用自忘记哪里的程序了#include"
stdafx.h
"#include"cv.h"#include"highgui.h"#include"math.h"#includeusingstd::cout
migan2008
·
2020-07-15 14:07
opencv
utf8编码与GB2312编码的转换(C++)
#include"
stdafx.h
"#include#include#include#include#includeusingnamespacestd;//UTF-8到GB2312的转换char*U2G
fengruoying93
·
2020-07-15 14:45
C/C++
linux
Win32
integral_constant定义编译期常量
#include"
stdafx.h
"#include#includeusingnamespacestd;/*integral_constant就可方便地定义编译期常量,而无需再通过enum和staticconst
程序员攻略
·
2020-07-15 13:11
C++11
sizeof()计算数组结构体类大小长度
//#include"
stdafx.h
"#include"stdlib.h"#include"iostream.h"//数据对其原则/*******结构体计算大小
zhangjikuan
·
2020-07-15 12:54
C/C++
计算方法——C语言实现——迭代法求解线性方程组
使用VS2017,代码如下://使用Jacobi迭代法与Gausse_Seidel迭代法计算线性方程组#include"
stdafx.h
you_big_father
·
2020-07-15 11:58
计算方法
sizeof 各数据类型占空间大小
#include"
stdafx.h
"#include#include#includeusingnamespacestd;struct{shorta1;shorta2;shorta3;}A;struct{
鱼C缸
·
2020-07-15 11:41
C/C++开发
上一页
35
36
37
38
39
40
41
42
下一页
按字母分类:
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
其他