上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 97 下一页
摘要: Problem Description As meticulous Gerald sets the table and caring Alexander sends the postcards, Sergey makes snowmen. Each sh... 阅读全文
posted @ 2022-09-20 22:54 老程序员111 阅读(15) 评论(0) 推荐(0)
摘要: Problem Description Write a program to read four lines of upper case (i.e., all CAPITAL LETTERS) text input (no more than 72 ch... 阅读全文
posted @ 2022-09-20 22:54 老程序员111 阅读(8) 评论(0) 推荐(0)
摘要: Problem Description Farmer John's cows enjoy reading books, and FJ has discovered that his cows produce more milk when they rea... 阅读全文
posted @ 2022-09-20 22:54 老程序员111 阅读(42) 评论(0) 推荐(0)
摘要: Problem Description Farmer John has two feuding herds of cattle, the Moontagues and the Cowpulets. One of the bulls in the Moon... 阅读全文
posted @ 2022-09-20 22:54 老程序员111 阅读(27) 评论(0) 推荐(0)
摘要: Problem Description The cows have erected clothes lines with N (1 #include#include#include#include#include#include#include#incl... 阅读全文
posted @ 2022-09-20 22:54 老程序员111 阅读(26) 评论(0) 推荐(0)
摘要: 【概述】 在 C++ 中数据类型的长度最多能到 64 位,一旦超出这个位数,就要用数组进行模拟计算,即高精度算法 而在 Java 中有两个类:BigInteger、BigDecimal 分别表示大整数类和大浮点数类,其理论上能表示无限大的数,只要计算机内存足够... 阅读全文
posted @ 2022-09-20 22:54 老程序员111 阅读(24) 评论(0) 推荐(0)
摘要: 【概述】 bitset 位于 头文件中,其是 STL 的一部分,准确地说,bitset 是一个模板类而不是容器,其模板参数不是类型,而整型的数值,即:bitset bitset 存储的是二进制位,与一个 bool 型的数组相似,其每位只占一个字节,极大的... 阅读全文
posted @ 2022-09-20 22:54 老程序员111 阅读(59) 评论(0) 推荐(0)
摘要: Problem Description AtCoDeer the deer has N cards with positive integers written on them. The number on the i-th card (1≤i≤N) i... 阅读全文
posted @ 2022-09-20 22:54 老程序员111 阅读(15) 评论(0) 推荐(0)
摘要: 【概述】 稠密索引适用于静态索引。 在线性索引中,若文件中的每个记录对应一个索引项,则这种索引称为稠密索引。 在稠密索引中,无论文件是否按关键码有序,索引项总是按关键码有序进行排列。 【优缺点】 只要内存空间允许,常常将稠密索引存储在内存中,从而提高查找速度... 阅读全文
posted @ 2022-09-20 22:54 老程序员111 阅读(103) 评论(0) 推荐(0)
摘要: 【概述】 当数据量不是很大时,查找技术足以满足需求,但对于计算机应用程序来说,其是以大型数据库为中心,并将大型数据库作为文件存放于外存中的,当需要进行查找操作时,查找技术的处理过于缓慢,因此有了索引技术。 索引是为了加快查找速度而设计的一种数据结构,一个文件可... 阅读全文
posted @ 2022-09-20 22:54 老程序员111 阅读(84) 评论(0) 推荐(0)
上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 97 下一页