Initial commit

This commit is contained in:
Artyom Titov 2026-07-06 12:59:08 +03:00
commit 158dbc3665
74 changed files with 745407 additions and 0 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,35 @@
Pu240
-----------------------------
58-182 2-3
d = 0.1
v1 =0.889
n1 =0.634
vv1 =1.069
nn1 =0.744
v2 =1.991
n2 =0.921
vv2 =2.422
nn2 =1.520
-----------------------------
118-122 394-395
d= 1.487
v1 =1.196
n1 =0.867
vv1 =2.100
nn1 =1.164
v2 =1.092
n2 =0.745
vv2 =1.690
nn2 =0.942
-----------------------------
146-94 702-703
d= 3.0056
v1 =1.362
n1 = 0.795
vv1 =2.204
nn1 =1.070
v2 =0.938
n2 =0.739
vv2 =1.318
nn2 =0.948
-----------------------------

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

14326
templates/heavy_case/h____osc_Qw1.nb Executable file

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

47
templates/heavy_case/rename.bat Executable file
View file

@ -0,0 +1,47 @@
@echo off
chcp 65001 > nul
if "%~1"=="" (
echo You must specify the name prefix >&2
echo E.g. prefix "my_prefix" : >&2
echo h___фитирование.nb --^> my_prefix_фитирование.nb >&2
exit /b 1
) else (
if exist "h____фитирование.nb" (
rename "h____фитирование.nb" "%~1_фитирование.nb"
) else (
echo skipped "h____фитирование.nb" due to absence
)
if exist "h____pr_Qw2.nb" (
rename "h____pr_Qw2.nb" "%~1_pr_Qw2.nb"
) else (
echo skipped "h____pr_Qw2.nb" due to absence
)
if exist "h____pr_Qw1.nb" (
rename "h____pr_Qw1.nb" "%~1_pr_Qw1.nb"
) else (
echo skipped "h____pr_Qw1.nb" due to absence
)
if exist "h____osc_Qw2.nb" (
rename "h____osc_Qw2.nb" "%~1_osc_Qw2.nb"
) else (
echo skipped "h____osc_Qw2.nb" due to absence
)
if exist "h____osc_Qw1.nb" (
rename "h____osc_Qw1.nb" "%~1_osc_Qw1.nb"
) else (
echo skipped "h____osc_Qw1.nb" due to absence
)
if exist "h____gid_Qw2.nb" (
rename "h____gid_Qw2.nb" "%~1_gid_Qw2.nb"
) else (
echo skipped "h____gid_Qw2.nb" due to absence
)
if exist "h____gid_Qw1.nb" (
rename "h____gid_Qw1.nb" "%~1_gid_Qw1.nb"
) else (
echo skipped "h____gid_Qw1.nb" due to absence
)
)

47
templates/heavy_case/rename.zsh Executable file
View file

@ -0,0 +1,47 @@
@echo off
chcp 65001 > nul
if "%~1"=="" (
echo You must specify the name prefix >&2
echo E.g. prefix "my_prefix" : >&2
echo h___фитирование.nb --^> my_prefix_фитирование.nb >&2
exit /b 1
) else (
if exist "h____фитирование.nb" (
rename "h____фитирование.nb" "%~1_фитирование.nb"
) else (
echo skipped "h____фитирование.nb" due to absence
)
if exist "h____pr_Qw2.nb" (
rename "h____pr_Qw2.nb" "%~1_pr_Qw2.nb"
) else (
echo skipped "h____pr_Qw2.nb" due to absence
)
if exist "h____pr_Qw1.nb" (
rename "h____pr_Qw1.nb" "%~1_pr_Qw1.nb"
) else (
echo skipped "h____pr_Qw1.nb" due to absence
)
if exist "h____osc_Qw2.nb" (
rename "h____osc_Qw2.nb" "%~1_osc_Qw2.nb"
) else (
echo skipped "h____osc_Qw2.nb" due to absence
)
if exist "h____osc_Qw1.nb" (
rename "h____osc_Qw1.nb" "%~1_osc_Qw1.nb"
) else (
echo skipped "h____osc_Qw1.nb" due to absence
)
if exist "h____gid_Qw2.nb" (
rename "h____gid_Qw2.nb" "%~1_gid_Qw2.nb"
) else (
echo skipped "h____gid_Qw2.nb" due to absence
)
if exist "h____gid_Qw1.nb" (
rename "h____gid_Qw1.nb" "%~1_gid_Qw1.nb"
) else (
echo skipped "h____gid_Qw1.nb" due to absence
)
)

10951
templates/light_case/l___gid_Qw1.nb Executable file

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

10224
templates/light_case/l___osc_Qw2.nb Executable file

File diff suppressed because it is too large Load diff

10004
templates/light_case/l___pr_Qw1.nb Executable file

File diff suppressed because it is too large Load diff

10302
templates/light_case/l___pr_Qw2.nb Executable file

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

47
templates/light_case/rename.bat Executable file
View file

@ -0,0 +1,47 @@
@echo off
chcp 65001 > nul
if "%~1"=="" (
echo You must specify the name prefix >&2
echo E.g. prefix "my_prefix" : >&2
echo h___фитирование.nb --^> my_prefix_фитирование.nb >&2
exit /b 1
) else (
if exist "h____фитирование.nb" (
rename "h____фитирование.nb" "%~1_фитирование.nb"
) else (
echo skipped "h____фитирование.nb" due to absence
)
if exist "h____pr_Qw2.nb" (
rename "h____pr_Qw2.nb" "%~1_pr_Qw2.nb"
) else (
echo skipped "h____pr_Qw2.nb" due to absence
)
if exist "h____pr_Qw1.nb" (
rename "h____pr_Qw1.nb" "%~1_pr_Qw1.nb"
) else (
echo skipped "h____pr_Qw1.nb" due to absence
)
if exist "h____osc_Qw2.nb" (
rename "h____osc_Qw2.nb" "%~1_osc_Qw2.nb"
) else (
echo skipped "h____osc_Qw2.nb" due to absence
)
if exist "h____osc_Qw1.nb" (
rename "h____osc_Qw1.nb" "%~1_osc_Qw1.nb"
) else (
echo skipped "h____osc_Qw1.nb" due to absence
)
if exist "h____gid_Qw2.nb" (
rename "h____gid_Qw2.nb" "%~1_gid_Qw2.nb"
) else (
echo skipped "h____gid_Qw2.nb" due to absence
)
if exist "h____gid_Qw1.nb" (
rename "h____gid_Qw1.nb" "%~1_gid_Qw1.nb"
) else (
echo skipped "h____gid_Qw1.nb" due to absence
)
)