Lee`s Blog


  • 首页

  • 归档

  • 标签

  • 搜索

FFT讲解

发表于 2019-10-25 | 分类于 数学相关 | FFT

引入

阅读全文 »

git基本使用

发表于 2019-10-24 | 分类于 工具 | Git

基本命令

阅读全文 »

莫比乌斯反演和杜教筛

发表于 2019-10-23 | 分类于 数学相关 | 杜教筛

数论分块

阅读全文 »

拉格朗日插值法求多项式系数

发表于 2019-10-23 | 分类于 数学相关 | 拉格朗日插值 , 模板 | 求多项式系数

拉格朗日插值

阅读全文 »

图像平滑和锐化

发表于 2019-10-22 | 分类于 数字图像处理

[TOC]

阅读全文 »

基于相关系数的人脸图像中的人眼检测

发表于 2019-10-22 | 分类于 数字图像处理

原理

阅读全文 »

读取并修改bmp文件

发表于 2019-10-22 | 分类于 数字图像处理

要求

阅读全文 »

Next Theme Tutorial

发表于 2017-07-20 | 分类于 test
NexT is a high quality elegant Jekyll theme ported from Hexo Next. It is crafted from scratch, with love.
阅读全文 »

Highlight Test

发表于 2017-07-19 | 分类于 test

This is a highlight test.

Normal block

1
alert('Hello World!');
1
print 'helloworld'

Highlight block

1
alert( 'Hello, world!' );
1
print 'helloworld'
1
2
3
def foo
  puts 'foo'
end
def foo
  puts 'foo'
end
1
2
3
4
z
def foo
  puts 'foo'
end
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <iostream>

using namespace std;

void foo(int arg1, int arg2)
{

}

int main()
{
  string str;
  foo(1, 2);
  cout << "Hello World" << endl;
  return 0;
}
阅读全文 »

Gallery Post

发表于 2014-11-18 | 分类于 test
Gallery Post Test. 测试图片类文章的显示。
阅读全文 »
1 … 3 4 5
Lee

Lee

长路漫漫,道阻且长……

49 日志
22 分类
39 标签
GitHub
© 2019 - 2024 Lee
由 Jekyll 强力驱动
主题 - NexT.Muse