码迷,mamicode.com
首页 >  
搜索关键字:if case for    ( 10657个结果
Spoj 694 Distinct Substrings
Given a string, we need to find the total number of its distinct substrings. 给你一个字符中,统计有多少个不同的子串InputT- number of test cases. T<=20;Each test case con ...
分类:其他好文   时间:2020-02-20 19:55:37    阅读次数:59
phpstorm教程-设置代码忽略大小写提示
phpstorm教程-设置代码忽略大小写提示
分类:Web程序   时间:2020-02-20 14:53:46    阅读次数:197
深度解析标点符号在Report写作中的应用
准确的标点符号和大写字母可以帮助Tutor准确理解report的意思。标点符号的某些方面,例如使用逗号,可以是一种个人风格,在引号中正确的标点符号是至关重要的。在前面的一些文章当中我们也给大家说了report写作中标点符号的使用方法,本文中小编就给大家说说这个老生常谈的问题,帮助大家在report写 ...
分类:其他好文   时间:2020-02-20 11:40:35    阅读次数:92
Codeforces #620 div2 B
题目: Returning back to problem solving, Gildong is now studying about palindromes. He learned that a palindrome is a string that is the same as its rev ...
分类:其他好文   时间:2020-02-20 09:39:04    阅读次数:81
linux shell 学习记录
case 和 shift:https://blog.csdn.net/immeatea_aun/article/details/89153304 eval 和 set:https://blog.csdn.net/Man_In_The_Night/article/details/86658305 ge... ...
分类:系统相关   时间:2020-02-19 23:49:21    阅读次数:91
120、Java中String类之实现首字母大写
01.代码如下: package TIANPAN; /** * 此处为文档注释 * * @author 田攀 微信382477247 */ public class TestDemo { public static void main(String args[]) { String str = "h ...
分类:编程语言   时间:2020-02-19 20:45:48    阅读次数:77
UVA 10779 Collectors Problem
UVA 10779 Collectors Problem 我们考虑对所有徽章建一排点,然后从徽章连向 T 建立限制为 1 的边,然后从 S 到每种徽章建立我们拥有数量的点。 然后考虑对别人交换,从每种徽章连向没有这种徽章的人,容量限制是 1 ,再从每个人连向它拥有个数大于 1 的徽章,容量是它的徽章 ...
分类:其他好文   时间:2020-02-19 19:21:47    阅读次数:74
压缩感知(六)
常用测量矩阵及matlab实现 随机高斯测量矩阵 function [ Phi ] = GaussMtx( M,N ) %GaussMtx Summary of this function goes here %Generate Bernoulli matrix %M -- RowNumber %N ...
分类:其他好文   时间:2020-02-19 15:24:44    阅读次数:96
C 基础 _Generic 泛型应用
引言 - _Generic 用法简介 #include <stdio.h> #define TYPENAME_CASE(type) \ type: #type, #define TYPENAME_POINTER_CASE(type) \ TYPENAME_CASE(type) \ TYPENAME_ ...
分类:其他好文   时间:2020-02-19 12:56:27    阅读次数:103
成绩转换
#include <stdio.h>int main(){ int t; while(scanf("%d",&t)!=EOF) { if(t>=0&&t<=100) { t=t/10; switch(t) { case 10: case 9: printf("A\n"); break; case 8 ...
分类:其他好文   时间:2020-02-19 10:27:30    阅读次数:74
10657条   上一页 1 ... 83 84 85 86 87 ... 1066 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!