Top
Experiments&Design
Programming
C
VBA
Embedded System
Python
Physics
RF
EM
QM
Optics
Math
Algebra
Calculus
MMPE
Languages
English
Japanese
Resources
LifeNotes
About
CHINKEII's notes
Total
27
articles
Total
27
tags
Total
1
comments
Columns
Top
Experiments&Design
Programming
C
VBA
Embedded System
Python
Physics
RF
EM
QM
Optics
Math
Algebra
Calculus
MMPE
Languages
English
Japanese
Resources
LifeNotes
About
Table of Contents
CONTENT
Here are
Programming
related articles
2022-10-09
Simulation of F-P laser cavity's stable mode
ソースコード: clear; clc; clf; figure(1); hold on; lambda=632.8*10^-3;%um L=100*lambda; k=2*pi/lambda; a=25*lambda; C=sqrt(1i/(lambda*L)*exp(-1i*k*L)); for
2022-10-09
20
0
0
Physics
Optics
Programming
Experiments&Design
2022-10-09
Conoscopic interference pattern & Matlab analysis
ソースコード: clear; clc; clf; %Import image myimage=imread('C:\Users\Administrator\Desktop\20210627140339.jpg'); gray=rgb2gray(myimage); size(gray) figure(
2022-10-09
19
0
0
Experiments&Design
Programming
Optics
Physics
2022-10-09
Linux vim
How to quit vim :q //quit :q! //quit and do not save (:quit!) :wq //write and quit :wq! //write forcibly and quit (forcible) :x //write and quit (=:wq
2022-10-09
17
0
0
Programming
Embedded System
2022-10-08
5 Linux reboot command
1. Five Linux Restart Commands - shutdown - poweroff - init - reboot - halt 2. Detailed Descriptions of Four Restart Commands 2.1 shutdown The shutdow
2022-10-08
18
0
0
Programming
Embedded System