摘要:
一. 编写端口扫描器程序,分别采用单一进程和多线程方式,对比两者的效果。 1.1单线程 代码: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using 阅读全文
摘要:
一、C#简单helloworld程序 1.用C#编写一个命令行/控制台hello world程序,实现如下功能:在屏幕上连续输出50行“hello cqjtu!重交物联2018级”; using System; using System.Collections.Generic; using Syst 阅读全文