integers
US
・UK
C1 高級
n. pl.名詞 (複數)整數(複數)
影片字幕
第一週,繼續 (Week 1, continued)
52:50
- are different from integers, in that they have a decimal point
來自整數不同,在 他們有一個小數點
- in the sense that, similarly, do integers have limits to them
在這個意義上,類似地, 確實整數必須限制他們
在經歷了坎坷的一週後,Stephen終於可以慶祝喬治亞州參議員Warnock和Ossoff的勝利。 (After A Rocky Week, Stephen Finally Gets To Celebrate The Georgia Senate Wins By Warnock And Ossoff)
10:37
- I THINK I HUFFED TOO MANY INTEGERS.
我想我弄壞了太多的英特格爾。
第五週 (Week 5)
49:14
- Declaring two pointers, two integers.
聲明兩個三分球,兩個整數。
圖形卡如何工作? 探索圖形處理器架構 (How do Graphics Cards Work? Exploring GPU Architecture)
28:30
- Half of the CUDA cores execute FMA using 32-bit floating-point numbers, which is essentially scientific notation, and the other half of the cores use either 32-bit integers or 32-bit floating-point numbers.
一半的 CUDA 內核使用 32 位浮點數(基本上是科學符號)執行 FMA,另一半內核使用 32 位整數或 32 位浮點數。
0.3 數據結構與算法:選擇排序 (0.3 Data Structures & Algorithms: Selection Sort)
07:05
- Okay, so let's talk about this idea of sorting integers.
好了,讓我們來談談整數排序的概念。
- Okay, anyway, so the basic idea is that we can even do this sorting process with other types of data, not just with integers, so it does generalize.
好了,不管怎麼說,我們的基本想法是,我們甚至可以對其他類型的數據進行排序,而不僅僅是整數,所以它確實具有通用性。
0.4 數據結構與算法:選擇排序代碼 (0.4 Data Structures & Algorithms: Selection Sort Code)
02:40
- Its input will be an array of integers and the two indices of the items that I want to swap.
它的輸入將是一個整數數組和我要交換的兩個項目的索引。