-
有15个软件项目开发文档,包括各个方面的…
里面有15个软件项目开发的文档,包含软件工程的方方面面,很实用。-There are 15 software project development documents, including all aspects of software engineering, it is practical.
- 2023-04-03 09:25:03下载
- 积分:1
-
此为本人和同学所开发的酒店管理系统.C#.net.也是软件工程课程的作业....
此为本人和同学所开发的酒店管理系统.C#.net.也是软件工程课程的作业.-Hotel management system written in c#.net under my friend assistant. It is part of my software engineering assignment.
- 2022-02-04 02:33:15下载
- 积分:1
-
2 自由机器人手臂运动范围检查
这是 2 自由机器人手臂运动范围检查。公共类 TDraw {私人 PictureBox picbox = null ; 私人位图位图 = null ; 私人图形 = null ; 私人双 xmin,xmax,ymin,ymax ; 논리좌표최소최대 / / 논리좌표를좌표로public 浮球的 xpixelpos (双 xpo) {返回 Convert.ToSingle (picbox。ClientSize.Width/(xmax-xmin) * (xpos-xmin)) ;}公众持股量 ypixelpos (双 ypos) {返回 Convert.ToSingle(-picbox.ClientSize.Height / (ymax-ymin) * (ypos-ymin) + picbox。ClientSize.Height) ;}公众持股量 xpixelsize(double xsize) {返回 Convert.ToSingle (picbox。ClientSize.Width * xsize/(xmax-xmin)) ;}公众持股量 ypixelsize(double ysize) {返回 Convert.ToSingle (picbox。ClientSize.Height * ysize/(ymax-ymin)) ;}pixel좌표를논리좌표로public 双 xposD (浮法 xpixel) {返回 Convert.ToDouble ((xmax-xmin) / picbox。ClientSize.Width * xpixel + xmin);}公共双 yposD (浮法 ypixel) {返回 Convert.ToDouble ((ymax-ymin) / (-picbox。ClientSize.Height) * (ypixel-picbox。ClientSize.Height) + ymin) ;}公共双 xsizeD (浮法 xpixelsize) {返回 Convert.ToDouble (xpixelsize/picbox。ClientSize.Width * (xmax-xmin)) ;}公共双 ysizeD (浮法 ypixelsize) {返回 Convert.ToDouble (ypixelsize/picbox。Clie
- 2022-10-29 14:20:03下载
- 积分:1
-
A colleague to a simple POS system, used only for study, functions are not very...
一个同事给的简单的POS系统,仅用于学习,功能也不是很强大!-A colleague to a simple POS system, used only for study, functions are not very powerful!
- 2023-01-10 05:25:03下载
- 积分:1
-
按键记录器
这是密钥记录器,它向电子邮件的电子邮件地址之后, 在 5 分钟后和保持的键击的日志。
- 2022-05-13 21:53:47下载
- 积分:1
-
使用RAD类型工具的人越来越多了,虽然我对于RAD类的工具向来不多作评议,但我还是常常使用的。所以我深深的知道这类工具虽然给我们带来了便利,使我们能不用将更多的...
使用RAD类型工具的人越来越多了,虽然我对于RAD类的工具向来不多作评议,但我还是常常使用的。所以我深深的知道这类工具虽然给我们带来了便利,使我们能不用将更多的精力放在界面上,但同时也将初学者紧紧的圈在了他所提供的控件和组件中。所以很多人并不能真正的了解windows的消息驱动原理以及windows的运作过程。本文中我们就一起来学习一下windows的运作过程,使我们对delphi这样一个优秀的编程工具有一个新的认识,并对windows下的程序编写有更深刻、透辟的了解和认识。-RAD type of tool used more and more people, although I have RAD tools have always been small for the council, but I often use. Therefore, I deeply know that although such tools has brought us convenience, so that we can not put more focus on the interface, but at the same time will also be closely beginners circle in which he controls and components provided by in. Therefore, many people can not really understand the windows of the message-driven principle as well as the operation of windows. In this article we will work together to learn about the operation of windows, so we have such a good delphi programming tools have a new understanding of, and under windows programmers have more profound and thorough understanding and knowledge.
- 2022-05-23 15:39:08下载
- 积分:1
-
电子市集、 e 库存管理系统
在蔬菜商店这样的地方,可以用电子市集。甚至 HOPCOMS。它包含数量的蔬菜或水果可用在店里。用户甚至可以享受休闲时光。一个小,但令人愉快的钢琴系统。包含内置的测试的歌音。个人用户登录 available.Compiled Borland Turbo c + + 中。
- 2022-02-09 10:56:48下载
- 积分:1
-
介绍了软件开发过程中的非常有用的一些规范,它可以让你减少犯错误的概率。...
介绍了软件开发过程中的非常有用的一些规范,它可以让你减少犯错误的概率。-Describes the software development process in a number of very useful specification, which allows you to reduce the probability of mistakes.
- 2022-01-25 16:18:29下载
- 积分:1
-
java编写的简易写字板软件,实现文件新建保存复制粘贴等功能...
java编写的简易写字板软件,实现文件新建保存复制粘贴等功能-WordPad software written in java easy to achieve a new file save functions such as copy and paste
- 2022-01-25 17:36:37下载
- 积分:1
-
设计模式可复用面向对象软件的基础
这是第一章
设计模式可复用面向对象软件的基础
这是第一章-Design Patterns for Reusable Object-Oriented Software This is the first chapter
- 2023-08-28 06:35:03下载
- 积分:1