-
BOOKSTORE
一个功能较完善的网上书店系统!jsp开发的 有你学习的必要!!(A feature of the online bookstore of a better system!)
- 2009-06-15 22:54:34下载
- 积分:1
-
bankSystem
创建一个名为Invoice的类,硬件商店可以使用它来表示
- 2022-04-08 16:13:46下载
- 积分:1
-
打地鼠 Java
应用背景一个简单的打地鼠游戏,希望能帮助大家学到一点Java的基础。关键技术希望能给大家带来一点收获吧。不同于其他的代码。
- 2023-01-29 07:50:04下载
- 积分:1
-
功放停学创业
资源描述热色大润发讨厌鬼欧克一天天如此Yui不v天天与统一与v与v古v而陷入系统差一个红包就那块表GV趁热GV非常突出于
- 2023-05-12 11:20:03下载
- 积分:1
-
仿微信聊天软件,Socket实现源码
资源描述仿微信聊天软件,Socket实现源码;仿微信聊天软件,Socket实现源码;仿微信聊天软件,Socket实现源码
- 2023-02-24 02:45:05下载
- 积分:1
-
HadoopDemo-master
Hadoop简单应用案例,包括MapReduce、单词统计、HDFS基本操作、web日志分析、Zookeeper基本使用、Hive简单操作等(Hadoop simple application cases, including MapReduce, word counting, HDFS basic operations, web log analysis, Zookeeper basic use, Hive simple operation)
- 2020-06-30 02:40:02下载
- 积分: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
-
html5getcolor
内置5种样式的超酷HTML5颜色选择器源码,有圆形、方形、饼形、环形等5种样式供选择(The cool HTML5 Color Picker source built-in 5 styles, round, square, pie, ring styles to choose from)
- 2013-04-25 09:27:19下载
- 积分:1
-
Java的Delaunay三角网
该方案是两个几何算法的动画写的。 第一个是平面扫描算法。给定一个点的集合,该算法计算出一个三角形和这些点的凸包。第二算法是边缘翻转算法,它翻转由所述第一算法构成的任意的三角测量的边缘。而这种方式找到对应的点集的Delaunay三角网。一个特殊的数据结构(四边)用于使边翻转容易和高效。此文件一般包括动画相关的代码。四EDGE数据结构 在DEindex,Dedge,Edge和三角文件可用。电池和连接文件包括用在平面扫描算法的实现一个双向链表循环链表。凸壳保持在该数据结构中。看到我的项目报告,算法和实施进一步的细节。也这是我的第一个Java程序。我认为这是一个相当amateour工作。希望能改善这个程序,并延长它显示的Voronoi区域,覆盖三角形圆等
- 2023-01-12 02:05:04下载
- 积分:1
-
android TabActivityExample(TabActivity示例)示例源码
android TabActivityExample(TabActivity示例)示例源码
- 2014-03-16下载
- 积分:1