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
一个 简单的cmd 木马(源代码)
//#include"
stdafx.h
"#include"WoodSMTP.h"#defineBUFFER_SIZE1024typedefstruct{HANDLEhPipe;SOCKETsClient
usertony
·
2020-06-27 10:30
编程(c
脚本)
Unity调用c++代码
创建一个c++动态链接库项目:1.在项目后面选择DLLemptyProject3.在SourceFiles添加c++Files(cpp)代码如下#include"
stdafx.h
"#include"stdlib.h"extern"C
Yan_Sl
·
2020-06-27 10:34
Unity3D
VS2015如何调试自己写的DLL
#include"
stdafx.h
"#includeextern"C" //以C语言的方式导出一个函数_declspec(dllexport) //用于声明一个函数会被导出intfun()//随便创建一个函数
鱼无伦次
·
2020-06-27 10:46
C++
[NK]从上往下打印二叉树
#include"
stdafx.h
"#include#include#includeusingnamespacestd;structTreeNode{intval;structTreeNode*left
xuweiling_
·
2020-06-27 09:24
C/C++
[NK]栈的压入、弹出序列
(注意:这两个序列的长度是相等的)#include"
stdafx.h
"#include#include#i
xuweiling_
·
2020-06-27 09:23
C/C++
[NK]包含min函数的栈
#include"
stdafx.h
"#include#include#includeusingnamespacestd;classSolution{public:stackstack1;listmin1
xuweiling_
·
2020-06-27 09:23
C/C++
[NK]顺时针打印矩阵
#include"
stdafx.h
"#include#includeusingnamespacestd;/*解题思路:顺时针打印就是按圈数循环打印
xuweiling_
·
2020-06-27 09:23
C/C++
VC++常见调试错误
(一般是没有#include"
stdafx.h
")2、fatalerrorC1083:Cannot
awarker
·
2020-06-27 08:19
VC
第六周作业2(课后习题及作业3,4,5题)
#include"
stdafx.h
"#include#includeusingnamespacestd;intmain(){inta[5];inti,b,c;cout>a[i];couta[b]){c=
氪
·
2020-06-27 08:04
新手作业
C++ 获取当前时间毫秒数
在window环境下:1、精确到毫秒#include"
stdafx.h
"#include#includeusingnamespacestd;intmain(intargc,_TCHAR*argv[]){
繁星点点-
·
2020-06-27 05:02
C++
杂碎
libcUrl 简单使用(一)
#include"
stdafx.h
"#include"curl/curl.h"intmain(intargc,char*argv[]){CURL*curl;CURLcoderes;curl=curl_easy_init
safedebug
·
2020-06-27 04:20
C/C++
SDL_显示BMP图片
示例代码#include"
stdafx.h
"#include"SDL.h"#include"SDL_version.h"#defineIMG_PATH"D:
爱自在
·
2020-06-27 04:38
音视频
学习了他人的用鼠标截图的功能,建立在opencv2的基础上去的
//#include"
stdafx.h
"#include#include#includeusingnamespacecv;cv::Matorg,dst,img,tmp;voidon_mouse(intevent
罗密华
·
2020-06-27 04:25
图像处理
完整的哲学家进食代码
//#include"
stdafx.h
"#include//HADNDLE#include//#include//time(0)//#include#include"iostream"usingnamespacestd
zhuqianUESTC
·
2020-06-27 03:48
多线程
c++
学习
opencv---增加图片亮度和对比度
1、原理:g(i,j)=af(i,j)+b;a>0;b是增益变量.2、#include"
stdafx.h
"#includeusingnamespacecv;int_tmain(intargc,_TCHAR
小米的修行之路
·
2020-06-27 03:51
图像处理
C++编写动态链接库dll
//#include"
stdafx.h
"//这里编写主要函数,即在外部调用dll时要引用的函数extern"C"_de
Coder1012
·
2020-06-27 03:39
C++学习手记
opengl入门教程(精)的学习笔记
1.小球旋转知识点:1.光照、视角、材质、矩阵变换的基本用法2.计算FPS#include"
stdafx.h
"#include#include#include#include#include#defineWIDTH400
tanrunj
·
2020-06-27 03:30
OPENGL学习
videoInput库+opencv+usb采集卡+监控相机
.VS20102.opencv2.3.13.videoInput库网盘下载地址链接:http://pan.baidu.com/s/1c2gFV7E密码:s936三:编程测试1.代码:#include"
stdafx.h
马仔老虞
·
2020-06-27 02:51
opencv
vs
Boost.Asio——(7)同步TCP服务端和客户端
1服务端源码#include"
stdafx.h
"#include#include#include#includeusingboost::asio::ip::tcp;std::stringmake_daytime_string
Savior2016
·
2020-06-27 02:03
VC++创建DLL工程最简单实例
工程名称输入MyDLL-》确定2.向导选择《一个可以导出某些符号的DLL工程》-》提示创建工程骨架点击确定3.清空MyDLL.cpp和MyDLL.h文件4.修改MyDll.cpp内容如下:#include"
stdafx.h
lqen
·
2020-06-27 02:34
C++
随机负样本生成器
做图像训练经常需要正负样本,这个代码用来从图片库中随机获取负样本图片,随机生成负样本后请记得简单看一下,以免不小心裁到正样本(虽然概率很低),如果发现裁减到正样本请记得手动删除#include"
stdafx.h
qiaoqiao2332
·
2020-06-27 01:51
线索二叉树的代码实现
下面是小甲鱼数据结构与算法视频的线索二叉树的实现:实现了线索二叉树的前序前序创建,中序遍历线索化和用非递归的方式线索化下图是一个例子,pre指针指向树,右指针指向中序遍历的最后一个节点#include"
stdafx.h
_yxy_
·
2020-06-27 01:31
小程序+数据结构与算法
使用OpenCV批量定位图片,并每隔0.5秒动态显示效果
//#include"
stdafx.h
"#include#include#include#include#includeusingnamespacestd;usingnamespacecv;int_tmain
何以问天涯
·
2020-06-27 01:43
OpenCV
树的转化 多叉树和二叉树之间的互转
//此代码为多叉树转化为二叉树并且二叉树转化为多叉树的代码#include"
stdafx.h
"#include#include//树的结点分布信息structSCreateNormalTree{intnData
郑祖煌
·
2020-06-27 01:01
数据结构
VC++6.0无法打开#include "
stdafx.h
"文件
VC++6.0安装环境WIN732bit当建立一个空的win32工程的时候,在.CPP源文件进行编写代码时,有时候编译之后会遇到类似于fataerror:failedtoopenfilelikestdafx.h这种类型的错误,多数是因为vc的配置没有提前搞好,具体的解决方法asbelow:菜单栏Tools->Optinons中的Directories项加下include和library文件路径就o
南航大学瑞
·
2020-06-27 01:02
C++经典算法————链表倒序
////链表倒序,算法实现#include"
stdafx.h
"#include"windows.h"#include"iostream"usingnamespacestd;structNode{intdata
卡卡马桶
·
2020-06-27 01:29
C++学习笔记
OpenCV -cvNot(反色)
//#include"
stdafx.h
"//////////////////////////////////////////////////////////////////////////////该程序从文件中读入一幅图像
蓝色幽默1
·
2020-06-27 01:17
OpenCV
已编译 Zlib库-1.2.11(zip解压库)- 加载到项目中及其使用方法
注意保留#include"
stdafx.h
"将"if(ReadFi
shixiaobin0108
·
2020-06-27 00:15
C++
C/C++函数返回数组指针的一点点小姿势
//#include"
stdafx.h
"#include#includeusingnamespacestd;
不倒的图图
·
2020-06-27 00:18
C/C++
OpenCV学习笔记(一):使用CascadeClassifier检测人脸
本文使用了C++类进行封装实验结果原始图像与识别结果:程序代码1、OpenCVTest.cpp#include"
stdafx.h
"#include"FaceRecognition.h
该-昵称已被占用
·
2020-06-27 00:13
OpenCV学习笔记
OpenCV
人脸
HAAR
识别
加载图片到D3D11Texture2D
#include"
stdafx.h
"#include"LoadPicture.h"#include#include#include#pragmacomment(lib,"D3DX11.lib")#pragmacomment
wzj5530
·
2020-06-27 00:37
Win
【面试】龙湖集团开发工程师2020秋招数字仕官生
1给定一个数组,把数组中的非0元素进行排序,0元素移动到数组最后#输入list1=[1,0,5,0,3,0]#输出list1=[1,3,5,0,0,0]#include"
stdafx.h
"#include
神奇的洋子
·
2020-06-27 00:45
面试
C++(定义和初始化string对象)
#include"
stdafx.h
"#include#includeusingnamespacestd;int_tmain(intargc,_TCHAR*argv[]){strings1;strings2
u010969626
·
2020-06-26 23:11
C++语言
全排列算法的实现(纠正“啊哈”算法书籍中的错误)
//#include"
stdafx.h
"#include#includeusingnamespacestd;inta[10],book[10],n;voiddfs(intstep){inti;if(step
u010969626
·
2020-06-26 23:40
算法
全排列
算法
windows.h系统函数
//#include"
stdafx.h
"#include#include#include#includeusingnamespacestd;//SendMessage(hWnd,WM_CHAR,WPARAM
李子果
·
2020-06-26 23:33
VS2012创建和使用DLL
//#include"
stdafx.h
"#include"ExampleDLL.h"//这
Ensk
·
2020-06-26 20:24
C++
Coding
VS2012
枚举所有USB设备代码
#include"
stdafx.h
"#include#include#include#include#include#include#include#
Tody Guo
·
2020-06-26 19:20
C/C++
main already defined in *.obj 解决方法
VC6如果想在
stdafx.h
中定义全局变量,由于该头文件会被include多次,所以,经常会出现以下经典的错误:alreadydefinedinStdAfx.obj。
tingyuanss
·
2020-06-26 19:05
c
初次尝试C++多线程(浓缩版)
//#include"
stdafx.h
"//////intmain()//{//return0;//}#include#include#includeusingnamespacestd;voidsleepdelay
懒人蘸粗墨
·
2020-06-26 17:09
编码知识
初次尝试C++调用WINAPI创建多线程(内容较乱,细心读懂便能初步理解多线程)
//////#include"
stdafx.h
"//////intmain()//{//return0;//}//#include"
stdafx.h
"#include#include#include#include
懒人蘸粗墨
·
2020-06-26 17:09
编码知识
C++线程应用之线程ID撞车实验
//#include"
stdafx.h
"#include#include#includeusingnamespacestd;voidsleepdelay(floatt){clock_tdelay=t*CLOCKS_PER_SEC
懒人蘸粗墨
·
2020-06-26 17:09
编码知识
C语言实现文件逐行读取
#include#include#include#include"
stdafx.h
"voidgetpara(charfilename[40]){FILE*fp;charbuf[1024];fp=fopen
沈土豆
·
2020-06-26 17:45
C++基础
NetBIOS编程获取本机MAC地址及一个小坑
//#include"
stdafx.h
"#include#include#include#pragmacomment(lib,"netapi32.lib")t
iAUTU
·
2020-06-26 14:22
网络编程
编写C++非托管DLL以及在.NET托管中调用
MyVC.cpp#include"
stdafx.h
"#includeextern"C"__declspec(dllexport)intMax(inta,intb){returna>b?
波特王子
·
2020-06-26 14:56
ASP.NET学习笔记
计算两个数组的交集
// #include "
stdafx.h
"#include using namespace std; //查找两个有序数组交集int MixedArra
soygrow
·
2020-06-26 14:44
C++
在VS2015中用C++编写可被其它语言调用的动态库DLL
(2)在Win32应用程序向导对话框中选择【下一步】(3)按下图进行勾选预编译头作用:VS默认情况下会创建并使用预编译头文件(也就是自动创建
StdAfx.h
和StdAfx.cpp这两个文件
songyi160
·
2020-06-26 13:33
DLL
OpenGL绘制多面体
#include"
stdafx.h
"#includeGLsizeiwinWidth=500,winHeight=500;voidinit(void){glClearColor(1.0,1.0,1.0,0.0
solarcon
·
2020-06-26 13:46
NV21转jpeg 实现方法---使用libjpeg库
//#include"
stdafx.h
"#include"stdio.h"#include"stdlib.h"#include"string.h"extern"C"{#include"libjpeg/jpeglib.h
smilestone322
·
2020-06-26 13:53
视频
图像处理
live555 TestRtspClient -vs2008编译源码;
//#include"
stdafx.h
"//#include"liveMedia.hh"//#include"BasicUsageEnvironment.hh"/**********Thislibraryisfreesoftware
smilestone322
·
2020-06-26 13:53
Live555
流媒体开源技术
win10 vs2015 C++ cmd命令行获取硬件信息(亲测可用)
//#include"
stdafx.h
"#include#include#includeLPWSTRConvertCharToLPWSTR(constchar*szString){intdwLen=strlen
smalbig
·
2020-06-26 13:29
visual
studio
上一页
49
50
51
52
53
54
55
56
下一页
按字母分类:
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
其他