Skip to content

Commit 3f5c4c7

Browse files
author
UYPLAYER
committed
update file
1 parent 2a6e8e0 commit 3f5c4c7

3 files changed

+42
-0
lines changed

bench/lorentzian_classification.rs

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/*
2+
* @Author: uyplayer
3+
* @Date: 2023/9/26 11:37
4+
5+
* @File: lorentzian_classification
6+
* @Software: RustRover
7+
* @Dir: tech_analysis / bench
8+
* @Project_Name: tech_analysis
9+
* @Description:
10+
*/
11+
12+
fn main() {
13+
println!("lorentzian_classification bench")
14+
}

exmple/lorentzian_classification.rs

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/*
2+
* @Author: uyplayer
3+
* @Date: 2023/9/26 11:38
4+
5+
* @File: lorentzian_classification
6+
* @Software: RustRover
7+
* @Dir: tech_analysis / exmple
8+
* @Project_Name: tech_analysis
9+
* @Description:
10+
*/
11+
12+
fn main() {
13+
println!("lorentzian_classification example")
14+
}
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/*
2+
* @Author: uyplayer
3+
* @Date: 2023/9/26 11:39
4+
5+
* @File: lorentzian_classification_tests.rs
6+
* @Software: RustRover
7+
* @Dir: tech_analysis / tests
8+
* @Project_Name: tech_analysis
9+
* @Description:
10+
*/
11+
12+
fn main() {
13+
println!("lorentzian_classification_tests")
14+
}

0 commit comments

Comments
 (0)