-
stone_choice
很小很经典的一个游戏——取石子,一次只允许取1到3的整数,最后取走石子的一方失败。(A small classic games- from stone, to allow only take a 1-3 integer, and finally took away the stones of one loser.)
- 2008-12-26 15:22:54下载
- 积分:1
-
src
noc片上系统源代码,noc片上系统源代码,非常好的(noc-chip system source code, noc-chip system source code, very good)
- 2011-05-02 21:06:03下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1
-
2016-ao-camcalib
这是一篇关于相机标定的文章。该方法的特点是使用LCD屏幕而不使用棋盘格标定板。(This is an article about camera calibration. The characteristic of this method is to use LCD screen instead of checkerboard calibration board.)
- 2018-12-25 10:48:29下载
- 积分:1
-
sort
说明: 能够实现起泡法,二分法,堆排序,插入排序,选择排序,快速排序六种方法对100个数进行排序的时间空间复杂度进行比较(To achieve foaming method, dichotomy, Heap Sort, Insertion Sort, Selection Sort, Quick Sort six methods on 100 the number of sort of time and space complexity comparison)
- 2008-11-14 20:29:09下载
- 积分:1
-
COLOR-CRDNT
Bit Color Pointer Localiton Color
- 2011-05-15 18:05:37下载
- 积分:1
-
sPCK
完美世界游戏客户端pck解包打包工具,同时支持cup更新包解包。(Perfect world game client PCK unpack packaging tools, at the same time support CPU update package.
)
- 2013-10-24 15:03:00下载
- 积分:1
-
111.tar
Problem Description
对于输入的每个字符串,查找其中的最大字母,在该字母后面插入字符串“(max)”。
Input
输入数据包括多个测试实例,每个实例由一行长度不超过100的字符串组成,字符串仅由大小写字母构成。
Output
对于每个测试实例输出一行字符串,输出的结果是插入字符串“(max)”后的结果,如果存在多个最大的字母,就在每一个最大字母后面都插入"(max)"。
- 2012-02-27 23:12:14下载
- 积分:1
-
PQyuanchengxu
可用于电力系统中的潮流分析,此算法为P-Q分解法,可扩展为快速分解法(Can be used for power system load flow analysis, this algorithm for the PQ decomposition method can be extended to the rapid decomposition)
- 2008-05-19 22:23:40下载
- 积分:1
-
unit-8
谭浩强C程序设计第四版第8章习题答案,自己做出来的( C Programming Fourth Edition Chapter 8 Exercise answers, do it yourself)
- 2013-07-31 22:16:17下载
- 积分:1