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
C++矩阵和向量之间的操作
以下程序展示了这类操作:#include"
stdafx.h
" #include #include #include usingnamespacestd; constintM=4; constintN=
sinat_20265495
·
2016-04-17 21:00
C++之输出格式的总结
一般而言,数值的格式包括4个特征:1、靠左或靠右对齐2、以一般浮点数表示法或者科学记数法显示3、占多少字段4、小数点以下的有效位数数目下表列出了常用的格式操作符:例程:#include"
stdafx.h
sinat_20265495
·
2016-04-17 16:00
c语言:定长顺序串的基本操作实实现
// #include"
stdafx.h
" #include #include #include #include #defineSTRING_SIZE255 usingnamespacestd; typedefunsignedcharSString
qq_28598203
·
2016-04-16 19:00
数据结构
串
八皇后问题——递归的应用
正确的结果应该是92种,实现方法如下://八皇后问题#include"
stdafx.h
"#include#includeintcount=0;intnotDanger(introw,intj,int(*
那年聪聪
·
2016-04-16 18:40
C++
八皇后问题——递归的应用
正确的结果应该是92种,实现方法如下://八皇后问题 #include"
stdafx.h
" #include #include intcount=0; intnotDanger(introw,intj
duan19920101
·
2016-04-16 18:00
C++
八皇后
Opencv之摄像头人脸识别
代码如下:#include"
stdafx.h
"#includeusingnamespacecv;intmain(){Matimg;MatgrayscaleFrame;CascadeClassifierface_cascade
Cracent
·
2016-04-15 22:52
OpenCV
Opencv
C++之Opencv人脸识别
Opencv之摄像头人脸识别
代码如下:#include"
stdafx.h
"#include usingnamespacecv; intmain(){ Matimg; MatgrayscaleFrame; CascadeClassifierface_cascade
Cracent
·
2016-04-15 22:00
opencv
Opencv之简单人脸检测
话不多说,直接上代码:#include"
stdafx.h
"#includeusingnamespacecv;intmain(){CascadeClassifierface_cascade;//usethehaarcascade_frontalface_alt2
Cracent
·
2016-04-15 22:51
Opencv
C++之Opencv人脸识别
Opencv之简单人脸识别
话不多说,直接上代码:#include"
stdafx.h
"#include usingnamespacecv; intmain(){ CascadeClassifierface_cascade;
Cracent
·
2016-04-15 22:00
opencv
链式哈希表
//#include"
stdafx.h
"#include#include#include#include/*链表元素结构体定义*/typedefstructListElmt_{void*pdata;structListElmt
AlbertoNo1
·
2016-04-15 00:51
数据结构
链式哈希表
. // #include"
stdafx.h
" #include #include #include #include /*链表元素结构体定义*/ typedefstructListElmt_ {
AlbertoNo1
·
2016-04-15 00:00
C语言
哈希表
链式哈希表
VS开发入门常识
1:
stdafx.h
是什么鬼,就是使编译出来的程序能够在32位机器运行(win32),也可以在新建项目的时候选择新建空白项目,就不会自动整一个带这个的.cpp文件出来了2:调试:首先要设置断点,直接在右边的空白处点一下就会出现一个红点
Lv_Victor
·
2016-04-14 21:00
c语言:抽签游戏实现
#include"
stdafx.h
" #include #include #incl
qq_28598203
·
2016-04-14 20:00
数据结构
游戏
编写一个程序,判断系统是big endian,还是little endian
// #include"
stdafx.h
" #include #include #include usingnamespacestd; int_tmain(intargc,_TCHAR*argv[]
u010002184
·
2016-04-14 14:00
big
Little
endian
赋值运算符重载函数 返回引用和返回对象的区别
先上代码#include"
stdafx.h
" #include usingnamespacestd; classCStudent { public: CStudent(char*pName):m_pName
miyunhong
·
2016-04-14 10:00
C++
Cuda Test
cuda\v7.5\include;cuda\v7.5\lib\x64;(我的是64位机器)代码如下:#include"
stdafx.h
" #include #pragmacomment(lib,"cuda_static.lib
a379039233
·
2016-04-13 09:00
CUDA
将对称矩阵压缩存储,实现矩阵相乘,输出相乘后结果(用二维数组)
一、没有数据结构里的数组做的#include"
stdafx.h
" #include #include #include #defineN2 usingnamespacestd; /
qq_28598203
·
2016-04-12 23:00
数据结构
矩阵相乘
对称矩阵
IOCP 学习例子
// #include"
stdafx.h
" #include #pragmacomment(lib,"ws2_32.lib") #include"Win32NetWork.h" #include #include
ab7936573
·
2016-04-12 12:00
cv2.0 入门
OpenCV轮廓检测,计算物体旋转角度 #include"
stdafx.h
" #include #include #include #include #include #include #
q123456789098
·
2016-04-11 21:00
WinSocket编程
server端:#include"
stdafx.h
" #include #include #pragmacomment(lib,"ws2_32.lib") int_tmain(intargc,_TCHAR
DaveBobo
·
2016-04-11 20:00
C 宏和位操作
#include"
stdafx.h
"#include"iostream"#include"stdio.h"inta=1;//#defineBIT3(0x1<<2)#defineBIT(bit)(1<
allen19881119
·
2016-04-11 15:00
冒泡,选择,归并排序
#include"
stdafx.h
" #include"stdio.h" #include"stdlib.h" #include"time.h" #include"conio.h" voidswap(int
qq_15766257
·
2016-04-09 21:00
OpenCV学习笔记之八(保存视频,录制视频,cvLoadImage的路径)
1.保存视频、录制视频#include"
stdafx.h
" #include #include"cv.h" #include"highgui.h" #include"cxcore.h" int_tmain
u014488388
·
2016-04-09 11:00
利用opencv进行usb相机的视频捕获
#include "
stdafx.h
" #include "cv.h" #include "highgui.h" #include "iostream" using namespace std; int
moki_oschina
·
2016-04-09 00:00
OpenCV图像内轮廓填-孔洞填充
//test #include "
stdafx.h
" #include "cxcore.h" #include "cv.h" #include "highgui.h" // 内轮廓填充 // 参数
moki_oschina
·
2016-04-09 00:00
OpenCV图像中寻找最大区域Max_Area
#include "
stdafx.h
" #include "cv.h" #include "highgui.h" int main( int argc, char** argv )
moki_oschina
·
2016-04-08 22:00
2017京东实习生笔试题(一)
#include"
stdafx.h
" #include usingnamespacestd; intfunc(intx) { intcount=0; while(x) { count++; x=x&(x
duan19920101
·
2016-04-08 21:00
C++
Boost 入门之3 - 格式化
// #include"
stdafx.h
" #include #include #include usingnamespacestd; //类似c的sprintf,MFC的Format. int_tmain
a379039233
·
2016-04-08 11:00
boost
Boost 入门之2 - 类型转换
#include"
stdafx.h
" #include #include usingnamespacestd; #include usingnamespaceboost; int_tmain(intargc
a379039233
·
2016-04-08 10:00
C语言参数传递
// #include"
stdafx.h
" #include #include usingnamespacestd; voidswap_value(inti,intj){//传值调用 inttemp;
u010002184
·
2016-04-07 20:00
C语言
参数传递
函数参数
(C++) Include 文件
2.有个技巧就是把.h文件放到
stdafx.h
中,这样很多时候,就不用重复的引用头文件了。。因为
stdafx.h
基本上每个头文件都会include它
fdyang
·
2016-04-07 20:00
LeakDiag的使用和形成的LOG文件的分析方法
LeakDiag是微软一款检测memoryleak的工具 安装默认是在c:\leakdiag下,完成后界面如下: 写如下的测试程序进行测试#include"
stdafx.h
"#include int_tmain
huapenguag
·
2016-04-07 16:00
内存
leak
泄漏
C 数据结构与算法 散列表
www.nowamagic.net/academy/detail/3008010这是一个系列的教程全部看完就差不多有个概念了但是还是不敢说全懂资质比较愚钝,木办法下面的是实验代码个人敲了一遍理解了一些//#include "
stdafx.h
起什么name呢
·
2016-04-07 10:00
surf OpenCV Demo分析(find_obj.cpp)
#include “
stdafx.h
” #include #include #include #include #include #include #include using namespace
moki_oschina
·
2016-04-06 23:00
opencv
模板查找
关于二进制的一个题目
//#include"
stdafx.h
"#includeint_tmain(intargc,_TCHAR*argv[]){chara[1000];inti;intcount=0;for(i=0;i<1000
wodeshijiecn
·
2016-04-06 15:24
二进制
center
White
数字与字母乱序输入a34b56c7777d8,数字在前字母在后输出345677778abcd
// #include"
stdafx.h
" #include #include #include usingnamespacestd; voidswap(char*a,char*b){ char*temp
u010002184
·
2016-04-05 23:00
字符串
C语言
把**a*b**c***d**转换为**********abcd
// #include"
stdafx.h
" #include #include #include usingnamespacestd; voidswap(char*a,char*b){ char*temp
u010002184
·
2016-04-05 21:00
算法
String
C语言
交换
字符串处
星号在字母前
c++学习笔记_c++实现双链表
#include"
stdafx.h
"#include#include#include"conio.h"usingnamespacestd;struct_DOUBLE_LINK_NODE //定义一个双链表结构
smile_晶
·
2016-04-05 21:41
C++
学习
opencv之Mat图像左右移
//#include"
stdafx.h
"#include#include#include#includeusingnamespacecv;usingnamespacestd;int_tmain(intargc
qiek
·
2016-04-05 18:00
day02
题目:C++输入一组数组找出这个数组中第2大的数实现方式如下:#include"
stdafx.h
" #include usingnamespacestd; intfind_sec_num(int*a
monaso
·
2016-04-05 13:00
sizeof与strlen
// #include"
stdafx.h
" #include usin
Lv_Victor
·
2016-04-05 10:00
sizeof
strlen
蛇形矩阵(百度2016实习招聘)
#include"
stdafx.h
" #include #include usingnamespacestd; int_tmain(intargc,_TCHAR*argv[]) { intm,n;
yvhqbat
·
2016-04-04 11:00
c++ 版的蛇形矩阵,正方形的,从数字1开始逐渐增大,呈回字形
#include"
stdafx.h
"#includeusingnamespacestd;#defineN100structpoint{ intxx; intyy;};classmasterray{/
·
2016-04-04 10:00
OpenCV通过MASK来实现抠图
//#include"
stdafx.h
"#include#include"opencv2/imgproc/imgproc.hpp"#include#includeusingnamespacecv;usingnamespacestd
qiek
·
2016-04-02 22:00
C语言,函数指针与指针函数
#include"
stdafx.h
" #include usingnamespacestd; char*func(char*s1,char*s2){ if(strcmp(s1,s2)>=0){ returns1
u010002184
·
2016-04-02 17:00
C语言
函数指针
C语言,数组做形参
// #include"
stdafx.h
" #include usingnamespacestd; voidtravel(int*p){///void travel(intp[5]){也正确 inti
u010002184
·
2016-04-02 16:00
函数
数组
C语言
形参
VS2010+OpenCV的SDI应用——(一)打开图像
一、建立SDI工程 在
stdafx.h
中添加CvvImage.h的头文件包含二、在Doc类中添加变量 找到***Doc也就是文档类的定义,添加一个变量CvvImagem_image;将m_image
tfygg
·
2016-04-02 16:00
C/C++读入写出空格和\0的区别
// #include"
stdafx.h
" #include #include #include usingnamespacestd; structstu{ char*name; intscore;
u010002184
·
2016-04-02 16:00
空格
scanf
0
字符全排列
#include"
stdafx.h
" #include #include voidPermutation(char*pStr,char*pBegin){ if(*pBegin=='\0'){ printf
u010002184
·
2016-04-02 15:00
算法
全排列
实现power(base,exponent),不用库函数和for循环
// #include"
stdafx.h
" #include #include doublepower(doublebase,unsignedintexponent){ if(exponent==0
u010002184
·
2016-04-02 10:00
power
库函数
次方
上一页
71
72
73
74
75
76
77
78
下一页
按字母分类:
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
其他