Blog

Learning diary of Arya Yang


  • 首页

  • 标签

  • 分类

  • 归档

  • 搜索

metal detector

发表于 2021-07-31 |
Metal DetectorLearning about capacitance and electromagnetic induction from A-Level helped me understand the underlying principles which allow metal d ...
阅读全文 »

thoughts about a python program

发表于 2021-02-17 | 分类于 programming |
My Thoughts about a Python ProgramThere is a picture in the news from 2018. We can try to draw it using Matplotlib. The picture can be found from: htt ...
阅读全文 »

Self-Introduction

发表于 2021-02-04 |
Self-introductionTell us about who you are. How would your family, friends, and/or members of your community describe you? If possible, please include ...
阅读全文 »

python activity1

发表于 2020-11-16 | 分类于 programming |
Use Twitter Messages to analyze people’s emotionsIntroduction and my thoughtsAutomatic analysis of the emotions people express in their blogs seems to ...
阅读全文 »

python activity2

发表于 2020-11-14 | 分类于 programming |
Analyze the social network of movie starsSocial network analysis is a branch of data science that allows the investigation of social structures using ...
阅读全文 »

automatic drive--experience

发表于 2020-09-13 | 分类于 programming |
The experience of learning basic automatic drive1.learning CAlthough there are some similar sentences between python and C(because I learn python at f ...
阅读全文 »

《算法图解》读书笔记3

发表于 2020-08-19 | 分类于 daily |
《算法图解》Grokking Algorithms (3)第七章 狄克斯泰拉算法(Dijkstra’s algorithm)使用 找出“最便宜”的节点(最短时间或花销最少) 更新该节点到各个邻居的开销 重复这个过程,直到每个节点都被考虑到 计算最终路程 比如: *图上数据为所花时间 如果用上一张 ...
阅读全文 »

matplotlib—-1

发表于 2020-08-18 | 分类于 programming |
Matplotlibimport matplotlib 12import matplotlib.pyplot as plt%matplotlib inline style1234567plt.figure() # 创建图形# 创建两个子图中的第一个,设置坐标轴plt.subplot(2, 1, 1 ...
阅读全文 »

C语言学习—-贪吃蛇

发表于 2020-08-17 | 分类于 programming |
C语言——贪吃蛇头文件,定义成绩变量12345678910#include <stdio.h>#include <stdlib.h>#include <windows.h>#include <time.h>#include <conio.h> ...
阅读全文 »

C语言学习6

发表于 2020-08-17 | 分类于 programming |
C语言笔记6第十课 class 10C++面向对象用类描述对象 对象是指现实世界中的一切事物 类包括属性和方法(行为) 用class定义类 class 类名 { ​ public: ​ //公共的行为或属性(一般用于行为) ​ private: ​ //私有的行为或属性( ...
阅读全文 »
12…6<i class="fa fa-angle-right"></i>
Arya Yang

Arya Yang

Including learning records and other activities

53 日志
6 分类
10 标签
© 2021 Arya Yang
由 Hexo 强力驱动
|
主题 — NexT.Pisces v5.1.4