Home >Backend Development >C#.Net Tutorial >Detailed explanation and examples of school committee assistant written in C#
This application uses C# to write the WinForm interface and Python to write the processing script. Its functionality is achieved by calling the Python packaged exe executable file. You can download it directly in Application.
In addition to collecting homework, the most annoying thing for the School Committee is to count who has not submitted the homework. In addition, everyone’s naming is inconsistent, which causes confusion in the sorting of files, which makes the school even more troublesome. The difficulty of commissioning statistics. Therefore, the purpose of writing this application is to check and format file naming.
This application uses C# to write the WinForm interface and Python to write the processing script. Its functionality is achieved by calling the Python packaged exe executable file.
You can download it directly in Application.
The main functions are as follows:
Count the number of students who have not submitted their homework
Find and return the number of students who have not submitted their homework Student ID and name
Format file naming
The default is space separated: student ID and name, such as: 3150707012 Li Jing
You can specify the separator between the student ID and name, such as: 3150707012 Li Jing
Name | |
---|---|
Zhang San | |
李四 | |
... |
contain the dollar sign '$'
##Start the application
Write PHP Extension using C/C
php complete self-study manual
The above is the detailed content of Detailed explanation and examples of school committee assistant written in C#. For more information, please follow other related articles on the PHP Chinese website!