Qiita
You are not logged in to any team
Log in to Qiita Team...
Community
List of all organizatioins
Advent Calendar
Qiita Jobs
Qiitadon (β)
Qiita Zine
Community Guideline
How to write good articles
Release note
Signup
Login
LGTM items
Followees
Comment history
Edit request history
Issue report
Help us understand the problem. What is going on with this user?
It's illegal (copyright infringement, privacy infringement, libel, etc.)
It's socially inappropriate (offensive to public order and morals)
It's advertising
It's spam
Other than the above, but not suitable for the Qiita community (violation of guidelines)
@gis
80
Posts
4137
Contributions
336
Followers
Follow
Following tags
Following tags are none
$ analyze @gis
posted articles
C++:
78%
ゲーム制作:
38%
アルゴリズム:
34%
game:
23%
DungeonGeneration:
21%
LGTMed articles
C++:
25%
JavaScript:
10%
Python:
9%
C:
6%
C++11:
5%
answered questions
No data
Edit Pickup Articles (Up to 3)
Save
Pickup Articles
C++
アルゴリズム
boost
数学
素数
素数判定の速度測定データ一覧
1
#概要 この記事は["【Qiitaで最も大きい素数を判定】高速メルセンヌ素数判定プログラム"](https://qiita.com/Gaccho/items/d3ba144c64e7021e5e90)の記事で得られたデータをもとに素数判定にどの程度の時間がかかるのか、記載します。 #使用ライブラリ ###[Boost](https://www.boost.org/) ###[GMP(MPI...
2018/09/26
C
C++
C#
C言語
整数
C/C++とC#の整数型比較表
30
**"C#の整数型はC/C++とは異なるよ"**って話。 # 比較表 |bit数|符号|C|C++|C#| |:---|:---|:---|:---|:---| |8|なし|uint8_t|std::uint8_t|byte| |8|あり|int8_t|std::int8_t|sbyte| |16|なし|uint16_t|std::uint16_t|ushort| |16|あり|int16_t...
2019/06/21
C++
画像処理
C++11
初心者
初心者向け
C++で超簡単に画像出力+サンプル
45
# [準備](https://github.com/nothings/stb/blob/master/stb_image_write.h) [**"stb_image_write.h"**](https://github.com/nothings/stb/blob/master/stb_image_write.h)をダウンロードして、これから作る `main.cpp` と同じフォルダに入れる。 ...
2019/07/04
All Items
Articles
Answers
Questions