-
队列的代码,希望能帮到大家
队列是一种特殊的线性表,特殊之处在于它只允许在表的前端(front)进行删除操作,而在表的后端(rear)进行插入操作,和栈一样,队列是一种操作受限制的线性表。进行插入操作的端称为队尾,进行删除操作的端称为队头。
- 2022-11-09 19:40:03下载
- 积分:1
-
android 仿QQ菜单设计 实例源码
模仿Qq设计菜单
- 2014-05-29下载
- 积分:1
-
某个培训机构的 很贵的学习 hibernate 培训笔记 ,新手学习用
某个培训机构的 很贵的学习 hibernate 培训笔记 ,新手学习用-A very expensive training institutions of learning hibernate training notes, and newcomers to learn
- 2022-01-25 21:44:10下载
- 积分:1
-
一个高效的计算24点的程序
可以选择是否交换运算参数顺序(不同顺序的加法或乘法)
可以选择是否根据运算符号的前后关系确定是否添加括号
可以选择随机产...
一个高效的计算24点的程序
可以选择是否交换运算参数顺序(不同顺序的加法或乘法)
可以选择是否根据运算符号的前后关系确定是否添加括号
可以选择随机产生四个数字
自动排除重复的计算表达式
- 2022-03-07 17:52:00下载
- 积分:1
-
hi31sp20stru21_emp
spring2.0 hibernate3.3 struts2.1 框架搭建(spring2.0 hibernate3.3 struts2.1)
- 2015-09-06 05:49:43下载
- 积分:1
-
Excel表下载,上传
Excel表下载,上传,工具类 实际测试通过的 谢谢分享
- 2022-03-21 04:46:31下载
- 积分:1
-
Java 编程思想第三版并且内有源码适合初学者学习
Java 编程思想第三版并且内有源码适合初学者学习-Java program idea
- 2022-05-12 18:17:17下载
- 积分:1
-
北大java教程
北大java教程-Beijing University Guide
- 2022-02-03 00:13:18下载
- 积分:1
-
listviewheSQLitezhishi
注意:本项目是基于android studio开发的,eclipse可能无法直接使用。
本项目是一个简单的基于安卓的记事本项目源码,添加或删除数据的时候会出现显示bug(实际数据不会受到影响),bug体现在添加或删除一条数据以后会在listview里面会展示复制一遍操作后的数据。而不会清除原有的列表文本。新手朋友可以拿这个项目来试试手感,顺便看看能不能独立解决这个问题。
本项目涉及的知识点有:
1、SQLite的基本使用,增删查改
2、listview,adapeter的基本使用
3、activity生命周期
4、intent、bundle传递参数
5、AlertDialog的基本使用(Note: this project is based on the development of studio eclipse, Android may not be able to directly use.
This project is a simple Notepad program source code based on Android, add or delete data will appear when the display bug (actual data will not be affected), bug reflected in add or remove a data will be in inside the listview will show copy again after the operation data. And will not clear the original list of text. Novice friends can take this project to try to feel, by the way to solve this problem can not be solved independently.
The knowledge points involved in this project are:
1, the basic use of SQLite, CRUD
2, listview, the basic use of adapeter
3, activity life cycle
4, intent, bundle transfer parameters
5, the basic use of AlertDialog)
- 2016-07-25 11:25:09下载
- 积分:1
-
五子棋代码
基 本 实 现 了 五 子 棋 的 的 功 能 有 很 好 的 习 效 果 能 够 完整的复习javase
- 2023-03-14 11:55:03下载
- 积分:1