码迷,mamicode.com
首页 >  
搜索关键字:specification    ( 588个结果
1110 Complete Binary Tree (25分) 判断一棵二插树是否是完全二叉树
Given a tree, you are supposed to tell if it is a complete binary tree. Input Specification: Each input file contains one test case. For each case, th ...
分类:其他好文   时间:2020-03-05 20:59:24    阅读次数:115
6.springboot----------JSR303校验
JSR303校验(Java Specification Requests的缩写,意思是Java 规范提案) 有一个注解叫:@Validated //数据校验 这是默认的↓ 这是你可以改的↓ ...
分类:编程语言   时间:2020-02-25 16:06:12    阅读次数:62
PTA 甲 1009 Product of Polynomials
1009 Product of Polynomials 题目原题 [TOC] This time, you are supposed to find A × B where A and B are two polynomials. Input Specification: Each input fi ...
分类:其他好文   时间:2020-02-21 18:29:34    阅读次数:61
SQL基础语法—create语句
Create 语句 Create database语句 ? 语句是在MySQL实例上创建一个指定名的数据库, 语句的语义和 是一样的。先来看下create的语法: 当创建的数据库本身存在而且没有写明 子句时,则创建数据库的语句会报错,实例如下: create_specification子句指明创建的 ...
分类:数据库   时间:2020-02-19 23:46:23    阅读次数:127
关于hrf图的做法
要拿matlab 的spm 包功能做 Model specification ,review and estimation specify1st level 第二张图是在建模以后,通过spm中的results查看结果时,可以在查看的小界面通过点击看到。 ...
分类:其他好文   时间:2020-02-19 12:53:54    阅读次数:77
qt creator源码全方面分析(2-3)
[TOC] External Tool Specification Files 外部工具规范文件描述了可以从 工具 外部 菜单运行的工具。 它指定工具的名称,要运行的可执行文件,可选参数以及如何处理工具的输出。 文件名 \.xml 位置 用户指定工具位于Mac和Linux上的$HOME/.confi ...
分类:其他好文   时间:2020-02-13 21:05:06    阅读次数:71
Airline Routes
Given a map of airline routes, you are supposed to check if a round trip can be planned between any pair of cities. Input Specification: Each input fi ...
分类:其他好文   时间:2020-02-09 00:40:37    阅读次数:99
PAT 甲级 1065.A+B and C C++/Java
题目来源 Given three integers A, B and C in [?], you are supposed to tell whether A+B>C. Input Specification: The first line of the input gives the positi ...
分类:编程语言   时间:2020-02-05 21:51:51    阅读次数:72
7-21 Counting Leaves (30分)
A family hierarchy is usually presented by a pedigree tree. Your job is to count those family members who have no child. Input Specification: The inpu ...
分类:其他好文   时间:2020-02-04 20:31:43    阅读次数:96
PAT Advanced 1028 List Sorting (25分)
Excel can sort records according to any column. Now you are supposed to imitate this function. Input Specification: Each input file contains one test ...
分类:其他好文   时间:2020-01-28 23:03:34    阅读次数:83
588条   上一页 1 ... 4 5 6 7 8 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!