登录
首页 » Windows开发 » The purpose is to guide the detailed design codes, specifically, is that your de...

The purpose is to guide the detailed design codes, specifically, is that your de...

于 2023-03-22 发布 文件大小:2.31 MB
0 185
下载积分: 2 下载次数: 1

代码说明:

详细设计的目的就是指导编码,明确的说,就是将你的设计拿给不同的人去写编码,写出来的程序处理流程相同.后续的评审或者是有人接替你的工作,只要查看详细设计,就能清楚你当时是怎样设计这些流程的。-The purpose is to guide the detailed design codes, specifically, is that your design showed that different people to write code, written procedures for processing the same. Follow-up assessment or someone to replace your job, as long as View the detailed design, we can clearly understand how did you design these processes.

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

发表评论

0 个回复

  • Realization of college students grades for school students for details of infor...
    实现学生成绩学院系详细情况适于学校用于学生的信息管理-Realization of college students grades for school students for details of information management
    2023-06-10 04:35:04下载
    积分:1
  • CSDN上下载的源码:用MFC做得类似Excell的简单电子表格。写的很规范。 推荐一下。...
    CSDN上下载的源码:用MFC做得类似Excell的简单电子表格。写的很规范。 推荐一下。-CSDN download the source code: Use MFC to do a similar Excell a simple spreadsheet. Written in a very standardized. Recommended about.
    2023-01-08 01:45:03下载
    积分:1
  • ruby 示例 create.rb 在Oracle中建立一个叫test的表,并插入一条记录。 locreate.rb 在Oracle...
    ruby 示例 create.rb 在Oracle中建立一个叫test的表,并插入一条记录。 locreate.rb 在Oracle中建立一个叫test的表(表中有一个大字段),并插入一条记录。 trans.rb 遍历目录(包括所有子目录)中的某种类型的文件,将符合条件的内容取 出放在一个新文件中,最后,用新文件替换旧文件。 mksql.rb 根据class.def文件的定义,生成各表的insert语句。 ie.rb 打开ie浏览器,进入新浪主页,关闭浏览器。 ienavi.rb 打开ie浏览器,并监控你所进入的URL。 每当进入一个新的URL,监控窗口会将URL立即打印出来。 当退出ie时,将所有进入过的URL一起打印出来。 oledirs.rb 分别打印出当前目录下的所有子目录及文件。 mkfile.rb 根据jxkh.def的定义,生成数据库表的查看、对照查看页面。-err
    2023-07-08 06:30:03下载
    积分:1
  • 按装程序的实现好看的哦
    按装程序的实现好看的哦-procedures installed by the realization pretty oh
    2022-07-11 14:05:20下载
    积分:1
  • xp界面库,利用它可很容易xp界面
    xp界面库,利用它可很容易开发xp界面-xp interface library, it can use to easily develop xp interface
    2023-09-02 14:10:05下载
    积分:1
  • c++习题。包含代码填空试题和习题库两个文件
    c++习题。包含代码填空试题和习题库两个文件-c++ exercises. Contains the code to fill in the blank questions and exercises two documents library
    2022-01-29 03:48:32下载
    积分:1
  • C++语言核心,对C/C++有深入的描述,是修炼C/C++功力的很好资料。...
    C++语言核心,对C/C++有深入的描述,是修炼C/C++功力的很好资料。-A good book for C.
    2022-07-09 05:13:46下载
    积分:1
  • 手机通讯录管理系统, 要求: (1) 查看功能:选择此功能时列出下列三类功能. A办公类 B个人类 C商务类...
    手机通讯录管理系统, 要求: (1) 查看功能:选择此功能时列出下列三类功能. A办公类 B个人类 C商务类 当选中某类时,显示出此类所有数据中的姓名和电话号码 (2)增加功能:能录入新数据,一个结点包括:姓名,电话号码,分类(办公类,个人类,商务类), 电子邮件,类如:杨春 13567772898 商务类 chuny@126.com。当录入重复的姓名和电话号码,则提示数 据录入重复并取消录入,当通讯录中超过15条信息时存储空间已满,不能再录入新数据,录入的数据能 按递增的顺序自动进行编号 (3)修改功能:选中某个人的姓名时,可对此人的相应数据进行修改。 (4)删除功能:选中某个人的姓名时,可对此人的相对数据进行删除并自动调整后续条目的编号, -err
    2023-04-12 07:40:03下载
    积分:1
  • 本程序设计分为服务器应用程序及客户机应用程序部分,采用Socket套接字库网络编程。(UDP)和(TCP/IP)相结合的连接方式,及解决了数据传输的时效性又能保...
    本程序设计分为服务器应用程序及客户机应用程序部分,采用Socket套接字库网络编程。(UDP)和(TCP/IP)相结合的连接方式,及解决了数据传输的时效性又能保证数据在传输的过程中不会丢失。另外程序采用多个线程来避免程序阻塞。具体设计思路及部分代码如下: 程序设计目的:首先就是完成课设任务啦(大二课设内容)其他目的: 1:练习使用套接字进行网络编程。 2:练习使用自定义消息。 3:练习多线程方面的编程思想。 4:练习使用各种控件。 -This procedure is divided into server application design and part of the client application using Socket socket network programming library. (UDP) and (TCP/IP) connection method of combining, and resolved the timeliness of data transmission but also ensures that the process of data transmission will not be lost. Other procedures to avoid the use of multiple threads blocking procedures. Specific design ideas and some code as follows: program design purposes: first mission is set up you finish class (sophomore class for the content of) other purposes: 1: Practice using the socket network programming. 2: Practice the use of custom message. 3: practice aspects of multi-threaded programming idea. 4: Practice using a variety of controls.
    2022-03-23 04:56:54下载
    积分:1
  • 、关闭cdrom的控制程序
    打开、关闭cdrom的控制程序-opened, the closure of the control procedures cdrom
    2022-10-20 20:10:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载