英语人>网络例句>Java 相关的网络例句
Java相关的网络例句
与 Java 相关的网络例句 [注:此内容来源于网络,仅供参考]

This is an applet program, which implements Stack and List by means of java. It can show the actions of stack throu...

用java实现数据结构中的栈和队列,是一个applet程序,可以通过实际操作来演示数据结构的栈的具体实现方式。

Furthermore, to improve the expansibility and transplantability of the system, AIIDS is implemented as a JADE based multi-agent system and employs Java to develop.

同时,为了加强系统的可扩展性和可移植性,AIIDS利用多代理系统进行实现,采用Java作为开发工具,整个系统在JADE(Java Agent Development Environment)平台上进行开发。

Based on Java technology,J2EE is a platform standardization of distributed component computing, which is proposed and formulated by SUN Enterprise. Based on M E, the application system with multi-tier structure can be rapidly developed and deployed, which is easy to transplantability.

J2EE是 SUN公司提出和制定的基于Java技术的分布式组件计算平台规范,基于这个平台可以实现快速开发和部署多层结构的易于移植的应用系统。

The system is developed in the JAVA programming language. Based on themulti-tier model in the architecture of J2EE and the Struts framework in MVCmodel, it shows strong reliability, usability, maintainability, transplantability, andextensibility.

本系统的开发使用JAVA语言,基于J2EE架构中的多层模型,采用符合MVC模式的Struts框架,具有很好的可靠性、可用性、可维护性、可移植性和可扩展性。

The main features of this paper is: nothing to do with the platform, this system can be compatible with the majority of software and hardware used by the platform, as well as various database platform, shielding the differences of hardware and software platform such as network, operating systems, databases, application systems and so on, so that enterprises and institutions could achieve seamless, transparent data exchange through data exchange system; Java technology used to develop the system transplantability; using data exchange center to achieve centralized data processing, different data format conversion, increased system scalability; from data transmission, authentication, access control, encryption and more news content log-class areas enhanced data exchange system security; using DES and RSA algorithm , increased the confidentiality of data transmission; create WrapperTimer category achieved data transmission timing implementation and reduce the dependence on artificial.

设计的系统与平台无关,能兼容企业所用的大多数软硬件平台,以及各种数据库平台,屏蔽网络、操作系统、数据库、应用系统等软硬平台的差异,使企事业单位通过数据交换系统实现无缝的、透明的交换数据;采用数据交换中心来实现数据的集中处理、不同数据格式的转换,增加了系统的可扩展性;从数据传输、身份认证、权限控制、消息内容加密和多级日志等多方面增强数据交换系统的安全性;用DES和RSA算法对XML文件或XML文件中的元素进行加密,增加传输数据的保密性;创建WrapperTimer类实现了数据传输的定时执行,降低了对人工的依赖性。

Android applications are written using the Java programming language, you'll also use a custom virtual machine to run and tst your creations.

Android应用程序都是用Java编程语言,您还可以使用自定义虚拟机运行和尖沙咀你的作品。

Unfortunately the situation of Java is not unproblematic wrt to Free Software.

不幸的是 Java 的情况对其〔作为〕自由软件〔的性质〕而言并不是毫无问题的。

Some case analyses indicate that application of extended synchronization sequences can solve this kind of limitation effectively, and the unsynchronized event errors and incorrect synchronization errors can also be detected effectively in java multithreaded programs.

实例分析表明,同步扩展同步序列的应用,能够有效地解决上述局限性,Java多线程程序中事件未同步及其引起的同步不当等错误也能得到有效的检测。

Have Flex Vml Svg Ajax Applet Activex commonly usedly at present I divide these technologies into two kinds of Flex Vml Svg Ajax for the moment is to use script technology, pure do develop to attack for the graph, do not have a problem absolutely, and those who do is more beautiful, but most circumstance falls, the develop that we need attacks the graph needs to have menu, other interface, user alternant, data processing, this kind is based on script technology, handling this side is too convenient really, be being developed especially and debug on, what come as programming language is convenient. Java Applet and Activex are to attribute programming language skill, without doubt, have powerful interface and process designing capacity, and can ensure whole group is same technology language, can develop in compositive development environment, debug.

目前常用的有flex vml svg ajax applet activex我姑且把这些技术分成两类flex vml svg ajax都是采用脚本技术,单纯做拓扑图来说,绝对没有问题,而且做的更漂亮,可是多数情况下,我们需要的拓扑图需要有菜单、其他界面、用户交互、数据处理,这种基于脚本技术的,在处理这方面实在是太方便了,特别是在开发和调试上,不如编程语言来的方便。java applet 和activex是属于编程语言技术,毫无疑问,具备强大的界面和编程能力,而且可以确保整个团队都是同一技术语言,可以在集成开发环境中开发、调试。

System.out.println("a.length="+ a.length); System.out.println("b.length ="+ b.length);// The handles inside the array are // automatically initialized to null: for(int i = 0; i nbsp;b.length; i++) System.out.println; System.out.println("c.length ="+ c.length); System.out.println("d.length ="+ d.length); a = d; System.out.println("a.length ="+ a.length);// Java 1.1 initialization syntax: a = new Weeble { new Weeble, new Weeble }; System.out.println("a.length ="+ a.length);// Arrays of primitives: int e;// Null handle int f = new int[5]; int g = new int[4]; for(int i = 0; i nbsp;g.length; i++) g = i*i; int h ={ 11, 47, 93 };// Compile error: variable e not initialized://!

句柄。此时,编译器会禁止我们对这个句柄作任何实际操作,除非已正确地初始化了它。数组b被初始化成指向由Weeble句柄构成的一个数组,但那个数组里实际并未放置任何Weeble对象。然而,我们仍然可以查询那个数组的大小,因为b指向的是一个合法对象。这也为我们带来了一个难题:不可知道那个数组里实际包含了多少个元素,因为length只告诉我们可将多少元素置入那个数组。换言之,我们只知道数组对象的大小或容量,不知其实际容纳了多少个元素。尽管如此,由于数组对象在创建之初会自动初始化成null,所以可检查它是否为null,判断一个特定的数组&空位&是否容纳一个对象。类似地,由基本数据类型构成的数组会自动初始化成零、null或者false。

第54/81页 首页 < ... 50 51 52 53 54 55 56 57 58 ... > 尾页
相关中文对照歌词
Java Blues
Java Jive
L'accordéoniste
A L'Est De Java
Taylor The Latte Boy
Enfin Le Printemps
Mash Dem Down
Pibb Goes Surfing
Lava
Broadcaster
推荐网络例句

Many will continue to choose to live in duality and in conflict.

许多人将继续选择活在二元对立性和冲突中。

I find that students of the University of Physical Education all wear sportswear at first sight.

我发现:体育大学的学生乍一看,都是穿运动衣,大家都一样

I love singing, but I don't want to take it as my lifelong career.

我喜欢唱歌,但我还不愿意把它当作我的终身职业。