-
孙鑫教程源码
孙鑫视频 教程第4课源码
孙鑫教程源码
孙鑫视频 教程第4课源码-failed to translate
- 2022-03-10 07:22:26下载
- 积分:1
-
Describe Describe Describe Describe
Describe Describe Describe-Describe Describe Describe Describe
- 2022-04-26 13:22:57下载
- 积分:1
-
本程序为32阶幻方的一种,在左上角的4*4=16个空格中,第一、三行的第1,2个空格标记*,第二、四行的第3,4个空格标记*。然后分别以轴对称、中心对称扩展到另...
本程序为32阶幻方的一种,在左上角的4*4=16个空格中,第一、三行的第1,2个空格标记*,第二、四行的第3,4个空格标记*。然后分别以轴对称、中心对称扩展到另三个区域的256个空格的左上方1/4区域,然后又以轴对称、中心对称扩展到256个格的其它三个区域,依次类推直至整个区域的1024个空格中对应的 空格均有标记*。-procedures for the 32 bands a magic squares in the upper left corner of the 4* 4 = 16 spaces, the first and the first three rows 1,2-box labeled*, second, the first four lines of 3,4* 000 box labeled. Then axisymmetric respectively, the Center symmetric extension of another three regional 256 spaces in the upper left 1/4 regional, then, axisymmetric, the Center symmetric extension of the 256 grid other three regions, a total of 444 throughout the region until 1024 the corresponding blank spaces are marked*.
- 2022-10-06 15:10:03下载
- 积分:1
-
The main application source code printf function and procedures address the acce...
本源码主要应用PRINTF函数和程序地址的访问,属于C方面的高级编程-The main application source code printf function and procedures address the access, C side are high-level programming
- 2022-01-25 20:53:55下载
- 积分:1
-
restaurent management system
餐饮管理系统C++ CeigAdvices食品ZONE编写一个程序帮助当地餐厅自动化其早餐账单系统。
- 2022-06-13 12:57:57下载
- 积分:1
-
MFC 发送邮件程序代码
MFC 发送邮件程序代码
vc6编写,MFC库,欢迎使用下载,
MFC 发送邮件程序代码
- 2023-06-09 02:00:03下载
- 积分:1
-
酒店管理
这是 java 语言的酒店管理系统完成的一个项目。它包括所有的设施,包括在 hotel.it 的管理是大量的大项目,我面临的困难,而 doing.it 可能包含的几个问题,但它运行良好
- 2022-04-12 05:31:39下载
- 积分: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
-
读。shp文件下面是一段读取索引文件的代码:
void OnReadShx ( CString ShxFileName )...
读。shp文件下面是一段读取索引文件的代码:
void OnReadShx ( CString ShxFileName )-no
- 2022-03-02 15:30:21下载
- 积分:1
-
This is one serial number generator tool, you can add it into you proagram to ma...
这是一个序列号生成程序,可以使你的程序看起来专业-This is one serial number generator tool, you can add it into you proagram to make it more professional !
- 2022-06-26 12:53:44下载
- 积分:1