
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ドクター
24時間365日いつでも医師に健康相談できる!詳しくはコチラ>>
-
[C言語] コメント文字列を無視して、数値データを読み込むプログラム部分について
C言語・C++・C#
-
C++はWindows運用に必須なのか
C言語・C++・C#
-
コールとリンク違いについて。
C言語・C++・C#
-
4
C++アンインストールの影響
C言語・C++・C#
-
5
プログラム例え話について。
C言語・C++・C#
-
6
C言語 少しの疑問
C言語・C++・C#
-
7
C言語
C言語・C++・C#
-
8
C言語について教えて欲しいです。 ファイルの中身をコピーするプログラムを作ってます aというファイル
C言語・C++・C#
-
9
絶対ち
C言語・C++・C#
-
10
C言語で移動平均のプログラムを作りたいのですが、数値をファイルから取ってきて計算をするプログラムはど
C言語・C++・C#
-
11
プログラムの時、フローチャートはどうなりますか?図でお願いします。 int main(void) {
C言語・C++・C#
-
12
プログラミングの問題です。至急教えてください。 /***から***/の部分をプログラミングにしてほし
C言語・C++・C#
-
13
C言語について。
C言語・C++・C#
-
14
C言語について質問です。 以下のような結果を出すためにはどのようなコードが良いですか?サンプルコード
C言語・C++・C#
-
15
ある線が円の範囲に入っているかの計算
C言語・C++・C#
-
16
ご本について 著者は、Linuxでも、言語と、フレームワークが同じの場合、大丈夫とおもいますか?
C言語・C++・C#
-
17
ごめんなさい。
C言語・C++・C#
-
18
画像の画素値を変えるC言語のプログラムで指定された画像の中に白い三角形を右上に表示させるにはどのよう
C言語・C++・C#
-
19
Pythonについて
C言語・C++・C#
-
20
linux C言語について ./ファイル名 入力値 入力値が表示 という風に実行と入力を同時にしたい
C言語・C++・C#
関連するカテゴリからQ&Aを探す
このQ&Aを見た人がよく見るQ&A
人気Q&Aランキング
-
4
[急募]Pythonについてです。
-
5
C言語の課題で、1年の秒数を計...
-
6
Javaを使った行列計算
-
7
VBAの再計算が反映されない件に...
-
8
CとFORTRANの計算速度はどちら...
-
9
GASで◯月第◯週→何日から何日と...
-
10
C言語で N行*M列 の逆行列を求...
-
11
Javascriptを用いてGPSの移動距...
-
12
Perlでのルートの計算
-
13
人時生産性をExcelで計算したい
-
14
エクセルのセル式で恐縮ですが...
-
15
骨折リスク評価のFRAXについて...
-
16
VBA入力フォームで労働時間の計...
-
17
c言語でsinx=0(0<x<5)をニュー...
-
18
エクセル以外で麻雀の成績を管...
-
19
行列式のプログラムでのループ...
-
20
放物線の運動
おすすめ情報
公式facebook
公式twitter