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
C语言Printf()&scanf() 学习笔记
,关于数据整型、字符型和浮点型此时对应的都是一个scanf("%d",&i);或者是scanf("%c",&c);又或者是scanf("%f",&f);如果遇到字符串,解决思路如下:#include"
stdafx.h
Laynalute
·
2016-07-11 21:02
c语言
学习笔记
C/C++学习
阴影消除研究
利用阴影亮度降低而色度基本不变的特点,在HSV空间里利用以下公式进行判断#include"
stdafx.h
"#include"cv.h"#include"highgui.h"#include#include"HaarDetect.h
dp_research
·
2016-07-11 08:13
Image
Algorithm
Machine
Vision
ffmpeg学习4--ffmpeg类的简单封装,包含解码和定时录像功能
完整测试代码下载:代码下载 ffmpegDeCode.h #pragmaonce #include"
stdafx.h
" #include usingnamespacestd
yhhyhhyhhyhh
·
2016-07-09 16:00
x64下vs2013 C++遍历目录下所有文件使用_findnext()调试时中断
今天尝试在VS2013win32控制台下写一个手写数字的机器学习程序,其中需要遍历某目录下的所有.txt文件,在网上查了大量方法,主流是这样的#include"
stdafx.h
"#include#include
CDownLoad_ZXL
·
2016-07-07 18:04
C++遍历目录文件
控制台
_findnext
Part6 继承与OOD Inheritance and Object-Oriented Design(二)
#include"
stdafx.h
" #include usingnamespacestd;
cshilin
·
2016-07-03 19:00
读者写者问题-写者优先参考答案(vc代码)
//by西南大学计算机科学系周竹荣,系主任,硕导//#include"
stdafx.h
"#include"windows.h"#include"process.h"#include#includeusingnamespacestd
zhouzhurong
·
2016-06-28 10:51
IT
编程
BCGControlBar使用入门指南
在您的代码中做以下更改:1.将以下代码添加到
stdafx.h
文件中:1#include"BCG
AABBbaby
·
2016-06-28 10:29
dlib landmark+人面识别
#include"
stdafx.h
" #include #include #include #include #include #include #include usingnamespacestd
ahuo
·
2016-06-22 11:00
算法导论活动选择问题
#include"
stdafx.h
" #include #include #include usingnamespacestd; //虚拟了一个活动,使他一定选择a1位第一个活动 //注意这里的结束时间是单调增的
taoyanqi8932
·
2016-06-16 11:00
算法导论
最长公共子序列的经典c++解法
算法原理见算法导论核心思想动态规划———-自底向上方法//resize是改变容器的大小,且在创建对象,因此,调用这个函数之后 //就可以引用容器内的对象了,因此当加入新的元素时,用operator[]操作符 #include"
stdafx.h
taoyanqi8932
·
2016-06-14 20:00
C++
最长公共子序列
归并排序实现
#include"
stdafx.h
" #include #include usingnamespacestd; voidmerge(int*a,intstart,intmid,intend) { inti
taoyanqi8932
·
2016-06-13 16:00
简单高效的最近公共祖先问题c++实现
题目连接http://hihocoder.com/problemset/problem/1062#include"
stdafx.h
" #include #include #include #include
taoyanqi8932
·
2016-06-07 17:00
C++
最近公共祖先
hihoCoder
Leetcode 二叉树的路径输出
#include"
stdafx.h
" #include #include #include usingnamespacestd; structbinaryTreeNode { intm_nValue;
taoyanqi8932
·
2016-06-06 21:00
二叉树
路径
动态规划
问题:出售长度为i的钢条,利益不同,问如何切割钢条如何切割获得利润最大#include"
stdafx.h
" #include #include usingnamespacestd; //返回的是长度为i
taoyanqi8932
·
2016-06-06 18:00
C++
动态规划
字典树的c++实现
//字典树 //2016.6.6 //
[email protected]
#include"
stdafx.h
" #include #include usingnamespacestd; constintNum
taoyanqi8932
·
2016-06-06 15:00
C++
字典树
hihocoder 2.29
题目链接:http://hihocoder.com/contest/msbop2015qual/problem/1#include"
stdafx.h
" #include #include #include
taoyanqi8932
·
2016-06-05 21:00
hihoCoder
网络安全编程——IP地址字节顺序转换——inet_addr()、inet_ntoa()
inet_ntoa()函数把整型的IP地址转成字符串形式#include"
stdafx.h
"#include#pragmacomment(lib,"ws2_32.lib")int_tmain(intargc
a1214345386
·
2016-06-05 18:33
网络安全编程技术与实例
网络编程_常用的基本函数介绍——htonl、ntohl、htons、ntohs
#include"
stdafx.h
"#include#include#pragmacomment(lib,"ws2_32.lib")int_tmain(intargc,_TCHAR*argv[]){//
a1214345386
·
2016-06-05 18:58
网络编程
网络安全编程技术与实例
随机数的产生
#include"
stdafx.h
" #include #include #include usingnamespacestd; intmain() { constintsize=10000000; intn
taoyanqi8932
·
2016-06-05 14:00
C++
随机数
【算法学习】快包算法
#include"
stdafx.h
"#include#include#include#include坐标数据结构:typedefstruct{floatx;floaty;}Point;typedefbool
weilin.jiang
·
2016-06-04 15:22
C/C++
数据结构与算法
【算法学习】快包算法
#include"
stdafx.h
" #include #include #include #include 坐标数据结构: typedefstruct { floatx; floaty; }Point
Jammg
·
2016-06-04 15:00
算法
C语言
图书管理系统1.0by P_LarT
VS下预编译头#include"
stdafx.h
"#include#include#include#includecharpassword_admin[]="123456";structstudent{
lart
·
2016-06-01 08:05
管理
C
图书管理系统
#
C
字符串函数strcpy,strcat,memcpy的实现
如要考虑到dest的长度小于src,则需要判断条件*邮箱
[email protected]
*欢迎交流*****************************************/ #include"
stdafx.h
taoyanqi8932
·
2016-05-31 11:00
C++
函数
strcpy
Visual
Studio
卷积和动态规划的简单测试程序
//#include"
stdafx.h
"#include#include#include#ifndefmin#definemin(v1,v2)((v1)(v2)?
LIZhang2016
·
2016-05-30 18:24
图像处理
霍夫曼编码与解码c++实现
c++代码实现:/*霍夫曼编码*/#include"
stdafx.h
"#include#includeusingnamespacestd;structHuffNode{intweight;//权值charch
抱石头冲天
·
2016-05-28 14:55
c++
数据结构与算法
自行编写strcpy()函数和memcpy()函数
// #include"
stdafx.h
" #include #include //usingnamespacestd; char*mystrcpy(char*strDest
u010025211
·
2016-05-27 16:00
C++
自行编写strcpy()函数
#include"
stdafx.h
" #include #include //usingnamespacestd; char*strcpy(char*strDest,char*strSrc){ assert
u010025211
·
2016-05-27 16:00
C++
String
strcpy
图像卷积算法
#include"
stdafx.h
"#include#include#include/************************src输入的channel通道的数据des输出卷积数据只有一通道,是
LIZhang2016
·
2016-05-27 15:15
图像处理
VS2010下Dll的二次封装以及显示调用
_h#defineMYDLLextern"C"_declspec(dllexport)MYDLLintadd(intx,inty);#endif//_dll1_h//dll1.cpp#include"
stdafx.h
鹿鸣四海
·
2016-05-26 23:17
Qt
C++
VS2010下Dll的二次封装以及显示调用
#defineMYDLLextern"C"_declspec(dllexport) MYDLLintadd(intx,inty); #endif//_dll1_h//dll1.cpp#include"
stdafx.h
FP27757097
·
2016-05-26 23:00
C++ 读写大文件代码
#include"
stdafx.h
"#include#include#include#includeusingnamespacestd;constcharFILE_RD="d:\\vs2013.iso"
宇宙379
·
2016-05-24 16:09
C/C++
VC调用QT的UIDLL
ExportDll.h" int_tmain(intargc,_TCHAR*argv[]) { printf("%d",add(1)); return0; } DLL#include"
stdafx.h
ahuo
·
2016-05-24 11:00
是否忘记了向源中添加“#include "
StdAfx.h
"”?
是否忘记了向源中添加“#include"
StdAfx.h
"”?
testcs_dn
·
2016-05-20 11:00
C++
VS2010
预编译头
stdafx
C1010
57.序列化二叉树
// #include"
stdafx.h
" #include #include usingnamespace::std; structTreeNode{ intval; structTreeNode
chengonghao
·
2016-05-19 20:00
面试题49:把字符串转换成整数
. // //《剑指Offer——名企面试官精讲典型编程题》代码 //著作权所有者:何海涛 #include"
stdafx.h
" #include #include longlongStrToIntCore
yvhqbat
·
2016-05-19 10:00
54.对称的二叉树
// #include"
stdafx.h
" #include usingnamespace::std; structTree
chengonghao
·
2016-05-18 21:00
51.链表中环的入口结点
// #include"
stdafx.h
" structListNode{ intval; structListNode*next; ListNode(
chengonghao
·
2016-05-18 19:00
C/C++ Windows API——Tcp 客户端 服务器
//#include"
stdafx.h
"#includ
福州-司马懿
·
2016-05-17 15:22
——
Windows
API
[opencv]识别人脸和眼睛
代码如下:#include"
stdafx.h
"#include#include#include"opencv2/objdetect/objdetect.hpp"#include"opencv2/highgui
android_ruben
·
2016-05-17 00:26
opencv
腐蚀膨胀等形态学处理c代码
//#include"
stdafx.h
"#include"cv.h"#include"highgui.h"#include"stdio.h"#include"stdlib.h"#include"vector"usingnamespacestd
晨凫追风
·
2016-05-15 22:58
图像处理
硬件
DSP6748
SOCKET Server实例
//#include"
stdafx.h
"#include#include"process.h"#include#includeusingnamespacestd;#pragmacomment(lib,"
我叮叮咚咚
·
2016-05-13 17:00
更高效的Fibonacci求解
//#include"
stdafx.h
"#include#include//supportforclock()usingnamespacestd;intFib1(intn)//传统递归方式实
Victor_Lv_
·
2016-05-13 15:38
Data
Structure
and
Algorithm
更高效的Fibonacci求解
// #include"
stdafx.h
" #include #include//supportforclock() usingnamespacestd; intFib1(intn)/
Lv_Victor
·
2016-05-13 15:00
fibonacci
斐波那
SDL使用SDL_ttf显示文字
// #include"
stdafx.h
"
rankun1
·
2016-05-13 11:00
vector遍历和初始化
下面用一个程序来说明:[cpp] viewplain copy#include "
stdafx.h
" #include #include
yueguanyun
·
2016-05-13 09:00
lzma 测试
#include"
stdafx.h
"#include#include"lzma.h"#pragmacomment(lib,"lzma")std::stringCompressWithLzma(conststd
wyrover
·
2016-05-12 18:54
37.数组中只出现一次的数字
// #include"
stdafx.h
" #include us
chengonghao
·
2016-05-11 21:00
35.二叉树的深度
// #include"
stdafx.h
" structT
chengonghao
·
2016-05-11 19:00
34.数字在排序数组中出现的次数
// #include"
stdafx.h
" #include usingnamespace::std; classSo
chengonghao
·
2016-05-11 19:00
图像中添加高斯噪声
//FromGGbondg#include"
stdafx.h
" #defineEXTRA_NAME"$Gaussiannoise."
u011058765
·
2016-05-11 11:00
上一页
69
70
71
72
73
74
75
76
下一页
按字母分类:
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
其他