登录
首页 » 软件系统 » WINDOWS应用程序设计与VC++集成环境.ppt

WINDOWS应用程序设计与VC++集成环境.ppt

于 2022-01-25 发布 文件大小:944.50 kB
0 162
下载积分: 2 下载次数: 1

代码说明:

WINDOWS应用程序设计与VC++集成环境.ppt-Windows Application Programming with Visual C++ integrated environment. Ppt

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 使用UML对进行建模 面向对象的工程,同传的面向过程的工程相比,在需求的获取、分析、设计和实现方面都有着很大的区别。UML是OOA和...
    使用UML对系统进行建模 面向对象的软件工程,同传统的面向过程的软件工程相比,在需求的获取、系统分析、设计和实现方面都有着很大的区别。UML是OOA和OOD的常用工具。使用UML来构建软件的面向对象的软件工程的过程,就是一个对系统进行不断精化的建模的过程。这些模型包括用例模型、分析模型、设计模型,然后,我们需要使用具体的计算机语言来建立系统的实现模型。 -The use of UML for system modeling object-oriented software engineering, with the traditional process-oriented software engineering compared to demand access to, systems analysis, design and implementation of aspects of great distinction. UML is commonly used OOA and OOD tools. Use UML to build a software object-oriented software engineering process, the system is a continuous refinement of the modeling process. These models include the use case model, analysis model, design model, and then, we need to use specific computer language to create a system model.
    2022-02-15 12:37:07下载
    积分:1
  • 基于SIMULINK/RTW的DSP控制研究
    基于SIMULINK/RTW的DSP控制系统研究-Based on SIMULINK/RTW
    2023-08-06 05:45:03下载
    积分:1
  • THIS IS A EXAMPLE TO AUTO LOGIN ON WINDOWS, THIS CODE WAS WRITE IN VISUAL C#.
    THIS IS A EXAMPLE TO AUTO LOGIN ON WINDOWS, THIS CODE WAS WRITE IN VISUAL C#.
    2022-01-26 00:02:16下载
    积分:1
  • UML1.0 中文文档
    UML1.0中文说明文档UML1.0中文资料 UML摘要 UML语义 UML术语表 附录2-UML元元模型 UML元元模型与MOF及CDIF的一致 依从UML的工具 UML映射到CORBA IDL OMG提议摘要 和OMG技术的关系 下载html文档 -UML1.0 Chinese documentation UML1.0 Chinese data UML Abstract UML semantics of UML Glossary Appendix 2-UML Yuan Yuan Yuan Yuan UML model and the model of the MOF and CDIF consistent compliance UML tools UML mapping to the OMG CORBA IDL proposed OMG Technical Summary and download the files html
    2022-03-20 20:46:25下载
    积分:1
  • pic16c55a
    PIC16C55A-20SP,PIC16C系列单片机PIC16C55A-20SP资料-PIC16C55A-20SP, PIC16C Series MCU Data PIC16C55A-20SP
    2022-06-25 23:58:27下载
    积分:1
  • FoxPro Rockey 2调用函数的源代码
    FOXPRO ROCKEY 2 CALLING FUNCTION SOURCE CODE
    2023-05-11 04:40:03下载
    积分:1
  • supermarket management system, the interface is simple and powerful, applicable...
    超市管理系统,界面简洁,功能强大,适用于大中型超市。-supermarket management system, the interface is simple and powerful, applicable to large and medium-sized supermarkets.
    2022-03-25 10:33:04下载
    积分:1
  • 23 design patterns we all should know, I collect them from elsewhere, the book o...
    23中设计模式大家都应该知道吧,我从别处收集过来的,书里面讲解清晰明了,里面的例子可以直接编译通过,这是其中的行为模式-23 design patterns we all should know, I collect them from elsewhere, the book on the clarity, examples of which can be directly compiled through, this is one of the behavior patterns of
    2022-03-23 01:08:47下载
    积分:1
  • 哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地...
    哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作系统文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地理解计算机系统中的资源共享、进程同步、死锁等问题,并能熟练地应用信号量来解决生活中的控制流程,即将生活中的控制流程用形式化的方式表达出来。 假设有5个哲学家,他们花费一生中的时光思考和吃饭。这些哲学家共用一个圆桌,每个哲学家都有一把椅子。在桌子中央是一碗通心面,在桌子上放着5只筷子。(如图所示)当一个哲学家思考时,他与其他同事不交互。时而,哲学家会感到饥饿,并试图拿起与他相近的两只筷子(他与邻近左、右之间的筷子)。一个哲学家一次只能拿起一只筷子。显然,他不能从其他哲学家手里拿走筷子。当一个饥饿的哲学家同时有两只筷子时,他就不能不用释放他的筷子而自己吃了。当吃完后,他会放下两只筷子,并再次开始思考。 规定奇数号哲学家先拿他左边的筷子,然后再去拿右边的筷子;而偶数号哲学家则相反。按此规定,将是1、 2号哲学家竞争1号筷子;3、4号哲学家竞争3号筷子。即五位哲学家都先竞争奇数号筷子,获得后,再去竞争偶数号筷子,最后总会有一位哲学家能获得两只筷子而进餐。 -dining philosophers problem is the Netherlands scholars Dijkstra"s one of the classic, It is a signal to the mechanism of application, the operating system in the history of culture has a very important position. Analysis of the problem to help students understand deeply the computer system resource sharing, process synchronization, and other issues Deadlock, skilled and can be applied to solve the signal volume life of the control flow, about the life of the control flow wi
    2022-03-25 04:58:02下载
    积分:1
  • this file have useful information about the localization in sensor networks.
    this file have useful information about the localization in sensor networks.
    2022-08-25 23:26:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载