-
2048 java 代码
2048 java 代码
- 2022-01-25 15:07:36下载
- 积分:1
-
poi把表单导出excel
一个简单而又实际的例子poi把表单导出excel,这个例子既有对excel的读功能同时又有对excel的写的功能,方便我们学习poi对excel的操作。
- 2022-08-20 17:32:23下载
- 积分:1
-
短文本聚类
使用各类算法进行短文本聚类,包括K-mean、DBSCAN等,可以对微博、短信等文本进行聚类,然后进行数据挖掘
- 2022-10-13 12:50:06下载
- 积分:1
-
DecainDecain
脱咖啡因脱咖啡因脱咖啡因脱咖啡因
- 2022-08-04 03:40:00下载
- 积分:1
-
酒店管理系统
使用数据库SQL Server 2000(1)将Database文件夹中的扩展名为.MDF和.LDF的两个文件拷贝到SQL Server安装路径下的Data文件夹中。(2)打开SQL Server 2000中的“企业管理器”,然后展开本地服务器,在“数据库”数据项上单击鼠标右键,在弹出的快捷菜单中选择“所有任务”/“附加数据库”菜单项。(3)将弹出“附加数据库”对话框,在该对话框中单击【】按钮,选择所要附加数据库的.MDF文件,单击【确定】按钮,即可完成数据库的附加操作。
- 2022-03-20 03:36:03下载
- 积分:1
-
电影推荐系统源码
应用背景This file contains installation notes and some instructions for those
who want to get started quickly. Much more detailed documentation on
how to setup and program CoFE is available in the Docs subdirectory.
关键技术System Requirements:
1. j2sdk1.4.1 or above
2. MySQL database 3.* or above
Note: CoFE comes distributed with the MySQL client libraries
ConnectorJ 2.X in lib/3rdParty/mysql-connectorJ-2.0.14/mysql.jar. If you want to use the 3.X ConnectorJ
libraries, you can download them yourself from www.mysql.com, but
you will need to update the ant build files
and possibly bin/start_server.sh to point to the new library.
- 2023-01-05 07:00:03下载
- 积分:1
-
狮身人面像演示你好世界代码
这是狮身人面像语音识别样本你好世界代码。 / ** 版权所有 1999年-2004年卡内基 · 梅隆大学。* 部分版权所有 2004 Sun Microsystems Inc.* 部分版权所有 2004年三菱电机研究实验室。* 所有版权。使用是根据许可条款。** 在用法上看到"license.terms"文件的信息,* 重新分配此文件中,并为所有免责声明* 担保。**/包 demo.sphinx.helloworld ;导入 edu.cmu.sphinx.frontend.util.Microphone ;导入 edu.cmu.sphinx.recognizer.Recognizer ;导入 edu.cmu.sphinx.linguist.Linguist ;导入 edu.cmu.sphinx.result.Result ;导入 edu.cmu.sphinx.util.props.ConfigurationManager ;导入 edu.cmu.sphinx.util.props.PropertyException ;导入 java.io.File ;导入 java.io.IOException ;导入 java.net.URL ;/*** 简单的 HelloWorld 演示程序,展示了一个简单的语音应用程序* 建立使用狮身人面像-4。此应用程序使用狮身人面像 4 endpointer,* 自动分割传入的音频到话语和沉默。*/公共类 HelloWorld {静态配置应用程序厘米 ;/*** 主要方法运行 HelloWorld 演示。*/公共静态 void 主要 (字符串 [] args) {试着 {URL 的 url ;如果 (args.length > 0) {
- 2022-04-06 18:30:19下载
- 积分:1
-
android opengl 综合运用
一些android上关于opengl综合运用的例子,简单明了,适合想学好android却又苦于不知道如何开始的新手!里面的一些例子在android开发平台上都通过测试!
- 2022-03-14 15:21:56下载
- 积分:1
-
俄罗斯方块双人版源码
应用背景适合刚刚学习java的新手看,可以拿去练手,熟悉所学的知识,并灵活的运用它们,该程序在传统的俄罗斯方块的基础上,添加了一个玩家,可以支持两名玩家同时操作。关键技术该程序主要运用了 Java Swing 和java中的一些基本知识。
- 2022-09-10 10:20:03下载
- 积分:1
-
naive bayes
Read in training dataset and test dataset, and store them in memory.
Implement a basic classification method, which includes both training process and test process. Given a training dataset, the classification method should be able to construct a classifier correctly and efficiently. Given a test dataset, the classification method should be able to predict the label of the unseen test instances with the aforementioned classifier.
- 2022-08-25 05:02:10下载
- 积分:1