虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Benefits-and-<b>Challenges</b>-of-MMS-Co

  • 自己开发的b+树代码,经过本人测试,已经初步通过,有问题请联系我

    自己开发的b+树代码,经过本人测试,已经初步通过,有问题请联系我

    标签: 代码 测试

    上传时间: 2014-09-02

    上传用户:lht618

  • 是当初的数据结构的做业,用的是b+树这一块,非常值得初学者的参考

    是当初的数据结构的做业,用的是b+树这一块,非常值得初学者的参考

    标签: 数据结构 初学者

    上传时间: 2013-12-12

    上传用户:sqq

  • 最新的支持向量机工具箱

    最新的支持向量机工具箱,有了它会很方便 1. Find time to write a proper list of things to do! 2. Documentation. 3. Support Vector Regression. 4. Automated model selection. REFERENCES ========== [1] V.N. Vapnik, "The Nature of Statistical Learning Theory", Springer-Verlag, New York, ISBN 0-387-94559-8, 1995. [2] J. C. Platt, "Fast training of support vector machines using sequential minimal optimization", in Advances in Kernel Methods - Support Vector Learning, (Eds) B. Scholkopf, C. Burges, and A. J. Smola, MIT Press, Cambridge, Massachusetts, chapter 12, pp 185-208, 1999. [3] T. Joachims, "Estimating the Generalization Performance of a SVM Efficiently", LS-8 Report 25, Universitat Dortmund, Fachbereich Informatik, 1999.

    标签: 支持向量机 工具箱

    上传时间: 2013-12-16

    上传用户:亚亚娟娟123

  • SPLASH is a c++ class library that implements many of the Perl constructs and data types, including

    SPLASH is a c++ class library that implements many of the Perl constructs and data types, including extensive regex regular expression pattern matching. For those not familiar with Perl, it is an excellent scripting language by Larry Wall and is available for most platforms. This Class library provides List, String, Regular Expression, and text manipulation handling capabilities based on those provided in Perl

    标签: implements constructs including library

    上传时间: 2013-12-07

    上传用户:1583060504

  • 注塑机生产过程的微机控制系统设计本系统设计是通过8255A并行端口A、B传输数据控制12个LED发光二级管的亮灭来模拟控制两台注塑机的生产过程。其中端口A和B分别对应1号和2号注塑机

    注塑机生产过程的微机控制系统设计本系统设计是通过8255A并行端口A、B传输数据控制12个LED发光二级管的亮灭来模拟控制两台注塑机的生产过程。其中端口A和B分别对应1号和2号注塑机,每一个LED代表一个工序。编程语言采用BORLAND C++语言。

    标签: 8255A 注塑机 LED 生产过程

    上传时间: 2013-12-25

    上传用户:叶山豪

  • 98年全国大学生数学建模竞赛B题“水灾巡视问题”

    98年全国大学生数学建模竞赛B题“水灾巡视问题”,是一个推销员问题,本题有53个点,所有可能性大约为exp(53),目前没有好方法求出精确解,既然求不出精确解,我们使用模拟退火法求出一个较优解,将所有结点编号为1到53,1到53的排列就是系统的结构,结构的变化规则是:从1到53的排列中随机选取一个子排列,将其反转或将其移至另一处,能量E自然是路径总长度。具体算法描述如下:步1: 设定初始温度T,给定一个初始的巡视路线。步2 :步3 --8循环K次步3:步 4--7循环M次步4:随机选择路线的一段步5:随机确定将选定的路线反转或移动,即两种调整方式:反转、移动。步6:计算代价D,即调整前后的总路程的长度之差步7:按照如下规则确定是否做调整:如果D0,则按照EXP(-D/T)的概率进行调整步8:T*0.9-->T,降温

    标签: 大学生 数学建模 巡视 竞赛

    上传时间: 2015-03-14

    上传用户:himbly

  • 图书管理程序,b-tree,c++语言完成。程序非常的棒

    图书管理程序,b-tree,c++语言完成。程序非常的棒

    标签: b-tree 程序 图书管理 语言

    上传时间: 2013-12-19

    上传用户:love1314

  • B树的相关算法。源程序

    B树的相关算法。源程序,C文件压缩。包括建立,插入等等相关的操作。

    标签: 算法 源程序

    上传时间: 2013-11-26

    上传用户:yepeng139

  • 本系统采用B/S架构

    本系统采用B/S架构,是学校智能办公系统的一部分,菜单中的“用户管理”、“权限管理”、“菜单管理”、“帮助主题”已集成在办公系统之中,因此本系统不提供这几项功能。 2、本系统采用集中管理、分工合作的方式,将用户分为五个级别,每个级别的用户只能使用相应的功能,因此,能公平、公正、公开地考评各位教师的教学质量。 3、支持多人同时操作和远程操作,大大缩短数据录入时间。

    标签: 架构

    上传时间: 2015-03-16

    上传用户:yan2267246

  • The ability to create groups of reports, and grant users access to reports by group. The ability to

    The ability to create groups of reports, and grant users access to reports by group. The ability to generate reports as PDF, XLS, HTML, and CSV files. The ability to generate bar, pie and xy charts for inclusion in reports. The ability to schedule and email PDF, XLS, and CSV reports. The ability to define reusable report parameters. Available parameter types include Date, Text, and Query Parameters. The ability to create multiple DataSources for use in generating reports. Support for JNDI DataSources and internal connection pooling via Commons-DBCP is included. The ability to upload and hot deploy new reports. Web based administration of users, groups, reports, parameters, and datasources. Cross platform database support via Hibernate based persistence layer. Available in a preconfigured bundle with Apache Tomcat.

    标签: ability reports The to

    上传时间: 2014-01-14

    上传用户:franktu