検索結果
表示
このウィキでページ「TheOne」を新規作成しましょう。検索で見つかった他のページも参照してください。
- const one = 10 % 3; // 10÷3は3余り1なので変数oneは1となる console.log(one); // 1 結果は必ず左オペランドの被除数(割られる数)と同じ符号になります。 const minus_one = -10 % 3; console.log(minus_one);…48キロバイト (4,084 語) - 2023年9月12日 (火) 10:45
- plusFive = proc a -> do b <- plusOne -< a c <- plusOne -< b d <- plusOne -< c e <- plusOne -< d plusOne -< e FIXME: I'm no longer sure, but I believe…4キロバイト (639 語) - 2020年5月26日 (火) 23:12
- range(10)}={0, 1, 2, 3, 4, 5, 6, 7, 8, 9} {(1,"one"), (2,"two"),(3,"three"),(1,"one")}={(3, 'three'), (2, 'two'), (1, 'one')} { (1,"壱"), (2,"弐"), (3,"参"), (1,"壱")…14キロバイト (2,204 語) - 2021年12月18日 (土) 07:45
- 高校英語の文法/代名詞 (oneの節)は使えない。しかし形容詞などをはさめば使える(エバグリ、インスパ、青チャ)。 つまり Tom's one (×)はダメ。しかし Tom's new one は可能。 同様、 my one (×)はダメ。しかし my new one は可能。 one は不可算名詞は受けられない。 Tom likes red wine. Bob…30キロバイト (4,618 語) - 2024年7月16日 (火) 12:11
- range(5))=} { {i:2**i for i in range(5)}=} { {10,"ABC", 20, "XYZ"}=} { {1:"one", 2:"two",3:"three"}=} { { 1: "壱", 2: "弐", 3: "参" }=} """) 実行結果 {}={} dict()={}…6キロバイト (828 語) - 2022年8月10日 (水) 10:25
- main(void) { char num[3][6] = {"zero", "one", "two"}; printf("%s \n", num[1]); //文字列の配列の配列の[i]番目の文字列を表示します。 } 実行結果 one 上記例のように、char 宣言時の配列は2次元配列の書式であっても(たとえばnum[3][6]…23キロバイト (3,298 語) - 2024年6月11日 (火) 02:36
- Concurrent.STM.TChan oneSecond = 1000000 writerThread :: TChan Int -> IO () writerThread chan = do atomically $ writeTChan chan 1 threadDelay oneSecond atomically…6キロバイト (833 語) - 2021年4月13日 (火) 11:15
- タプルリテラル tpl0 = () tpl1 = (10,) tpl2 = 10, "ABC", 30 tpl3 = (1,"one"), (2,"two"),(3,"three") tpl4 = ( (1,"壱"), (2,"弐"), (3,"参") ) print(tpl0)…5キロバイト (637 語) - 2021年12月15日 (水) 22:59
- char '\\' -- バックスラッシュ x <- oneOf "\\\"" -- バックスラッシュまたは二重引用符 return x -- エスケープされた文字を返す またはもっと簡潔に escapedChars = char '\\' >> oneOf "\\\"" これを使うようparseStringも変更します。…15キロバイト (1,397 語) - 2021年4月13日 (火) 11:11
- variable. Parameters empty select all the children index integer. select one child, at index value. Index start at 0 and should be less than or equal…3キロバイト (440 語) - 2015年2月14日 (土) 10:05
- quarter または one quarter である。 This rooms is one-third as large as that one. 「この部屋はあの部屋の3分の1の大きさだ。」 This rooms is a quarter as large as that one. 「この部屋はあの部屋の4分の1の大きさだ。」…17キロバイト (2,778 語) - 2024年10月10日 (木) 13:09
- 熱交換器は、流体が接触することなく、一つの流体から別の流体に熱を移動させるために設計された装置です。熱交換器の応用例としては、ラジエーター、空調、発電所などが挙げられます。 熱交換器は主にその流れの配置によって分類されます。熱交換器には基本的に2種類があります: 直列流れ と 交差流れ です。さらに、いわゆる…6キロバイト (1,088 語) - 2024年7月31日 (水) 02:03
- twenty-three point five zero four 0.123 zero point one two three 電話番号 一字ずつ読めばいい。 0794-1192 zero seven nine four, one one nine two 同じ数字が並んでいる場合、double…11キロバイト (1,638 語) - 2022年11月25日 (金) 04:03
- function allows you set options parameters for the function lsode. Given one argument, lsode_options returns the value of the corresponding option. If…17キロバイト (2,927 語) - 2022年11月23日 (水) 12:08
- TrackerType { NONE, ONE, TWO }; public: A( TrackerType tracker = NONE) try // コンストラクタ try ブロック(constructor try block) : b_((tracker = ONE, "hello")) // std::exception…4キロバイト (537 語) - 2015年2月26日 (木) 10:04
- const one_half; std::ratio<3, 4> const three_quarters; // 分子と分母の取得 constexpr auto one_half_num = std::ratio<1, 2>::num; // 1 constexpr auto one_half_den…4キロバイト (556 語) - 2024年6月2日 (日) 00:14
- Mobile has started to get its place in human societies. Now, in the twenty-one century, mobile became no more a luxury but a crucial tool in our everyday…27キロバイト (4,191 語) - 2020年2月7日 (金) 23:49
- Excel: スプレッドシートの作成とデータ分析 PowerPoint: プレゼンテーション作成 Outlook: メール、カレンダー、連絡先の管理 OneDrive: クラウドストレージとファイル共有 Teams: コラボレーションとビデオ会議 これらのツールは、個々に利用できるだけでなく、相互に連…20キロバイト (2,265 語) - 2024年6月30日 (日) 21:25
- paragraph (1), item (v) by notification to the Minister of Justice within one year from the date of knowing the loss of Japanese citizenship; provided…5キロバイト (792 語) - 2024年11月27日 (水) 12:56
- reproduce and spread: easier to move data from one computer to another when compared to sharing knowledge from one human to another. Consistent: artificial…25キロバイト (3,875 語) - 2020年2月4日 (火) 22:30