-
一个阿拉伯数字与罗马数字互相转换并进行四则运算,通过这个小程序告诉大家如何实现VB与C++两种语言实现跨语言开发程序....
一个阿拉伯数字与罗马数字互相转换并进行四则运算,通过这个小程序告诉大家如何实现VB与C++两种语言实现跨语言开发程序.-an Arabic numerals and the Roman figures can change and four operations Through this small program that tells you how to achieve both VB and C language cross-language development process.
- 2023-07-08 23:15:04下载
- 积分:1
-
命令行计算器
一个简单的命令行的计算器。它是由 Visual Studio 2008 写入。我想要一个程序像 Matlab 命令窗口。我们可以一起工作,并使项目更好。请编辑该项目并将其发送给我。
我的电子邮件地址: mostafabazghandi2001@gmail.com
- 2023-07-29 22:30:03下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
a show bmp bitmap example
一个显示bmp位图的例子-a show bmp bitmap example
- 2022-11-19 15:15:03下载
- 积分:1
-
VC++实现的一个查看定时器的类,非常好
VC++实现的一个查看定时器的类,非常好-VC++ Timer to achieve a view of the class, very good
- 2023-04-03 00:10:04下载
- 积分:1
-
FFT.DLL,快速傅立叶算法,使用于多种语言环境
FFT.DLL,快速傅立叶算法,使用于多种语言环境-FFT.DLL, Fast Fourier algorithm, for use in multi-lingual environment
- 2022-01-28 17:42: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
-
循序渐进学习使用WINPCAP(二).
循序渐进学习使用WINPCAP(二).-gradual learning WINPCAP (2).
- 2023-04-15 08:25:03下载
- 积分:1
-
point的设计
point的设计-point designing
- 2023-06-20 10:20:04下载
- 积分:1
-
多机器人闭环l
多机器人闭环l-phi控制+potential+避障算法VC++实现-Closed-loop multi-l-phi robot control+ Potential+ Obstacle avoidance algorithm VC++ Realize
- 2023-07-07 04:55:04下载
- 积分:1