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