-
电子书阅读器实例
电子书阅读器实例
- 2015-04-14下载
- 积分:1
-
输出skyline 天际线
改代码内部输入数据均是hotel相关数据,有关高度、左右坐标值,计算skyline的结果是将数据,首先转化为向量的列表,然后将列表中的数据映射的相应的二维或者多维空间中,然后根据相应的skyline算法计算skyline的结果。
- 2022-02-05 11:06:16下载
- 积分:1
-
AnitVirus
基于Android杀毒软件
初学Android,此程序为毕设设计,仅作为学习使用,病毒库特征码保存在文本文件中,使用几个特殊字符分割,该文件保存在我临时网盘中,测试请自行更换URL,也可联系我获取病毒特征码提取程序(Android-based antivirus software beginner Android, this procedure is completed the set design, just as learning to use virus signatures stored in a text file, use several special characters split, the file is saved in my temporary network disk, replace the self-test URL, can also contact me to obtain virus signatures extraction procedure)
- 2013-12-06 15:32:09下载
- 积分:1
-
集中管理的旅行社
这是一个关于旅行管理Web服务应用程序,这个应用程序的目的是集中一个旅行社如酒店预订,不同的服务
- 2023-05-19 13:55:03下载
- 积分:1
-
模拟退火算法在 java 中
在此示例中我们都能超过一半路程了我们最初的随机生成 route.shows 如何方便这个相对简单的算法是应用于某些类型的优化问题时。
- 2022-03-12 23:38:55下载
- 积分: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
-
电源功率
&功率功率功率功率功率功率功率功率功率功率功率功率功率功率功率
- 2023-03-20 13:50:04下载
- 积分:1
-
中国象棋
这是java 实现的的网络对战游戏 中国象棋,其中里面包含详细的注释和思路分析实现了网络相关的所有功能你可以继续按照自己想法去完善属于自己的程序
- 2022-06-14 15:26:38下载
- 积分:1
-
Android开源小说阅读器CoolReader源码
Android开源小说阅读器CoolReader源码
- 2015-04-06下载
- 积分:1
-
java开发面试题
本面试题主要是针对有两至三年工作经验的人总结的一个面试题,题目包括前端和后端的知识点,java基础、java前端和java后端都有涉及,希望对大家有帮助,那么我将很高兴了
- 2022-06-19 21:54:57下载
- 积分:1