📄 build.bat
字号:
@echo off
echo Initializing...
set SRCALGORITHM="..\src\CSharpAlgorithm\Algorithm"
set SRCSAMPLE="..\src\CSharpAlgorithm\Sample"
echo Building algorithms...
del /Q *.dll
csc /target:library /out:CSharpAlgorithm.Algorithm.dll %SRCALGORITHM%\*.cs
echo Building samples...
del /Q *.exe
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample1_1.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample1_2.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample1_3.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample1_4.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample1_5.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample1_6.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample1_7.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample2_1.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample2_10.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample2_11.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample2_2.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample2_3.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample2_4.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample2_5.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample2_6.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample2_7.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample2_8.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample2_9.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample3_1.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample3_10.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample3_11.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample3_12.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample3_13.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample3_14.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample3_15.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample3_16.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample3_17.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample3_18.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample3_19.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample3_2.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample3_3.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample3_4.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample3_5.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample3_6.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample3_7.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample3_8.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample3_9.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample4_1.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample4_10.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample4_11.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample4_12.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample4_13.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample4_14.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample4_15.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample4_16.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample4_2.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample4_3.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample4_4.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample4_5.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample4_6.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample4_7.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample4_8.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample4_9.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample5_1.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample5_10.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample5_11.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample5_12.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample5_13.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample5_2.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample5_3.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample5_4.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample5_5.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample5_6.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample5_7.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample5_8.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample5_9.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample6_1.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample6_10.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample6_11.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample6_12.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample6_13.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample6_14.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample6_15.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample6_16.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample6_17.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample6_2.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample6_3.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample6_4.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample6_5.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample6_6.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample6_7.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample6_8.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample6_9.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample7_1.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample7_2.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample7_3.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample7_4.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample7_5.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample7_6.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample7_7.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample7_8.cs
csc /r:CSharpAlgorithm.Algorithm.dll %SRCSAMPLE%\Sample7_9.cs
echo Build successfully.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -