×
SeaArt AI บริษัท

A close up of a camera lens with a circular design

import numpy as np
import matplotlib.pyplot as plt 
from mpl_toolkits.mplot3d import Axes3D  
# 参数设置
n = 1
pi = np.pi  
# 时空坐标计算
def spacetime_coordinates(t):
    r = n / pi * t
    x = r * np.cos(t) * np.cos(t)
    y = r * np.sin(t) * np.cos(t)
    z = r * np.sin(t)
    w = r
    return x, y, z, w
  # 量子场与概率 
def quantum_field(t, m):
    u_n_minus_1 = 0
  # 假设u_n-1为0,可根据实际情况修改
    u = u_n_minus_1 + np.sin(t + m)
    return u
  # 概率分布 
def probability_distribution():
    m_values = [0, 1 / 2 * pi, pi, 3 / 2 * pi]
    probabilities = [0.125, 0.125, 0.125, 0.125, 0.5]
    m = np.random.choice(m_values + [0], p=probabilities)
    return m
  # 计算时空坐标和量子场值
    t_values = np.linspace(0, 2 * pi, 100)
    coordinates = [spacetime_coordinates(t) for t in t_values]
    quantum_fields = [quantum_field(t, probability_distribution()) for t in t_values]
  # 绘制3D曲面 def plot_3d_surface(w_value):
    fig = plt.figure()
    ax = fig.add_subplot(111, projection='3d')
    x_values = []
    y_values = []
    z_values = []
    u_values = []
    for coord, field in zip(coordinates, quantum_fields):
             x, y, z, w = coord
    if w == w_value:
             x_values.append(x)
             y_values.append(y)
             z_values.append(z)
             u_values.append(field)
             ax.scatter(x_values, y_values, z_values, c=u_values, cmap='viridis')
             ax.set_xlabel('X')
             ax.set_ylabel('Y')
             ax.set_zlabel('Z')
             ax.set_title(f'3D Surface for w = {w_value}')
             plt.show()
             plot_3d_surface(1)
             plot_3d_surface(100)
             input("Press any key to exit") --auto
image
avatar
P
pang ping
ข้อมูลการสร้างสรรค์
รีมิกซ์
คำพรอมต์
import numpy as np import matplotlib . pyplot as plt from mpl_toolkits . mplot3d import Axes3D # 参数设置 n = 1 pi = np . pi # 时空坐标计算 def spacetime_coordinates(t): r = n / pi * t x = r * np . cos(t) * np . cos(t) y = r * np . sin(t) * np . cos(t) z = r * np . sin(t) w = r return x , y , z , w # 量子场与概率 def quantum_field(t , m): u_n_minus_1 = 0 # 假设u_n-1为0 , 可根据实际情况修改 u = u_n_minus_1 + np . sin(t + m) return u # 概率分布 def probability_distribution(): m_values = [0 , 1 / 2 * pi , pi , 3 / 2 * pi] probabilities = [0 . 125 , 0 . 125 , 0 . 125 , 0 . 125 , 0 . 5] m = np . random . choice(m_values + [0] , p=probabilities) return m # 计算时空坐标和量子场值 t_values = np . linspace(0 , 2 * pi , 100) coordinates = [spacetime_coordinates(t) for t in t_values] quantum_fields = [quantum_field(t , probability_distribution()) for t in t_values] # 绘制3D曲面 def plot_3d_surface(w_value): fig = plt . figure() ax = fig . add_subplot(111 , projection='3d') x_values = [] y_values = [] z_values = [] u_values = [] for coord , field in zip(coordinates , quantum_fields): x , y , z , w = coord if w == w_value: x_values . append(x) y_values . append(y) z_values . append(z) u_values . append(field) ax . scatter(x_values , y_values , z_values , c=u_values , cmap='viridis') ax . set_xlabel('X') ax . set_ylabel('Y') ax . set_zlabel('Z') ax . set_title(f'3D Surface for w = {w_value}') plt . show() plot_3d_surface(1) plot_3d_surface(100) input("Press any key to exit") --auto
ขนาด
2048X2048
วันที่
Jul 5, 2023
โหมด
เริ่มต้น
ประเภท
upscale
Checkpoint & LoRA
Checkpoint
ReV Animated
0 ความคิดเห็น
0
0
0
0/400

โซนโปรโมชั่น

วิดีโอการสกัดการกระทำของตัวละคร
icon
วิดีโอการสกัดการกระทำของตัวละคร
avatar
L
likff
ปรับแต่งผลิตภัณฑ์ด้วยคลิกเดียว/ผลิตภัณฑ์ที่ได้รับการปรับแต่งอย่างรวดเร็ว
icon
ปรับแต่งผลิตภัณฑ์ด้วยคลิกเดียว/ผลิตภัณฑ์ที่ได้รับการปรับแต่งอย่างรวดเร็ว
avatar
A
Ashen
ซื้อด้วยคลิกเดียว
icon
ซื้อด้วยคลิกเดียว
avatar
I
Invincible
ก
icon
ก
avatar
A
Alejo
 炭筆素描肖像
icon
炭筆素描肖像
avatar
J
avatar_frame
Jensen
ภาคต่อของ DEMONIC SUMMON v8: 經典城鎮戰場動漫
icon
ภาคต่อของ DEMONIC SUMMON v8: 經典城鎮戰場動漫
avatar
S
SurfLights
การออกแบบผลิตภัณฑ์ฟลักซ์ ฟลักซ์ - การออกแบบผลิตภัณฑ์
icon
การออกแบบผลิตภัณฑ์ฟลักซ์ ฟลักซ์ - การออกแบบผลิตภัณฑ์
avatar
A
avatar_frame
AI训练魔法师-椰冬
ดอกเต่าทองไฟฟ้า
icon
ดอกเต่าทองไฟฟ้า
avatar
M
Mea
WoozFLUX บริบท
icon
WoozFLUX บริบท
avatar
S
avatar_frame
StarYAM
Funky Crystal Skeleton Art
icon
Funky Crystal Skeleton Art
avatar
K
kochoshinobu242
AI 风格:เป็นผู้หญิงฟลามิงโก
icon
AI 风格:เป็นผู้หญิงฟลามิงโก
avatar
暖
avatar_frame
暖阳Nuan
apt theme 🔥
icon
apt theme 🔥
avatar
S
avatar_frame
SoraSleep
อะนิเมะ
icon
อะนิเมะ
avatar
R
avatar_frame
Rana AlAhmadi(brown)
การถ่ายโอนวัสดุ
icon
การถ่ายโอนวัสดุ
avatar
I
Invincible
คนดังทางอินเทอร์เน็ตไฮเปอร์จริง
icon
คนดังทางอินเทอร์เน็ตไฮเปอร์จริง
avatar
H
Hasasasa
ยักษ์มือยักษ์ขอแสดงความยินดี
icon
ยักษ์มือยักษ์ขอแสดงความยินดี
avatar
A
avatar_frame
Arcane
การขยายวิดีโอ
icon
การขยายวิดีโอ
avatar
指
avatar_frame
指鹿AI
เกมเอฟเฟกต์ - แช่แข็ง
icon
เกมเอฟเฟกต์ - แช่แข็ง
avatar
Y
avatar_frame
YUXINN6362
ภาพวิดีโอเทศกาลฤดูร้อนของสาว ๆ
icon
ภาพวิดีโอเทศกาลฤดูร้อนของสาว ๆ
avatar
9
avatar_frame
93GSD5
SeedVR2 视频/Gif 放大器
icon
SeedVR2 视频/Gif 放大器
avatar
C
Celine
ฟังเสียงหัวใจของความรัก: คู่รักเกมโรแมนติก
icon
ฟังเสียงหัวใจของความรัก: คู่รักเกมโรแมนติก
avatar
9
avatar_frame
93GSD5
ไม่สุภาพ
icon
ไม่สุภาพ
avatar
H
hornyloser
เครื่องกำเนิดวิดีโอ Studio Ghibli AI
icon
เครื่องกำเนิดวิดีโอ Studio Ghibli AI
avatar
雨
avatar_frame
雨上がり
ภาพโมเสกเงินทอง
icon
ภาพโมเสกเงินทอง
avatar
E
Emilia
Idiom Stories
icon
Idiom Stories
avatar
J
jiachen
ดูเพิ่มเติม 

การแนะนำที่เกี่ยวข้อง

เครือข่ายควบคุม
logo
ไทย
แอปพลิเคชัน
สร้างภาพ ตัวละคร AI Swift AI การฝึกโมเดล Canvas แอปพลิเคชันเร็ว กระบวนการทำงาน
เกี่ยวกับ
สตูดิโอ ตารางคะแนน AI แชท AI บล็อก AI ข่าว
ช่วยเหลือ
คู่มือ บริการลูกค้า
รับแอปพลิเคชัน
icon
Download on the
APP Store
icon
GET IT ON
Google Play
ติดตามเรา
iconiconiconiconiconiconiconicon
© 2025 SeaArt, Inc.
Copyright Policy
"ข้อกำหนด"
"นโยบายความเป็นส่วนตัว" 特定商取引法 資金決済法に基づく表示
เพิ่มเติม