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