반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- numpy
- GIT
- Redshift
- google apps script
- math
- Apache
- list
- PySpark
- Java
- array
- django
- c#
- 파이썬
- Github
- string
- PANDAS
- dataframe
- Mac
- matplotlib
- Google Excel
- Kotlin
- Python
- gas
- SQL
- Google Spreadsheet
- Tkinter
- hive
- PostgreSQL
- Excel
Archives
- Today
- Total
목록parablic motion (1)
달나라 노트
C# Samples : 포물선 운동 (Parabolic Motion)
using System; using System.Windows.Forms; using System.Drawing; class ParabolicMotion { public static void Main() { // Constants // Constants cts = new Constants(); Form fm = new Form(); PictureBox pb = new PictureBox(); Image img_bg_day = Image.FromFile(cts.dir_img_bg_day); double ball_x = cts.ball_initial_x; double ball_y = cts.ball_initial_y; double ball_velocity_x = cts.ball_initial_velocity..
C#/C# Samples
2022. 5. 28. 21:46