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
VC++SDK中实现直线(矩形,椭圆等)的移动及直线依附矩形椭圆的移动方法(附:运行效果图)
//#include"
stdafx.h
"#include"areatest.h"#include#define
yiruirui0507
·
2020-08-15 01:47
windows
SDK/MFC
定义在类中的友元函数
#include"
stdafx.h
"#includeusingstd::cout;usingstd::endl;classX{public:X(intt=10):val(t){}//friendvoidfun
yiruirui0507
·
2020-08-15 01:43
c/c++
c/c++
Hook自定义MessageBox
//#include"
stdafx.h
"#include"windows.h"#include#includeusingnamespacestd;//MessageBoxW函数原型//intWINAPIMessageBoxW
人生如白驹过隙
·
2020-08-15 00:14
木马
C++ HOOK 指定进程的指定 API(MessageBoxA 为例)(最简单)
#include"
stdafx.h
(-: LYSM :-)
·
2020-08-14 23:13
C++功能函数
C++ HOOK 全局 API (MessageBox 为例)
//#include"
stdafx.h
"#include"Test_Dll(mfc).h"#ifdef_DEBUG#definenewDEBUG_NEW#e
(-: LYSM :-)
·
2020-08-14 23:43
C++功能函数
字符串中统计单词个数
代码如下:#include"
stdafx.h
"#include#include#include#
Jimmy1224
·
2020-08-14 22:10
STL
删除单链表中指定的节点
#include"
stdafx.h
"#include#include#includeusingnamespacestd;structNode{intpos;Node*pNext;Node(intposition
wangyangkobe
·
2020-08-14 20:52
算法与数据结构
VS代码编译能通过,但是出现红色波浪线的问题
这个问提很奇特:我在这里以使用duilib库时,我的代码中出现红色波浪线的解决办法解决办法:我引用duilib库时,在
stdafx.h
的头文件中引入duilib的头文件,然后usingnamespaceDuiLib
Champion.zhu
·
2020-08-14 20:56
【OpenCV】人脸旋转角度计算
//#include"
stdafx.h
"#include#include#include#include#include#include#include#include//GaussianBlur#include"face_detection.h
Taily老段
·
2020-08-14 16:22
OpenCV
编程语言
简单选择排序
2,简单代码#include"
stdafx.h
"#include#includeusingnamespacestd;voidselectso
dota爱好者
·
2020-08-14 14:38
校招常考算法
将两个有序表合并成一个非递减的有序表算法
2,代码如下:#include"
stdafx.h
"#include#defineMAXSIZE40structSqList{intlist[MAXSIZE+1];intlength;};voidmerge
yychenxie21
·
2020-08-14 14:48
算法与数据结构
VC++实现NAT穿透之NAT类型检测
//#include"
stdafx.h
"#include#include#include#include"winsock2.h"#include".
尹成
·
2020-08-14 14:40
VC++编程技术
VisualC++信息安全编程
vc++
fp
socket
struct
file
网络
【计算机图形学】c++ OpenGL 三维变换(包括平移、旋转和缩放)
//#include"
stdafx.h
"#include#includeusingnamespacestd;voidinit(void){glClearColor(0.0,0.0,0.0,0.0);//
Arana--
·
2020-08-14 14:59
计算机图形学
c++
图形学
opengl
c++
c++ 打开网络共享路径
#include"
stdafx.h
"#include#include#include#include#pragmacomment(lib,"Mpr.lib")int_tmain(intargc,TCHAR
venice0708
·
2020-08-14 14:50
新版ffmpeg PCM编码到AAC,swr_convert转换采样精度,稍微修改兼容PCM编码为G711A及MP3,记录下。
#include"
stdafx.h
"#include#includeusingnamespacestd;extern"C"{#include"libavformat/avformat.h"#include"libavutil
venice0708
·
2020-08-14 14:49
程序员面试100题(算法)之输入n个整数,输出其中最小的k个
//程序员面试100题(算法)之输入n个整数,输出其中最小的k个#include"
stdafx.h
"#include#include#includeusingnamespacestd;voidfindKLeastNumbers
XQ
·
2020-08-14 14:23
程序员面试
opencv像素转换
参考代码#include"
stdafx.h
"#include#include#includeusingnamespacecv;usingnamespacestd;intmain(intargc,char
ghang35
·
2020-08-14 14:59
opencv
数据结构学习笔记(4)二叉树的创建和中序遍历输出节点数据的c++实现
//#include"
stdafx.h
"#include"type.h"#include"stack.h"usingnamespacestd;templateclassBinode{public:TElemType
qq_28224015
·
2020-08-14 13:18
数据结构
数据结构
二叉树
c
数据结构学习笔记(3)串的插入的c++实现
//#include"
stdafx.h
"#include"type.h"#include#include#includeusingnamespacestd;classHString{public:HStr
qq_28224015
·
2020-08-14 13:47
数据结构
pcm数据采样率8k转为16k
#include"
stdafx.h
"#include#includeusingnamespacestd;voidResample16K(short*pInAudioData,intnInAudioLen
那年晴天
·
2020-08-14 13:19
window编程
快速用VLC的SDK开发RTSP流教程
#include"
stdafx.h
"#include#include#include"i
雪天飞山狐狸
·
2020-08-14 13:04
【流媒体】
开发基于ATL窗口应用的步骤
第一个基于ATL窗口的程序1.首先创建一个基于Win32的程序,然后按照如下步骤进行2.手工添加ATL支持:在
StdAfx.h
里面添加如下头文件包含#includeexternCComModule_Module
SammyLan
·
2020-08-14 13:19
数据库编程笔录之四
这里我提供一些宏定义,大家只要在
stdafx.h
或者其它需要使用这些宏的地方插入这些语句,就可以很轻松的获取数据库中的数据了。与数据库是何种类型没有关系。
快乐鹦鹉
·
2020-08-14 13:51
数据库
CPP结构体构造函数初始化附图
#include“
stdafx.h
”structSDate{intnYear;intnMonth;intnDay;int*day;SDate(){nYear=0;nMonth=0;nDay=0;//day
weixin_43769045
·
2020-08-14 12:34
CPP
C++结构体
二、使用结构体2.1结构声明、赋值、调用#include"
stdafx.h
"#includestructperson{charname
-Ryan
·
2020-08-14 11:51
C++
c++获取http返回的json数据
//头文件#include"
stdafx.h
"#include#include#include#include#include#defineMAXSIZE1024#pragmacomment(lib,"
chuanyu
·
2020-08-14 09:58
c++基础
结构体的声明与定义分离
最近看到一种比较新颖的写法——结构体在头文件中声明,源文件中定义A.htypedefstructContextContext;A.cpp#include"
stdafx.h
"#include"A.h"structContext
weixin_30502157
·
2020-08-14 09:05
一个简单的使用Pipe和thread的例子
目的很简单,仅仅是使用createprocess创建cmd并使用pipe和其进行通信,双向管道,既能写入消息又能得到回复的信息#include"
stdafx.h
"#include"windows.h"#
每天看一遍,防止恋爱&&堕落
·
2020-08-14 08:46
在第一个字符串中删除在第二个字符串中出现的所有字符
代码如下:#include"
stdafx.h
"#include"iostream"usingname
尼罗河子路
·
2020-08-14 08:02
算法
C 数据结构与算法 散列表
www.nowamagic.net/academy/detail/3008010这是一个系列的教程全部看完就差不多有个概念了但是还是不敢说全懂资质比较愚钝,木办法下面的是实验代码个人敲了一遍理解了一些//#include "
stdafx.h
weixin_34037173
·
2020-08-14 08:44
图——普里姆算法——构建最小生成树(采用邻接矩阵的方式存储)
include"
stdafx.h
"#include#include#include#include#include#include#include#include#include#include#includeusingnamespacestd
weixin_30418341
·
2020-08-14 08:11
迪杰斯特拉算法与弗洛伊德算法
//#include"
stdafx.h
"#includeusingnamespacestd;#pragmacomment(linker,"/STACK:10000000")//扩大栈的大小,默认栈的大小为
YY简直太屌了
·
2020-08-14 07:05
随笔
普利姆算法——c
//陈鹏#include"
stdafx.h
"#include"stdio.h"#defineMAX1000intarr[9][9]={{0,10,MAX,MAX,MAX,11,MAX,MAX,MAX},
_shutter_
·
2020-08-14 07:40
数据结构
拓扑排序求关键路径
#include"
stdafx.h
"#include#include#include#include#includeusingnamespacestd;constintmaxn=100;constintinf
qq_30339595
·
2020-08-14 07:40
图论
【编程小练习】学生成绩简单统计
//#include"
stdafx.h
"#inclu
爱编程的郭小虾要减肥
·
2020-08-14 07:23
编程学习
c语言
ffmpeg+sdl教程----编写一个简单的播放器2(输出视频到屏幕)
#include"
stdafx.h
"#include"libavformat/avformat.h
汇聚的波浪
·
2020-08-14 07:30
音视频
循环单链表的结构和定义
#include"
stdafx.h
"#includeusingnamespacestd;#includeenumStatus{OK,ERROR};typedefintElemType;typedefstructLnode
乐由心起
·
2020-08-14 07:24
数据结构
使用共享任务结构并行计算π的OpenMP代码段
#include"
stdafx.h
"#include#include#includeusingnamespacestd;staticlongnum_steps=100000;#defineNUM_THREADS2voidmain
algzjh
·
2020-08-14 06:12
#
并行计算
二叉排序树
#include"
stdafx.h
"typedefintdatatype;constintarr_len=9;//假设数组长度为9structnode{datatypedata;node*lchild,
被遗忘的那片天空
·
2020-08-14 06:03
初学数据结构
0-1背包问题(回溯法)
下面是所有代码:#include"
stdafx.h
"#includeusingnamespacestd;floatbestP=0;floatcp=0;floatcw=0;voidBackTrack(inti
被遗忘的那片天空
·
2020-08-14 06:03
初学数据结构
回溯法
0-1背包问题
广义表
#include"
stdafx.h
"#includeusingnamespacestd;typedefstructlnode{inttag;union{chardata;structlnode*sublist
被遗忘的那片天空
·
2020-08-14 06:03
初学数据结构
哈希表的基本运算(链表实现)
#include"
stdafx.h
"typedefintKeyType;constintNUM=10;//0-9下表的数组用来存放不同索引值#includestructHashTable{KeyTypekey
被遗忘的那片天空
·
2020-08-14 06:03
初学数据结构
c++队列
#include"
stdafx.h
"#includeusingnamespacestd;/
神秘的少年
·
2020-08-14 06:02
八数码问题——双向广度优先搜索解决
//#include"
stdafx.h
"
zbxzc
·
2020-08-14 06:51
数据结构与算法
循环队列的链表实现
//#include"
stdafx.h
"#includeusingnamespacestd;structd_Queue{d_Queue*next,*prior;intdata;};d_Queue*initQueue
被遗忘的那片天空
·
2020-08-14 06:33
初学数据结构
error LNK2005, already defined?
Ihave2filesA.cppandB.cppfilesinaproject"Win32ConsoleApplication".Both2fileshaveonly2linesfollowingcode:#include"
stdafx.h
"intk
HumanCoding
·
2020-08-14 05:31
C++编程
64位系统指针占用字节数
//#include“
stdafx.h
”intiGlobal;//全局intGetValue(){intintGlobal=99;//局部return1;}intmain(){iGlobal=2018;
ninja59k
·
2020-08-14 04:49
C++
MFC-自绘控件(CButton篇)
示例图一、公共文件部分头文件#pragmaonce#include"
stdafx.h
"#include#include"gdiplus.h"#pragmacomment(lib,"gdiplus.lib
暗黑程序员
·
2020-08-14 04:30
CC++
基于GDI图片压缩算法
基于GDI图片压缩算法头文件#include"
stdafx.h
"#include#include#pragmacomment(lib,"GdiPlus.lib")usingnamespaceGdiplus
雨田哥
·
2020-08-14 03:52
c++
Visual Studio 11开发指南(15)C++11单元测试
#include"
stdafx.h
"2.
iteye_11687
·
2020-08-14 03:45
测试
c/c++
上一页
24
25
26
27
28
29
30
31
下一页
按字母分类:
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
其他