-
calculator
我在c builder中制作的这个计算器将帮助您进行任何操作。例如like+/-/*。
- 2022-10-26 02:20:03下载
- 积分:1
-
视图分割窗口
Views, Tabs and Splitters
- 2023-02-22 00:55:04下载
- 积分:1
-
Floyd-Steinberg Dithering佛洛伊德斯坦伯格抖动算法
只有三个核心函数。
PlusTrancate,FindNearestColor和Process。
PlusTrancate尝试将一个量化误差添加到现有颜色中,并防止流过色,因为最大数为255。
FindNearestColor是最接近的颜色,您需要将调色板传递到此函数中以查找您要查找的映射。
例如
[{0,0,0},{255,255,255}]表示黑白
[{255,0,0},{0,255,0},{0,0,255}]表示RGB
[{0,255,255},{255,0,255},{255,255,0}]表示CMY
图像的每个像素的核心功能过程然后从该像素获得最近的颜色,并从环绕颜色计算量化误差,使图像变得更具代表性。
- 2023-05-20 15:10: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
-
此为电极加工的数据的后处理程式,它将读取一中性的TXT文档来进行数据的处理!...
此为电极加工的数据的后处理程式,它将读取一中性的TXT文档来进行数据的处理!-electrode processing of this data post-processing program, which will read a neutral TXT files for data processing!
- 2022-06-27 00:19:18下载
- 积分:1
-
动态程序框架例子,一个主程序,将动态库中的界面调到主程序中,有多少个动态库由主程序自动识别。相当于插件功能:)...
动态程序框架例子,一个主程序,将动态库中的界面调到主程序中,有多少个动态库由主程序自动识别。相当于插件功能:)-dynamic procedural framework example, a main program, the dynamic repository transferred to the main program interface, the number of DLL by the main program automatic identification. The equivalent plug-in function :)
- 2022-02-03 06:45:50下载
- 积分:1
-
This is my test of how successful Windows CE to achieve self
这是本人测试成功了的如何在Windows CE下实现自启动和创建快捷方式以及将快捷方式
复制到桌面上-This is my test of how successful Windows CE to achieve self-starting and create a shortcut and copy the shortcut to the desktop
- 2023-08-26 23:10:03下载
- 积分:1
-
多移动机器人编队容错程序VC++实现源码
多移动机器人编队容错程序VC++实现源码-Multiple mobile robots formation of fault-tolerant procedures VC++ Realize source
- 2022-04-24 01:46:57下载
- 积分:1
-
通过设置的热键,对当前的屏幕进行鼠标的录制,成鼠标录制器
通过设置的热键,对当前的屏幕进行鼠标的录制,成鼠标录制器
- 2022-08-14 07:41:43下载
- 积分:1
-
Effective C++中文第2版,深入学习C++的好书
Effective C++中文第2版,深入学习C++的好书-err
- 2022-02-26 18:32:59下载
- 积分:1