-
primefactorization
Here is the programm which factorizes the intger
number.programm ask for the input if you enter the integer number 100 then the output of the programm is (2**2)*(5**2).Where "**" stands for
exponential and "*" stands for multiplication.
- 2009-10-28 21:31:48下载
- 积分:1
-
tw69.tar
this is the java tutorial
- 2014-03-14 02:32:30下载
- 积分:1
-
ClassMemeberPriviledge
实现一个程序,对用户输入的类权限、成员权限、以及使用该类对象的环境与这个类的关系,判断这个环境中能不能访问这个类的这个成员。
4. 背景知识介绍:对类成员的访问权限由3个方面决定:(1)类的访问权限(public或default),(2)成员变量的访问权限(public, protected, default或private),以及环境与类的相互关系(同类SameClass,同包不同类SamePackageNoteSameClass,不同包但为子类OtherPackageSubClass,不同包非子类OtherPackageNotSubClass)。例如,如果一个类A是public的,它的一个成员变量x是protected的,则这个成员变量的访问权限是default的,试图访问这个类的一个运行环境与A的关系是OtherPackageSubClass,则这个环境中能够访问变量x。(Implement a program, the relationship between the classes of permissions, user input member permissions, as well as the environment of use of such objects of this class, it is judged in this environment can not access this members of this class.
4. Background knowledge: the access rights of the class members decided by three aspects: (1) access rights (public or default), (2) the member variable access rights (public, protected, default or private), as well as environmental and the relationship of the class (of similar SameClass, same package different classes SamePackageNoteSameClass, different packages, but for subclass OtherPackageSubClass, different package non-subclass OtherPackageNotSubClass). For example, if a class A is public, it s a member variable x is protected, the access rights of the member variables is default, tries to access a runtime environment for this class A relationship is OtherPackageSubClass this environment be able to access the variable x.)
- 2013-04-01 20:00:25下载
- 积分:1
-
net-master
网络嗅探器的设计与实现: 基本要求捕获本网段的数据包,将报文结构显示出来.进一步要求进行数据包协议分析,可以按报头进行统计,提取部分关键信息,如捕获登陆信息,破解登陆密码等.(Design and implementation of network sniffer: General requirements capture packet network segment, the packet structure is displayed further requested packet protocol analysis, statistical header by extracting some of the key information, such as the capture login information. crack login password.)
- 2020-12-24 13:39:07下载
- 积分:1
-
RepastEvacuation-master
repast仿真模拟人群逃生模型,基于java语言描写。(Repast simulation of crowd escape model)
- 2019-05-17 15:28:27下载
- 积分:1
-
XWeb
jxta应用的一个范例(an example of JXTA applications)
- 2004-06-10 16:56:08下载
- 积分:1
-
out
java编程的的详细图片,用于学习java(Detailed pictures of Java programming, used to learn java)
- 2018-05-28 19:17:07下载
- 积分:1
-
CGB-JT-SYS-V1.05
该项目是ssm框架的电商项目,实现单点登录,添加购物车等功能。(This project is an e-commerce project based on SSM framework, which realizes the functions of single sign-on, adding shopping cart and so on.)
- 2019-05-20 22:13:23下载
- 积分:1
-
时钟 走动
一个应用线程实现指针运动的指针时钟程序。程序应用绘制函数时钟面板,根据线程休眠时间间隔,每隔1000ms进行一次重绘。程序通过获取系统时间函数并加以计算个指针位置,再利用绘制函数将其绘制在面板上,通过设置指针长度及颜色,实现时针、分针、秒针的区分。次外,通过获取窗体大小,设置圆面圆心坐标及半径,可依据窗口大小动态划分圆面大小,并动态绘制刻度点位置。(A pointer clock program that uses threads to implement pointer movement. The program draws the function clock panel and redraws it every 1000ms according to the interval of thread dormancy. The program obtains the system time function and calculates the position of a pointer, then draws it on the panel by drawing function. By setting the length and color of the pointer, it achieves the distinction of clockwise, minute and secondhand. Secondly, by acquiring the size of the form and setting the coordinates and radius of the circle center, the circle size can be dynamically divided according to the size of the window, and the location of the scale points can be dynamically plotted.)
- 2020-06-19 19:00:01下载
- 积分:1
-
FTPs
实现ftp代理服务器的基本功能,包括文件的上传下载 用户的登录等(Ftp realize the basic functions of a proxy server, including file uploading and downloading the user)
- 2021-04-22 10:38:48下载
- 积分:1