-
数学算法原书光盘
数学算法原书光盘-mathematical algorithms original CD
- 2022-01-26 03:22:05下载
- 积分:1
-
一种混杂粒子群优化算法,通过单纯形加速优化过程
一种混杂粒子群优化算法,通过单纯形加速优化过程-A hybrid particle swarm optimization algorithm, to accelerate the adoption of simplex optimization process
- 2022-06-16 04:09:21下载
- 积分:1
-
有关哈希表的程序
有关哈希表的程序-Procedures related to hash table
- 2023-08-25 22:55:03下载
- 积分:1
-
最短路径语言源代码实现的若干计划
多段图的最短路径 c语言实现源代码
可以运行-A number of plans the shortest path c language source code implementation
- 2022-05-08 18:49:56下载
- 积分:1
-
C#计算器
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Runtime.InteropServices;
using System.IO;
namespace 计算器
{
///
/// Form1 的摘要说明。
///
public class Form1 : System.Windows.Forms.Form
{
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button11;
private System.Windows.For
- 2023-01-30 17:15:03下载
- 积分:1
-
关于河内塔的一个算术分辨率。采用Visaul C++编译
河内塔的数学解析。用VisualC++编写
- 2022-05-26 09:11:12下载
- 积分:1
-
马踏棋盘
贪心加回溯,按照顺时针顺序,每次产生一个新的路点,并验证此路点的可用性,需要考虑的问题包括是否超出棋盘和此点已经走过与否。如新路点可用,则入栈,并执行下一步,每次按照上一路点的位置生成新路点。如一个路点的可扩展路点数为0,则走不下去了,进行回溯。
- 2023-09-01 02:05:03下载
- 积分:1
-
中科院的概率上下无关文法的句法分析
概率句法分析器对于统计自然语言处理的很多高层应用,如统计机器翻译、问答系统、信息抽取、文本挖掘等都是至关重要的,直接决定这些应用系统的最终性能。本系统是一个概率型的Chart分析器。系统的分析算法是采用了多种优化策略。分析结果是概率最大的一棵分析树。在概率模型方面,本系统在一定程度上突破了PCFG的缺点
- 2022-02-04 10:04:33下载
- 积分:1
-
1. 实现原理: * 任何一个数都可以表示成指数形式,如下所示: * * N=nEe (0=<n的绝对值<=1,e为10的指数幂) * * 例如10...
1. 实现原理: * 任何一个数都可以表示成指数形式,如下所示: * * N=nEe (0=
- 2022-05-09 05:35:56下载
- 积分:1
-
Gateway v.10 c++
Gateway , bad packet convert to and send gameserver and fix all wrong packets , written by osmanx share ty kingofknight.net thanksssssssssssssss
- 2022-02-01 01:13:47下载
- 积分:1