It is safe to assign the result of a list comprehension to the variable that you're mapping. Python constructs the new list in memory, and when the list comprehension is complete, it assigns the result to the original variable.〔【出典】"Dive Into Python 3" by Mark Pilgrim ◆【和訳】Fukada & Fujimoto ◆【License】CC-BY-SA-3.0 〕
Global Voicesでは、人権団体でもあるLicadhoの収容所マッピングをすでに取り上げている。
Global Voices has already featured the prison mapping of Licadho, also a human rights group.〔【出典】Global Voices Online◆【英文】Mong Palatino ◆【和訳】Yuki Kawase ◆【License】CC BY 3.0 〕
To make sense of this, look at it from right to left. a_list is the list you're mapping. The Python interpreter loops through a_list one element at a time, temporarily assigning the value of each element to the variable elem. Python then applies the function elem * 2 and appends that result to the returned list.〔【出典】"Dive Into Python 3" by Mark Pilgrim ◆【和訳】Fukada & Fujimoto ◆【License】CC-BY-SA-3.0 〕
Inspired by other recent crises, there is now also a London Riots page on Crisis Commons, a wiki website mapping technology use in disasters.〔【出典】Global Voices Online◆【英文】Solana Larsen ◆【和訳】Ayako Teramoto ◆【License】CC BY 3.0 〕
それにうーんと昔、1960 年代初めとかだと、みんなコンピュータを変更して、いろんな新しい命令を足したり、すっごい TSS 機能を足したりして、だから MIT の PDP-1 は、引退する頃には 60 年代はじめに Digital が届けたときの 2 倍くらいの命令を持ってたし、特別なハードウェア・スケジューラ補助機能や変なメモリマッピング機能なんかもあって、個別ハード装置を特定のTSS ジョブに割り当てたり、その他ぼくでもほとんど知らないようないろんなことになってた。
And the really old days, the beginning of the 1960's people used to modify computers adding all sorts of new instructions and new fancy timesharing features, so that the PDP-1 at MIT by the time it was retired in the mid-seventies had something like twice as many instructions as it had when it was delivered by Digital in the early sixties, and it had special hardware scheduler assisting features and strange memory-mapping features making it possible to assign individual hardware devices to particular timesharing jobs and lots of things that I hardly really know about.〔【出典】日英対訳文・対応付けデータ(独立行政法人情報通信研究機構)〕"_RMS2", "2250055"
ショプフ氏によると、火星に同様の鉱床があることは、軌道マッピングでも分かります。
Schopf says orbital mapping also shows similar mineral deposits on Mars."VOA-T345", "2440290"
シンクタンク「the Center for American Progress」は、一般の人が利用可能なマッピングデータベースの機能を、米国は向上すべきだと主張しています。
The Center for American Progress says the U.S. should upgrade the mapping database that's available to the public."VOA-T129", "2464773"
センチネルリンパ節マッピング
sentinel lymph node mapping
データベースのマッピング
database mapping《コ》
ドイツ出身でポッドキャストかつブロガーのThomasは、マインド・マッピングについて語っている。
Thomas, German podcaster and blogger, talking about MindMapping.〔【出典】Global Voices Online◆【英文】Preetam Rai ◆【和訳】Mariko Yagi ◆【License】CC BY 3.0 〕
Now think about the rise of global networks like email and the web. Lots of "plain text" flying around the globe, being authored on one computer, transmitted through a second computer, and received and displayed by a third computer. Computers can only see numbers, but the numbers could mean different things. Oh no! What to do? Well, systems had to be designed to carry encoding information along with every piece of "plain text." Remember, it's the decryption key that maps computer-readable numbers to human-readable characters. A missing decryption key means garbled text, gibberish, or worse.〔【出典】"Dive Into Python 3" by Mark Pilgrim ◆【和訳】Fukada & Fujimoto ◆【License】CC-BY-SA-3.0 〕
If you have an international keyboard layout, you should set the optionXkbModel to pc102 or pc105, as this will allow mapping of the additional keys specific to your keyboard.〔【出典】Gentoo Linux ◆【License】CC-BY-SA-2.5 ◆【編集】独立行政法人情報通信研究機構 〕