码迷,mamicode.com
首页 >  
搜索关键字:basic calculator    ( 5003个结果
PAT (Basic Level) Practice (中文)1047 编程团体赛 (20 分)
编程团体赛的规则为:每个参赛队由若干队员组成;所有队员独立比赛;参赛队的成绩为所有队员的成绩和;成绩最高的队获胜。 现给定所有队员的比赛成绩,请你编写程序找出冠军队。 输入格式: 输入第一行给出一个正整数 N(≤),即所有参赛队员总数。随后 N 行,每行给出一位队员的成绩,格式为:队伍编号-队员编号 ...
分类:其他好文   时间:2019-07-14 22:41:36    阅读次数:142
How to bridge the gap between basic C++ knowledge to openFOAM programming
** Beginner: How to bridge the gap between basic C++ knowledge to openFOAM programming description:I have a mechanical engineering background with onl ...
分类:编程语言   时间:2019-07-14 19:57:15    阅读次数:127
PAT (Basic Level) Practice (中文)1041 考试座位号 (15 分)
每个 PAT 考生在参加考试时都会被分配两个座位号,一个是试机座位,一个是考试座位。正常情况下,考生在入场时先得到试机座位号码,入座进入试机状态后,系统会显示该考生的考试座位号码,考试时考生需要换到考试座位就座。但有些考生迟到了,试机已经结束,他们只能拿着领到的试机座位号码求助于你,从后台查出他们的 ...
分类:其他好文   时间:2019-07-14 19:41:07    阅读次数:121
0326-JupyterNotebook学习
前言 基础 参考 pip 基本用法 IPython's Rich Display System Basic Interaction widget 学习内容 pip基本用法 #install pip install package #最新版本 pip install package=1.0.4 #安装... ...
分类:其他好文   时间:2019-07-14 13:30:23    阅读次数:112
HDU 2018 Cow Story DP
Basic DP Problem URL:https://vjudge.net/problem/HDU-2018 Describe: There is a cow that gives birth to a heifer every year.Every heifer starts in the f ...
分类:其他好文   时间:2019-07-14 13:06:30    阅读次数:71
excel中汉字转拼音
Excel中文转拼音(完整版)打开Excel->工具->宏->Viaual Basic编辑器在弹出来的窗口中对着VBAproject点右键->插入->模块下面会出现一个名为"模块1",点击在右边的空白栏中粘贴以下内容: Function pinyin(p As String) As Stringi ...
分类:其他好文   时间:2019-07-13 13:17:22    阅读次数:101
L416 Why Do People Cheat on Their Partners?
Why Do People Cheat on Their Partners? There is a pretty girl in a school and there is a nerd. The nerd is infatuated with the pretty girl but never g ...
分类:其他好文   时间:2019-07-13 09:16:25    阅读次数:112
OpenLayers测量距离和面积
测量距离和面积 导航 ... ...
分类:其他好文   时间:2019-07-12 14:21:33    阅读次数:654
吴裕雄--天生自然 R语言开发学习:基本图形(续一)
#---------------------------------------------------------------# # R in Action (2nd ed): Chapter 6 # # Basic graphs ... ...
分类:编程语言   时间:2019-07-12 13:00:22    阅读次数:144
吴裕雄--天生自然 R语言开发学习:基本图形(续二)
#---------------------------------------------------------------# # R in Action (2nd ed): Chapter 6 # # Basic graphs ... ...
分类:编程语言   时间:2019-07-12 12:49:26    阅读次数:118
5003条   上一页 1 ... 76 77 78 79 80 ... 501 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!