资源列表

« 1 2 ... .74 .75 .76 .77 .78 13979.80 .81 .82 .83 .84 ... 14335 »

[JSP源码/Javashiyan4code

说明:1、编写Student类,类体定义: 班级(banji)和姓名(sname)成员,私有的,字符类型; 构造函数; 取值函数,使得子类可以访问私有成员; 重定义Object父类的toString()方法,可以以“班级,姓名”的形式输出对象,并进行拼写检查 再编写一个RPG类,类体中包含 main方法,编写代码以测试Student类体的编写。 -1, the preparation of the Stude
<吕萍丽> 在 2024-10-04 上传 | 大小:1024 | 下载:0

[JSP源码/Javach18src

说明:David BRACKEEN写的一本书介绍如何用java开发游戏的源码-a java game
<shaobao> 在 2024-10-04 上传 | 大小:441344 | 下载:0

[JSP源码/Javafind_Majority_Number

说明:寻找数组中个数超过数组长度1/3的数。该方法用O(n)时间和O(1)空间解决。-Looking for a few more than the number of array array length 1/3. The solution with O (n) time and O (1) space.
<achun> 在 2024-10-04 上传 | 大小:1024 | 下载:0

[JSP源码/JavaisValidBST

说明:判断二叉树是否是二叉搜索树,先找左边的节点,压栈,那么第一个弹出来的为最左节点。右子树类似。 -Determine whether a binary tree is a binary search tree, first find the node on the left, push, then the first pop-up to the most left node. Right subtree is similar.
<achun> 在 2024-10-04 上传 | 大小:1024 | 下载:0

[JSP源码/JavaColorSort

说明:对一组包含k种颜色的n个对象进行排序,本解法使用桶排序,时间复杂度为O(nlogn),空间复杂度为O(1) -For a group that contains k colors to sort n objects, this solution using bucket sort, the time complexity is O (nlogn), space complexity is O (1)
<achun> 在 2024-10-04 上传 | 大小:1024 | 下载:0

[JSP源码/JavaMaximum-Subarray

说明:求一个数组中的连续的和最大的子数组。采用滑动窗口解决。sum 如果小于0,置为0,再加上当前值。然后再与max相比,取大的-Seeking a continuous array and the largest sub-array. Sliding window resolved. If the sum is less than 0, set to 0, plus the current value. Then compared to t
<achun> 在 2024-10-04 上传 | 大小:1024 | 下载:0

[JSP源码/JavaSpring1

说明:Spring的核心是一个开源的IOC容器,提供了对象与对象之间的依赖关系的注入。基于此核心技术,Spring提供了数据访问的集成功能(DAO),web应用的集成功能,AOP(面向切面能力),更好的支持测试的能力等。-Inject dependencies between objects and objects. Based on this core technology, Spring provides integrated funct
<高永彬> 在 2024-10-04 上传 | 大小:9216 | 下载:0

[JSP源码/JavaRaiden05

说明:飞机大战下游戏,通过键盘操作,可以控制飞机运动。-War games off the plane through the keyboard, you can control the aircraft movement.
<高永彬> 在 2024-10-04 上传 | 大小:306176 | 下载:0

[JSP源码/JavabaiduLocationDemo

说明:百度地图定位实现功能,可以学习有关地图的操作,适合新手学习和借鉴-baidu Location demo
<XWZ> 在 2024-10-04 上传 | 大小:2022400 | 下载:0

[JSP源码/JavaDVDMgr

说明:一个小型的MINI DVD管理,时候初期开发者练习-A small MINI DVD management, when the initial developer exercises
<> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[JSP源码/JavaBookSell

说明:小型的图书销售管理系统,典型的 角色 用户权限模式。
<> 在 2024-10-04 上传 | 大小:10240 | 下载:0

[JSP源码/JavaFAQ

说明:这是一个面试时会用到的资料,内容包含J2EE,java基础,面向对象,数据库方面的面试时会问到的问题,很有用-this is the material useful when you intend to find a job, it includes info including J2EE ,java ,object-oriented,dataset
<xwz> 在 2024-10-04 上传 | 大小:833536 | 下载:0
« 1 2 ... .74 .75 .76 .77 .78 13979.80 .81 .82 .83 .84 ... 14335 »

源码中国 www.ymcn.org