资源列表

« 1 2 ... .37 .38 .39 .40 .41 642.43 .44 .45 .46 .47 ... 653 »

[控制台(字符窗口)编程asqrt.c

说明:Fast approximate square root of a float.
<vocesper> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[控制台(字符窗口)编程boole.c

说明:Determines which of the 256 Boolean functions of three variables can be implemented with three binary Boolean instructions if the instruction set includes all 16 binary Boolean operations.
<vocesper> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[控制台(字符窗口)编程compress_left.c

说明:Converts the unsigned integer k to binary character form with a blank after every fourth digit. Result is in string s of length 39. Caution: If you want to save the string, you must move it. This is intended for us
<vocesper> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[控制台(字符窗口)编程sparse.c

说明:For an array with elements 0, 2, 32, 47, 48, and 95 defined
<nomingli> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[控制台(字符窗口)编程zbyter.c

说明:Program for finding the rightmost 0-byte in a word.
<nomingli> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[控制台(字符窗口)编程Suma-de-matrices

说明:Suma de matrices en C.
<111254> 在 2024-11-13 上传 | 大小:1kb | 下载:0

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

说明:main ajax javascr ipt file
<kikin> 在 2024-11-13 上传 | 大小:1kb | 下载:0

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

说明:两种卡特兰斯计算模板,含测试用例!采用动态规划打表的方式进行实现!-Catalan Numbers Calculater
<binling> 在 2024-11-13 上传 | 大小:1kb | 下载:0

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

说明:给出两个数 a 和 b (0 <= a <= b <= 10^10000),求 a 到 b 之间(包括a和b)的数字中,有多少个数字是包含9的(例如 19,910 等都是包含9的数字)。-Given two numbers a and b (0 < = a < = b < = 10 ^ 10000), seeking a between b (including a and b) the number, h
<yourunze> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[控制台(字符窗口)编程hire-and-fire-6

说明:在这个问题中,你被要求跟踪组织的变化工作人员的层次结构。作为一个组织的人生第一大事,首席执行官(CEO)的名字命名。随后,可能会发生任何数量的员工和火灾。该组织(包括CEO)的任何成员都可以雇佣任意数量的直接下属和组织(包括CEO)的任何成员都可以被解雇。该组织的层级结构可以用一棵树来表示。-Descr iption In this problem, you are asked to keep track of the hie
<yourunze> 在 2024-11-13 上传 | 大小:1kb | 下载:0

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

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

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

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

源码中国 www.ymcn.org