严富坤的知识库专栏 本次搜索耗时 0.039 秒,为您找到 485 个相关结果.
  • 1. 什么是类? 2. 类的基本用法 2.1 定义类 2.2 构造函数 2.3 参数属性 2.4 this 类型 3. 类的继承和多态 3.1 类的继承 3.2 多态 4. 高级特性 4.1 抽象类 4.2 接口 4.3 静态成员 4.4 成员存取器 4.5 索引签名 4.6 类类型 5. 实际应用中的类 5.1 创建组件 ...
  • 0x10号中断服务和功能

    1. 设置显示模式(AH = 00h) 2. 设置光标位置(AH = 02h) 3. 读取光标位置和形状(AH = 03h) 4. 读取光标位置(AH = 03h) 5. 显示字符(AH = 0Eh) 6. 滚动窗口(AH = 06h) 7. 读取字符和属性(AH = 08h) 8. 写入字符和属性(AH = 09h) 9. 读取光标形状(A...
  • 对象拷贝机制

    1058 2024-06-17 《C#编程指南》
    什么是对象拷贝 浅拷贝 实现浅拷贝的方式 深拷贝 实现深拷贝的方式 对象拷贝的性能和优化 浅拷贝的性能 深拷贝的性能 优化对象拷贝性能 对象拷贝的应用场景 数据传输 状态保存与恢复 事务处理 并发编程 对象拷贝的常见问题 数据不一致 性能问题 拷贝循环引用 小结 对象拷贝是软件开发中的一个常见需求,尤其在需要复制复杂...
  • 观察者模式

    1058 2024-09-12 《设计模式》
    Question 1: What is the Observer pattern in software design? 问题 1:什么是软件设计中的观察者模式? Answer: The Observer pattern is a behavioral design pattern that defines a one-to-many depend...
  • 状态模式

    1057 2024-09-12 《设计模式》
    Question 1: What is the State pattern in software design? 问题 1:什么是软件设计中的状态模式? Answer: The State pattern is a behavioral design pattern that allows an object to change its beha...
  • 原型模式

    1054 2024-09-12 《设计模式》
    Question 1: What is the Prototype pattern in software design? 问题 1:什么是软件设计中的原型模式? Answer: The Prototype pattern is a creational design pattern that allows objects to be copied...
  • 模板方法模式

    1053 2024-09-12 《设计模式》
    Question 1: What is the Template Method pattern in software design? 问题 1:什么是软件设计中的模板方法模式? Answer: The Template Method pattern is a behavioral design pattern that defines the s...
  • 访问者模式

    1052 2024-09-12 《设计模式》
    Question 1: What is the Visitor pattern in software design? 问题 1:什么是软件设计中的访问者模式? Answer: The Visitor pattern is a behavioral design pattern that allows you to add further oper...
  • 深入理解英语时态体系:语法结构与应用分析

    1052 2025-01-05 《学英语》
    英语时态体系详解与对比 基本时间框架 基本状态类型 时态选择的关键考虑因素 16种时态的系统分析与对比 现在时间框架下的四种时态 过去时间框架下的四种时态 将来时间框架下的四种时态 过去将来时间框架下的四种时态 时态选择的实际应用 结论 英语时态是英语语法体系中最基础且最复杂的部分之一。本文基于我们的交流,深入探讨英语的时态系统,包...
  • 门面模式

    1051 2024-09-12 《设计模式》
    Question 1: What is the Facade pattern in software design? 问题 1:什么是软件设计中的门面模式? Answer: The Facade pattern is a structural design pattern that provides a simplified interface t...