登录
首页 » 算法 » on the rough tree algorithm

on the rough tree algorithm

于 2022-02-21 发布 文件大小:5.05 kB
0 146
下载积分: 2 下载次数: 1

代码说明:

讲解了树的粗略算法-on the rough tree algorithm

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • BBS论坛uml
    BBS论坛主要是用来在网上交流意见的,有人提出一个问题或者见解,其他人可以针对不同的方面提出自己的想法并发表自己的见解。但是为了保证论坛的安全性,不是任何人都可以发表帖子和回复帖子的,必须以会员的身份登录到系统后,才能发表和回复帖子。因此BBS论坛将用户划分为4类:普通游客、普通会员、版主、管理员。
    2023-09-07 15:00:04下载
    积分:1
  • 牛顿
    牛顿-拉格朗日插值法C++源代码,最新修改的通码,网友可以-Newton-Lagrange interpolation C source code, the latest revision of immigration code, net surfers can s
    2022-03-02 14:15:10下载
    积分:1
  • 人脸追踪 FaceTrace
    应用背景 人脸识别 人脸追踪 The software is provided under the terms of this licence stricly for //       academic, non-commercial, not-for-profit purposes. //     * Redistributions of source code must retain the above copyright notice,  //       this list of conditions (licence) and the following disclaimer. //     * Redistributions in binary form must reproduce the above copyright  //       notice, this list of conditions (licence) and the following disclaimer  //       in the documentation and/or other materials provided with the  //       distribution. //     * The name of the author may not be used to endorse or promote products  //       derived from this software without specific prior written permission. //     * As this software d
    2022-08-14 06:55:42下载
    积分:1
  • thread_tree
    此程序使线程的树和计算为了遍历写作由 c plus
    2022-06-12 20:14:13下载
    积分:1
  • 人工智能实验,野人与传教士问题的源码,vc++编译。
    人工智能实验,野人与传教士问题的源码,vc++编译。-Artificial intelligence experiments, Savage and missionaries problem code, vc++ compiler.
    2023-02-13 02:10:03下载
    积分:1
  • 风速模拟程序
    对满足weibull分布的风速进行monte carol 模拟,计算结果可以作为风速的概率分布
    2022-03-18 10:09:50下载
    积分:1
  • BMP的C++生成代码
    使用C++编程语言实现BMP的文件生成,BMP是一种常见的图像格式。BMP 文件由文件头、位图信息头、颜色信息和图形数据四部分组成,生成较为复杂。附件提供了完成的BMP文件生成的代码及其具体的讲解。
    2022-03-23 05:15:52下载
    积分:1
  • telnet,common telnet
    import java.io.InputStream; import java.io.PrintStream; import org.apache.commons.net.telnet.TelnetClient; public class TelnetTest {     private TelnetClient telnet = new TelnetClient();         private InputStream in;         private PrintStream out;    
    2022-03-16 19:54:43下载
    积分:1
  • 使用java语言实现的c4.5决策树
    使用java语言实现数据挖掘的C4.5决策树算法。其中用到4个class,myc45是主函数,values代表计算属性的取值,attribute用于计算信息增益比,以求找出最适用于分类的属性val则是处理输入的数据的类
    2022-02-01 00:19:15下载
    积分:1
  • base64.js 保存图像
    Base64是一种基于64个可打印字符来表示二进制数据的表示方法。由于2的6次方等于64,所以每6个比特为一个单元,对应某个可打印字符。三个字节有24个比特,对应于4个Base64单元,即3个字节需要用4个可打印字符来表示。它可用来作为电子邮件的传输编码。在Base64中的可打印字符包括字母A-Z、a-z、数字0-9  ,这样共有62个字符,此外两个可打印符号在不同的系统中而不同(本类库里面用的是`+`,`/`这两个字符)。一些如uuencode的其他编码方法,和之后binhex的版本使用不同的64字符集来代表6个二进制数字,但是它们不叫Base64。Base64常用于在通常处理文本数据的场合,表示、传输、存储一些二进制数据。包括MIME的email,email via MIME, 在XML中存储复杂数据.[摘自:维基百科]Base64其实是一种简单的置换加密方式,但是BASE64的用处往往并不是为了防止信息泄露,而且为了方便传输,进过BASE64编码后的信息会比原始信息长,大概是4/3倍。昨天本人写一个基于javascript实现的一个Base4编码和解码的一个类库,下载地址是:http://code.google.com/p/lazycode/downloads/detail?name=Base64.js&can=2&q=#makechanges。   国内git库: 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-03-23 17:05:53下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载