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
opencv中使用均值漂移经行目标跟踪
//https://www.cnblogs.com/tornadomeet/archive/2012/03/15/2398769.html//#include"
StdAfx.h
"#include"opencv2
树莓派派酒
·
2018-08-29 23:02
基于Caffe实现的UNET的Segmentation代码
#pragmaonce//#include"
stdafx.h
"#include#include#include#include//#include#include#include#include#include
happy_caffe
·
2018-08-29 14:44
深度学习之图像分割
深度学习之Caffe
c++扫雷以及自动扫雷ai性能测试
记录地雷和周边信息,用0表示什么都没有,5表示地雷,1,2,3,4,表示周围地雷的数量matrix_probe记录这个地方是否被探索过,0表示没有被探索过,1表示探索过,2表示插旗,认为这里有地雷#include"
stdafx.h
haohulala
·
2018-08-29 08:37
项目
小游戏
C语言贪吃蛇小游戏
C语言编写贪吃蛇整个代码都是C语言,其中调用少部分库函数,不如实现屏幕坐标打印的函数,贪吃蛇游戏代码的核心在于蛇身体坐标的更新,实现细节请看代码注释,代码//#include"
stdafx.h
"如果是vc
向念博客
·
2018-08-27 21:48
C语言小游戏
日常代码整理
基于数组的归并排序--递归与非递归法(C++/C)
//归并排序_递归.cpp://以数组为例子#include"
stdafx.h
"#includeusingnamespacestd;//在原始数组上进行操作,将前后两个有序序列合并到一个临时数组中,并将合并后的数组复制给原始数组
一只爱喝酸奶的猫
·
2018-08-24 11:37
数据结构与算法
算法
C/C++
迪科斯特算法
/*Dijkstra算法,解决单源最短路径算法*/#include"
stdafx.h
"#include#include/*cstdio是将stdio.h的内容用C++头文件的形式表示出来。
guangod
·
2018-08-23 21:03
大数乘法
//#include"
stdafx.h
"#includeusingnamespacestd;#include#defineSZBUF_MAX1048576intCalculate(char*pRes,constchar
Flame_Cyclone
·
2018-08-22 23:39
C语言
读取网页内容
#define _WINSOCK_DEPRECATED_NO_WARNINGS//在
stdafx.h
中添加#pragma comment(lib, "ws2_32.lib")void ReadPage
Chinayu2014
·
2018-08-20 18:50
读取
网页内容
MFC
Windows核心编程:第14章 探索虚拟内存
//#include"
stdafx.h
"#include"第14章探索虚拟内存.h"intAPIENTRYwWinMain(_In_HINSTANCEhInstance,_In_opt_HINSTANCEhPrevInstanc
gongluck
·
2018-08-18 16:00
【OpenCV】单目相机标定 / 双目相机标定
///*#include"
stdafx.h
"#include#include#includeusingnamespacecv;usingnamespacest
右手边的蓝天
·
2018-08-15 22:49
计算机视觉
stdafx.h
到底有什么用
我发现自己养成了一个比较好的习惯,有关编程的事情,一定知其然知其所以然因为刚刚接触使用VS的时候,所以很多这个IDE的很多东西不清楚例如:在新建一个项目的时候,很多时候有
stdafx.h
,我就在想这个文件究竟是干什么的
follow_blast
·
2018-08-15 16:44
opencv 之人眼人脸检测
//#include"
stdafx.h
"#include"opencv2/ob
Alisa_xf
·
2018-08-11 14:21
人脸识别
opencv
STL 使用ofstream + ifstream 读写csv文件
csv文件,每行的数据是用逗号分隔的,读写csv文件的示例代码如下:#include"
stdafx.h
"#include#include#include#include#includeusingstd:
hellokandy
·
2018-08-09 11:29
STL
/
boost
Windows下C语言的Socket编程例子(TCP和UDP)
server端:1#include"
stdafx.h
"2#include3#include45#pragmacomment(lib,"ws2_32.lib")67intmain(intargc,char
狂客
·
2018-07-31 19:00
C语言贪吃蛇(备注,源码都有)
#include"
stdafx.h
"#include#include#include"ios
苞米地里啪啪啪
·
2018-07-30 10:06
C++ 入门教程学习
//#include"
stdafx.h
"#includeusingnamespacestd;intmain(){cout>a;coutusingnamespacestd;intadd(int,int);
诗远
·
2018-07-28 10:18
Ue4
C++
C++程序设计第三版(谭浩强)第四章课后习题答案
自己写的做练习,如果有问题多谢指点4.2#include"
stdafx.h
"#include#include#includeusingnamespacestd;voiddelta1(float,float
ks_azuma
·
2018-07-25 23:17
C++练习
ExecuteSQL
#include"
stdafx.h
"#include"ics_case_func_test.h"#include"gdal_priv.h"#include"ogrsf_frmts.h"#include"ogrsf_frmts
路口游子
·
2018-07-25 23:34
C++
C++ 二维动态数组创建及初始化
//#include"
stdafx.h
"#include#includeusingnamespacestd;intmain(){intH,L;cin>>H>>L;//输入行列信息//vector创建二维数
Echo1214_Xie
·
2018-07-25 19:36
C/C++
Opencv——Sobel边缘检测
1、代码如下:#include"
stdafx.h
"#includeusingnamespacecv;intmain(){MatsrcImage=imread("lena.jpg");MatdstImage_x
仰望星空90226
·
2018-07-25 10:03
OpenCV
Opencv
数字图像处理
边缘检测
Sobel算子
Windows核心编程:第13章 内存体系结构
//#include"
stdafx.h
"#include"第13章内存体系结构.h"intAPIENTRYwWinMain(_In_HINSTANCEhInstance,_In_opt_HINSTANCEhPrevInstanc
gongluck
·
2018-07-19 16:00
Windows核心编程:第12章 纤程
//#include"
stdafx.h
"#include"第12章纤程.h"LPVOIDg_Covert=nullptr;DWORDg_index=0;VOIDWINAPIFiberFun(LPVOIDlpFiberParameter
gongluck
·
2018-07-19 14:00
Windows核心编程:第11章 Windows线程池
//#include"
stdafx.h
"#include"第11章Windows线程池.h"VOIDNTAPISimpleCB(_Inout_PTP_CALLBACK_INSTANCEInstance,
gongluck
·
2018-07-19 14:00
Windows核心编程:第10章 同步设备IO与异步设备IO
//#include"
stdafx.h
"#include"第10章同步设备IO与异步设备IO.h"//可提醒IO回调VOIDWINAPIfunComplete(_In_DWORDdwErrorCode,
gongluck
·
2018-07-19 13:00
Windows核心编程:第9章 用内核对象进行线程同步
//#include"
stdafx.h
"#include"第9章用内核对象进行线程同步.h"#includeDWORDWINAPIThread(PVOIDparam){Sleep(2000);return0
gongluck
·
2018-07-19 13:00
C++ 模板基础篇
阅读更多#include"
stdafx.h
"#include"Animal.h"#includeusingnamespacestd;usingnamespaceyu;//声明模板template//内联函数
aa80303857
·
2018-07-18 11:00
C++ lambda表达式 (一)
#include"
stdafx.h
"
heshaai6843
·
2018-07-14 21:00
c++读取和写入TXT文件的整理方法
如下所示:#include"
stdafx.h
"#include//无论读写都要包含头文件#include#includeusingnamespacestd;intmain(){//ifstream从文件流向内存的
王小闹儿
·
2018-07-13 11:28
c++: cout将bool直接输出为true和false
-------//使用boolalpha输出为bool类型//使用noboolalpha输出为数字类型//--------------------------------------#include"
stdafx.h
DinnerHowe
·
2018-07-13 09:06
c++
四元数和欧拉角的相互转换
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647#include"
stdafx.h
LSG_Dawn
·
2018-07-12 13:12
经典代码
函数返回值与函数返回引用
//#include"
stdafx.h
"#includeusingnamespacestd;structPoint{intx,y;};classTest{private:Pointpt;public:Test
飞天_
·
2018-07-11 00:47
c++
函数返回值
引用
stdafx
stdafx.h
中没有函数库,只是定义了一些环境参数,使得编译出来的程序能在32位的操作系统环境下运行。
anyizhe7949
·
2018-07-07 21:00
opencv的上采样函数与下采样函数的例子 pytDown:上采样 ; pryUp(下采样)
//功能:使用pytDown()函数把图片的大小减半pytDown:上采样;pryUp(下采样)//上采样函数,使得图像像素的行列均减半//下采样则加倍#include"
stdafx.h
"#include
杨文友
·
2018-07-07 20:45
idapro反汇编学习(一)
实例代码#include"
stdafx.h
"#include#include#include#include//x64//8字节对齐classCTestC{charch;//1+3virtualvoidfun
小青峰_jd
·
2018-07-04 17:30
IDA
Pro
反汇编
SQLGetInstalledDrivers 获取ODBC已经安装的驱动列表
获取ODBC已经安装的驱动列表,测试代码如下:#include"
stdafx.h
"#include#includevoidGetSQLDriverList(){TCHARszDrivers[4096];
hellokandy
·
2018-07-02 15:16
MySQL
/
SQLite
控制台程序输出传入参数随机时间关闭兼谈随机数
//#include"
stdafx.h
"#include#include#include#includeusingnamespacestd;usingstd::default_random_engine
hayaqi0504
·
2018-07-02 10:52
cpp
求一个数组的子集
递归法:参考博文:https://www.cnblogs.com/microgrape/archive/2011/05/11/2043814.html#include"
stdafx.h
"#include
qq_38211852
·
2018-06-30 13:49
C++ 文件加密方式一
//#include"
stdafx.h
"#include#include#include"fstream"usingnamespacestd;#defineOK0;#defineERR-1;#defineKEY0xa9
三元转换
·
2018-06-26 17:59
android-ndk开发
c++ 树递归、非递归前、中、后序遍历及层次遍历
//#include"
stdafx.h
"#include#include#includeusingnamespacestd;structBitreeNode{intdata;structBitreeNode
invisible_sky
·
2018-06-26 16:12
c/c++
学习使用C++封装DLL并调用
s/blog_7939cf980102v052.html一、生成DLLVS2013——建立win32项目——DLL——完成[cpp]viewplaincopy//maopao.cpp#include"
stdafx.h
hk121
·
2018-06-25 15:15
Windows核心编程:第8章 用户模式下的线程同步
//#include"
stdafx.h
"#include"第8章用户模式下的线程同步.h"LONGg_i=100;LONGg_b=FALSE;CRITICAL_SECTIONg_cs;//关键段SRWLOCKg_rw
gongluck
·
2018-06-24 16:00
字符串实现Fibonacci数列求大整数
//#include"
stdafx.h
"#include#include#include#defineMAX102usingnamespacestd;voidadd(chars1[],chars2[],
NockinOnHeavensDoor
·
2018-06-20 09:22
Algorithms
and
Data
Structures
c和c++
GDAL 读取DXF
//#include"
stdafx.h
"#include"gdal_version.h"#include"gdal_priv.h"#include"gdal.h"#include#include"ogrsf_frmts.h
路口游子
·
2018-06-19 23:48
C++
程序清单4.10_strings.c程序_《C Primer Plus》P73
23:47:00 代码:程序清单4.10_strings.c程序_《C Primer Plus》P73 目的:%-n.ms 文本左对齐 字段宽度为n, 字符个数为m;*/#include "
stdafx.h
广西梵音
·
2018-06-16 23:41
C
Primer
Plus
C语言
windows高效进程通信之共享内存环形队列字符串读取
测试代码用于获取通信所需的时间1.进程读取缓冲区代码#include"
stdafx.h
"#
kellygod
·
2018-06-14 12:50
C++
Windows核心编程:第7章 线程调度、优先级和关联性
//#include"
stdafx.h
"#include"第7章线程调度、优先级和关联性.h"//线程函数DWORDWINAPIThreadProc(PVOIDparam){return0;}intAPIENTRYwW
gongluck
·
2018-06-13 10:00
【行人检测】检测视频中的行人
//#include"
stdafx.h
"#include#include#include#inclu
大姨妈V
·
2018-06-12 10:43
图像处理
opencv
学习opencv
使用注册表关闭Windows防火墙
#include"
stdafx.h
"#includeint_tmain(intargc,_TCHAR*argv[]){HKEYhKey=nullptr;LONGlRet=NULL;char*szSubkey
FFE4
·
2018-06-11 15:12
心情杂货铺
Windows核心编程:第6章 线程基础
//#include"
stdafx.h
"#include"第6章线程基础.h"#include//线程函数DWORDWINAPIThreadProc(PVOIDparam){return0;}unsigned
gongluck
·
2018-06-08 16:00
Windows核心编程:第5章 作业
//#include"
stdafx.h
"#include"第5章作业.h"intAPIENTRYwWinMain(_In_HINSTANCEhInstance,_In_opt_HINSTANCEhPrevInstance
gongluck
·
2018-06-08 16:00
上一页
61
62
63
64
65
66
67
68
下一页
按字母分类:
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
其他