码迷,mamicode.com
首页 >  
搜索关键字:scala for if match while    ( 37974个结果
实验三
#include <math.h> #include <stdio.h> int main() { float a,b,c,x1,x2; float delta,real,imag; printf("Enter a,b,c"); while(scanf("%f%f%f",&a,&b,&c) !=EO ...
分类:其他好文   时间:2020-11-23 11:57:34    阅读次数:4
实验三
任务一 #include<stdio.h> #include<math.h> int main(){ float a, b, c, x1, x2; float delta, real, imag; printf("Enter a, b, c: "); while(scanf("%f%f%f", &a ...
分类:其他好文   时间:2020-11-21 12:42:08    阅读次数:28
如何更正 VLOOKUP 函数中的 #N/A 错误
如何更正 VLOOKUP 函数中的 #N/A 错误 本主题介绍函数的错误结果的最常见的VLOOKUP原因,并提供改用INDEX和MATCH的建议。 提示: 另外,请参阅课程摘要卡: VLOOKUP 疑难解答提示,可在方便的 PDF 文件中呈现 #NA 问题的常见原因。 可与他人共享该 PDF 或将其 ...
分类:其他好文   时间:2020-11-21 12:38:48    阅读次数:14
实验333333333333333333
#include<math.h> #include<stdio.h> int main(){ float a, b, c, x1, x2; float delta, real, imag; printf("Enter a, b, c: "); while(scanf("%f%f%f", &a, &b ...
分类:其他好文   时间:2020-11-21 12:32:15    阅读次数:7
实验3
#include <math.h> #include <stdio.h> int main() { float a, b, c, x1, x2; float delta, real, imag; printf("Enter a, b, c: "); while(scanf("%f%f%f", &a, ...
分类:其他好文   时间:2020-11-21 12:31:36    阅读次数:8
java的基本知识技能(二)
If switch do while while for 这些语句什么时候用? 1)、当判断固定个数的值的时候,可以使用if,也可以使用switch。 但是建议使用switch,效率相对较高。 switch(变量){ case 值:要执行的语句;break; … default:要执行的语句; } ...
分类:编程语言   时间:2020-11-21 12:29:33    阅读次数:14
P3899 [湖南集训]谈笑风生
###P3899 [湖南集训]谈笑风生 二维数点问题,主席树模板(两种写法 #include<bits/stdc++.h> #define IL inline #define LL long long #define pb push_back using namespace std; const i ...
分类:其他好文   时间:2020-11-21 12:15:18    阅读次数:7
Scala:输入和输出
1.从控制台输入: 另外还有很多中方法供选择 2.从文件中输入 2.1绝对路径 2.2相对路径:一定要注意i相对路径是相对于整个项目project的路径而不是module 注意最后一定要把Source关闭 2.文件的输出 3.网络的交互 1 package com.me.scala 2 3 impo ...
分类:其他好文   时间:2020-11-21 12:14:30    阅读次数:7
AOJ 0118 Property Distribution
原题目简介 タナカ氏が HW アールの果樹園を残して亡くなりました。果樹園は東西南北方向に H × W の区画に分けられ、区画ごとにリンゴ、カキ、ミカンが植えられています。タナカ氏はこんな遺言を残していました。 果樹園は区画単位でできるだけ多くの血縁者に分けること。ただし、ある区画の東西南北どれかの ...
分类:其他好文   时间:2020-11-21 11:56:29    阅读次数:4
实验3??🌂叁三
一·#include<stdio.h> #include<math.h> int main() { float a, b, c, x1, x2; float delta, real, imag; printf("Enter a, b, c: "); while(scanf("%f%f%f", &a, ...
分类:其他好文   时间:2020-11-21 11:51:42    阅读次数:3
37974条   上一页 1 ... 62 63 64 65 66 ... 3798 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!