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
UDP 广播
. // #include "
stdafx.h
" #include #include #include #include #pragma comment(lib,"ws2_32.lib")
江河海流
·
2014-05-05 19:00
MFC VIEW多窗口分割使用 和CHtml等等14.5.4
. // #include"
stdafx.h
" #include"resource.h" UINTnIdicatiors[]={ ID_SEPARATOR, ID_INDICATOR_NUM, ID_INDICATOR_REC
luoqiang0831
·
2014-05-04 22:00
使用Boost::Asio库实现Http下载
(以后会补充出来) //驳壳地址:http://blog.csdn.net/robertkun #include"
stdafx.h
" #include #include #include #include
robertkun
·
2014-05-04 18:00
boost
http下载
SIFT算法的c++实现(VS2010+OpenCV2.3.1)
方法一:建立一个控制台应用程序代码如下:#include"
stdafx.h
daditao
·
2014-05-04 18:00
Ring3下实现进程保护,不用hook
#include"
stdafx.h
" #include #include #pragmacomment(lib,"Advapi32.lib") BOOLRing3ProtectProcess()
SysProgram
·
2014-05-04 16:00
托管c++ (CLI) String^ 到 std::string 的相互转化
#include"
stdafx.h
" #include #include #include usingnamespacemsclr::interop; usingnamespaceSystem; intmain
spiritring
·
2014-05-04 14:00
String对象和C字符串之间的转换
//#include"
stdafx.h
"#include#includeintmain(intargc,char*argv[]){usingnamespacestd;stringstring_variable
令羽
·
2014-05-04 11:45
C++
ref
lengyanyue39/p/3264547.htmlSTL和Boost中的算法和函数大量使用了函数对象作为判断式或谓词参数,而这些参数都是传值语义,算法或函数在内部保修函数对象的拷贝并使用,例如:#include"
stdafx.h
sunmenggmail
·
2014-05-03 17:00
MFC View
. // #include"
stdafx.h
" #include"resource.h" classCMyView:publicCView{ public: virtualvoidOnDraw(CDC
luoqiang0831
·
2014-05-03 12:00
MFC状态栏设置
#include"
stdafx.h
" #include"resource.h" UINTg_nIndicator[]={ ID_SEPARATOR, ID_SEPARATOR, ID_INDICATOR_NUM
luoqiang0831
·
2014-05-03 12:00
HEX文件转二进制的源码
#include"
stdafx.h
"#defineHEX_TRANSLATE_ERROR_NONE 0 //无错误返回#defineHEX_TRANSLATE_ERROR_NOSPACE
vigour1000
·
2014-05-02 10:00
MFC 刚开始接触特别头疼
. // #include"
stdafx.h
" classCCmdFrame:publicCFrameWnd{ public: DECLARE_MESSAGE_MAP() public: //OnCreate
luoqiang0831
·
2014-04-30 20:00
int数组转换成char数组进一步思考及5种实现方法
//#include"
stdafx.h
"#include#include#include#includeusingnamespacestd;////原理:使用库函数,拷贝内存;voidmethod1()
ghevinn
·
2014-04-30 15:23
MFC客户端
c++专区
c++基础知识拾遗
博客中的问题跟踪解答
线程信号量 释放 信号量队列等14.4.29
针对于一块代码 //事件-----通知执行有发送有接收 //互斥-----有多个线程只有一个执行 //信号量---维护了一组数据 //可等候定时器-更精确的时间去执行相关代码 #include"
stdafx.h
luoqiang0831
·
2014-04-29 20:00
线程互斥、等候、重置等14.4.29
. // #include"
stdafx.h
" #include"windows.h" #include"conio.h" HANDLEg_nMutex=NULL; intg_ncount=0; DWORDWINAPIThreadProcl1
luoqiang0831
·
2014-04-29 20:00
创建定时器 和简单的了解了一下APC消息队列 14.4.29
. // #include"
stdafx.h
" #define_WIN32_WINNT0x0400 #include"windows.h" #include"conio.h" HANDLEg_hTimer
luoqiang0831
·
2014-04-29 20:00
线程同时执行一个函数 使用临界区 14.4.29
. // #include"
stdafx.h
" #include"windows.h" #include"conio.h" //定义一个临界区值 CRITICAL_SECTIONg_cs={0};
luoqiang0831
·
2014-04-29 12:00
线程原子锁用法 14.4.29
. // #include"
stdafx.h
" #include"windows.h" #include"conio.h" longg_Value=0; longg_Value2=0; DWORDWINAPIInterProcl
luoqiang0831
·
2014-04-29 11:00
线程创建、挂起、执行 TLS等14.4.28
. // #include"
stdafx.h
" #include"windows.h" #include"conio.h" #include"stdlib.h" char*g_pszText1=NULL
luoqiang0831
·
2014-04-29 09:00
C/C++ int 高16位赋值,低16位赋值 //int 高16位取值,低16位取值
代码如下:#include"
stdafx.h
" #include intmain(intargc,char*argv[]) { intiTest=0; shortint*piTest=(shortint
friendan
·
2014-04-29 00:00
int
VC
cc++
高16位
低16位
整数反转的递归算法
题目:把整数反转,结果保存到一个整数数组,如:输入:12345输出:[5,4,3,2,1] #include"
stdafx.h
" #include usingnamespacestd; #defineINT_LENGTH20
jie1991liu
·
2014-04-28 20:00
进程的创建 获取信息 进程模块信息 结束等候进程 windows工作等14.4.28
. // #include"
stdafx.h
" #define_WIN32_WINNT0x0500 #include"windows.h" #include"conio.h" #include
luoqiang0831
·
2014-04-28 14:00
智能指针
#include"
stdafx.h
"#ifndefWIN32#include#include#include#includetypedefpthread_mutex_t vmutex_t;#else
u013805103
·
2014-04-26 23:00
OpenCV编程->视频读取
// #include"
stdafx.h
" #include"cxcore.h" #include"highgui.h" #include"cvaux.h" #include"string.h" #
sunboyiris
·
2014-04-26 20:00
算法基础(十):--有向图的邻接表创建
#include"
stdafx.h
" #include"Basi
huiguimoyu
·
2014-04-26 17:00
数据结构
邻接表
图的存储
opencv 图像拼接
#include"
stdafx.h
" #include #include #include"opencv2/highgui/highgui.hpp" #include"opencv2/stitching
yeyang911
·
2014-04-26 15:00
拼接
数字和字符串之间的转换
// #include"
stdafx.h
" #include #include int_tmain(intargc,_TCHAR*argv[]) { intnum=12345; intj=0,i=
tianzhaixing
·
2014-04-25 21:00
printf
String
iostream
测试 svm 训练的xml 分类器 ~
目标:1else:0载入分类器查看效果[cpp]viewplaincopy#include"
stdafx.h
"#include"cv.h"#include"highgui.h"#include#include
刁广强
·
2014-04-25 18:26
图像处理
看书小记1(《C专家编程》)
#include"
stdafx.h
"#includeusingnamespacestd;voidfoo(constchar**p){}voidcharFoo(constchar*p){}int_tmain
pandawuwyj
·
2014-04-24 22:00
图像匹配之最小均方误差匹配
opencv实现的程序如下:#include"
stdafx.h
" #inc
cui134
·
2014-04-24 21:00
opencv
图像处理
图像匹配
最小均方误差匹配
简单的自绘制按钮 和下拉列表的消息事件等 14.4.24
. // #include"
stdafx.h
" #include"iostream" HINSTANCEg_hInst=NULL; HANDLEg_hStdOut=NULL; HWNDhSD=NULL
luoqiang0831
·
2014-04-24 13:00
按钮 下拉列表 还有一个简单的记事本 文件读写等
. // #include"
stdafx.h
" #include"stdlib.h" #include"stdio.h" #include"resource.h" HINSTANCEg_hInst=
luoqiang0831
·
2014-04-23 14:00
OpenCV:使用VideoCapture类进行读取视频
#include #include"
stdafx.h
" #include usingnamespacecv; int_tmain(intargc,_TCHAR*argv[]) { VideoCapturecapture
lysc_forever
·
2014-04-22 17:00
绘制字体颜色 字体间距、斜体,字体嵌入 背景颜色等14.4.22
#include"
stdafx.h
" HINSTANCEg_hInst=NULL; voidonPaint(HWNDhWnd,UINTnMsg,WPARAMwParam,LPARAMlParam){
luoqiang0831
·
2014-04-22 11:00
【算法1】之冒泡排序极其优化
给出自己的实现:#include "
stdafx.h
" #define _Count sizeof(p) / sizeof(p[
张佳亮
·
2014-04-22 00:00
冒泡排序
冒泡排序优化
boost 有限状态机(FSM)
8D%9A%E5%AE%A2%E8%B5%84%E6%BA%90%2F添加到应用项目中,通过项目属性配置好库目录(路径根据具体情况进行配置,主要看你放在项目的哪个路径下)编码开始了:#include"
stdafx.h
jff316948714
·
2014-04-21 23:45
C++
载入位图,逻辑坐标等14.4.21
. // #include"
stdafx.h
" #include"resource.h" HINSTANCEg_hInst=NULL; voidDrawBmp(HDChDC){ //第一个参数是位图资源所在程序句柄
luoqiang0831
·
2014-04-21 20:00
VC 编写 stdcall 方式的DLL
//#include"
stdafx.h
" #ifdef_MANAGED#pragmamanaged(push,off)#endifBOOLAPIENTRYDllMain(HMODULEhModule,
ROVAST
·
2014-04-21 12:00
dll
VC
排序算法之--冒泡排序
// #include"
stdafx.h
" #include #include usingnamespacestd; template voidBubble(TArray[],Tlength) {
tianzhaixing
·
2014-04-21 11:00
冒泡排序
内存
Paint 图形绘制 折线 点 弧线绘制 画笔 画刷14.4.20
. // #include"
stdafx.h
" #include"resource.h" #include"iostream" HINSTANCEg_hInst=NULL; intg_x1pos,g_y1pos
luoqiang0831
·
2014-04-20 23:00
预编译头文件
生成预编译头文件(Precompiledheaderfile):要生成预编译头文件,必须指定一个待编译的头文件,微软默认指定的是
stdafx.h
,这个文件的名字可 以改
JustRemind
·
2014-04-18 16:00
VC
多线程锁竞争造成的开销
这是执行结果先看实例代码:#include"
stdafx.h
" #include #include #include #include #include #include #include #include
qq51931373
·
2014-04-18 12:00
操作系统
C++整形转化成string类型---路径拼接在批处理程序中的应用
// #include"
stdafx.h
" #include #include #include #include usingnamespacestd; #defineF1"F:\\pic\\datasets
cjc211322
·
2014-04-18 11:00
批处理
路径拼接
windows C程序使用绝对路径宏定义读取文件失败
// #include"
stdafx.h
" #include #include #defineF1"F:\pic\datasets\img1.ppm" #defineF2"F:\\pic\\datasets
cjc211322
·
2014-04-18 10:00
windows
C程序
文件绝对路径宏定义
读取文件失败
c++ 文件输入输出
#include"
stdafx.h
"#include"math.h"#include"string"#include"iostream"#include"fstream"usingnamespacestd
pb09013037
·
2014-04-17 20:00
《算法》实验一归并排序与快速排序 时间的比较
算法先写出来,也不知道是不是老师的要求#include"
stdafx.h
" #include #include #include #include"stdlib.h" usingnamespacestd
chen_xinjia
·
2014-04-16 13:00
算法
SIFT、SURF特征匹配点的坐标获取\及匹配应用
//#include"
stdafx.h
"#include#include#include"opencv2/core/core.hpp"#include"opencv2/features2d/features2d.hpp
flyingpig851334799
·
2014-04-16 09:25
OpenCV编程->OpenCV2.4.8例程
blog.csdn.net/huang9012/article/details/21811129 我是自己参照其他的方法添加的,上面这篇博客里的例程编译通过不了,由于时间问题,就自己另测试了个源码:#include"
stdafx.h
sunboyiris
·
2014-04-16 08:00
OpenCV编程->OpenCV2.4.8例程
blog.csdn.net/huang9012/article/details/21811129 我是自己参照其他的方法添加的,上面这篇博客里的例程编译通过不了,由于时间问题,就自己另测试了个源码:#include"
stdafx.h
王孟贤
·
2014-04-16 08:00
OpenCV编程->OpenCV2.4.8例程
blog.csdn.net/huang9012/article/details/21811129我是自己参照其他的方法添加的,上面这篇博客里的例程编译通过不了,由于时间问题,就自己另测试了个源码:#include"
stdafx.h
王孟贤
·
2014-04-16 08:00
上一页
101
102
103
104
105
106
107
108
下一页
按字母分类:
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
其他