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
动态规划求解最长上升子序列问题
//#include"
stdafx
.h"#include"iostream"#include"vector"usingnamespacestd;intmain(){//输入数据intN;cin>>N;vectornums
ZHUO_SIR
·
2020-08-23 15:43
算法的分析与设计
Boost实现FTP上传文件
#include"
stdafx
.h"#include"ftp_client.h"staticboost::regexexpression("^([0-9]+)(\\-||$)(.*)$");ftp_client
WY16223864
·
2020-08-23 15:51
杂乱
用windows api获取mac地址和硬盘id编号
建立一个支持MFC的控制台程序:
stdafx
.h#include#includetyp
Kaitiren
·
2020-08-23 15:02
C++11
vs2017 无法打开源文件afx.h
网上的很多方法如改成在静态库中使用MFC或者预编译
stdafx
.h都没有用。
zeroling_0
·
2020-08-23 15:18
vs2017编译
visual studio 写静态库文件时候,error:无法打开源文件“
stdafx
.h"
解决方法:打开项目–属性–C/C++–常规–附加包含目录–添加$(ProjectDir)此时就可以消除error
Sunshine__love
·
2020-08-23 14:08
visual-studio
Visual Studio 2010中创建Windows桌面程序时的默认模板
//#include"
stdafx
.h"#include"ChineseChess.h"#defineMAX_LOADSTRING100//GlobalVariables:HINSTANCEhInst;
sunshineman1986
·
2020-08-23 11:53
Windows编程
Visual Studio 2017中创建Windows桌面程序时的默认模板
//#include"
stdafx
.h"#include"WindowsProject1.h"#defineMAX_LOADSTRING100//全局变量:HINSTANCEhInst;//当前实例WCHARszTitle
sunshineman1986
·
2020-08-23 11:53
C/C++
Windows编程
MOOC清华可视化编程
动态创建一维数组,灵活指定数组类型
下面是我的代码:#include"
stdafx
.h"//预定义ARRTYPE即要创建的数组类型#defineARRTYPEcharvoid*create(intn)//为数组分配空间voidinput(
撒有啦啦Q
·
2020-08-23 11:01
AVL树的创建、查找、删除节点、增加节点和释放内存的实现
include“
stdafx
.h”includeincludeincludeincludeincludeusingnamespacestd;/*平衡二叉树(Self-Balacingbinarytree
不死奇迹
·
2020-08-23 11:35
查找算法
c语言—指针基础(8:动态分配内存)
申请到的堆内存的首地址c中手动释放堆内存:通过free(*p)函数释放通过malloc申请的堆内存,释放后可以被其他程序使用c中堆内存的大小取决于当前系统的状态,并且堆内存是不连续的#include"
stdafx
.h
ls_star
·
2020-08-23 10:59
C语言基础
编程之美--3.2电话号码对应英文单词
//#include"
stdafx
.h"#definetelLength2intnumber[telLength]={4,2};charc[10][10]={"","","ABC","DEF","GHI
elasticNet
·
2020-08-23 10:13
编程
二、递归(一)
一、基本思想二、实例-小游戏#include"
stdafx
.h"#include#include#defineMAXIN75usingnamespacestd;charboard[MAXIN+2][MAXIN
安东可
·
2020-08-23 08:02
算法实现(2)有重复元素的排列问题
以下用C语言实现算法的代码:#include"
stdafx
.h"voidperm(charlist[],intk,intm);voidswap(char&a,char&b);intok(charlist
quentain
·
2020-08-23 07:38
算法程序设计
非阻塞模式 多线程 《客户端与服务器算数运算》 TCP/IP通信 之一 客户端实现
代码来源于》》》》》》》》》》》》》》》》》》》》》WindowsSockets网络开发VC++这本书在
stdafx
.h中添加#pragmacomment(lib,"ws2_32.lib")//funtiondec.h
ggying
·
2020-08-23 06:48
Windows网络编程
C++类的几个概念
//#include"
stdafx
.h"#includeclassBa
qiqihua
·
2020-08-23 06:57
学习笔记
c++
constructor
delete
测试
面试
class
opencv 图像检测导出子图像
#include"
stdafx
.h"#include"opencv2/imgproc/imgproc.hpp"#include"opencv2/highgui/highgui.hpp"#include"opencv2
m0_38122606
·
2020-08-23 06:24
opencv
3D球体一个(纪念第一个opengl程序~~)
//#include"
stdafx
.h"#include#include#i
Hewie
·
2020-08-23 06:52
opengl
《TCP/IP网络编程》笔记12-并发服务器的实现方法-I/O复用
//#include"
stdafx
.h"#include"
stdafx
.h"#include#include#include#pragmacomment(lib,"ws2_32.lib")#defineBUF
奔跑的橘子
·
2020-08-23 05:22
网络编程
c
23Socket实现UDP服务器端和客户端连接传输
//#include"
stdafx
.h"#include//Windows套接字所需的头文件#include//Windows套接字接口的库文件#pragmacomment(lib,"WSOCK32.LIB
绿苹果果
·
2020-08-23 05:07
《VC++实例精通》手记
【CNTK】CNTK学习笔记之应用卷积神经网络模型进行数据预测
拷贝到工程里,在项目上右键->属性,分别设置VC++目录:包含目录->\cntk\Include库目录->\cntk\cntk链接器输入->附加依赖项->EvalDll.lib代码:#include"
stdafx
.h
番茄发烧了
·
2020-08-23 05:23
神经网络
CNTK
Computational
Network
Toolkit
(CNTK)
图像识别系列
矩形框裁图
代码如下:#include"
stdafx
.h"#include"cv.h"#include"highgui.h"#include#include#include#includeCvPointpt1=cvPoint
Lemon_jay
·
2020-08-23 05:15
C++
图像处理
opencv
FindWindows FindWindowsEx 函数
#include"
stdafx
.h"#includeintmain(intargc,char*argv[]){//查找标题为“无标题-记事本”的窗口//也可以使用类名来查找,如::FindWindow(
i丹明扬
·
2020-08-23 04:00
windows编程
&
MFC
null
include
class
字符串编码转换
//StringConvert.h#ifndefSTRINGCONVERT_H_H#defineSTRINGCONVERT_H_H#include"
stdafx
.h"#include#includeusingstd
wxd阿雪
·
2020-08-23 03:58
c家族
编码转换
字符串转换
宽窄字符串转换
asciitounicode
asciitoutf8
C++掷骰子问题
//#include"
stdafx
.h"#include#inclu
全都是泡饃
·
2020-08-23 03:51
对于一个字符串,请设计一个高效算法,找到第一次重复出现的字符。 给定一个字符串(不一定全为字母)A及它的长度n。请返回第一个重复出现的字符。保证字符串中有重复字符,字符串的长度小于等于500。...
//#include"
stdafx
.h"#include#include#includeusingnamespacestd;classFirstRepeat{public:charfindFirstRepeat
weixin_30856725
·
2020-08-23 03:16
单词查找(公司笔试题)
//#include"
stdafx
.h"#include#include#incl
雁阵惊寒声
·
2020-08-23 03:33
DFS
“欧几里得”算法求两个数的最大公因数和用“艾拉托尼筛选法”求n以内的所有质数以及引发的new操作符能申请到多少内存空间的问题
“欧几里得”算法求两个数的最大公因数#include"
stdafx
.h"#includeusingnamespacestd;intmain(){inta,b,temp=1;cout>a>>b;while
jianxichuang
·
2020-08-23 02:38
算法
c讀取文本文件並將單詞存入數組排序輸出
//#include"
stdafx
.h"#include#include#include#defineNUM20#defineCOUNT10000typedefstructwords{charword[
iLove9ouHenry
·
2020-08-23 02:19
完全背包问题(贪婪法)
//#include"
stdafx
.h"#include#include#include#defineN100#defineMAX_WEIGHT100typedefstruct{intweight;intprice
masterjames
·
2020-08-23 02:14
算法与数据结构
活动选择问题(活动安排问题)(最大数目活动选择问题)贪心算法C++实现
//贪心算法#include"
stdafx
.h"#include#defineN100usingnamespacestd;structActivity{intnumber;//活动编号intbegin;
iteye_9281
·
2020-08-23 01:49
翻转字符串中单词的顺序
#include"
stdafx
.h"#includeusingnamespacestd;voidReverse(char*pBegin,char*pEnd){if(pBegin==NULL
cyxHehui
·
2020-08-23 01:20
程序员面试精典100题
输入一个字符串,输出该字符串中字符的所有组合。(腾讯2014笔试附加题)
*/#include"
StdAfx
.h"#include#include#in
u010188892
·
2020-08-23 00:21
OpenGL实现摄像机漫游/三次贝塞尔曲线
通过openglAPI实现摄像机漫游,以及观察生成的贝塞尔曲面#include"
stdafx
.h"#include#include#includeusingnamespacestd;voidinit(void
二进制玩家
·
2020-08-23 00:44
计算机图形学
还没整理的一些编码转换代码
#include"
stdafx
.h"#include"CodeConvert.h"/**---------------------------------------------------------
xuhui_7810
·
2020-08-23 00:34
OpenCV读取MP4视频裁剪部分后写成AVI视频
//#include"
stdafx
.h"#include"opencv.hpp"usingnamespacecv;usingnamespacestd;intmain(){VideoCapturecap(
OpenCV中文网公众号
·
2020-08-22 23:24
OpenCV
opengl简单的视角变换
#include"
stdafx
.h"#include#includestaticGLdoubleaxix=0.0,axiy=0.0,z=0.0;voidinit(void){glClearColor(0.0,0.0,0.0,0.0
tiger1334
·
2020-08-22 22:57
opencv读取avi视频并抽取帧
#include"
stdafx
.h"#includeusingnamespacestd;usingnamespacecv;intmain(intargc,char**argv){//cvNamedWindow
fffupeng
·
2020-08-22 21:43
plate
recongnize
OpenCV读取AVI文件(转)
#include"
stdafx
.h"#include#include#include#includeusingnamespacestd;intmain(intargc,char**argv[]){intkey
Gondon
·
2020-08-22 21:49
C++定义全局类对象
比如你想把一个类让全部的CPP都能用,而不是一个变量,那么需要这样定义:假设有一个预编译头
stdafx
.h在
stdafx
.h中加入你想要的全局类的头文件:include“CMyClass.h”;在
stdafx
.cpp
zhanghuaichao
·
2020-08-22 20:52
C/C++
C++读取txt文件并统计数字范围个数
///*#include"
stdafx
.h"intmain(){printf("------------------");return0;}*///#include"
stdafx
.h"//我的vs2012
ysfscdn
·
2020-08-22 20:59
C++
VS2010 c++ 错误的处理方法 (不断更新....)
1错误:fatalerrorC1010:unexpectedendoffilewhilelookingforprecompiledheader.Didyouforgettoadd'#include"
StdAfx
.h
xlm289348
·
2020-08-22 20:44
学习
工作
OpenCV图像内轮廓填-孔洞填充
2019独角兽企业重金招聘Python工程师标准>>>//test#include "
stdafx
.h"#include "cxcore.h" #include "cv.h" #include "highgui.h
weixin_33890499
·
2020-08-22 19:13
Struct 与 Class 的初始化赋初值(struct篇)
//#include"
stdafx
.h"#includestructA{A(){};
与子偕臧
·
2020-08-22 17:09
C/C++
静态数组实现双向栈
//静态数组实现双向栈//拷贝构造函数有点问题#include"
stdafx
.h"#includeusingnamespacestd;/*静态数组实现双向栈:两栈底在数组两端,栈顶相向,迎面增长,栈顶指针指向栈顶元素栈空
龙少爷_阿呆
·
2020-08-22 17:36
数据结构
c++基础题
例题2-1#include"
stdafx
.h"#include"iostream"intfun(inta,intb){intc;c=a+b;returnc;}int_tmain(intargc,_TCHAR
Jelly_return
·
2020-08-22 14:57
c/c++
学生信息管理系统-C语言结课作业掺杂了一点c++
////#include"
stdafx
.h"#include//#include//清空文件操作未写#include//#include#
二两桃花酿作酒
·
2020-08-22 13:37
人脸识别、人脸比较、图像转换
//#include"
stdafx
.h"#include#include#include#include#include#include#include#include#include#include"cv.h
iteye_13411
·
2020-08-22 12:08
chapter-12
//#include"
stdafx
.h"#include#include#include#include//包含智能指针,同时包含allocator类#includepush_back(t);}voidpop_back
峡迩
·
2020-08-22 11:01
Windows下根据程序名称找到窗口句柄并操作窗口
1、根据程序名称找到进程#include"
stdafx
.h"#include#include#includeusingnamespacestd;int_tmain(intargc,_TCHAR*argv
52_赫兹的鲸
·
2020-08-22 10:00
C++
通过 IAccessiable 接口操作非窗口类控件DirectUI 数据
//#include"
stdafx
.h"#include#include#include#include#include#include#include#include//#include///AswithanyCOMinterface
Greless
·
2020-08-22 10:32
上一页
16
17
18
19
20
21
22
23
下一页
按字母分类:
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
其他