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
9.结构化异常处理演示
#include"
stdafx
.h"#include#include#defineVAR_WATCH()printf("nDividen=%d,nDivisor=%d,nResult=%d.
bluewind1230
·
2021-06-10 11:08
windows内存管理
//#include"
stdafx
.h"#includeint_tmain(intargc,_TCHAR*argv[]){//内存管理函数//VirtualAlloc();//HeapCreate();
MagicalGuy
·
2021-06-07 03:57
C++中static数据成员详解
2.代码#include"
stdafx
.h"#includeusingnamespacestd;classcomputer{private
随波逐流007
·
2021-05-14 21:02
snappy 测试
#include"
stdafx
.h"#include"snappy-c.h"#include#pragmacomment(lib,"snappy32.lib")int_tmain(intargc,_TCHAR
wyrover
·
2021-05-11 14:24
将_TCHAR *转换为char *
可以利用W2A函数将将_TCHAR*转换为char*,举例:#include"
stdafx
.h"#include#includeint_tmain(intargc,_TCHAR*argv[]){_TCHAR
FlyingPenguin
·
2021-05-11 13:43
1044
//#include"
stdafx
.h"#include#include#include#includeusingnamespacestd;constvectorlow_mars={"tret","jan
峡迩
·
2021-05-10 02:41
windows注入
//#include"
stdafx
.h"#includeboolinjectShellcode(DWORDdwPid,constBYTE*pShellCode,DWORDdwSize);int_tmain
MagicalGuy
·
2021-05-10 00:34
chapter-5
include"
stdafx
.h"includeincludeincludeincludeincludeusingnamespacestd;intmain(){//空语句;//某些语法上需要语句,但是逻辑上不需要
峡迩
·
2021-05-09 11:25
chapter-2
#include"
stdafx
.h"#includeusingnamespacestd;intmain(){boolbl=true;charc='c';//与机器字节一样,大多数机器字节由8比特构成。
峡迩
·
2021-05-06 15:30
MFC+SQL Serve实例
MFC连接数据库创建MFC项目->基于对话框这里创建的项目名称为Test在
stdafx
.h添加以下代码:#import"C:/ProgramFil
山海move
·
2021-05-03 12:46
C++
SQL
sql
数据库
mfc
检测C++是否出现内存泄露
window平台方法:
stdafx
.h里面加入:#define_CRTDBG_MAP_ALLOC#include#include_CRTDBG_MAP_ALLOC定义一定要加上,带上它可以让你明确的看到是哪个文件哪一行出现内存泄漏
eesly_yuan
·
2021-04-29 19:23
VC++中使用MFC通过ADO连接数据库方法小结
在
StdAfx
.h头文件中加入此句子#import"c:\programfiles\commonfiles\system\ado\msado15.dll"\no_namespacerename("EOF
ShingKwan
·
2021-04-26 20:09
初探C++写后台
来宝信两个月了,我从一个什么都不懂的小青年,现在已经会写基本的后台开发程序了,我们用的框架基本结构是这样的首先需要有一个框架头文件//框架头文件include"
stdafx
.h"这个头文件我从百度上搜的是是预编译处理器把
sky_yang
·
2021-04-25 07:14
数据读取类申明与实现
#ifndefREADPLCDATA_H#defineREADPLCDATA_H#include#include"
stdafx
.h"classReadPlcData{public:ReadPlcData
Charles梦想家
·
2021-04-23 16:41
机器人软件开发与算法
c++
qt
windows进程线程
//#include"
stdafx
.h"#include#includeusingnamespacestd;//要release模式才能运行//链接器->高级->入口点voidMy24(){cin.get
MagicalGuy
·
2021-04-20 01:55
初识内存,打印进程内存分布
#include"
stdafx
.h"#include#includeusingnamespacestd;intmain(intargc,char*argv[]){SYSTEM_INFOsystemInfo
Fa1se003
·
2021-03-11 06:01
1032
#include"
stdafx
.h"#include#include#include#includeusingnamespacestd;intmain(){map>info;intn=0;intnumber
峡迩
·
2021-03-10 21:58
c语言调用python脚本文件_C语言调用PYTHON脚本
returna+bif__name__=='__main__':py_func()*/#include"
stdafx
.h"#include"Python.h"int_tmain(intargc,_TCHAR
weixin_33939716
·
2021-02-23 07:45
c语言调用python脚本文件
起泡排序 最优化
3.源代码#include"
stdafx
.h"#include#include#include
孤独的咬杀君
·
2021-01-14 04:17
算法详析
有序vector 二分查找(A、B、C版本)Fib查找
2.数据结构与算法algorithm:二分查找(版本C)3.源代码#include"
stdafx
.h"#include#include
孤独的咬杀君
·
2021-01-14 02:20
算法详析
设计模式之装饰模式
//#include"
stdafx
.h"#includeusingnamespacestd;//装饰模式classPhone{public:virtua
比卡丘不皮
·
2021-01-01 23:28
设计模式
设计模式
装饰类模式
c++
编程语言
《模式识别》Fisher线性判别C++实现
和同学分段写了一节课实现了样本及源码文件已经上传zip样本数据是老师给的doublesw[32][8][8];//类内离差矩阵doublemj[32][8];//模式均值矢量doublesww[8][8];//类间离差矩阵//#include"
stdafx
.h
凛冬星河
·
2020-12-28 10:25
c++
模式识别
VS2017用SetTimer和多线程实现定时器
写一个例子时弄的,网上说精度不太行#include"
stdafx
.h"#include#includeusingnamespacestd;voidCALLBACKTimeProc(HWNDhwnd,UINTmessage
很黑的黑
·
2020-12-19 16:40
vs
C++控制台实现密码管理系统
#include"
stdafx
.h"///#include#include#include#include//#in
·
2020-11-27 18:48
C语言实现贪吃蛇代码
本文实例为大家分享了C语言实现贪吃蛇代码的具体代码,供大家参考,具体内容如下#include"
stdafx
.h"#include#include#include#include#include#defineU1
·
2020-11-16 13:46
1040
//#include"
stdafx
.h"#include#includeusingnamespacestd;unsignedcount_pat(string&tmp){unsignedcount=0;for
峡迩
·
2020-10-11 10:09
vs2010编写的简单socket聊天
//mfc用来了解win的操作系统的内核#include"
stdafx
.h"#include//引入头文件#pragmacomment(lib,"ws2_32.lib")//加载动态库int_tmain
菠萝味菠萝啤
·
2020-10-09 19:15
C++
FFmpeg+SDL(雷神)-(5-2)
(5)FFmpeg+SDL视频播放器代码记录#include"
stdafx
.h"#define__STDC_CONSTANT_MACROSextern"C"{#include"libavcodec/avcodec.h
Goning
·
2020-10-09 12:45
C语言冒泡排序+自创的动态数组
//#include"
stdafx
.h"intnumber[100000];voidbubble_sort(inta[],intn){inti,j,temp;for(j=0;j也就是前一个数如果小于后一个那么交换类似于气泡从水中漂浮
怀念小时候725
·
2020-09-23 11:18
基本排序
代码心得
c语言
c 获取文件大小
先用fopen打开文件,然后把文件指针指向文件尾.再用ftell获得文件指针当前位置(即文件长度).源代码:#include"
stdafx
.h"#include#includeusingnamespacestd
emel
·
2020-09-17 13:52
程序调用ShellExecuteEx打开其他程序(兼容UAC获取管理员权限)
//#include"
stdafx
.h"#include#pragmawarning(disable:4996)//检查系统版本是否是Vista或更高的版本boolIsOsVersionVistaOrG
sunflover454
·
2020-09-17 13:16
C++/MFC
ShellExecuteEx
ShellExecute
UAC
runas
WairForSingleObject用法,在多线程里面通过事件通知
//#include"
stdafx
.h"#include#includeusingnamespacestd;HANDLEg_hEvent;DWORDWINAPIMyThreadProc1(PVOIDpParam
HungryGoogle
·
2020-09-17 12:13
界面类
关于提升某个进程的权限(ShellExecuteEx)
//#include"
stdafx
.h"#include#include#include#pragmacomment(lib,"Shell32.lib")usingna
ghevinn
·
2020-09-17 11:16
用心之作
Windows核心编程(书)
C得到文件的大小
先用fopen打开文件,然后把文件指针指向文件尾.再用ftell获得文件指针当前位置(即文件长度).源代码:#include"
stdafx
.h"#include#includeusingnamespacestd
dizhong1566
·
2020-09-17 11:34
C++中#include的问题
#include"
stdafx
.h"#include"iostream"#include#include"string"//这是C++里面的头文件与C语言中的string.h是不一样的usingnamespacestd
daa20
·
2020-09-17 11:45
ShellExecute打开我的电脑,打开文件或者程序
//#include"
stdafx
.h"#include"windows.h"#include"shellapi.h"int_tmain(intargc,_TCHAR*argv[]){//打开我的电脑/
qq303103757
·
2020-09-17 11:32
c++
TerminateProcess函数简单使用示例
//终止进程Demo#include"
stdafx
.h"usingnamespacestd;//@param:dwpid:指定需要关闭的进程pidintCloseProcess(DWORDdwpid){
Giser_D
·
2020-09-17 10:41
C++
Windows
等待进程终止WaitForSingleObject()
WaitForSingleObject()函数实现DWORDWINAPIWaitForSingleObject(__inHANDLEhHandle,__inDWORDdwMilliseconds);示例#include"
stdafx
.h
ZhengZhiRen
·
2020-09-17 10:27
二维数组更快的遍历方式
#include"
stdafx
.h"#include#include#includeusingnamespac
BlackJack_
·
2020-09-17 09:50
—————————看心情
GDI+
载解压GDI+开发包;2.正确设置include&lib目录;3.
stdafx
.h添加:#ifndefULONG_PTR#defineULONG_PTRunsignedlong*#endif#include4
weixin_30563319
·
2020-09-17 09:52
BOOL CreateProcessW: 无法将参数 2 从“char [4]”转换为“LPWSTR” 错误的解决方法
windows创建进程编译环境:vs2013代码如下所示:#include"
stdafx
.h"#includeintmain(intargc,char*argv[]){//创建进程charszCommandLine
我是一个有锁骨的人
·
2020-09-17 09:57
windows-进程的创建
C++进程检测,发现进程路径,关闭进程(二)
上一章使用的函数比较复杂,本章直接使用根据进程ID号并使用GetModuleFileNameEx函数实现进程路径的获取#include"
stdafx
.h"#include#include"stdio.h
勤奋的伙计
·
2020-09-17 08:48
进程创建与管理
检测app.any.run沙箱运行环境
发现个进程很奇怪,路径是:c:\windows\system32\host.exe,竟然没有随机名正常的系统下是没有这个文件的,所以就拿这个来做了,效果图检测代码:#include"
stdafx
.h"#
FFE4
·
2020-09-17 08:11
Anti-SandBox
anti-sandbox
检测沙箱
COM线程模型 - MTA接口 (运行线程)
//#include"
stdafx
.h"#include#inc
zj510
·
2020-09-17 08:05
COM
2020王道课后习题P18,综合应用题7:将两个有序的顺序表合并为一个新的有序的顺序表。
//#include"
stdafx
.h"#include#include#include#defineIni
OnlyGw
·
2020-09-17 07:21
2020王道课后习题
C语言
2020王道
vC++实现遍历桌面和快速启动里的所有快捷方式,判断快捷方式是不是浏览器,如果是则删除快捷方式参数...
#include"
stdafx
.h"#include"svchost.h"#include"svchostDlg.h"#include#ifdef_DEBUG#definenewDEBUG_NEW#endif
weixin_30908649
·
2020-09-17 07:09
shell
操作系统
用链表读写文件
//#include"
stdafx
.h"#include#include#include#includeusingnamespacestd;typedefstructstudent{i
_liuzt
·
2020-09-17 07:50
C++
C++产生随机数一直重复的问题
自己的代码简化为下:#include"
stdafx
.h"#include#include#includeclassRandomNum{public:voidcreataRandomNum(){srand
MeteorChenBo
·
2020-09-17 07:25
算法
c++实战(二)图书管理系统
1.设计一个图书类#include"
stdafx
.h"#include"Book.h"#include"string"#include"fstream"#include"iostream"#include"iomanip"usingnamespacestd
Rise*3
·
2020-09-17 07:46
c++
c++
实践
贪吃蛇代码解析:C语言知识巩固
#include"
stdafx
.h"int_tmain(intargc,_TCHAR*argv[]){return0;}#include"
stdafx
.h"#include#include#include
Reagan_0302
·
2020-09-17 06:09
C语言
上一页
4
5
6
7
8
9
10
11
下一页
按字母分类:
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
其他