资源列表
[数值算法/人工智能] acm程序
说明:acm亚洲区竞赛的一个题目(关于任务调度的)以及我的程序实现Asia Regional_Taipei Site Dec.10-13.1999Program EBroadcast Scheduling -acm Asia a topic of race (on the task scheduling), and I realize the procedures Asia Regional_Taipei Site GC.6/Dec.10 - 13.1999Program EBroadcast Sch<付治钧> 在 2008-10-13 上传 | 大小:19.18kb | 下载:0
[数值算法/人工智能] C++ Matrix Template Class Library Lite V1.12
说明:This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this hea<秦子翼> 在 2008-10-13 上传 | 大小:39.07kb | 下载:0
[数值算法/人工智能] 课程设计报告a运算器部件
说明:运算器部件的实现和功能 主要为学习计算机组成原理的同学 提供-computing components and functions of the realization of the main tenets of computer components provide students<周萍> 在 2008-10-13 上传 | 大小:19.99kb | 下载:0
[数值算法/人工智能] Jama-1.0.1.tar
说明:JAMA: A Java Matrix Package 用于JAVA开发中的矩阵运算-JAMA : A Java Matrix Package for the development of Java-matrix calculation<zc> 在 2008-10-13 上传 | 大小:79.24kb | 下载:0
[压缩解压] 实现LZARI压缩算法的C++类
说明:这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件. 一共提供了5个对外接口: -LZARI algorithm based on the type of data compression. Haruhiko SAP in 1<张吗恩> 在 2008-10-13 上传 | 大小:1.34kb | 下载:0
[数值算法/人工智能] mime64b
说明:WHAT MIME64 IS: MIME64 is an encoding described in RFC1341 as MIME base64.Its purpose is to encode binary files into ASCII so that they may be passedthrough e-mail gates. In this regard, MIME64 is similar to UUENCODE.Although most binaries these days<苏星> 在 2008-10-13 上传 | 大小:31.67kb | 下载:0
[数值算法/人工智能] 透视仪
说明:一个acm算法题目 问题描述: 有一个黑盒子,可视为一个15×10的二维矩阵,里面有一些空隙,在二维矩阵中用0表示空隙,用1表示被占有。现有一个仪器,可以从4个方向对盒子进行分行透视:从左到右,从左下到右上,从下到上,从右下到左上。透视可得到该二维矩阵的该行1的个数。要求,还原此矩阵。 输入:4行,每一行分别代表从左到右,从左下到右上,从下到上,从右下到左上透视所得的数据 输出:该矩阵 使用的方法是回溯法,具体见程序-a acm algorithm topic Problem descr ipt<陶锐> 在 2008-10-13 上传 | 大小:4.97kb | 下载:0