コンテンツにスキップ

検索結果

(前の20件 | ) (20 | 50 | 100 | 250 | 500 件) を表示
  • 動画のフレームごとの処理 while video.isOpened(): ret, frame = video.read() if not ret: break # フレームの表示 cv2.imshow('Frame', frame) # 'q'キーで終了 if cv2.waitKey(1) & 0xFF ==…
    9キロバイト (1,132 語) - 2023年8月18日 (金) 10:47
  • . . $t=1-3/Steps filename="frame<Steps-2>.png" $t=1-2/Steps filename="frame<Steps-1>.png" $t=1-1/Steps filename="frame<Steps-0>.png" $t=1-0/Steps filename="frame00000…
    9キロバイト (1,387 語) - 2015年8月28日 (金) 12:02
  • 運動する系 (Moving frames) 主バンドル? (Principal bundles) 系のバンドル? (Frame bundle) ? (External bundle) ? (Frame bundle connection) パラティニ作用 (Palatini action)…
    6キロバイト (307 語) - 2018年11月26日 (月) 13:40
  • . . $t=1-3/Steps filename="frame<Steps-2>.png" $t=1-2/Steps filename="frame<Steps-1>.png" $t=1-1/Steps filename="frame<Steps-0>.png" $t=1-0/Steps filename="frame00000…
    12キロバイト (1,853 語) - 2015年8月28日 (金) 12:02
  • . . $t=1-3/Steps filename="frame<Steps-2>.png" $t=1-2/Steps filename="frame<Steps-1>.png" $t=1-1/Steps filename="frame<Steps-0>.png" $t=1-0/Steps filename="frame00000…
    2キロバイト (4,300 語) - 2015年2月8日 (日) 05:13
  • MyFrame* frame = new MyFrame("wxWidgetsアプリケーション", wxPoint(50, 50), wxSize(250, 150)); frame->Show(true); return true; } // メインウィンドウの実装 MyFrame::MyFrame(const…
    31キロバイト (4,324 語) - 2024年1月30日 (火) 02:01
  • void OnUpdateFrame(FrameEventArgs e) { base.OnUpdateFrame(e); } protected override void OnRenderFrame(FrameEventArgs e) { base.OnRenderFrame(e); GL.ClearColor(0…
    3キロバイト (417 語) - 2021年4月13日 (火) 09:48
  • querySelector("#link").setAttribute("href", canvas.toDataURL()); } } requestAnimationFrameのコールバックに、Canvas要素への描画関数を渡すとアニメーションを行うことができます。 balls.html <!DOCTYPE html>…
    33キロバイト (3,884 語) - 2024年11月23日 (土) 04:19
  • void OnUpdateFrame(FrameEventArgs e) { base.OnUpdateFrame(e); } protected override void OnRenderFrame(FrameEventArgs e) { base.OnRenderFrame(e); GL.ClearColor(0…
    12キロバイト (1,888 語) - 2021年4月13日 (火) 09:48
  • えることがあります。しかし、requestAnimationFrame を使うと、ブラウザが次の再描画を行う直前にコードを実行するため、フレームレートやパフォーマンスを向上させることができます。 requestAnimationFrame を使用した基本的なアニメーションの流れは以下のようになります:…
    20キロバイト (2,243 語) - 2024年6月21日 (金) 03:06
  • # 2つのDataFrameの作成 df1 = pd.DataFrame({'Name': ['Alice', 'Bob', 'Charlie', 'David', 'Emily'], 'Age': [25, 32, 18, 47, 24]}) df2 = pd.DataFrame({'Name':…
    31キロバイト (4,476 語) - 2023年4月14日 (金) 09:51
  • spherical dent. This method produces instantaneous results, but has low frame rates when working with highly nonconvex objects. Note that selecting the…
    6キロバイト (861 語) - 2015年8月28日 (金) 12:02
  • @extern ^ @fence ^ @field ^ @fieldParentPtr ^ @floatCast ^ @floatFromInt ^ @frameAddress ^ @hasDecl ^ @hasField ^ @import ^ @inComptime ^ @intCast ^ @intFromBool…
    43キロバイト (159 語) - 2024年2月10日 (土) 05:57
  • gdk_window_begin_draw_frame() など)は Gnome開発者が使うものであるので(IRCでGnome開発者がそう解答した(2020年4月26日、日本時間で9時ごろ) )。なので 一般の GTKアプリケーション製作者は、この関数( gdk_window_begin_draw_frame() など)は用いないとの事である。…
    117キロバイト (18,169 語) - 2022年6月24日 (金) 11:55
  • array(1:24, dim=c(2,3,4)) my_list <- list(a=1, b=2, c=3) my_df <- data.frame(id=1:3, name=c("Alex", "Bob", "Charlie"), age=c(25, 30, 35))…
    24キロバイト (3,723 語) - 2023年4月9日 (日) 21:57
  • MonoBehaviour { // Start is called before the first frame update void Start() { } // Update is called once per frame void Update() { } } C#全体の記法やチュートリアルは WikiBooks:C#…
    24キロバイト (3,006 語) - 2024年8月22日 (木) 04:05
  • nginxのバージョン情報を隠すことで、潜在的な攻撃者に情報を与えないようにします: server_tokens off; X-Frame-Optionsヘッダーを設定して、クリックジャッキング攻撃を防ぎます: add_header X-Frame-Options "SAMEORIGIN" always; ブラウザの組み込みXSS保護を有効にします:…
    48キロバイト (5,618 語) - 2024年6月30日 (日) 02:06
  • @printf(ptr noundef, ...) #1 attributes #0 = { noinline nounwind optnone uwtable "frame-pointer"="all" "min-legal-vector-width"="0" "no-trapping-math"="true"…
    51キロバイト (4,988 語) - 2024年5月27日 (月) 01:01
  • がある。特にアニメーションや時間感覚が重要なケースでは不適切。 代替技術 モダンなアニメーションや時間制御には requestAnimationFrame や setTimeout のPromiseラッパーを使用することが推奨される。 サポート開始年: 2000年(Internet Explorer専用)…
    6キロバイト (723 語) - 2024年11月18日 (月) 10:03
  • # テキストの表示 st.write("これはテキストの表示例です。") # データフレームの作成と表示 data = pd.DataFrame( np.random.randn(10, 5), columns=('A', 'B', 'C', 'D', 'E') ) st.dataframe(data)…
    5キロバイト (661 語) - 2024年11月4日 (月) 03:31
(前の20件 | ) (20 | 50 | 100 | 250 | 500 件) を表示