-
本教程是为java插件ImageJ写作介绍。它解释了…
This tutorial is an introduction to writing Java plugins for ImageJ. It explains the concept of plugins in ImageJ, starting with the sample plugins that are part of the ImageJ distribution and covers those parts of the ImageJ API, that are essential for writing plugins. A reference of the most important classes, methods and constants is provided.
- 2023-07-14 17:40:02下载
- 积分: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
-
EmailCrawler
网络从浏览器关键字搜索email 也是email 爬取(net email get)
- 2014-02-14 16:25:04下载
- 积分:1
-
Android文件上传例子 含服务器端源码
Android文件上传 源码
- 2013-06-28下载
- 积分:1
-
院系工作自动化
这个项目是使用java script、advance java 、 jquery 和 html 开发的。 它包含几乎所有的趋势分析技术,可以帮助学生在广泛的行业映射他们的知识。
此项目包含 4 个模块
学生
教员
院系主任
图书管理员
通过部署使用这个程序,所有这些人的工作都可以通过在线完成。例如,检查会期和学期成绩,由老师更新考勤和成绩,由院系主任和老师审查等。
- 2022-08-07 01:07:52下载
- 积分:1
-
在线考勤系统 ASP.net
学院管理系统项目是在 java 平台上实现。此项目的主要目的是为高校学生的考勤信息管理软件应用程序的开发,讲座登录的详细信息,学生的内部和外部标记管理系统。学生和讲师可以使用此系统从任何被知道关于标志和出勤的详细信息和与怀疑受人尊敬的成员沟通。在标记上的最新信息和高校信息更新由管理员将可供学生和讲师。
这 C.M.S 系统将为每个工程的学生很有用。要使用此应用程序学生必须将应用程序中以获得唯一的用户名和密码注册。本系统是基于 intranet 应用程序。学生甚至可以上传和下载文件和报告,从这个系统。
前面结束部分开发使用 HTML 和 java 脚本编程语言,在中间层实现业务逻辑。这两个层将用于检索和更新数据到数据库的数据库与沟通。为了实现这个应用程序服务器必须有 oracle 10g 数据库,web
- 2023-03-27 20:40:04下载
- 积分:1
-
DocumentBuilderSetting
This class is an parser setting, such as non-validating or entity-expanding.
- 2014-01-16 13:24:27下载
- 积分:1
-
done chatting tool, a very good oh!
java 做的聊天用工具 很不错哦!-done chatting tool, a very good oh!
- 2023-03-04 06:05:03下载
- 积分:1
-
链接mysql数据库
可帮助你顺利链接mysql数据库,适用于java开发和java web开发,mysql数据库精巧灵活,适用于小型的项目和同学们练习,对学习java jdbc 的学习有很好的帮助,欢迎查看
- 2022-02-04 20:00:57下载
- 积分:1
-
theThirdTask
这是一个Java程序,用来做多项数据拟合的,编译环境是Netbeans,可以对很多项数据拟合出最合适的曲线,是靠近研究市场趋势方向的(It s good)
- 2011-06-23 22:50:38下载
- 积分:1