lanx06

@lanx06

Joined on Oct 17, 2020

  • math model :population 人口金字塔 ![](https://hackmd.io/_uploads/r1qfGR4w3.png =600x250) ⬇️ ![](https://hackmd.io/_uploads/rkBHG04Ph.png =600x250) 模擬方法 將整個社會分成不同種人群,不同族群有不同的屬性,不同屬性會影響的生育能理和死亡率和狀態
     Like  Bookmark
  • old way The old render pipeline used to directly transport the rendered pixel results to the screen, without providing a way to save the rendered image. Before using Deferred Rendering, we used to calculate the mesh information required for lighting in one shader. This method is efficient when there is a constant number of lights in the scene, as we only need to run one shader for each model to properly apply lighting. But we have 2 defect The number of lights in the shader needs to be constant because the shader has to be compiled at runtime for each frame. The same information used to calculate lighting for a mesh (such as mesh normal and mesh color) cannot be shared with another shader, such as a post-processing shader. Therefore, the same information needs to be recalculated in each shader that uses it.
     Like  Bookmark
  • 資安報告! Who are you? nobody concurrency rule(並行性規則) CON32-C CON33-C CON32-C
     Like  Bookmark
  • command line git config --global user.email "" git config --global user.name "" git status git init git add --all git commit -m "what do you done" git branch -M main git remote add origin https://github.com/lanx06/heroku.git git push -u origin main
     Like  Bookmark
  • brdf brdf In computer graphics have investigated the material interactions with the light and Summarized the equation which is called brdf(bidirectional reflectance distribution function). Phong model $V:\text{surface to the view direction}$ $N:\text{surface normal direction}$ $L:\text{surface to the light direction}$ $R:\text{the direction of light reflect to surface normal}$
     Like  Bookmark
  • 循環賽 題目 下圖為五位選手的比賽結果 a->b表示 a 獲勝 digraph google{ // layout=neato; layout=circo; // layout=twopi;
     Like  Bookmark
  • non-feature(NOOBDY) OOP wrapper for C library utilizing smart pointers to avoid memory leaks properly documenting code and commit messages git fork workflow and code reviews logging messages engine feature demo(lanx)
     Like  Bookmark
  • 安裝 Dev-C++ link vscode link 特性 編譯 物件導向
     Like  Bookmark
  • get all frame //%03d 如果小於三位數以三位數呈現 ffmpeg -i "path.mp4" "path_%03d.jpg" get fps ffmpeg -i "file" images to video ffmpeg -i "%03d.png" -c:v libx264 -vf fps=25 -pix_fmt yuv420p "out.mp4"
     Like  Bookmark
  • 1 一元二次方程式 :::spoiler 001. 一元二次方程式 一元二次方程式,aX^2 + bx + c = 0,輸入a, b, c, 求 方程式的兩個實根。(測資只有重根的情況) --------------- 輸入說明
     Like  Bookmark
  • type vector :::spoiler vector values x,y,z for a point or normal clone return new same vector
     Like  Bookmark
  • 設置 npm init 建立基本資料 npm init npm install package npm install express npm install
     Like  Bookmark
  • vscode sublime key function alt 1 move to open file 1 alt z fold line
     Like  Bookmark
  • 官網:https://www.tampermonkey.net/ 主要功能:網站載入時自動執行 js腳本 一開始要會找到這個原因是因為想要用edge 但沒有google 的主頁很不習慣索性自己做一個 成果 前 後
     Like 1 Bookmark
  • 虛擬環境 清單 conda env list 虛擬環境 建立 conda create --name myenv python=3.5 虛擬環境 啟用 conda activate myenv 虛擬環境 退出
     Like  Bookmark
  • github page 範例 https://x06lan.github.io/ 要求 git 安裝link vscode 安裝link github 帳號 html js css
     Like  Bookmark
  • 快速製造好看的標籤 格式 參數 參數 功能 color=ff00ff 背景顏色
     Like  Bookmark
  • 基本 push var data=[10,20] data.push(30) //data=[10,20,30] unshift var data=[10,20] data.unshift(0) //data=[0,10,20]
     Like  Bookmark
  • Cinebench R20 (single Core) { "width": 360, "data": { "values": [ {"cpu": "R7 5700U","point": 494}, {"cpu": "R5 5500U","point": 458}, {"cpu": "R7 4700U","point":465}, {"cpu": "R5 4500U","point":447.5},
     Like  Bookmark
  • 設定 在位未來,在某次大戰開打以後世界陷入混亂,大多是地區陷入無政府狀態又或著持續著戰爭,而日本則藉由導入名為西比拉的系統成為世界上少數可正常運行的"國家" 西比拉 管轄於厚生署,一個強大的心靈指數監測網路──以聲像掃描主動監控市民的心智與精神狀態,其測量數據被稱作「心靈指數」。 系統亦會預測一個人犯罪的可能性,並把其數值化,成為「犯罪指數」^cr。 監視官 在西比拉導入後成立的職位,負責追捕犯人。 早期只有監視官(警察),但是後來大多數的監察官在追捕犯人後犯罪指數上升,後區分成執行官和監視官。
     Like  Bookmark