-
使用winpcap和vc编写的抓包程序
使用winpcap和vc编写的抓包程序-use vc winpcap and procedures prepared by capturing Packet
- 2022-05-22 16:43:35下载
- 积分:1
-
kakabossskdr
/*
base64.cpp 和 base64.h
版权所有 (C) 2004年-2008 René Nyffenegger
提供此源代码 " 作为-是 ",没有任何明示或暗示
保修。在没有事件将作者举行任何损害承担责任
因使用本软件。
授予任何人出于任何目的,使用此软件的权限
包括商业应用程序进行修改和重新发布它
自由,受到以下限制:
1.此源代码的起源必须不得歪曲 ;你必须不
声称是你写的原始源代码。如果您使用此源代码
在一种产品,确认产品文档中将
表示赞赏,但不是必需的。
2.改变源版本为此,必须有明确标记和一定不能
谎称为原始的源代码。
3.本公告不可能会被删除,或从任何源分布改动。
勒内 · Nyffenegger rene.nyffenegger@adp-gmbh.ch
*/
#include"stdafx.h"
//#include"base64.h"
#include"msvc_common.h"
#include < iostream >
静态 const std::string base64_chars =
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
""abcdefghijklmnopqrstuvwxyz
"0123456789 +";
静态内联 bool is_base64 (无符号的 char c) {
返回 (isalnum(c) | |(c == "+") ||(c == "/"));
}
std::string base64_encode (无符号的 char const * bytes_to_encode、 无符号的 in
- 2022-12-20 14:15:03下载
- 积分:1
-
function [y, ndx] = sortrows (x, col)% [Y, I] = sortrows (A, k) k out by the asc...
function [y,ndx] = sortrows(x,col)
%[Y,I]=sortrows(A,k)按第k列升序的排列,向量I返各行的原编址.-function [y, ndx] = sortrows (x, col)% [Y, I] = sortrows (A, k) k out by the ascending order, I Vector trip back to the site of the original series.
- 2022-05-27 19:55:10下载
- 积分:1
-
I wrote one for the other thread to start the code, you can scan the current run...
本人写的一个用于启动其他线程的代码,可以扫描当前正在运行的进程,并判断该进程是否在运行,如果没有则启动改进程-I wrote one for the other thread to start the code, you can scan the current running processes, and to determine whether the process was in operation, if not then start the change process
- 2023-07-11 14:40:02下载
- 积分:1
-
EVC4.0开发环境下的PC端测试蓝牙bluetooth模块的测试代码
EVC4.0开发环境下的PC端测试蓝牙bluetooth模块的测试代码-bluetooth module test code in evc4.0 .
It is a project with all source.
- 2022-03-31 13:42:51下载
- 积分:1
-
mfc中的源码,可以方便大家参考,学习,希望有机会大家一起交流!...
mfc中的源码,可以方便大家参考,学习,希望有机会大家一起交流!-mfc in source can convenient your reference, learning, hope have the opportunity together exchanges!
- 2022-10-10 10:55:03下载
- 积分:1
-
precise timer multimedia production with translucent effects timer source, Borla...
精密计时器多媒体制作半透明效果计时器源,Borland C Builder 6
- 2022-04-12 07:10:45下载
- 积分:1
-
C++Primer第三版所有示例的随书源代码
C++Primer第三版所有示例的随书源代码-C++ Primer all examples with the third edition of the book source code
- 2023-06-27 12:35:03下载
- 积分:1
-
自己做的会计制度,花了很长时间,绝对可以用…
自己做的核算系统,花费了较长时间,绝对能用,结合数据库操作-Make their own accounting system, spent a long time, absolutely can be used, combined with database operations
- 2022-08-15 12:35:25下载
- 积分:1
-
树状潮流计算程序应用,原理如张尧老师的论文
树状潮流计算程序应用,原理如张尧老师的论文-Tree flow calculation procedure
- 2022-06-27 10:21:38下载
- 积分:1