一些论文就是在扯淡

一些论文就是在扯淡

今天周末,看了电气电子教学学报,觉得有些人写的东西就是扯淡,虚无缥缈,我都可以写的感觉!我想我要是好好研究,一定也可以写出一篇论文,说不定还可以发表!加油,杰哥!

2014/05/15

Structure Factor What is Structure Factor? Structure factor [1]is a term that is often used in condensed matter physics. And it is also called static structure factor. It is a mathematical expression of how a material scatters. It has two mathematical expressions in use. The first one is $S(\bold{q})$, which is more generally valid, and the other is usually written as $F$ or $F_{hkl}$, and is only valid for crystal systems....

How to flash original android completely on Mac? Download TWRP (Bootloader) TWRP allow you install other unofficial systems to you phone. Choose the right twrp according to your phone. Download ROM for Android 10 (Like Linux ISO) There are different types of Android ROM, and I choose Pixelexperience for Xiaomi_Redmi_Note_5/Plus because I love google product and I’m using Redmi 5 Plus. Install ADB and Flashboot for mac use one command (Some Tools) brew cask install android-platform-tools Make sure the following cmd worked:...

365日の紙飛行機

朝の空を見上げて 今日という一日が 笑顔でいられるように そっとお願いした 時には雨も降って 涙も溢れるけど 思い通りにならない日は 明日 頑張ろう ずっと見てる夢は 私がもう一人いて やりたいこと 好きなように 自由にできる夢 人生は紙飛行機 願い乗せて飛んで行くよ 風の中を力の限り ただ進むだけ その距離を競うより どう飛んだか どこを飛んだのか それが一番 大切なんだ さあ 心のままに 365日 星はいくつ見えるか 何も見えない夜か 元気が出ない そんな時は 誰かと話そう 人は思うよりも 一人ぼっちじゃないんだ すぐそばのやさしさに 気づかずにいるだけ 人生は紙飛行機 愛を乗せて飛んでいるよ 自信持って広げる羽根を みんなが見上げる 折り方を知らなくても いつのまにか飛ばせるようになる それが希望 推進力だ ああ 楽しくやろう 365日 人生は紙飛行機 願い乗せて飛んで行くよ 風の中を力の限り ただ進むだけ その距離を競うより どう飛んだか どこを飛んだのか それが一番 大切なんだ さあ 心のままに 365日 飛んで行け! 飛んでみよう! 飛んで行け! 飛んでみよう! 飛んで行け! 飛んでみよう!

Final Cut Pro

小工具 视频压缩 https://superuser.com/questions/624563/how-to-resize-a-video-to-make-it-smaller-with-ffmpeg ffmpeg -i input.avi -vf scale="iw/1:ih/2" output.avi 下载视频缩略图 youtube-dl --get-thumbnail [https://youtu.be/4LXLwtqO4zY](https://youtu.be/4LXLwtqO4zY) 查看有哪些字幕 youtube-dl --list-subs [https://youtu.be/rwnS_8weey8](https://youtu.be/rwnS_8weey8) 下载视频保存字幕 youtube-dl --write-srt --sub-lang zh-HK [https://youtu.be/rwnS_8weey8](https://youtu.be/rwnS_8weey8) 视频格式转换 # 无损转化mkv到mp4 for i in *.mkv; do ffmpeg -i "$i" -codec copy "${i%.*}.mp4"; done # 快速转换LRV到mov for i in *.LRV; do ffmpeg -i "$i" -codec copy "${i%.*}.mov"; done # 视频转换成gif, 按比例缩放 ffmpeg -i cube.mov -r 5 -vf scale=640:-1 cube.gif 快捷键 M 标记,卡点 Ctrl + shift +R 全部渲染...