[Soft Engineering] first job evaluation points (tentative)

project address

Common

  • File Input Output Input output is encoded asutf8

cpp

  • Use Msbuild
  • Run format addressbook.exe 1.txt 2.txt, i.e., the relative position of the first parameter as an input file, an output file for the second relative position.
  • Project called addressbook, both as a project addressbook.slnfile, compiled executable file addressbook.exe.
  • Use a compiler directive"[msbuild位置]MSBuild" "addressbook.sln" /t:Rebuild /p:Configuration=Release /p:Platform=x86

java

  • java version 1.8.0
  • Use gradle under gradlew packaging.
  • Run format java -jar addressbook.jar 1.txt 2.txt, i.e., the relative position of the first parameter as an input file, an output file for the second relative position.
  • Please ensure that the compiled jar files can be executed, and the name isaddressbook.jar
  • Use a compiler directivegradlew.bat clean && gradlew.bat build

python (maybe you can run)

  • python version is 3.7.4
  • Run format python addressbook.py 1.txt 2.txt, i.e., the relative position of the first parameter as an input file, an output file for the second relative position.
  • Please ensure that only a python file, and namedaddressbook.py

github

  • .gitignoreFiles to exclude unrelated file, review the students have the right to upload large files in the warehouse classmates extra points.
  • Please use public github repository.

Reviews

  • Please download the latest version of the evaluation environment , and use luajit main.lua run in PowerShell ( ./luajit main.lua).
  • Config.lua modified msbuild position, note format.
  • In the input data in the folder.
  • To write on the evaluation of the github address repo.json file.
  • Folder file into the standard answer in truth.
  • out the folder for the implementation of the results.
  • mark for everyone score.

This point is not the final version, if any changes to the final version shall prevail.

Guess you like

Origin www.cnblogs.com/jhy16193335/p/11507315.html