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
程序基本算法习题解析 给定由n个整数(可能为负数)组成的序列a1,a2,...,an,求该序列的字段和的最大值。
#include"
stdafx.h
"#includeusingn
elma_tww
·
2018-12-18 14:02
程序基本算法习题解析
DBoW2加载训练好的二进制格式ORB特征词典及测试
库文件及词典下载地址:https://github.com/nxyzgf/sgg-dbow2测试代码#include"
stdafx.h
"#include#include#include#include"tinydir.h
Z5122
·
2018-12-01 16:25
DBoW2
二进制ORB词典
详解C++调用Python脚本中的函数的实例代码
我的脚本的文件名叫mytest.pyC++代码:#include"
stdafx.h
"#include#include#include"include\Python.h"usingname
Sanrice3
·
2018-11-16 11:22
归并排序(merge sort)算法详解与实现
归并过程图解:c++代码实现如下#include"
stdafx.h
"//dev下把这句话去掉,vs下保留#includeusingnamespacestd;voidMerge(int*a,intl,intm
陈龙|JUST DO IT.
·
2018-11-13 15:48
算法
C++开发
++开发########################################################################1.win32控制台程序开发#include "
stdafx.h
屠夫章哥
·
2018-11-13 14:42
C++
开发
PCL学习笔记——利用Octree找出存在于点云B中,不存在点云A中的点
//#include"
stdafx.h
"#include#in
awenwenwem
·
2018-11-07 21:46
PCL学习
PCL学习笔记
PCL
Octree
C++中GUID转字符串
使用StringFromGUID2转换GUID为字符串#include"
stdafx.h
"#include#includeint_tmain(intargc,_TCHAR*argv[]){GUIDguid
FFE4
·
2018-11-06 11:34
COM
C++多线程实现电子词典
//vs2013编译//字典文件:https://pan.baidu.com/s/1YHtwptaq_V8j034U9_J96A#include"
stdafx.h
"#include#include#include
Cosmop01itan
·
2018-11-02 10:57
c++
c++ switch支持字符串
#include"
stdafx.h
"#include"string.h"intadd(char*str){ intaddi
码叔c
·
2018-10-31 18:30
c++
c
switch
switch字符串
c++
switch支持字符串
MFC:配置项目属性解决的各种error问题
是否忘记了向源中添加“#include“
stdafx.h
””?
dashumak
·
2018-10-25 20:33
MFC
MFC
c/c++连接postgresql之后的基本使用函数
一、测试是否连接成功#include"
stdafx.h
"#include#include#includevoiddo_exit(PGconn*conn){PQfinish(conn);exit(1);}
Ethan的博客
·
2018-10-25 14:58
SQL
C++下使用OpenCV实现人脸检测
visualstudio2015或2017人脸识别主要有三个步骤:人脸图像采集及检测人脸图像预处理人脸图像特征提取以及匹配与识别以下代码实现了读取本地图像,进行人脸检测#include#include"
stdafx.h
热夏Lifeee
·
2018-10-24 10:41
C++
OpenCV
基于快速排序,寻找众数(出现最多的数),运用分治的思想
//#include"
stdafx.h
"#includeusingnamespacestd;#includeusingnamespacestd;voidmiddl(int&p,int&q,int&r)/
深海的石头
·
2018-10-23 23:00
PAT题库第一题:格式化输入
//#include"
stdafx.h
"#include#include#includeusingnamespacestd
一嵩寒溪
·
2018-10-22 14:02
PAT
PAT刷题
十六进制转八进制两种方法
借鉴自:https://blog.csdn.net/deadline_1/article/details/54866270#include"
stdafx.h
"#include#includeusingnamespacestd
HYbuery
·
2018-10-17 17:26
visual studio解决 Cannot open precompiled header file: 'Debug/****.pch'
生成这个pch文件与
stdafx.h
和stdafx.cpp文件有关。
active2489595970
·
2018-10-16 22:40
visual
studio2010的开发
C++SOCKET多线程网络编程实现多个客户端与服务器通信
#结果演示服务器端代码:#include"
stdafx.h
"#include#include#include#include#pragmacomment(lib,"ws2_32.li
快乐的比嘟
·
2018-10-15 20:01
网络编程
VC无窗口控制台程序
pragmacomment(linker,"/subsystem:\"Windows\"/entry:\"mainCRTStartup\"")如果使用Unicode字符集,mian可以修改为wmain;以上代码加入你的头文件
stdafx.h
余生以学
·
2018-10-15 15:00
异步IO
////每一次文件读取/写入操作,都要创建一个线程,//系统同时运行的线程数是有限的,线程的创建和销毁浪费了大量资源//没有效率#include"
stdafx.h
"#includetypedefstruct_MYOVERLAPPED
MagicalGuy
·
2018-10-11 13:02
C++知识点示例4
标头.h#pragmaoncenamespaceXXX{intb;}#include"
stdafx.h
"#include"标头.h"#include#includeusingnamespacestd;usingstd
MagicalGuy
·
2018-10-11 00:26
C++知识点示例2
#pragmaonceclassCMyClsB{public:voidFun();};#include"
stdafx.h
"#include"CMyClsB.h"voidCMyClsB::Fun(){}#
MagicalGuy
·
2018-10-11 00:24
工厂设计模式
#include"
stdafx.h
"#include//简单工厂模式是属于创建型模式,又叫做静态工厂方法(staticFactoryMethod)模式,简单工厂模式是由一个工厂对
Lasuerte
·
2018-10-10 14:10
设计模式
设计模式--结构型模式--代理模式
#include"
stdafx.h
"#include#include#include#include#includeusingnamespacestd;//StructuralPatterns--Proxy
洪光德州扑克
·
2018-10-08 22:14
设计模式
C++实现上位机6:网络通讯类CCommnication
/
stdafx.h
"#defineINSTRUCTION_SIZE8#
haimianjie2012
·
2018-10-08 18:38
Visual
C++开发
Visual
C++开发
C++实现上位机5:实现串口控制类之派生类CSerialPort实现2
/
stdafx.h
"#include"..
haimianjie2012
·
2018-10-08 18:38
Visual
C++开发
Visual
C++开发
N个投机取巧的数独棋盘
1,代码:1.1主函数#include"
stdafx.h
"#include#include"iostream"#include"ChessBoard.h"#include"fstream"#include"sstream"usingnamespacestd
沸腾的土豆泥
·
2018-10-04 17:00
从(0,0)到(m,n)有多少种路径,棋盘问题
//#include"
stdafx.h
"#include#include#include#defineMax1000intpath[Max][2];intm,n;usingnamespacestd;//
decouples
·
2018-10-04 11:53
算法
发几个iphone助手相关代码,供大家参考
//#include"
stdafx.h
"#include"IOSApi.h"#include"IOSConnect.h"#include"io.h"#include"common.h"#include"Plist.hpp
Cinnazgc
·
2018-09-22 17:15
iPhone设备管理工具
深入理解计算机系统 练习题2.32 答案与分析
错误示例#include#include"
stdafx.h
"#includeusingnamespacestd;inttadd_ok(intx,inty){intsum=x+y;intneg_over=
刺青LOVELESS
·
2018-09-17 18:42
深入理解计算机系统
深入理解计算机系统 练习题2.31 答案与分析
测试代码#include#include"
stdafx.h
"#includeusingnamespacestd;intuadd_ok(intx,inty){intsum=x+y;cout<
刺青LOVELESS
·
2018-09-17 16:01
深入理解计算机系统
深入理解计算机系统 练习题2.27 答案与分析
无符号数加法#include#include"
stdafx.h
"#includeusingnamespacestd;intuadd_ok(unsignedx,unsignedy){cout=x;}intmain
刺青LOVELESS
·
2018-09-17 15:43
深入理解计算机系统
深入理解计算机系统 练习题2.26 答案与分析
测试代码#include#include"
stdafx.h
"#includeusingnamespacestd;intstrlonger(char*s,char*t){returnstrlen(s)-strlen
刺青LOVELESS
·
2018-09-17 15:45
深入理解计算机系统
深入理解计算机系统 练习题2.25 答案与分析
#include#include"
stdafx.h
"#includeusingnamespacestd;floatsum_elements(floata[],unsignedlength){inti;floatresult
刺青LOVELESS
·
2018-09-17 14:29
深入理解计算机系统
深入理解计算机系统 练习题2.23 答案与分析
#include#include"
stdafx.h
"#includeusingnamespacestd;intfun1(unsignedword){return(int)((word>24);}intfun2
刺青LOVELESS
·
2018-09-17 10:38
深入理解计算机系统
Huffuman Coding (哈夫曼编码)
1#include"
stdafx.h
"2#include3#include4#include5#inclu
gaobowen
·
2018-09-16 20:00
OpenCV中C++函数imread读取图片的问题
http://www.cnblogs.com/eyeszjwang/articles/2418354.html#include"
stdafx.h
"#include#include#include#include
AndyCheng_hgcc
·
2018-09-14 11:42
opencv
深入理解计算机系统 练习题2.11 答案与分析
可执行代码#include#include"
stdafx.h
"#includeusingnamespacestd;voidinplace_swap(int*x,int*y){*y=*x^*y;*x=*x
刺青LOVELESS
·
2018-09-13 16:43
深入理解计算机系统
深入理解计算机系统 练习题2.10 答案与分析
可执行代码#include#include"
stdafx.h
"#includeusingnamespacestd;voidinplace_swap(int*x,int*y){*y=*x^*y;*x=*x
刺青LOVELESS
·
2018-09-13 16:14
深入理解计算机系统
深入理解计算机系统 练习题2.7 答案与分析
测试代码#include#include"
stdafx.h
"#includetypedefunsignedchar*byte_pointer;voidshow_bytes(byte_pointerstart
刺青LOVELESS
·
2018-09-13 11:24
深入理解计算机系统
深入理解计算机系统 练习题2.5 答案与分析
测试代码#include#include"
stdafx.h
"#includetypedefunsignedchar*byte_pointer;voidshow_bytes(byte_pointerstart
刺青LOVELESS
·
2018-09-13 10:13
深入理解计算机系统
OpenGL(三)三维图形绘制
#include"
stdafx.h
"#include#include//绘图棱锥voiddisplay(){glClear(GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT
云桥落羽
·
2018-09-13 09:08
OpenGL
深入理解计算机系统 图2.4 添加可执行main函数
#include#include"
stdafx.h
"#includetypedefunsignedchar*byte_pointer;voidshow_bytes(byte_pointerstart,size_tlen
刺青LOVELESS
·
2018-09-12 20:42
深入理解计算机系统
Crypto++ AES加密
#include"
stdafx.h
"#include#include//StreamTransformationFilter#include//CFB_Mode#include//std:cerr#include
Oyasimi1412
·
2018-09-12 11:16
C++程序中main(int argc, char *argv[])函数的参数意义
测试程序如下所示:#include"
stdafx.h
"#include"iostream"usingnamespacestd;intmain(intargc,char*argv[]){inti;for(
逻辑空间
·
2018-09-07 13:23
c++ 多态(简单易懂)
demo:#include"
stdafx.h
"#includeclassFather{protected:intmoney=100;public:voidhave(){std::couthave();father
wildPointer_
·
2018-09-07 11:51
c/c++
c++
多态(简单易懂)
C++11 wstring、string、utf-8、utf-16之间的相互转换
//#include"
stdafx.h
"#include#include#include#include#includestd::wstringStringToWString(conststd::string
Lasuerte
·
2018-09-06 11:22
C++11
以链表形式储存大整数并运算
#include"
stdafx.h
"#include#includeusingnamespacestd;structDigital{intx;Digital*next;};classnumber{Digital
永世孤悬的void*
·
2018-09-05 19:40
Opencv2.4学习::视频读取
通用代码:#include"
stdafx.h
"#include#include#include#includeusingnamespacestd;usingnamespacecv;int_tmain(intargc
dieju8330
·
2018-09-04 18:22
Opencv
典型排序算法之:冒泡排序/直接插入排序/希尔排序/选择排序/快速排序
//#include"
stdafx.h
"#include"stdio.h"#include"stdlib.h"voidswap(int&a,int&b){inttemp=b;b=a;a=temp;}voidprint_arr
mmmmmk_
·
2018-09-02 22:44
典型算法
c++ std::bind 详解及参数解析
//#include"
stdafx.h
"#include#include#include#include//学习bind的用法voidf(intn1,intn2,intn3,constint&n4,intn5
chansoncc
·
2018-08-30 15:06
c++
上一页
60
61
62
63
64
65
66
67
下一页
按字母分类:
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
其他