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
【视觉-摄像机0】opencv调用USB工业相机
//#include"
stdafx.h
"#include#includeusingnamespacecv;usingnamespacestd;intmain(){//声明视频读入类VideoCapturecapture
苏源流
·
2016-12-21 16:34
工业摄像头USB
工业摄像头USB
opencv调用多个相机
c语言构造数组二叉树
#include"
stdafx.h
"#include#includeconstintnodecnt=32768;inttree[nodecnt];//下标从1开始int_tmain(intargc,_TCHAR
God_s_apple
·
2016-12-20 14:19
基础算法
UDP组播实现
///////////////////////////////////////////////////////////////////////////////////////////#include"
stdafx.h
HEHONG1602
·
2016-12-20 13:32
关于C++的#include"
stdafx.h
"
这个时候可以检查一下程序的最上行是否有#include"
stdafx.h
"这条语句。
Zaregoto_Tsukai
·
2016-12-19 20:09
C++
C++新手上路 程序实例,个人银行账户
#include"
stdafx.h
"#include//关于数学运算的文件,要添加复杂的数学运算要用到#includeusingnamespacestd;classSavingAccount{private
未来CC
·
2016-12-19 15:37
C++
MATLAB双目标定步骤
看了许多标定的博文,为了以后的使用将标定步骤整理下来,整体分为先分别标定左右相机在立体标定:这里使用的标定图片是网上找的,双目标定时待标定图片是双目相机同时拍摄得到的,拍摄程序如下:#include"
stdafx.h
dreamharding
·
2016-12-16 22:26
MATLAB
双目标定
单目标定
双目标定
Windows下丢包率测试源码
//#include"
stdafx.h
"#include"SocketFrame.h"intudp_client_fun_packetloss(inttimes,SOCKETs);#defineECHOPORT
Echo_Anna
·
2016-12-13 22:41
网络编程
MPI—统计素数个数
//MPI求素数个数#include"
stdafx.h
"#include"mpi.h"#include#includeintisPrime(intlyy_num)//判断是否为素数{intlyy_flag
LY_624
·
2016-12-12 12:11
并行计算
并行计算—OpenMP—统计素数的个数
#include"
stdafx.h
"#include#include#include#include#includeusingnamespacestd;intisPrime(intlyy_num)//判断是否为素数
LY_624
·
2016-12-12 12:40
openmp
并行计算
并行计算
leetcode--字符串循环左移
//字符串循环左移问题#include"
stdafx.h
"#includeusingnamespacestd;//问题:给定一个字符串S[0...N-1],要求把S的前K个字符移动到S的尾部,比如字符串
JR_lu
·
2016-12-11 21:01
leetcode
算法学习 2
//寻找一维数组中的最大项//数组中的元素为双精度#include"
stdafx.h
"//#include"stalib"#include"windows.h"#includeusingnamespac
Janet_1994
·
2016-12-09 21:02
自我每天记录进步
leetcode--一个for循环找出数组最大和次最大值
要求在一个for循环里实现#include"
stdafx.h
"#includeusingnamespacestd;voidselect_max(constint*a,intsize,int&nMax,int
JR_lu
·
2016-12-09 10:24
leetcode
leetcode--压缩空格问题
#include"
stdafx.h
"#include#includeusingnamespacestd;voidmodify_str(char*raw_str){intj=0;
JR_lu
·
2016-12-09 10:51
leetcode
opencv在图片指定区域内填充矩形,并在图片中显示矩形的轮廓
需求:在图片中画出指定区域的轮廓解决方法:先在图片中填充一块矩形,然后画出矩形的轮廓在图片中显示//画出指定区域的轮廓;#include"
stdafx.h
"#include#includeusingnamespacecv
FaberChang
·
2016-12-08 21:27
C++
C++遍历文件夹下的所有文件
具体代码如下:#include"
stdafx.h
"#include#include#include#include#include#include#includeusingnamespacestd;#defineMAX
IDMer
·
2016-12-08 20:49
C++编程
人脸检测的测试程序(视频和摄像头)
#include"
stdafx.h
"#include"opencv2/core/core.hpp"#include"opencv2/imgproc/imgproc.hpp"#include"opencv2
那年聪聪
·
2016-12-07 10:08
人脸识别
实时控制软件第二次作业--停车场门禁控制系统状态机
U201310747状态机图示:将起落杆的位置状态和通行灯信号作为两个类对象,汽车出入闸传感器信号作为输入,编写代码:1//qichemenjin.cpp2//CopyrightbyJustin.34#include"
stdafx.h
Justin1253610681
·
2016-12-05 20:00
【OpenCV】动态目标检测(背景/场景)
//#include"
stdafx.h
"#include//头文件#include#include#include#include#include#include#includ
Taily老段
·
2016-12-05 17:22
OpenCV
VS2013在MFC中使用ADO方法操作Access2013数据库
1.首先创建一个基于对话框的MFC应用程序ADO_ACCESS.sln.然后在
stdafx.h
头文件末尾添加(网上有说在某个#include后面的添加的,也有说在合适位置添加的,我这里直接添加在最末尾)
DaveBobo
·
2016-11-25 09:58
多线程网络数据库
VS2013在MFC中使用ADO方法操作Access2013数据库
1.首先创建一个基于对话框的MFC应用程序ADO_ACCESS.sln.然后在
stdafx.h
头文件末尾添加(网上有说在某个#include后面的添加的,也有说在合适位置添加的,我这里直接添加在最末尾)
DaveBobo
·
2016-11-25 09:58
多线程网络数据库
数组名和数组名取地址、指针数组和数组指针的区别
#include"
stdafx.h
"#includeusingnamespacestd;voidmain(){inta[5];printf("%d\n",a);printf("%d\n",&a);printf
月光下的脚步
·
2016-11-24 12:00
检测视频中的人脸,并画出矩形框
#include"
stdafx.h
"#include#include#include#include#includeusingnamespacestd;usingnamespacecv;intmain(
那年聪聪
·
2016-11-24 10:42
人脸识别
C语言中%s,%5.3s,%e,%10.2e的意思
#include"
StdAfx.h
"#include#includeintmain(){printf("%s,%5.3s\n","computer","computer");return0;}后两个都是
Ah-oh
·
2016-11-24 10:39
C
c语言中宏记录日志
#include"
stdafx.h
"#include#include#include#include#defineTRACEOUT(p)\{\FILE*log;\structtm*timeinfo;\charfilename
坐在那边看天空
·
2016-11-23 10:12
C/C++
WIN32_LEAN_AND_MEAN宏
我们经常可以看到在
stdafx.h
中有这么个宏定义#defineWIN32_LEAN_AND_MEAN,它的作用实际上是当我们项目中包含了时去除一些头文件的包含,加快编译速度,大家可以跳进中搜索一下WIN32
你不知道的浪漫
·
2016-11-22 09:00
短作业优先算法c++版
#include"
stdafx.h
"#include"iostream"#include"string"usingnamespacestd;structJOB//作业结构体{stringname;/
cherish_CX
·
2016-11-21 22:03
算法
C++责任链模式
voidSetSuccessor(Processor*);protected:Processor();Processor*m_pProcessor;};//Processor.cpp#include"
stdafx.h
恋上豆沙包
·
2016-11-19 15:25
设计模式
算法学习-汉诺塔(hanoi)
#include"
stdafx.h
"#includevoidMoveOne(charfrom,charto){std::cout"<
我的胖是因为太膨胀
·
2016-11-19 09:21
算法学习
先来先服务调度算法c++版
作业名到达时间服务时间a06b250c520d510e1240f158#include"
stdafx.h
"#include#include#include#includeusingnamespacestd
cherish_CX
·
2016-11-16 21:51
算法
ARP欺骗
//#include"
stdafx.h
"#includeint_tmain(intargc,_TCHAR*argv[]){pcap_if_t*allAdapters;//适配器列表pcap_if_t*adapter
唯幂KM
·
2016-11-16 16:01
MAC
ARP
ARP欺骗
ARP欺骗1.打开MicrosoftVisualStudio2010-->文件-->新建-->项目-->粘贴以下代码#include"
stdafx.h
"#includeintmain(intargc,_
hsc1001011
·
2016-11-16 16:59
arp
网络协议分析
WinPcap之获取已安装设备的高级信息
//2Dlg.cpp:实现文件//#include"
stdafx.h
"#include"2.h"#include"2Dlg.h"#include"afxdialogex.h"#include"pcap.h
yanzihuish
·
2016-11-16 15:23
Win
Pcap
欺骗被欺骗
#include"
stdafx.h
"#include.h>int_tmain(intargc,_TCHAR*argv[]){pcap_if_t*allAdapters;//适配器列表pcap_if_t*
wb57ce870a60888
·
2016-11-16 15:48
arp
交换路由
发arp答应包欺骗别人
//#include"
stdafx.h
"#includeint_tmain(intargc,_TCHAR*argv[]){pcap_if_t*allAdapters;//适配器列表pcap_if_t*adapter
140640
·
2016-11-16 15:46
ARP
欺骗
发arp答应包欺骗别人
arp欺骗与防止欺骗
//#include"
stdafx.h
"#include.h>int_tmain(intargc,_TCHAR*argv[]){pcap_if_t*allAdapters;//适配器列表pcap_if_t
xuesedd
·
2016-11-16 15:08
arp
网络设备互联
arp欺骗【2】
代码:#include"
stdafx.h
"#includeint_tmain(intargc,_TCHAR*argv[]){pcap_if_t*allAdapters;//适配器列表pcap_i
啦啦啦ea
·
2016-11-16 15:37
arp
rip欺骗代码
//#include"
stdafx.h
"#includeint_tmain(intargc,_TCHAR*argv[]){pcap_if
GJianFeng_mycto
·
2016-11-16 15:19
arp
栈实现加减乘除
//#include"
stdafx.h
"#include#include#include/*栈实现加减乘除运算*/typedefstructopenSta
zyz6991
·
2016-11-13 18:00
练习
c++遍历数组
//#include"
stdafx.h
"#include"iostream"usingnamespacestd;intmain(){constintn=10;intarray[n];inttemp;for
一嵩寒溪
·
2016-11-09 23:33
拉格朗日二次插值法C语言版
数值表是这样的X:0.46,0.47,0.48,,,,,,,Y:0.4846555,0.4937452,0.5027498,,,,,,由于是二次插值法,只需要三组XY数据代码如下:#include"
stdafx.h
cherish_CX
·
2016-11-04 19:30
算法
OpenCv实践-FaceRecognizer使用
//#include"
stdafx.h
"#include#include#include#include#includeusingnamespacecv;usingnamespacestd;//读取
dengshizhen
·
2016-11-02 09:49
并行计算—OpenMP—任务调度
//static静态调度#include"
stdafx.h
"#include"omp.h"#includeint_tmain(intargc,_TCHAR*argv[]){#pragmaompparallelforschedule
LY_624
·
2016-10-28 11:14
并行计算
获取设备列表
#include"
stdafx.h
"#include"pcap.h"int_tmain(intargc,_TCHAR*argv[]){pcap_if_t*alldevs;pcap_if_t*d;inti
唯幂KM
·
2016-10-25 15:31
Wpdpack
并行计算—OpenMP—临界区方法求和
#include"
stdafx.h
"#include#include#include#includeint_tmain(intargc,_TCHAR*argv[]){omp_set_num_threads
LY_624
·
2016-10-25 14:52
并行计算
并行计算—使用reduction方法求和
#include"
stdafx.h
"#include#include#include#includeint_tmain(intargc,_TCHAR*argv[]){omp_set_num_threads
LY_624
·
2016-10-25 14:46
并行计算
并行计算—OpenMP—临界区critical
//在临界区寻找正整数数组的最大元素#include"
stdafx.h
"#include"omp.h"#include#includeint_tmain(intargc,_TCHAR*argv[]){intmax
LY_624
·
2016-10-25 13:10
并行计算
并行计算—OpenMP—section指令
//sections和section指令#include"
stdafx.h
"#include"omp.h"#includeint_tmain(intargc,_TCHAR*argv[]){#pragmaompparallelsections
LY_624
·
2016-10-25 12:31
并行计算
C/C++ Windows API——多线程加锁与临界区域
//#include"
stdafx.h
"#include//createMutex#include//预先声明类classNormalArgs;//定义类的成员变量要加名空间(且只能在全局范围定义,不能在类中定义
福州-司马懿
·
2016-10-24 19:27
——
Windows
API
C/C++ Windows API——枚举服务
//#include"
stdafx.h
"#includeintmain(){/*函数建立了一个到服务控制管理器的连接,并打开指定的数据库。
福州-司马懿
·
2016-10-23 17:39
——
Windows
API
基于ADO的MFC与SQL Server连接
第一步:在
stdafx.h
中添加:注意:此处应加在最后一个#include下方,以免编译出错#import"C:\\ProgramFiles\\CommonFiles\\System\\ado\\msado15
Badboyo1
·
2016-10-23 15:53
上一页
67
68
69
70
71
72
73
74
下一页
按字母分类:
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
其他