摘要:
做了几个小时,最后还是这死出,解决了一个又来了一个 费尽心思解决了这个问题 阅读全文
摘要:
The command could not be loaded, possibly because: * You intended to execute a .NET application: The application 'restore' does not exist. * You inten 阅读全文
摘要:
[实验任务一]:加密算法 目前常用的加密算法有DES(Data Encryption Standard)和IDEA(International Data Encryption Algorithm)国际数据加密算法等,请用工厂方法实现加密算法系统。 实验要求: 1.画出对应的类图; 2.提交该系统的代 阅读全文
摘要:
[实验任务一]:女娲造人 使用简单工厂模式模拟女娲(Nvwa)造人(Person),如果传入参数M,则返回一个Man对象,如果传入参数W,则返回一个Woman对象,如果传入参数R,则返回一个Robot对象。请用程序设计实现上述场景。 实验要求: 1.画出对应的类图; 2.提交源代码; 3.注意编程规 阅读全文
摘要:
这个E-R图。讲真,把实体和关系搭建好了。属性都简单了 阅读全文
摘要:
感觉我这个图最少85分 阅读全文
摘要:
1、操作类:Operation public class Operation { private double operand1; private double operand2; private char operator; public Operation(double operand1, do 阅读全文
摘要:
CSV: #include <fstream> #include <iostream> #include <vector> #include <string> // 保存到CSV void saveToCSV(const std::vector<std::string>& expressions, 阅读全文
摘要:
没干任何事,就学了个软考 阅读全文
摘要:
讲真,学习软考知识,软考内容确实很多 阅读全文