first commit

This commit is contained in:
2021-12-14 18:39:55 +08:00
commit c0aaf7a897
43 changed files with 1956 additions and 0 deletions

View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace mainProgram
{
class SpectralProcessor
{
}
}