登录
首页 » 软件系统 » Needless to say, the project management and design absolutely useful. You want t...

Needless to say, the project management and design absolutely useful. You want t...

于 2022-01-24 发布 文件大小:861.85 kB
0 153
下载积分: 2 下载次数: 1

代码说明:

不用多说了,对项目管理及设计绝对有用。希望对您有帮助。-Needless to say, the project management and design absolutely useful. You want to help.

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

发表评论

0 个回复

  • Moore-Penrose逆,
    inverse,moore penrose
    2022-02-12 06:49:35下载
    积分:1
  • 一个很好的C++编程模式设计手册,能够指导你进行结构设计。同时还有一份简略的代码范例。...
    一个很好的C++编程模式设计手册,能够指导你进行系统结构设计。同时还有一份简略的代码范例。-a good C programming model design manual to guide you to system architecture design. Along with a brief example of the code.
    2022-05-06 07:38:15下载
    积分:1
  • 8051单片机项目
    8051 based microcontroller project
    2022-03-22 18:52:41下载
    积分:1
  • East Supermarket source management system is developed based on delphi windows o...
    东之源超市管理系统是用delphi开发的基于windows的小型数据库管理软件。使用该软件对中小型超市进行简单的进销存管理和数据查询,将给您的工作带来方便。该软件有界面漂亮、操作方便、简单管理等特点。    本软件可以实现的功能如下:    用户管理,包括用户的添加、删除、密码和权限的修改;    备份管理,包括数据库的备份、数据库的还原;    商品管理,商品的添加、删除、修改、销量统计和分类查询;    商品报表;    销售商品:通过输入货物编号和数量实现商品销售,并提供库存判断、找零计算等功能;    销售报表和销售历史;    今日盘点,告诉用户今日的销售额是多少;    人事管理,共享版本不提供些功能;    帮助功能,软件的使用或相关说明;    登录和退出登录,实现了管理员和销售员不同权限的分类;-East Supermarket source management system is developed based on delphi windows of the small database management software. Use the software to small and medium-sized supermarkets simple inventory management and data inquiries, your work will bring convenience. The software interface is beautiful, easy to operate and simple management features. The software can achieve the following functions : user management, including users add, delete, password changes and competence; Backup management, including database backup and restore databases; Commodity Management, a commodity add, delete, modify, sales statistics and classifications inq
    2022-03-01 20:36:40下载
    积分:1
  • 对生物信号采集装置的电脑代码,数据传输
    生物电信号采集器的PC程序,主要是数据接收和显示-PC codes for bioelectrical signal acquisition device, data transmition
    2022-02-25 09:01:32下载
    积分:1
  • This user’s manual describes SAMSUNG s S3C2440A 16/32
    This user’s manual describes SAMSUNG s S3C2440A 16/32-bit RISC microprocessor. SAMSUNG’s S3C2440A is designed to provide hand-held devices and general applications with low-power, and high-performance microcontroller solution in small die size. To reduce total system cost, the S3C2440A includes the following components. -This user s manual describes SAMSUNG s S3C2440A 16/32-bit RISC microprocessor. SAMSUNG s S3C2440A isdesigned to provide hand-held devices and general applications with low-power, and high-performance microcontrollersolution in small die size. To reduce total system cost, the S3C2440A includes the following components.
    2022-07-28 07:36:12下载
    积分:1
  • 富士通单片机C语言手册,中文版,针对富士通MCU
    富士通单片机C语言手册,中文版,针对富士通MCU-Fujitsu single-chip C language manual, the Chinese version for Fujitsu MCU
    2022-05-22 04:31:42下载
    积分:1
  • 电子商务购物网站,是网上购物的一种门户,其特点:简洁、方便、安全可靠。...
    电子商务购物网站,是网上购物的一种门户,其特点:简洁、方便、安全可靠。-E-commerce shopping site, is an online shopping portal, and its characteristics: simple, convenient, safe and reliable.
    2022-02-01 00:32:28下载
    积分:1
  • GPIO (General Purpose Input and Output ports) with microprocessor programmable t...
    GPIO (General Purpose Input and Output ports) with microprocessor programmable tri-state bus interface-Use verilog to design a 48 control points that can be programmed to input or output controller
    2022-12-18 05:15:02下载
    积分:1
  • 嵌入式应用工程师借用计算机专家创建的C语言,使嵌入式应用得以飞速发展,而MISRAC是嵌入式应用工程师对C语言嵌入式应用做 出的贡献。如今MISRA...
    嵌入式系统应用工程师借用计算机专家创建的C语言,使嵌入式系统应用得以飞速发展,而MISRAC是嵌入式系统应用工程师对C语言嵌入式应用做 出的贡献。如今MISRA C已经被越来越多的企业接受,成为用于嵌入式系统的C语言标准,特别是对安全性要求极高的嵌入式系统,软件应符合MISRA标准。 本文由清华嵌入式系统研究专家,邵贝贝教授领衔执笔,分六讲,跟读者一起学习MISRAC。 第一讲:“‘安全第一’的C语言编程规范”,简述MISRAC的概况。   第二讲:“跨越数据类型的重重陷阱”,介绍规范的数据定义和操作方式,重点在隐式数据类型转换中的问题。   第三讲:“指针、结构体、联合体的安全规范”,解析如何安全而高效地应用指针、结构体和联合体。   第四讲:“防范表达式的失控”,剖析MISRAC中关于表达式、函数声明和定义等的不良使用习惯,最大限度地减小各类潜在错误。   第五讲:“准确的程序流控制”,表述C语言中控制表达式和程序流控制的规范做法。   第六讲:“构建安全的编译环境”,讲解与编译器相关的规范编写方式,避免来自编译器的隐患。 希望大家喜欢。 -embedded system engineers use computer experts created by the C language, Embedded systems make application to rapid development MISRAC which is embedded system engineers from the C language embedded application made contributions. Now MISRA C has been more and more enterprises are accepted as for embedded system in C language standard, especially for high security requirements of embedded systems, software should comply with MISRA standards. This paper from Qinghua embedded systems, an expert P
    2022-12-14 09:20:03下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载