-
详细设计的目的就是指导编码,明确的说,就是将你的设计拿给不同的人去写编码,写出来的程序处理流程相同.后续的评审或者是有人接替你的工作,只要查看详细设计,就能清楚...
详细设计的目的就是指导编码,明确的说,就是将你的设计拿给不同的人去写编码,写出来的程序处理流程相同.后续的评审或者是有人接替你的工作,只要查看详细设计,就能清楚你当时是怎样设计这些流程的。-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.
- 2023-06-15 03:20:03下载
- 积分:1
-
一个简单的程序,在C++为了研究程序设计
one simple program in c++ in order to study the program designing
- 2022-03-21 15:42:32下载
- 积分:1
-
简单的管道重定向功能!初学者可以参考!非常感谢你的下载!...
简单的管道重定向功能!初学者可以参考!非常感谢你的下载!-A simple example about pipe redirect!primary user can stady this example!thank you for download it.
- 2022-01-24 15:28:52下载
- 积分:1
-
通过构建相应的词法分析表,实现对句子的合理分析,看是不是指定文法的合理句子....
通过构建相应的词法分析表,实现对句子的合理分析,看是不是指定文法的合理句子.-By constructing the corresponding lexical analysis table to achieve a reasonable analysis of the sentence to see is not a reasonable sentence grammar specified.
- 2022-03-14 05:54:20下载
- 积分:1
-
tc调试程序的原代码
tc调试程序的原代码-source code of tc debugging program
- 2022-11-25 11:10:03下载
- 积分:1
-
c/c++实现cache功能,树结构。
c/c++实现cache功能,树结构。-c/c achieve cache, the tree structure.
- 2022-02-14 22:57:20下载
- 积分:1
-
Round button.
圆形按钮。
- 2023-03-05 07:15:03下载
- 积分:1
-
C++ And Threads
by Randy Charles Morin
If you’ve ever done multithreaded pro...
C++ And Threads
by Randy Charles Morin
If you’ve ever done multithreaded programming then most likely it was in C++. I haven’t
heard of many developers using the CreateThread Win32 API function from Visual Basic
or even Delphi. The reason is that the advantages of C++ and multiple threads are usually
the same.
You want more responsiveness from some application. How do you do it? Well you
could have multiple threads in order to limit blocking of one application request by
another. You could also use a more low level language.
- 2023-01-16 05:35:03下载
- 积分:1
-
一个选修课的作业
一个选修课的作业-an optional practice
- 2022-11-20 12:10:03下载
- 积分:1
-
用servlet实现完整的党员管理系统,包含分页,模糊查询,等功能。
本资源用Java做的Java web 项目,包含完整的分页,模糊查询,LBS地理位置自动获取,包括前台以及后台的页面,适合初学servlet的人。
- 2022-08-14 06:40:24下载
- 积分:1