-
a test for each of the input and output of SR does not contain redundant after t...
针对每一个测试的输入,输出化简后不包含多余括号的表达式。注意化简只是去掉多余的括号,不是进行数学变换。-a test for each of the input and output of SR does not contain redundant after the brackets expression. Simplification is to remove redundant brackets, not mathematical transform.
- 2022-02-12 16:41:21下载
- 积分: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
-
程序源代码
遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广...
程序源代码
遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛应用于组合优化、离散优化、工程优化等领域。旅行商问题是一种NP难的组合优化问题,具有重要的理论研究价值和实际应用背景。然而,传统遗传算法中存在有不足,需要提出新的改进的遗传算法,并应用于旅行商问题的求解。-Genetic algorithm source code is based on Darwin" s theory of evolution of an intelligent optimization algorithm, a complex system can be used to optimize the robustness of the search algorithm, the application of traditional methods to solve difficult and complex, nonlinear problems, can be widely used in combinatorial optimization, discrete optimization, engineering, optimization and other fields. Traveling Salesman Problem is a NP hard combinatorial optimization problem, has important theoretical value and practical application of research background. However, the traditional genetic algorithm, there is less than the need to introduce new improved genetic algorithm, and applied for solving the traveling salesman problem.
- 2022-07-04 18:15:39下载
- 积分:1
-
墨香管理器 1.0 - 单机墨香吧
18/6/2016 9.30PM
(新增)ini文件用来设置表的Column:转身,泡点 以及默认SQL登入地址,账号,密码
(新增)在表右键可查看角色面板等等
- 2022-03-13 22:16:47下载
- 积分:1
-
内存当中有关网页的操作,可以将查找到的内容全部表上颜色,在不用建立文件的情况下装载网页。...
内存当中有关网页的操作,可以将查找到的内容全部表上颜色,在不用建立文件的情况下装载网页。-Memory among the website s operation, you can find all the tables on the content of the color, do not create the document in the case of loading pages.
- 2022-02-03 05:44:51下载
- 积分:1
-
可以用于穿越火线游戏,一个小东西,很简单的东西
可以用于穿越火线游戏,一个小东西,很简单的东西-D3D -perspective, can be used to cross the Line of Fire Games, a small thing, very simple things
- 2022-07-11 10:30:30下载
- 积分:1
-
ini文件读写类
一个ini文件读写类操作的包装类,完全可以拿来直接使用 代码简洁,具体 请自己参考
- 2023-08-18 20:40:03下载
- 积分:1
-
一个标题拦上的按纽
一个标题拦上的按纽-A button the caption of the window s frame
- 2022-06-01 11:53:29下载
- 积分:1
-
如何用Delphi制作录音程序 谈"黑洞2001"杀防火墙的实现与对策 安装与卸载之卸载篇...
如何用Delphi制作录音程序 谈"黑洞2001"杀防火墙的实现与对策 安装与卸载之卸载篇---程序自杀 “冰河”启示录 用Delphi在局域网中实现网上影院 谈Delphi编程中-how to develop recording program using Delphi. talk the reality and countermeasure about "black hole 2001" killing firewalls. install and uninstall section-program selfkilling "ice age" revelations. realize online theater with Delphi in the intranet,and talk about Delphi in
- 2022-03-19 20:46:49下载
- 积分:1
-
control the content of text1 click automatic selection, it is convenient.
text1控件内容单击自动选择,很方便。-control the content of text1 click automatic selection, it is convenient.
- 2022-05-19 08:23:32下载
- 积分:1