资源列表

« 1 2 ... .02 .03 .04 .05 .06 1507.08 .09 .10 .11 .12 ... 20700 »

[JSP源码/Javajava

说明:一个网页版的注册页面,主要是实现数据的转换,实现网页的注册和查找-A web version of the registration page, mainly to achieve data conversion, registration and search pages
<陈军> 在 2025-03-11 上传 | 大小:1kb | 下载:0

[JSP源码/JavaMain

说明:华为oj练习平台上坐标移动的java版答案-this is the solution about the movement of the coordinate on Huawei oj
<输出> 在 2025-03-11 上传 | 大小:1kb | 下载:0

[其它源码Calculator.java

说明:Write a program that reads an expression as input and print out the result. Only integers and operators below are allowed in the expression: + - * / ( ) Your program should be able to deal with multiple cases of i
<Cherry> 在 2025-03-11 上传 | 大小:1kb | 下载:0

[JSP源码/JavaBubble

说明:冒泡排序法,通过两个for循环实现从小到大排列,每一次比较将最大值放在最后,以此类推-Bubble sort method, by two for loops to achieve in ascending order, and each time comparing the maximum value on the last, and so on
<张旭> 在 2025-03-11 上传 | 大小:1kb | 下载:0

[JSP源码/JavaInsert

说明:插入排序法是逐一将数值插入到一个有序的序列中,每次放入一个找到合适的位置成为有序序列,以此类推-Insertion sort is inserted into each of the values ​ ​ in an ordered sequence, each placed in a position to find the right becomes an ordered sequence, and so on
<张旭> 在 2025-03-11 上传 | 大小:1kb | 下载:0

[JSP源码/JavaSelected

说明:选择排序是从欲排序的数组中,按指定的规则选出某一元素,经过和其他元素的重整,再依原则交换位置后达到排序目的-For selection sort is sorted the array in a specified rule selected element, through other elements and reforming, and then to achieve the sort object by the princip
<张旭> 在 2025-03-11 上传 | 大小:1kb | 下载:0

[JSP源码/JavaJosephu

说明:约瑟夫问题:编号为1,2,...n的n个人围坐一圈,约定编号为k的人从1开始报数,数到m的那个人出列,它的下一位又从1报数,数到m的那个人又出列,知道最后所有人都出列,由此产生一个出队编号的序列-Joseph problem: numbered 1,2, ... n individuals sitting around a circle of n, k who agreed numbered starting 1 reported t
<张旭> 在 2025-03-11 上传 | 大小:1kb | 下载:0

[JSP源码/Javajavascript-clock

说明:使用javascr ipt制作的网页时钟,页面美观,功能齐全-a clock write by javascr ipt,with strong function an beautiful UI
<liu jinyi> 在 2025-03-11 上传 | 大小:1kb | 下载:0

[JSP源码/Javashiyan4code

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

源码中国 www.ymcn.org