数据可视化在作业当中的应用
Posted on
Words count in article:
357
|
Reading time ≈
1
数据可视化在作业当中的应用数据可视化我用了d3去实现
home.js12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626
...
CssandSass
Posted on
Words count in article:
9.4k
|
Reading time ≈
36
CssandSass学习视频:https://www.youtube.com/watch?v=_a5j7KoflTs&list=WL&index=6
Documentation:https://sass-lang.com/documentation
引用的一些教程: w3cschoo
...
leetcode树
Posted on
Words count in article:
391
|
Reading time ≈
2
leetcode树简单100 相同的树
12345678910111213141516171819202122/** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNod
...
JavaScript数据可视化之D3
Posted on
Words count in article:
8.3k
|
Reading time ≈
39
JavaScript数据可视化之D3教程:
https://www.youtube.com/watch?v=_8V5o2UHG0E&list=WL&index=6&t=202s
网站:https://vizhub.com/
教程2:https://www.bilibili.
...
一般周期的函数的傅里叶级数
Posted on
Words count in article:
41
|
Reading time ≈
1
一般周期的函数的傅里叶级数周期为2l的傅里叶级数
定理
例题
方法
傅里叶级数的复数形式小结
傅里叶级数
Posted on
Words count in article:
117
|
Reading time ≈
1
傅里叶级数三角级数和三角函数系得正交性
定理1
函数展开成傅里叶级数定理2
定理3(收敛展开定理)
例题1
2
3
方法
正弦函数和余弦函数周期为2$\pi$ 的奇偶函数的傅里叶级数定理4
例题
定义在[0,pi]上的函数的傅里叶级数
例题
小结
解题步骤和技
...
函数展开成幂级数及其应用
Posted on
Words count in article:
302
|
Reading time ≈
1
函数展开成幂级数及其应用
泰勒级数
定理1
定理2
函数展开成幂级数直接展开法由泰勒级数理论可知,函数f(x) 展开成幂级数的步骤如下:
求函数及其各阶导数在x=0 处的值;
写出麦克劳林级数,并求出其收敛半径为R
判别在 收敛区间(-R,R) 内 $\lim\limits_{n->\i
...
浅谈redux2
Posted on
Words count in article:
97
|
Reading time ≈
1
浅谈redux2Debugging Redux ApplicationsInstalling Redux DevToolsThe BasicsInspector MonitorTracingExporting and ImportingWriting Clean Redux CodeStructur
...
Express框架在后端的应用
Posted on
Words count in article:
4.6k
|
Reading time ≈
20
Express框架在后端的应用在写后端的时候,时常要用到我的学习博客
考虑到基础博客的篇幅普遍过长,所以为了阅读的体验,本文所有链接点击即可跳转至相应章节
Nodejs基础1
Nodejs基础2
Nodejs基础3
Nodejs基础4
根目录server.jsserver.js是最重要的一个文件了
...