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
使用CryptoApi做PKCS#1格式加密
#include"
stdafx.h
"#include#include#pragmacomment(lib,"crypt32.lib")int_tmain(intargc,_TCHAR*argv[]){HCERTSTOREhStore
雷宗堂
·
2020-07-08 08:50
加密
encoding
null
byte
include
delete
计算机网络之GBN协议
客户端程序://#include"
stdafx.h
"//创建VS项目包含的预编译头文件#include#include#include#include#include#include#include#pragmacomment
love_green
·
2020-07-08 05:11
计算机网络
c++
大整数加法
大整数加法//大整数加法//#include"
stdafx.h
"#include#include#include#includeusingnamespacestd;classbigInteger{public
mint_d
·
2020-07-08 04:31
剑指offer
C++实现直接插入排序,折半插入排序,希尔排序,冒泡排序,简单选择排序,快速排序,堆排序
//#include"
stdafx.h
"#includeusingnamespacestd;#defineMAXSIZE30//一个用作示例的小顺序表的最大长度[cpp
ringrang
·
2020-07-08 04:08
数据结构
C/C++利用链表实现一元多项式相加
//预编译区::#include"
stdafx.h
"#include#defineOK1#defineERROR0#defineMAXLEN10#defineLT-1#defineEQ0#defineGT1usingnamespacestd
学IT的星同学
·
2020-07-08 03:09
算法分析与设计(考试重点算法)
算法//到了考试周了,整理了老师说的重点算法,作为自己的复习资料,木得脑子,我记不住啊啊啊啊啊啊三位四进制数#include“
stdafx.h
”#includeintdata[5];voidf(intn
李不难
·
2020-07-08 03:03
算法
c++实现将一个十进制数转换成二进制
#include"
stdafx.h
"#includeusingnamespacestd;//十进制转二进制int_tmain(intargc,_TCHAR*argv[]){intx,i=0,j;inta
GardeniaMinwentel
·
2020-07-08 02:43
c++
进程同步之读者写者问题C语言实现
#include"
stdafx.h
"#include#include#include#include#includetypedefstructthread{intthread_num;charstate
小时光-
·
2020-07-08 00:49
有趣的二进制-自由控制程序运行方式的编程技巧
通过自制调试器来理解其原理先来查看一段简单的调试器代码#include"
stdafx.h
"#includeint_tmain(intargc,_TCHAR*argv[]){PROCESS_INFORMATIONpi
云袖er
·
2020-07-08 00:01
有趣的二进制
基于opencv的双目摄像头拍照程序
贴出代码(C++)#include"
stdafx.h
"#include#include#include#include#include#include#include#includeusingnamespacestd
sk_sk
·
2020-07-08 00:06
C++标准库之stack
#include"
stdafx.h
"#include#includeusingnamespacestd;intmain(){stackS;S.push(3);S.push(7);S.push(1);cout
威武胖子哥
·
2020-07-07 23:25
钢琴块---简单篇
//author:COMI//date:2018-7-9////#include"
stdafx.h
"#include#include#includetypedefstructPIECE{intx;inty
comiiii
·
2020-07-07 20:02
小游戏篇
VC编译问题:0xC0000005
1.检查xxx.cpp里有是否已经包含#include"
stdafx.h
"2.执行【build】—>clean3.删除以下四个文件xxx.ncb文件(支持ClassVie
uddzhi686
·
2020-07-07 20:59
VEH +硬件断点 HOOK
#include"
stdafx.h
"#include"windows.h"#include#include#include#pragmacomment(lib,"d3d9.lib")#pragmacomment
qq_18942885
·
2020-07-07 19:42
逆向
tinyxml实例
tinystr.cpptinyxml.cpptinyxmlerror.cpptinyxmlparser.cpp和tinystr.htinyxml.h这几个添加到你的工程中,记得在4个cpp文件前面都加上#include"
stdafx.h
qinzhaohong001
·
2020-07-07 19:16
CryptGenRandom windows下生成随机数的函数使用
//#include"
stdafx.h
"#include"windows.h"#include"wincrypt.h"#includeusingnamespacestd;classCCryptRandom
HungryGoogle
·
2020-07-07 17:11
c++
中间件
UDP的客户端和服务器端的实例(VC6.0实现)
//#include"
stdafx.h
"#include//使用winsock所需的头文件#include//使用winsock所需的库文件#pragmacomment(lib,"WSOCK32.LIB
ma451152002
·
2020-07-07 16:57
VC++
网络
分配问题-分支限界法
//#include"
stdafx.h
"#include#include#includeusingnamespacestd;#defineN4//case1-->N=5//intc[][N]={//3,8,4,12,16
llw01
·
2020-07-07 14:49
算法
Dll导出表Hook
#include"
stdafx.h
"#include#include#pragmacomment(lib,"user32.lib")typedefint(*detour_MessageBoxA)(HWNDhWnd
Yuri800
·
2020-07-07 14:19
win
Hijack
NtGlobalFlag
简单的NtGlobalFlag反调试程序:#include"
stdafx.h
"#include#defineNAKED__declspec(naked)NAKEDBOOLDetect32(){__asm
想要养只猫
·
2020-07-07 14:11
杂记
Buffon投针试验【布丰】
//#include"
stdafx.h
"#include#include#includeusingnamespacestd;voidrand_se
脚蹬轱辘转
·
2020-07-07 13:26
C++
编程
Windows环境下的C++获取当前程序的exe文件路径
#include"
stdafx.h
"2.#include3.#include4.
若丶相濡以沫
·
2020-07-07 13:46
C++
数据结构考研复习 | 2021王道第2章·线性表的顺序表示之综合应用题(C语言实现)
#include"
stdafx.h
"#include#defineMAXSIZE100typedefintElemType;typedefintDataType;typedefstruct{ElemTypedata
哆啦一泓
·
2020-07-07 13:29
数据结构复习
跨平台C++ Des加密类库
#include"
stdafx.h
"#include"DESlxp.h"#include"DES.h"#ifdef_DEBUG#undefTHIS_FILEstaticcharTHIS_FILE[]=_
lcw_lance
·
2020-07-07 13:45
c++
加密
跨平台
c++
table
permutation
file
OpenCV学习笔记-形态学
OpenCV提供了通用的形态学函数cvMorphologyEx,该函数能够实现开运算,闭运算,形态梯度,礼帽操作,黑帽操作,例题如下:#include"
StdAfx.h
"#include"cv.h"#include"highgui.h
iteye_1803
·
2020-07-07 10:25
UNO纸牌(信息安全算法设计实验)
信息安全算法设计实验之一,只具有UNO纸牌的部分规则功能//#include"
stdafx.h
"#include#include#include#include#include#includeusingnamespacestd
hxxjxw
·
2020-07-07 10:17
算法设计
opencv三帧差、帧差
//三帧差#include"
stdafx.h
"#include"highgui.h"#include"cxcore.h"#include"ml.h"#include"cv.h"usingnamespacestd
SlimShady-
·
2020-07-07 10:03
opencv调用basler简单示例
如下图将包含目录和库目录设置好#include"
stdafx.h
"#include#include#includeusingnamespacecv;usingnamespacestd;usingnamespacePylon
kongweican
·
2020-07-07 09:50
opencv
图像处理
VC 编程 杂货
SkinMagicToolkit美化界面[准备工作]1、将SkinMagicTrial.dll放置在调试目录2、设置库文件目录,在项目[连接器]的[附加依赖项]中加入库SkinMagicTrial.lib3、在项目的
stdafx.h
hnhbdss
·
2020-07-07 09:27
BMP图片缩放代码
//#include"
stdafx.h
"#includestructheader{shortBM;unsignedintfilesize;unsignedintrecv;unsignedintoffset
hantoy
·
2020-07-07 09:33
图像缩放
100块钱用[50,20,10,5,1]换零钱有多少种方法?
*C++#include"
stdafx.h
"#include#includeusingstd::vector;classSolution{public:staticintcoins(vectordeno
fareast_mzh
·
2020-07-07 07:04
algorithm
粒子群算法测试程序(PSO)
//#include"
stdafx.h
"#include"stdio.h"#include"stdlib.h"#include"time.h"#include"math.h"#definerdint(i
dongbang3606
·
2020-07-07 07:59
MFC连接Sqlserver
//TODO:连接sqlserver,在
stdafx.h
中定义这些,#define_BS_DLL_EXPORT_#ifdef_BS_DLL_EXPORT_#defineBS_DLL_EXPORT__declspec
dianyun7150
·
2020-07-07 06:48
c语言访问mysql 完整例子
\ProgramFiles\MySQL\MySQLServer5.5\include加入“包含目录”把C:\ProgramFiles\MySQL\MySQLServer5.5\lib加入“库目录”3、
stdafx.h
小小玮
·
2020-07-07 06:23
mysql
读文件file1.txt的内容到file2.txt
//#include"
stdafx.h
"#include#include#defineMAX10intsize;/*读文件file1.txt的内容(例如)123456输出到file2.txt*/int_tmain
抗麻布袋的人
·
2020-07-07 06:05
c面试题
利用WinSocket发数据(二)
接上文,此代码是服务器段接受程序:#include"
stdafx.h
"#include#include#include#include#include#pragmacomment(lib,"ws2_32
chenqiangdage
·
2020-07-07 05:26
win32
c++
技术
用Proj.4进行坐标系转换(以北京54坐标系转WGS84投影坐标系为例)
//#include"
stdafx.h
"#include"convertor.h"#include#ifdef_DEBUG#definenewDEBUG_NEW#endif//唯一的应用程序对象voidoutput_coordinates
岬淢箫声
·
2020-07-07 04:18
GDAL
C/C++
C++中Vector模板类使用
#include"
stdafx.h
"#include#includeusingnamespacestd;classPoint_3D{//定义一个三维数据点类,用于存放三维数据pu
CSU小王子
·
2020-07-07 04:19
C++
三维重建之视图差的计算--SGBM和GC算法
一、win32项目工程,stereovision11、头文件:#include"
stdafx.h
"#include#inclu
石榴姐bs
·
2020-07-07 04:40
三维重建
std::copy()和std::back_inserter()用法
#include"
stdafx.h
"#include#include//包含了std::back_inserter的定义classA{public:A(){t=9;}~A(){t=7;}private:
analogous_love
·
2020-07-07 03:23
stl
比较两人生日相差多少天
2//34#include"
stdafx.h
"5#include67inttime(inta,intb,intc,intyear);//
aishenyan0793
·
2020-07-07 02:54
编写一个函数 接受两个字符串参数 如果 第一个参数被第二个包含 则输出第一个参数的首字符(图)
#include"
stdAfx.h
"#include"ctype.h"#include"stdlib.h"#include"string.h"intmain(){intz;intret(chara[],
一线生
·
2020-07-07 02:17
C
牛客网题目(一)
/details/78476299主要解决:1、cin的问题,逗号通过atoi函数自动去掉2、按Ctrl+z,然后按Enter,再按一次Ctrl+z,然后按Enter,识别为结束符;#include"
stdafx.h
a1059682127
·
2020-07-07 01:29
C++
八大排序算法:简单插入排序、冒泡排序、希尔排序、快速排序、堆排序、归并排序等总结。
//#include"
stdafx.h
"#includeusingnamespacestd;voidsort_insert(int*p,intn){inti,j,elem;for(i=0;i=0;j--
爱上健身的菇凉
·
2020-07-07 01:28
编程基础算法c/c++
C++ STL迭代器 -- 插入迭代器
#include"
stdafx.h
"#include#include#include#include#include/**算法库对所有在容器上的操作有个承诺:决不修改容器的大小(不插入、不删除)。
Shanjun.hu
·
2020-07-07 00:07
C++
STL
图像配准例子
//#include"
stdafx.h
"usingnamespacecv;usingnamespacestd;intmain(intargc,char**argv){//读取原始基准图和待匹配图MatsrcImg1
Taiyang625
·
2020-07-07 00:14
图像算法
MFC中一个链表的实现
#include"
stdafx.h
"#include#include#includeusingnamespacestd;//MFC中链表的实现classCMySimpleList{public:CMySimpleList
SzMing
·
2020-07-07 00:57
MFC
算法
数据结构
7.考研-数据结构-双链表的建立及基本操作算法
在双链表中查找第一个值为X的节点,从第一个节点开始,边扫描边比较,若找到这样的节点则返回节点指针,否则返回NULL3.在双链表中p所指的节点之后插入一个节点s4.删除双链表中p节点的后继节点*/#include"
stdafx.h
敲代码的乔帮主
·
2020-07-07 00:52
数据结构
考研-数据结构
cout/cin(输出/输出)流限制输出宽度
如果要指定输出所占的列数,可以用setw设置(若使用setw就必须包含头文件iomanip)例如setw(5)就是为输出项预留5列,如果输出项不足5列则右对齐,若超出5列则按实际长度输出例:#include"
stdafx.h
Rainy-Peking
·
2020-07-06 23:53
剑指Offer
MFC 如何调用打印调试信息函数
然后在初始化对话框的函数XxxxDlg::OnInitDialog()中加上#ifdef_DEBUGAllocConsole();#endif2、在XxxxDlg.cpp添加打印调试信息函数的文件头#include3、在
stdafx.h
Moruna
·
2020-07-06 23:32
C
C++笔记
上一页
42
43
44
45
46
47
48
49
下一页
按字母分类:
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
其他