登录
首页 » ADO-ODBC » 新西兰大学开发的一款数据挖掘软件,在java虚拟机环境下运行,用户可以自己编写算法程序在软件里进行验证...

新西兰大学开发的一款数据挖掘软件,在java虚拟机环境下运行,用户可以自己编写算法程序在软件里进行验证...

于 2022-01-25 发布 文件大小:15.35 MB
0 95
下载积分: 2 下载次数: 1

代码说明:

新西兰大学开发的一款数据挖掘软件,在java虚拟机环境下运行,用户可以自己编写算法程序在软件里进行验证-New Zealand University developed a data mining software in java virtual machine environment running, the user can prepare its own procedures in the software algorithm to verify

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

发表评论

0 个回复

  • 本同学录系统演示地址: http://class.19870123.cn/ 下载后请在Web.Config里更改设置,如数据库路径等 如果要换sq...
    本同学录系统演示地址: http://class.19870123.cn/ 下载后请在Web.Config里更改设置,如数据库路径等 如果要换sql数据库,请将app_code里的MyPage.cs改为以下代码即可 public class MyPage : LeeHom.Web.UI.SqlPage { } public class MyMasterPage : LeeHom.Web.UI.SqlMasterPage { } 并在Web.Config里设置数据库为SqlServer Sql的执行语句在App_Data下DataBase.sql 后台管理:http://网址/admin/ 默认管理员:admin 密码:admin 可注册一个新用户后设置新用户为管理员后删除admin用户-demonstration of the website address : http :// class.19870123.cn/downloading please Web.Config Lane Change settings , such as databases, etc. If they took the path sql database I would be grateful if the app_code Lane MyPage.cs code can be replaced by the following public class MyPage : LeeHom.Web.UI.SqlPage () public class MyMast erPage : LeeHom.Web.UI.SqlMasterPage () and Web.Confi g Lane SqlServer database for the implementation of SQL statements under the App_Data DataB ase.sql background Management : http:// website/admin/default administrator : admin Password : admin can register a new user after
    2022-01-24 18:03:38下载
    积分:1
  • ADO操作Access示例vc
    ADO操作Access示例vc-operate access example by ado
    2022-04-18 01:30:30下载
    积分:1
  • [数据库]微软用于MicrosoftAccess2.0多列表处理的控件产品,供大家参考...
    [数据库]微软用于MicrosoftAccess2.0多列表处理的控件产品,供大家参考-[database] Microsoft for more MicrosoftAccess2.0 list of controls products, for your reference
    2023-08-06 18:00:03下载
    积分:1
  • 在vb中调用excel文件,进行excel的设置和数据的处理。
    在vb中调用excel文件,进行excel的设置和数据的处理。-in vb Calling excel, excel for the setup and data processing.
    2022-07-21 01:26:06下载
    积分:1
  • Online Grades is based on the project, Basmati. It has all of the same base feat...
    Online Grades is based on the project, Basmati. It has all of the same base features plus many new features. OG is a web based grade posting system, which allows teachers to post Grades from many grade books, then allows parents/students to view grades.
    2022-06-22 04:51:59下载
    积分:1
  • the book introduces the Delphi7 for database application systems development. Th...
    本书主要介绍在Delphi7中进行数据库应用系统的开发.前3章简要介绍数据库开发的基本知识,包括数据库开发工具、字段对象、数据查询与显示、SQL语言应用、存储过程、报表应用与开发、dbExpress编程和ADO编程等。第4章通过编程实例来说明通过数据库引擎(BDE)访问数据库的编程方法。第5章通过编程实例分别使用SQL Server数据库系统和Access数据库系统来说明Delphi7中SQL编程应用和ADO方法编程应用。本书对读者进行数据库应用开发具有非常衫的参考价值。本书源程序可以从中国水利水电网站-the book introduces the Delphi7 for database application systems development. The first three chapters briefed several It was developed for the basic knowledge, including database development tools, field object, data query and display. SQL applications, stored procedures, and reporting applications development, dbExpress ADO programming and other programming. Chapter 4 through programming examples to illustrate through the database engine (BDE) access to the database programming method. Chapter 5 through programming examples were used SQL Server database system and the Access database system Note Delphi7 Application Programming SQL and ADO application programming methods. Readers of the book database application development shirt with
    2022-11-11 15:45:03下载
    积分:1
  • 1. 基本信息的管理系统,基本功能如下: (1)能够完成新、老生信息的输入、修改、删除等工作,学生的基本信息,包括学号、姓名、性别、籍贯等,具体可根据需求自...
    1. 基本信息的管理系统,基本功能如下: (1)能够完成新、老生信息的输入、修改、删除等工作,学生的基本信息,包括学号、姓名、性别、籍贯等,具体可根据需求自行设计; (2)能够完成课程信息的输入、修改、删除等工作,课程的基本信息,包括课程编号、课程名称、学时、学分、先修课等,具体可根据需求自行设计; (3)可以按照特定的信息进行查找,并按照特定的要求进行排序; (4)可以对学生及课程的基本信息进行打印输出; 2. 学生成绩的管理,基本功能如下: (1)学生成绩的输入、修改、删除等基本操作; (2)成绩的查询功能,可以按学号、姓名等进行成绩查询; (3)成绩的综合统计功能,包括学生成绩按照不同条件进行排名,管理人员可以选择不的排序条件,并可以将排序结果进行打印输出; (4)计算每个学生的总成绩、平均成绩,所有学生单科的平均成绩,找出总成绩和单科成绩最高的学生并输出; (5)计算各班的总分和平均分,并按照平均分将各班成绩进行排序。 (6)统计不及格考生的信息; (7)学生奖励统计,自动生成每班获得奖学金的同学的信息,并可以将奖学金分成不同的等级,以及所得奖学金的数目。-err
    2022-03-02 14:10:39下载
    积分:1
  • sqlite编程必备工具,它能帮助你更快更好更正确的编写SQL语句...
    sqlite编程必备工具,它能帮助你更快更好更正确的编写SQL语句-sqlite programming tool that can help you faster and better to prepare a more accurate SQL statements
    2023-01-15 10:25:04下载
    积分:1
  • Management information systems in many of the forms have some common elements: t...
    在很多管理信息系统的窗体都有一些共同点:可以通过框架菜单打开各种类型的视图窗口,而这些视图窗口具有MDI的一些特点,可以在框架窗体中最小化最大化还原等,并且点击菜单只能产生一个窗口(象SDI)。这种形式的窗口设计给人与一种条理感。于是我用VC6.0尝试创建这种窗口,现将整个过程为大家写下来,这里应含有MFC的一些内幕技术。 -Management information systems in many of the forms have some common elements: the menu can be opened through the framework of various types of view window, which has a view window MDI some of the features, you can form in the framework of maximizing the smallest reduction, etc., and Click on the menu can only have a window (as SDI). This form of window design gives people with a sense of well-organized. So I use VC6.0 attempt to create such a window, now the whole process for everyone to write down here should contain a number of insider MFC technology.
    2022-03-21 03:05:30下载
    积分:1
  • 校园门禁系统 6。0编写
    校园门禁系统 6。0编写-Campus Access Control System 6. Prepared 0
    2022-08-26 06:59:21下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载