资源列表

« 1 2 ... .68 .69 .70 .71 .72 573.74 .75 .76 .77 .78 ... 653 »

[控制台(字符窗口)编程yuesefu

说明:双向约瑟夫问题(顺时针再逆时针) n个人排成一个圆圈,从第一个人开始,先按顺时针方向,数m,数到m的人退出圆圈,然后从原有方向的下一个人开始,按原来顺序的反方向继续数m,依次数数,直到只剩最后一个人为止。比如有5个人,数3,则依次出去的人为3,1,4,5,2,最后的人是2号。现已知n和m,请问最后一个人的编号是多少?-Joseph problems bidirectional (clockwise then countercloc
<yourunze> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程tiaoxingma

说明:做一个条形码识别工具。首先他完成了图像识别部分,得到了一系列条的宽度。他希望将这些宽度识别为一个01串。本来这是一个非常简单的任务,可是由于牟黑黑在识别的时候会有误差,使得问题变得没那么简单了。不过牟黑黑认为测量得到的结果最多比真实值大或小5 。请你帮忙完成这个识别程序。已知条形码中至少有一个是宽条,可能没有窄条。-Make a bar code recognition tool. First he completed the imag
<yourunze> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程zhongguo

说明:中国剩余定理(不互质的情况) 对互质的情况,处理起来比较方便,可以直接套模板 本题给出不互质的模线性方程组,求出满足方程的最小正整数解 方案:对于不互质的模线性方程组,可以进行方程组合并,求出合并后的方程的解,这样就可以很快地推出方程的最终解。-Chinese remainder theorem (not prime case) to prime, the process more convenient, you can d
<yourunze> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程sushu

说明:最高效的筛素数方法,保证每个非素数只被筛去一次。可以筛很大的数-The most efficient method of screening primes, to ensure that each non-prime number to be screened only once. You can screen a large number of
<yourunze> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程money-and-banana

说明:DP问题 你的任务是编写一个程序,确定最高的塔猴子可以用一组给定块的建设的高度。-Your job is to write a program that determines the height of the tallest tower the monkey can build with a given set of blocks.
<yourunze> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程test1.1.1

说明:编译原理的文法化简 输入:一个文本文件,里面的内容例如 position := initial + rate * 60 或者更复杂的,但是要符合给定语法 语法可以自定义,可借鉴参考课本P104的内容 最少要求要包括3个语句,例如语句表、for循环和赋值语句 处理:读入文本、处理、输出文本 输出:一个文本文件,对前面例子,里面内容例如 (标识符,position) (赋值运算符,:=) (标
<陈桐> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[控制台(字符窗口)编程FinalDate

说明:在学习java过程中的一些小程序,这个是有关于final关键字的用法,以及和static关键字搭配使用达到不可更改的恒定对象的操作。-In the process of learning java small programs, this is about the final keyword usage, as well as with the use of the static keyword and achieve operatin
<曹石中> 在 2024-10-07 上传 | 大小:5120 | 下载:0

[控制台(字符窗口)编程JavaObject

说明:个人在学习java过程的的例子程序,包含类的盛名,创建对象,内部类的使用已经继承,希望能够帮到大家。-Individuals in the process of learning java examples of procedures, including class reputation, to create an object, use inner classes have inherited, hoping to help eve
<曹石中> 在 2024-10-07 上传 | 大小:14336 | 下载:0

[控制台(字符窗口)编程Javapackage

说明:在学习java过程中的一些小程序,程序包含java包的创建和使用,包在java中是一个很重要的知识点,希望大家能够掌握。-In the process of learning some java applets, includes the creation and use of java package, the package is a very important knowledge in java, I hope we can m
<曹石中> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[控制台(字符窗口)编程Parent

说明:在所有面向对象的编程语言中,继承都是很重要的内容,是面向对象最基本的应用,可以使程序更加优化,便于编写。希望大家掌握这一基本内容。-All object-oriented programming languages, inheritance is very important content, is the basic object-oriented application, you can make the program more
<曹石中> 在 2024-10-07 上传 | 大小:11264 | 下载:0

[控制台(字符窗口)编程MyLinkedList

说明:linkedlist java code using netbeans
<mahmoud> 在 2024-10-07 上传 | 大小:21504 | 下载:0

[控制台(字符窗口)编程Person_Information_Record

说明:简单的人员信息登记簿,包括老师和学生的。-Simple Record Book for Personal Information, including teachers and students.
<张娜> 在 2024-10-07 上传 | 大小:1024 | 下载:0
« 1 2 ... .68 .69 .70 .71 .72 573.74 .75 .76 .77 .78 ... 653 »

源码中国 www.ymcn.org