반응형
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
- PySpark
- hive
- django
- gas
- math
- PostgreSQL
- array
- Python
- Redshift
- PANDAS
- GIT
- Apache
- 파이썬
- Excel
- Kotlin
- Google Excel
- string
- Java
- Mac
- Google Spreadsheet
- matplotlib
- Tkinter
- Github
- google apps script
- numpy
- SQL
- c#
- list
- dataframe
Archives
- Today
- Total
목록포물선 (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