-
AWT 和波动
摆动提供模拟的几个平台的外观和感觉,并还支持一个可插拔的外观和感觉,允许应用程序有无关的底层平台的外观和感觉的本机外观和感觉。它有比 AWT 更强大和灵活的组件。除了熟悉组件 (如按钮、 复选框和标签,摆动提供几个先进的组件,如选项卡式的面板、 滚动窗格、 树、 表格和列表。
- 2022-03-18 14:42:52下载
- 积分:1
-
android应用中的各种报表
展示各种android应用中的报表图表
- 2013-06-04下载
- 积分:1
-
android 多线程实例源码下载
android 多线程实例源码下载
- 2015-05-13下载
- 积分:1
-
Eight queens puzzle
八皇后难题是放置八个象棋的问题;
- 2022-01-26 01:22:49下载
- 积分:1
-
支持向量机应用示例
支持向量机(Support Vector Machine, SVM)是一类按监督学习(supervised learning)方式对数据进行二元分类(binary classification)的广义线性分类器(generalized linear classifier),其决策边界是对学习样本求解的最大边距超平面(maximum-margin hyperplane),属于机器学习方法比较高级的一种,被应用于风电、水电的模拟,黑箱模型,模拟效果较好
- 2019-03-20下载
- 积分:1
-
Cards-UI-master
卡片式View,支持单个卡片,item为卡片的ListView
使用:
CardListView list = ...
list.setCardTheme(CardTheme.Dark)
CardAdapter adapter = new CardAdapter(this, android.R.color.holo_blue_dark)
list.setAdapter(adapter)
// Alternatively, you can pass a context and string resources in place of strings
// CardHeader has an optional second parameter for a subtitle
CardHeader header = new CardHeader( I m a header )
// You can optionally set an action to the header
// Specifying no action title will default to See More
header.setAction( See More , new CardHeader.ActionListener() {
@Override
public void onHeaderActionClick(CardHeader header) {
// Do whatever you want
}
})
// Add the header to the adapter, automatically notifies the list
adapter.add(header)
// Again, you can pass a context and string resources in place of strings
Card card = new Card( Hello , My name is Aidan )
adapter.add(card) (This library is no longer maintained, as this implementation is generally frowned upon in the new Google Material design guidelines, excluding certain situations (like Google Keep type UI). See the new CardView APIs in the Support Library.)
- 2015-01-24 15:06:35下载
- 积分:1
-
java购物网站链接
资源描述可以通过链接进入java web购物网站,也可以进一步 编辑。
- 2022-02-10 07:19:16下载
- 积分:1
-
Voucher and Token Purchase System
本文件描述了自动售货系统的规范。交换的信息(请求)
- 2022-07-22 11:32:07下载
- 积分:1
-
基于tcp的java通信
java开发带有界面的程序,可传送文件和字符串。未使用网络框架。是刚学习完java,写出来的练手的东西,话说出来两年多也没提高多少。
- 2022-02-14 07:39:29下载
- 积分:1
-
文档自动分类器
基于贝叶斯算法的文件自动分类,采用贝叶斯算法提取文档中的特征参数,通过已训练的文档,进行实时分类,可永久保存,并支持手动分类,并加入训练集。
软件功能:
能够实现根据用户选择的文件,在判断文件的格式符合本软件系统能够处理的文件格式后,读取文件中的信息并筛选,再根据筛选出的内容进行机器自动分类。若机器自动分类成功,则在消息框显示分类的结果信息,并让用户选择是否将该文件复制到相应的文件夹中。若机器自动分类失败,则提示是否要进行人工分类。若确认进行人工分类,则在消息框显示分类的结果信息,记录分类结果,并进行机器学习。
- 2022-03-16 03:31:23下载
- 积分:1