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
1062
//#include"
stdafx.h
"#include#include#include#includeusingnamespacestd;doubleget_value(string&s){if(s.find
峡迩
·
2019-11-29 07:15
C++ Socket C/S ,实现客户端、服务器端断开重连
//#include"
stdafx.h
"#include#include#include#include#include#pragmacomment(lib,"Ws2_32.lib")usingnamespacestd
chjxidian
·
2019-11-28 09:48
第一个窗口程序
//#include"
stdafx.h
"#include#includeLRESULTCALLBACKWindowProc(HWNDhwnd,UINTuMsg,WPARAMwParam,LPARAMlParam
Fa1se003
·
2019-11-08 18:20
1052
//#include"
stdafx.h
"#include#include#include#includeusingnamespacestd;usingnamespacestd::regex_constants
峡迩
·
2019-11-04 23:13
1028
#include"
stdafx.h
"#include#include#include#include#include#include#include#include#includeclassPat_Input
峡迩
·
2019-11-04 16:43
chapter-7
//#include"
stdafx.h
"#include#include#includeusingnamespacestd;classSales_data//第一个访问说明符之前的成员属性由class和
峡迩
·
2019-11-03 09:39
Microsoft Speech 语音识别
1.环境 MicrosoftSpeechSDK11(语音识别SDK)点这里2.语音识别MKSpeech.h#pragmaonce#include#include#include#include"
stdafx.h
"classMKSpeech
Mark_
·
2019-10-31 19:19
课后编程题(2章)
本章总结题目预览:题目解答#include"
stdafx.h
"#includeusingnamespacestd;int_tmain(intargc,_TCHAR*argv[]){cout34usingnamespacestd
大尾巴贝贝
·
2019-10-26 11:00
c++生成不重复的随机整数
#include"
stdafx.h
"#include#include#include#include#includeusingnamespacestd;int_tmain(intargc,_TCHAR*
JSON_ZJS
·
2019-10-17 15:34
C++
类中友元函数的应用
类中友元函数则是为了访问私有变量,如类B需要访问类A中的私有变量,则代码如下:exampleone:#include"
stdafx.h
"#includeusingnamespacestd;classB;
tangjunjun
·
2019-10-15 11:00
类中静态成员函数的使用
类中静态成员函数一般对静态成员调用,而要调用其非静态成员时,则类似于函数形参引用类一样(然其有一种情形,即不建立类对象,亦可引用静态成员函数,如:STATIC_A::disp();),其代码如下:#include"
stdafx.h
tangjunjun
·
2019-10-15 11:00
类的静态类型处理
类的静态类型处理,可以避免全局变量使用.......请看如下代码:#include"
stdafx.h
"#includeusingnamespacestd;classSTATIC_A{public:STATIC_A
tangjunjun
·
2019-10-15 11:00
类的简单嵌套
此代码将类A简单嵌套类B中,其代码如下:#include"
stdafx.h
"#includeusingnamespacestd;classA{public:A(){English=100;};~A(){
tangjunjun
·
2019-10-15 11:00
[笔记] 二级指针(pointer to pointer)
//1.pointertopointer.cpp#include"
stdafx.h
"#includeint_tmain(intargc,_TCHAR*argv[]){intn=0x88;int*pn=NULL
Ack麦子
·
2019-10-09 16:00
[笔记] 二级指针(pointer to pointer)
//1.pointertopointer.cpp#include"
stdafx.h
"#includeint_tmain(intargc,_TCHAR*argv[]){intn=0x88;int*pn=NULL
Ack麦子
·
2019-10-09 16:00
008 浅拷贝与深拷贝
深拷贝1目的:编译器对类操作堆数据不完善,需要自己编写二浅拷贝#include"
stdafx.h
"#includeusingnamespacestd;classCTest{public:
汁虫
·
2019-10-03 22:00
007 operator
/*目录:一CComplex类内二CComplex类外三仿写std::cin和std::cout*/结构体对各种符号操作的重写设计,目的是扩展结构体/类的操作一CComplex类内#include"
stdafx.h
汁虫
·
2019-10-03 11:00
004 list::sort
#include"
stdafx.h
"#include#includeusingnamespacestd;typedefstructSStud{intnNumb;charszName[20];doublefMath
汁虫
·
2019-10-02 00:00
x32下的DLL隐藏
#include"
stdafx.h
"#include#includetypedefstruct_UNICODE_STRING{USHORTLength;USHORTMaximu
iBinary
·
2019-09-30 17:00
【数据结构与算法】学习笔记-《算法笔记》-11【贪心】
简单贪心示例一:月饼#include"
stdafx.h
"#include#include#includeusingnamespacestd;structmooncake{doublestore;//库存量
weixin_42176221
·
2019-09-27 08:47
用OpenCV查看视频信息(视频的宽度、高度、帧率和总帧数)
详细代码如下://用OpenCV查看视频信息(视频的宽度、高度、帧率和总帧数)#include"
stdafx.h
"#include#includeintmain(intargc,char*argv[])
那年聪聪
·
2019-09-26 18:38
OpenCV
查看视频信息
视频的宽度
高度
帧率
OpenCV
OpenCV常用的头文件
OpenCV常用的头文件:#include"
stdafx.h
"#include#include#include#include#include#include#include"opencv2/imgproc
那年聪聪
·
2019-09-26 18:00
opencv
OpenCV
C++ boost::asio编程-域名解析详细介绍
#include"
stdafx.h
"#include"boost/asio.hpp"#include"boost/shared_ptr.hpp"#include"boost/thread.hpp"#includ
·
2019-09-25 07:44
C++实现翻转单词顺序
#include#include"
stdafx.h
"voidReverse(char*pBegin,char*pEnd){if(
·
2019-09-25 05:03
c/c++实现获取域名的IP地址
//#include"
stdafx.h
"#include#include#include#include#pragmacomment(lib,"ws2_32.lib")intmain(intargc,char
·
2019-09-25 03:24
C语言中的数组和指针汇编代码分析实例
本文只是为初学者,大牛可以飘过~C源代码如下:复制代码代码如下:#include"
stdafx.h
"intmain(intargc,char*argv[]){chara=1;charc[
·
2019-09-25 02:18
C++采用TLS线程局部存储的用法实例
//#include"
stdafx.h
"#include#include//声明VOIDInitStartTime();DWORDGetUserTime();//TLS索引,作全局变量DWORDg_dwTlsIndex
·
2019-09-25 01:29
C++使用CriticalSection实现线程同步实例
具体代码如下:#include"
stdafx.h
"#i
·
2019-09-25 01:27
C++基于CreateToolhelp32Snapshot获取系统进程实例
//#include"
stdafx.h
"#include#includeint_tmain(intargc,_TCHAR*argv[]){HANDLEhProcessSnap=CreateToolhe
·
2019-09-25 01:24
VC实现让关闭按钮成灰色不可用的方法
禁用关闭按钮的具体功能代码如下:#include"
stdafx.h
"#incl
·
2019-09-25 01:06
VC动态生成菜单项的实现方法
主要功能代码如下:#include"
stdafx.h
"#include"Test.h"#include"TestDlg.h"#ifdef_DEBUG#definenewDEBUG_NEW#endif//
·
2019-09-25 01:06
采用C++实现区间图着色问题(贪心算法)实例详解
具体实现代码如下://贪心算法#include"
stdafx.h
"#include#defineN100usingnamespacestd;structA
·
2019-09-25 01:30
VC实现获取本机MAC地址的方法
完整的实例代码如下:#include"
stdafx.h
"#include#include#include#include#includeintgetMAC(char*mac){NCBncb;typedefstruct_ASTAT
·
2019-09-25 01:13
直线DDA,直线和圆的Bresenham算法
//#include"
stdafx.h
"#include#include#include#includevoiddda_line(intxa,intya,intxb,intyb,intc);intmain
AsahiLock
·
2019-09-24 20:00
详解MFC/C++调用易语言的整数型和文本型与VS2010互动
1、LoadDll.cpp#include"
StdAfx.h
"#include"LoadDLL.h"pMFCdll_OneVOID_OneVOIDMFCdll_OneVOID_OneVOID;pMFCdll_OneWORD_OneVOIDMFCdll_OneWORD_OneVOID
·
2019-09-24 17:44
C++ 遍历二叉树实例详解
C++遍历二叉树实例详解2叉数又叫红黑树,关于2叉数的遍历问题,有很多,一般有三种常用遍历方法:(1)前序遍历(2)中序遍历(3)后续遍历以下是经典示例:#include"
stdafx.h
"#include
·
2019-09-24 15:50
c++ 端口扫描程序实现案例
//#defineWIN32_LEAN_AND_MEAN#include"
stdafx.h
"#include#pragma
·
2019-09-24 15:23
C++中 STL list详解及简单实例
、示例程序:#include"
stdafx.h
"#include#include#include#includeusingnamespacestd;constintnum[5]={1,3,2,4,5};
·
2019-09-24 15:16
C语言实现txt数据读入内存/CPU缓存实例详解
1.实现代码#include"
stdafx.h
"#include#includeintfilelength(FILE*fp);char*readfile(char*path);intmain(void)
·
2019-09-24 14:57
使用C语言编写圣诞表白程序
今天就给你们分享一个圣诞节的表白程序,希望你们喜欢咯,效果是这样的:圣诞节快到了,让我们用C语言制作一个圣诞表白程序具体代码如下咯://GreetingCardDemoDlg.cpp:实现文件//#include"
stdafx.h
·
2019-09-24 14:31
C++ 中strcpy标准写法实例详解
//#include"
stdafx.h
"usingnamespacestd;/**说明:字符串拷贝版本1*参数:dest目标地址,src源地址*返回:返回拷贝好的地址;如果出错或者有重叠,无定义*异常:
·
2019-09-24 13:46
c++实现对输入数组进行快速排序的示例(推荐)
废话不多说,直接上代码#include"
stdafx.h
"#include#include#includeusingnamespacestd;voidquickSort(vector&a,int,int
·
2019-09-24 13:17
C++ 简单的任务队列详解
任务的实现:Task.cpp#include"
stdafx.h
"#include"Task.h"#includeusingnamespacestd;CTask::CTask(int*nCount){m_nCount
·
2019-09-24 10:52
Lua编程示例(五): C语言对Lua表的读取和添加
#include"
stdafx.h
"lua_State*L;voidload_lua(char*filename){L=luaL_newstate();luaL_openlibs(L);if((luaL_loadfile
·
2019-09-23 22:26
C++中调用Lua配置文件和响应函数示例
//#include"
stdafx.h
"#includeextern"C"{//如不用extern会出现连接错误,编译成了C++文件#include#include#inc
·
2019-09-23 22:50
C++实现随机生成迷宫地牢
可以用这个地图核心做成一个无限迷宫类的游戏main.cpp//Author:FreeKnight2014-09-02#include"
stdafx.h
"#include#include#include#
·
2019-09-23 21:55
C语言内嵌汇编API内存搜索引擎实例
//#include"
stdafx.h
"#includeDWORD__stdcallGetStrLengthA(char*szName){_asm{pus
·
2019-09-23 19:00
C++中Semaphore内核对象用法实例
//#include"
stdafx.h
"#include#includeHANDLEg_hSemaphore;DWORDg_nConut1=0;DWORDg_nConut2=0;unsigned__stdcallThreadPro
·
2019-09-23 19:41
C++设置事件通知线程工作的方法
//#include"
stdafx.h
"#include#includeHANDLEg_event;UINT__stdcallThreadProc(LPVOID){::WaitForSingleOb
·
2019-09-23 19:08
C++线程优先级SetThreadPriority的使用实例
//#include"
stdafx.h
"#includeDWORDWINAPIThreadProcIdle(LPVOIDlpParameter){for(inti=0;i<20;i++){printf
·
2019-09-23 19:06
上一页
57
58
59
60
61
62
63
64
下一页
按字母分类:
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
其他