-
- 2022-05-08 21:34:57下载
- 积分:1
-
A FIFO page replacement algorithm, the use of java to achieve
一个FIFO的页面置换算法,使用java实现-A FIFO page replacement algorithm, the use of java to achieve
- 2022-02-12 08:27:53下载
- 积分:1
-
归一化二阶系统的阶跃响应曲线,MATLAB初级图形演示系统
归一化二阶系统的阶跃响应曲线,MATLAB初级图形演示系统-Normalized second-order system step response curves, MATLAB junior graphic demonstration system
- 2023-05-13 19:20:02下载
- 积分:1
-
game
扫雷游戏先说下原理,原理其实很简单,设法获得“雷区”的数据,然后通过模拟鼠标动作,点击雷区上非地雷的的格子,就搞定了:) 所以技术难点只有三个:获得雷区数据、找到扫雷程序和模拟鼠标动作。
-game
- 2022-01-24 15:35:41下载
- 积分:1
-
考勤机的通讯程序,不知道对大家时候有用!
考勤机的通讯程序,不知道对大家时候有用!-Attendance machine communication procedures, I do not know when useful for everyone!
- 2023-01-07 01:25:04下载
- 积分:1
-
Android ArrayAdapter创建ActivityList内容列表
本源码主要演示Android ActivityList内容列表的如何创建,采用ArrayAdapter实现,演示了姓名列表、带单选框的列表、没有数据的列表和对列表进行操作这几项功能,要注意,layout的xml文件名需要全部小写。
ActivityList1:
1.初步介绍ListView这个组件。
2.初步介绍ArrayAdapter。
# simple_list_item_single_choice
# simple_list_item_1
# simple_list_item_multiple_choice
3.上边的相关介绍。
ActivityList2:(有错误,没有调试成功,回头再看)
1.介绍cusor。
2.介绍CursorAdapter。
ActivityList3:
1.SimpleAdapter
2.simple_list_item_1和simple_list_item_2的介绍。
3.利用自己的layout来进行显示。
- 2022-03-06 06:09:13下载
- 积分:1
-
这个是AT8XC51SND1C的各个技术芯片资料
这个是AT8XC51SND1C的各个技术芯片资料-This is AT8XC51SND1C various technical chip information
- 2022-11-24 03:50:03下载
- 积分:1
-
用vb.net做的大富翁,a Console Application that models the game of Monopoly.Houses ̶...
用vb.net做的大富翁,a Console Application that models the game of Monopoly.Houses • Hotels • Rolling doubles • Players will not be allowed to sell properties once purchased. • Players may mortgage a property but it will remain mortgaged for the rest of the game. • No one will ever go to jail.-vb.net do with the millionaires, a Console Application models that the game of Monopoly.Houses Hotels## 8226 8226 8226 Rolling doubles# Players will not be allowed to sell properties once purchased.# 8226 Players may mortgage a property but it will remain mortgaged for the rest of the game.# 8226 No one will ever go to jail.
- 2023-08-12 16:45:02下载
- 积分:1
-
A very Good thisngs for ACM
很好的ACM资料,这是我自己在HDU上做的题目-A very Good thisngs for ACM
- 2022-02-04 04:33:27下载
- 积分:1
-
数根
数也有根吗?有!数根就是把一个数的各个数位上的值相加,直到得到一个一位数为止。请你编写一个程序来计算任意数N(0≤N≤1000000000000)的...
数根
数也有根吗?有!数根就是把一个数的各个数位上的值相加,直到得到一个一位数为止。请你编写一个程序来计算任意数N(0≤N≤1000000000000)的根。
输入:
输入有多个案例。每一个案例为一行,每行只有一个整数N。当输入的N是-1时,输入结束。
输出:
每一个案例输出一行。每行只有一个数字,就是N对应的数根。
Sample input
39
-1
Sample output
3-Number of root number also has roots do? There is! The number of roots is to a number of different values on the digital sum until they have been a number of up to one. Please write a program to calculate an arbitrary number N (0 ≤ N ≤ 1000000000000) roots. Input: Enter a number of cases. Each case for the line, each line is only an integer N. When the input of N is-1, the input end. Output: the output line of each case. There is only one number per line, that is, N corresponds to the number of roots. Sample input 39-1 Sample output 3
- 2023-09-05 21:25:03下载
- 积分:1