
No.3ベストアンサー
- 回答日時:
> No it says ジュリア関数 right in the class material and I have no idea what the heck he is talking about
Seems no one have any idea.
Googling suggests it is possibly related to Julia set.
Julia set:
https://en.wikipedia.org/wiki/Julia_set
Whichever, no accuracy at all. Who the hell knows?
In addition, as I commented in #1, this set seems to be related to something "GRAPHICAL"; therefore, you cannot program with pure C/C++, because either C/C++ is basically designed to implement *Command Line* tools, or out of dated a-bunch-of-text-only-bullshits.
Thus, nobody could do nothing about this question.
Sorry.
Thank you~ Maybe this one is what I was looking for :) Don't be sorry because you did literally nothing wrong. You are the best fr! No one is really that kind to me on here.
No.4
- 回答日時:
具体的な環境が不明なので C++ 言語っぽく概要のみ回答します。
c = 具体的な複素数;
f_c = 写像関数作成(c);
原点 = 原点の複素数を入力();
画像 = new 画像(格子点の数);
for (y = 0; y < 格子点の数; y++) {
_ for (x = 0; x < 格子点の数; x++) {
_ _ z = 複素数(原点と格子座標Xから実数を計算(原点,x), 原点と格子座標Yから虚数を計算(原点,y));
_ _ 色 = 集合内部色;
_ _ for (n=0; n<最大反復回数; n++) {
_ _ _ if (z.abs() > 2) { 色 = 脱出数から塗分け色を計算(n); break; }
_ _ _ z = f_c(z);
_ _ }
_ _ 画像.点描画(x,y,色);
_ }
}
表示(画像);
No.2
- 回答日時:
> ありがとうございます。
ごめんなさい。でも、数値計算の授業で、ジュリア関数を使うと言いました。それで、Cのそのようなものしか私は覚えていません。Julia "Function"?
I bet you are talking about the Julia "language", which MIT, or Massachusetts Institute of Technology, developed.
Julia:
https://en.wikipedia.org/wiki/Julia_(programming …
Whatever, you still post to a wrong category. You should post there:
その他(プログラミング・Web制作):
https://oshiete.goo.ne.jp/articles/qa/2849/
In addition, you anytime have to specify what language you want to use.
Whatever, I'm afraid that this is hard to get any answer, because people seldom know what the hell "Julia" is.
私は、cametan_42さんは、日本人とおもてたからびっくりしました。子供みたいなところがあり、私より若いかもかれないのに頭がいいと思っていたけど。
No it says ジュリア関数 right in the class material and I have no idea what the heck he is talking about because I actually haven't attended this class before... Ik it's partly my fault but I just can't... I am not that mentally stable, maybe you know this
あまり責めないで。
No.1
- 回答日時:
帰国子女で英語の方が得意だったんだっけ?うろ覚えだけど。
I barely remember you mentioned that you were grown up in the U.S.
Frankly speaking, what you are asking here and there:
https://oshiete.goo.ne.jp/qa/13201548.html
seem rather mathematics questions; in other words, you were posting to wrong category. You had better post to mathematics category:
https://oshiete.goo.ne.jp/articles/qa/2503/
Otherwise, you may want to know how to program these problems in C or C++; however, unfortunately, I have to say that is *IMPOSSIBLE*.
According to the specification of C language or C++ language, neither language provides graphical tools officially; therefore, you would never get diagrams through *OFFICIAL* programing in pure C or pure C++.
In other words, if you want to program diagrams with C or C++, you have to show and specify some external libraries for C or C++, which you want to use.
ありがとうございます。ごめんなさい。でも、数値計算の授業で、ジュリア関数を使うと言いました。それで、Cのそのようなものしか私は覚えていません。
Actually not in the US tho~
お探しのQ&Aが見つからない時は、教えて!gooで質問しましょう!
このQ&Aを見た人はこんなQ&Aも見ています
-
【教えて!goo ウォッチ 人気記事】風水師直伝!住まいに幸運を呼び込む三つのポイント
記事を読む>>
-
C++はWindows運用に必須なのか
C言語・C++・C#
-
コールとリンク違いについて。
C言語・C++・C#
-
プログラム例え話について。
C言語・C++・C#
-
-
4
C++アンインストールの影響
C言語・C++・C#
-
5
C言語 少しの疑問
C言語・C++・C#
-
6
C言語について教えて欲しいです。 ファイルの中身をコピーするプログラムを作ってます aというファイル
C言語・C++・C#
-
7
ある線が円の範囲に入っているかの計算
C言語・C++・C#
-
8
絶対ち
C言語・C++・C#
-
9
プログラミングの問題です。至急教えてください。 /***から***/の部分をプログラミングにしてほし
C言語・C++・C#
-
10
C言語について。
C言語・C++・C#
-
11
バイナリファイルをコピーするのにかかる時間を測りたいのですが実行するとFatel error:gli
C言語・C++・C#
-
12
C言語について質問です。 以下のような結果を出すためにはどのようなコードが良いですか?サンプルコード
C言語・C++・C#
-
13
linux C言語について ./ファイル名 入力値 入力値が表示 という風に実行と入力を同時にしたい
C言語・C++・C#
-
14
Pythonについて
C言語・C++・C#
-
15
画像の画素値を変えるC言語のプログラムで指定された画像の中に白い三角形を右上に表示させるにはどのよう
C言語・C++・C#
-
16
C言語について。
C言語・C++・C#
-
17
#include <stdio.h>int main(void) { int buf[100] =
C言語・C++・C#
-
18
PCの性能とビルド時間
C言語・C++・C#
-
19
C言語の質問です、プログラミング初心者です このような文字列があった場合 abcdef☆ghijk"
C言語・C++・C#
-
20
参考にいろいろとc言語、c++言語プログラミングでレジストリーを操作したいのですが、無料配布のc++
C言語・C++・C#
関連するカテゴリからQ&Aを探す
おすすめ情報
このQ&Aを見た人がよく見るQ&A
人気Q&Aランキング
-
4
バッチファイルでウインドウを...
-
5
排他的論理和 BCC(水平パリテ...
-
6
【fortran77】データ行数のカウ...
-
7
VBAでの勤務時間計算
-
8
関数電卓をc言語でつくりたいの...
-
9
C# 計算処理中に実行中ウィン...
-
10
WEBページ上で計算をさせるには...
-
11
モジュロ
-
12
CCurの引値を文字列にする時と...
-
13
[ASP]日付と時間の比較
-
14
人時生産性をExcelで計算したい
-
15
再帰呼び出しの計算量
-
16
VBAの再計算が反映されない件に...
-
17
matlabで計算終了
-
18
C言語について 下の画像は do-w...
-
19
for文である数の倍数になるまで...
-
20
c言語の質問です。 ランダムに4...
おすすめ情報
公式facebook
公式twitter