资源列表
S
- 对电脑屏幕进行截屏,然后保存到本地某个路径下的一个文件中-capture screen
sort
- 排序一直以来都是让我很头疼的事,以前上《数据结构》打酱油去了,整个学期下来才勉强能写出个冒泡排序。由于下半年要准备工作了,也知道排序算法的重要性(据说是面试必问的知识点),所以又花了点时间重新研究了一下。 排序大的分类可以分为两种:内排序和外排序。在排序过程中,全部记录存放在内存,则称为内排序,如果排序过程中需要使用外存,则称为外排序。下面讲的排序都是属于内排序。 -Each step will be a sort to be record, according to the
GuessNumber
- 猜数字游戏,猜系统随机产生的从1到100数字,会提示猜大了还是猜小了-Guessing game, guess the system randomly generated number from 1 to 100, will be prompted to guess the big or small a guess
GuessNumber
- 在1-100中,随便写一个数,让你猜,你第几次猜中呢?这个源代码,告诉你答案!-In 1-100, the random write a number, let you guess how many times you guessed it? The source code, tell you the answer!
Fibonacci-(2)
- 运用java语言实现了Fibonacci数列:1,2,3,5,8-Using java language of the Fibonacci sequence: 1,2,3,5,8 ...
The-use-of-construction-method
- 声明一个银行帐号类BankAccount,成员变量为账户号,户主姓名,户主身份证号,账户余额,该类有三个构造方法,分别为BankAccount(),BankAccount(账户号,户主姓名,身份证号)(账户余额默认为0),BankAccount(账户号,户主姓名,身份证号,账户余额)。分别使用三个构造函数建立三个对象,并打印输出三个账户信息。-Declare a bank account class BankAccount, member variables for account number
ConfusionMatrix
- implementation of different ML evaluation metrics
Demo1
- 判断从控制台输入的两个数的大小 -Judge from the console input two numbers determine the size of the input from the console the size of two numbers
SuggestionsView
- Holds a list of suggestions for Andriod.
TestGNUJAXP
- Test GNUJAXP extends Test Suite.
Account
- 一个描述银行账户信息的类,提供了存取款与查询余额的功能。-A descr iption of the class bank account information, and provides the ability to access funds and balance inquiries.
DataStream
- 用java实现数据的IO操作-Implementation using java data IO operations ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~