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
tcp/ip 全双工会话(windows)
1.服务器端#include"
stdafx.h
"#includeusingnamespacestd;#include#pragmacomment(lib,"WS2_32.lib")#defineMAX_BUFFER256
Jack_Lpz
·
2020-07-05 16:54
服务器编程
哈夫曼编码的C语言实现
代码来自于《小甲鱼C++快速入门》主程序main.cpp#include"
stdafx.h
"#include#include"huffman.h"intmain(){htTree*codeTree=buildTree
_yxy_
·
2020-07-05 16:20
小程序+数据结构与算法
C语言打开文件,并把文件内容打印
#include#include#include"
stdafx.h
"#includeintmain(){char*pchBuf=NULL;intnLen=0;FILE*pF=fopen("123.txt
csdn_dx
·
2020-07-05 16:54
插入排序的递归实现和二分查找递归实现,算法导论2.3-4和2.3-5
#include"
stdafx.h
"#includeusingnamespacestd;voidreInsertSort(inta[],intlength);booldiFind(inta[],intbegin
RetaMia
·
2020-07-05 15:39
图的基本算法实现(邻接矩阵与邻接表两种方法)
本博客前面文章已对图有过简单的介绍,本文主要是重点介绍有关图的一些具体操作与应用阅读本文前,可以先参考本博客各种基本算法实现小结(四)——图及其遍历一、无向图1无向图——邻接矩阵测试环境:VS2008#include"
stdafx.h
阳光岛主
·
2020-07-05 13:35
C/C++/C#
Algorithm
找出树的最大路径
代码#include"
stdafx.h
"#include#include#include#include#include#
Victor__YIN
·
2020-07-05 12:42
算法
windows环境下C++多线程文件传输
Sever代码:#include"
stdafx.h
"#include//windowssocket的头文件#include#include#include#include#in
晖sir
·
2020-07-05 12:11
C++
C++ 中字符输入(cin,getline,cin.get)
问题背景:#include"
stdafx.h
"#include#includeusingnamespacestd;intmain(){stringstr;while(getline(cin,str)){
木子游于川
·
2020-07-05 12:51
学习总结
使用rapidxml从xml文件中读取指定项(建议两层)
2、源文件内容:#include"
stdafx.h
"#includeusingnamespacestd;#include"rapidxml.hpp"#include"rapidxml_utils.hpp
中国村民
·
2020-07-05 11:46
XML
SDL使用SDL_ttf显示文字
//#include"
stdafx.h
"#inclu
Barry__
·
2020-07-05 10:34
SDL
Opencv 学习笔记(七)形态学操作
代码:#include"
stdafx.h
"#include#include//Opencvhighgui模块#include//Opencv图像处理头文件usingnamespacecv;#defineWINDOW_NAME1
别怕,我是光!
·
2020-07-05 10:05
Opencv
C语言 多线程使用说明3-线程同步问题引入
#include"
stdafx.h
"#include#include#include#include#include#includeDWORDWINAPIFun1(LPVOIDlpParameter);
学分
·
2020-07-05 09:17
C语言
C++数据结构:单链表、双链表与循环链表
1单链表(SingleLinkedList)1.1代码#include"
stdafx.h
"#includeusingnamespacestd;//节点类classNode{public:intdata;
Caleb_Sung
·
2020-07-05 08:44
C++
数据结构
基于UDP的文件传输VS编程
要求:实现基于UDP的文件传输,客户端发送文件,服务端接受文件服务端实现:#include"
stdafx.h
"#include"iostream"#include"afxdialogex.h"#include"winsock2
代码实习僧
·
2020-07-05 08:12
1
①代码:#include"
stdafx.h
"#include"stdlib.h"typedefstructTreeNode{ch
xiaoyanhan
·
2020-07-05 08:19
按成绩划分high pass、low pass、pass和fail.cpp
highpass、lowpass、pass和fail作者:gnehoaix时间:2019\4\22********************************************/#include"
stdafx.h
gnehoaix
·
2020-07-05 06:48
函数
毕业设计过程记录三,开启摄像头和霍夫曼圆检测
例如一段简单的开启摄像头的代码:#include"
stdafx.h
"#include#include#includeintmain(intargc,char**argv){//声明IplImage指针IplImage
PangCoder
·
2020-07-05 05:19
毕业设计
网络聊天室(MFC编程)
//#include"
stdafx.h
"#include"dataHandle.h"#include#pragmacomment(lib,"ws2_32")voidSockInit();int_tmain
love music.
·
2020-07-05 04:37
MFC
C++
浅谈#ifndef~#define~#endif~的作用
define_STDAFX_H#include//cincout#include//mallocfree#include//strcpy#include//exit()#endif*/(1)内容:在头文件(
StdAfx.h
spaceX
·
2020-07-05 03:32
创建灰度图像直方图(c)
#include"
stdafx.h
"#include#include#includeintmain(intargc,_TCHAR*argv[]){IplImage*image=cvLoadImage("
zebra_zzh
·
2020-07-05 03:06
认识Opencv
哈夫曼编码C语言实现
#include"
stdafx.h
"#include#include#definedebug0typedefstructHuffNode{intparent;intlchild;intrchild;intwet
qq_21439291
·
2020-07-05 03:34
vc++ 2017 编写pb(powerbuilder)可以调用的dll库程序(含C语言字符串处理函数)
#include"
stdafx.h
"extern"C"{_declspec(dllex
aolixiaox
·
2020-07-05 02:14
PB
Powerbuilder相关
C++
DLL
PB可调用
冒泡排序和二分查找
面试常用算法,冒泡很可能要考的#include"
stdafx.h
"#include#include"string"voidfun_swap(int&a,int&b);boolfun_array(int*
JackPai
·
2020-07-05 02:24
面试收集
cv1.3计算物体旋转角
作者群号C语言交流中心240137450微信15013593099OpenCV轮廓检测,计算物体旋转角度#include"
stdafx.h
"#include#include#include#include
q123456789098
·
2020-07-05 02:45
cv
技术
时钟频率对程序效率影响测试(Platform: ARM ZYNQ 7000 ZP20 Board)
[email protected]
:18575593141Platform:ZynqZP20开发板WINCE7.0(windowsembeddedcompact7)测试代码:#include"
stdafx.h
"int_tmain
DriverMonkey
·
2020-07-05 01:36
WinCE
c++
C++基本语法操作方式
//#include"
stdafx.h
"#include#include#includeusingnamespacestd;//templatetemplateTmax(Ta,Tb){if(a>b)returna
oushaojun2
·
2020-07-05 01:12
C++
c++
c/c++ 入门之控制台上实现贪吃蛇
//#include"
stdafx.h
"#include#include#include#include#include#defineGAME_WIN_WIDTH15#defineGAME_WIN_HEIGHT15
nibudong1902
·
2020-07-05 01:49
c/c++
洗牌算法 (C语言)
#include"
stdafx.h
"#include#include#include#include#include#include"OBJC_DEF.h"usingnamespacestd;voidprint
独步夜雨
·
2020-07-05 00:56
C/C++
单链表的操作(创建、查找、插入、删除、遍历、就地逆转等)
/*单链表的各创建等等操作日期:2017年11月3日21:46*/#include"
stdafx.h
"#include#include"stdlib.h"usingnamespacestd;//定义链表结点
南有木兮木不知
·
2020-07-05 00:49
数据结构
C++设计模式之桥接模式(Bridge)
#include"
StdAfx.h
"#include#include#include#include#includeusingnamespacestd;classBaseRoad{public:virtualvoidRun
mengzhisuoliu
·
2020-07-05 00:03
C++
C++调用C# DLL
配置C++项目MathCon的属性配置:添加公共语言运行支持,如下图具体调用方法如下:#include#using#include"
stdafx.h
"#include#include#includeusingnamespaceSystem
mangkata
·
2020-07-05 00:11
C#
[C++基础]结构、枚举与指针
参考:C++Primer.Plus(第6版)P88-119一.结构与枚举#include"
stdafx.h
"#includeusingnamespacestd;/////////////////////
宏哥1995
·
2020-07-04 23:03
C++基础
求链表中倒数第K个位置上的结点(K为正整数)
//#include"
stdafx.h
"#include#include#include#i
lxie0
·
2020-07-04 23:10
算法
Pku 1163 the Triangle
//#include"
stdafx.h
"#includeusingnamespacestd;int_tmain(intargc,_TCHAR*argv[]){intdepth=0;cin>>depth;
lock0812
·
2020-07-04 22:01
动态规划
delete
OPC客户端开发之OPC服务器的枚举和连接------OPC(第五篇)
#include"
stdafx.h
"#include#include#include"opccomn.h"#include"opcda.h"#include"opcerror.h"#in
熊大的乐园
·
2020-07-04 22:23
Adding version info to execute file
#include"
stdafx.h
"structVS_VERSIONINFO{WORDwLength;WORDwValueLength;WORDwType;WCHARszKey[1];WORDwPadding1
k66k
·
2020-07-04 20:19
64bitpc vs环境下数据类型所占字节长度
sizeofchar1short2int、float4double8long4longlong8#include"
stdafx.h
"#include#includeusingnamespacestd;int_tmain
KISS-简单就是美
·
2020-07-04 20:44
C/C++
写一个方法,输入任意一个整数,返回它的阶乘
//#include"
stdafx.h
"#include//递归实现longfac(intn){longf;if(n==0)f=1;elsef=n*fac(n-1);returnf;}//非递归实现longfac
无敌的成长日记
·
2020-07-04 19:27
C/C++
算法
面试集锦
Windows下C语言的Socket编程例子(TCP和UDP)
刚刚学windows编程,所以想写学习笔记,这是一个简单的Socket程序例子,开发环境是vc6:首先是TCPserver端:#include"
stdafx.h
"#include#include#pragmacomment
iteye_2829
·
2020-07-04 19:41
C++ win7 cmd 设置无线网络连接 ip及子网掩码为固定值
#include"
stdafx.h
"#include"stdlib.h"#include"atlstr.h
没有蛀牙lm
·
2020-07-04 18:08
C++
vc 串口通讯类封装
本工程是基于vs2010mfc写的,工程名CommExample.新建CommClass.h头文件,里面代码:#pragmaonce#include"
stdafx.h
"#include#include#
冷傲斌哥
·
2020-07-04 18:18
VC/MFC
图的深度优先搜索和广度优先搜索
//邻接矩阵表示的无向图#include"
stdafx.h
"#include"malloc.h"#defineMaxVertexNum100typedefcharVertexType;//顶点数据类型目前定义为
胡歌八舞
·
2020-07-04 18:04
算法与数据结构
c/c++
代码测试:unsigned char*图像数据转换成OpenCV中Mat类型
//#include"
stdafx.h
"#include#include#include"opencv2/core/core.h
deepeed121
·
2020-07-04 17:52
关于_WIN32_WINNT的含义
(对于MFC,就是
stdafx.h
)下面详细列举了每个Windows版本对应的NTDDI_VERSION,_WIN32_WINNT,WINVER
劉俊
·
2020-07-04 17:57
杂
Windows程序设计
windows
internet
macros
server
ie
header
【算法】括号匹配——2017华为招聘机试题
分析:这个题目,如果有做过较多笔试题目的应该知道,简单的采用一个栈的特性,就能解决,左括号栈顶字符必须和第一个入栈的右括号字符匹配;#include"
stdafx.h
"#incl
Fzuim
·
2020-07-04 16:50
算法思维训练
c语言模拟函数画图
main.cpp#include"
stdafx.h
"#include"function.h"int_tmain(){intdata1[MAX],data2[MAX];Fun(MAX,data1,0);Fun
fulianzhou
·
2020-07-04 16:30
软件
c++ 获取进程内存使用情况
//#include"
stdafx.h
"//ProcessMemory.cpp//用法://argv[1]是子进程的包含路径的完整可执行文件名//ProcessMemorynotepad06.07.
flyingleo1981
·
2020-07-04 15:50
程序基本算法习题解析 用递归函数求 s=1+2+3+...+n 的和。
+n的和#include"
stdafx.h
"#includeusingnamespacestd;intfunSum(intn){if(n==1)return1;elsereturnn+funSum(n-
elma_tww
·
2020-07-04 15:28
程序基本算法习题解析
Opencv旋转图像
#include"
stdafx.h
"#include"opencv2\core\core.hpp"#include"opencv2\highgui\highgui.hpp"intmain(){cv::Matimage
超级无敌陈大佬的跟班
·
2020-07-04 12:16
图像处理/传统方法
C语言检测字符串长度
VC++6.0编译#include"
stdafx.h
"#includeintGetLen(char*str){intcount=0;char*p;p=str;while(*p!
hua的天地
·
2020-07-04 12:06
C项目开发
上一页
44
45
46
47
48
49
50
51
下一页
按字母分类:
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
其他