登录
首页 » 软件系统 » 用 Delphi 安装程序

用 Delphi 安装程序

于 2022-05-15 发布 文件大小:2.45 MB
0 164
下载积分: 2 下载次数: 1

代码说明:

用 Delphi 安装程序 用 Delphi 安装程序

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

发表评论

0 个回复

  • 这是一个关于非线性多元方程组的解法文档,希望对有 需要的朋友有所帮助...
    这是一个关于非线性多元方程组的解法文档,希望对有 需要的朋友有所帮助 -fountion
    2022-02-21 05:15:42下载
    积分:1
  • 输电线路防雷保护中关于反击的雷击跳闸率计算编程。
    输电线路防雷保护中关于反击的雷击跳闸率计算编程。-Transmission line lightning protection on the back of the lightning trip-rate program.
    2022-04-10 19:05:10下载
    积分:1
  • Software test case template. There are nine test cases. The test is very helpful...
    软件测试用例模板.里面有九个测试用例.对测试初学者帮助很大,具有指导性的作用。-Software test case template. There are nine test cases. The test is very helpful for beginners, is instructive.
    2022-08-13 08:21:33下载
    积分:1
  • the system main small bar management, a Member mechanism. In regard to true faul...
    本系统主要实现小型酒吧的管理,有会员机制.在容错性方面不错.适合于数据库编程的初学者.-the system main small bar management, a Member mechanism. In regard to true fault tolerance. Database Programming suitable for beginners.
    2022-12-25 01:00:03下载
    积分:1
  • java的一个代码,请大家详细阅读,这是很有帮助的哦
    java的一个代码,请大家详细阅读,这是很有帮助的哦-a java code, please read carefully the U.S., which is very helpful Oh
    2022-12-02 21:15:03下载
    积分:1
  • n后问题回溯(递归) C/C++编写的n后问题回溯(递归) 欢迎大家使用,给大家带来愉快的心情...
    n后问题回溯(递归) C/C++编写的n后问题回溯(递归) 欢迎大家使用,给大家带来愉快的心情-problems after n retrospective (recursive) C/C n prepared by the issue after backtracking (recursive) Everyone is welcome to use. give us some pleasant mood
    2023-05-12 23:45:04下载
    积分:1
  • 数据采集与实时显示相结合,能够使实验人员在实验进行地过程中迅速了解设备的运行状况,从而及时做出判断和决策,对于实验的顺利进行具有重大意义。本文以HT...
    数据采集与实时显示系统相结合,能够使实验人员在实验进行地过程中迅速了解设备的运行状况,从而及时做出判断和决策,对于实验的顺利进行具有重大意义。本文以HT-7超导托卡马克聚变实验中的数据采集与实时显示系统在windows下的开发过程为例,详细介绍了在Windows系统下,数据采集与实时显示系统的组成、硬件结构和软件设计,具有广泛的适用意义。-real-time data acquisition and display systems integration, to make laboratory personnel in the course of the experiment to quickly understand the operational status of equipment, so the time to make a judgment and decision-making, for the smooth conduct experiments is of great significance. Based on HT-7 superconducting experimental Tokamak fusion of real-time data acquisition and display system in the windows development process as an example, detailed information on Windows systems, data acquisition and real-time display system components, hardware and software design and extensive application of significance.
    2022-04-24 01:05:56下载
    积分:1
  • 交通咨询 (1) 提供对城市信息进行编辑(添加或删除)的功能.(2) 城市之间有两种交通工具:火车和飞机.提供对列车时刻表和飞机航班进行编辑(增设或删除...
    交通咨询系统 (1) 提供对城市信息进行编辑(添加或删除)的功能.(2) 城市之间有两种交通工具:火车和飞机.提供对列车时刻表和飞机航班进行编辑(增设或删除)的功能.(3) 提供两种最优策略:最快到达或最省钱到达.全程只考虑一种交通工具.(4) 旅途中耗费的总时间应该包括中转站的等候时间-Traffic consultation system .-(1) to provide information on the city editor (add or delete) function. (2) Town between the two modes : Train and aircraft. Schedules for the train and flights for editing (created or deleted) function. (3) provide two Optimal strategy : to reach the fastest or the most money arrived. consider a whole only means of transport. (4) journey to the total time spent should include transit stations waiting time.
    2022-12-16 17:35:03下载
    积分: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
  • 施密特罗伯特与一个目录的无情翻译例外。联合国…
    C 与C++中的异常处理 Robert Schmidt 著 无情 译 目 录 1. 异常和标准C 对它的支持...............................................................................................2 2. Microsoft 对异常处理方法的扩展..............................................................................12 3. 标准C++异常处理的基本语法和语义..........................................................................27 4. 实例剖析EH....................................................................................................................33 5. C++的new 和delete 操作时的异常处理.....................................................................40 6. Microsoft 对于的实现版本中的异常处理........................................................47 7. 部分构造及placement delete-C and C Exceptions Robert Schmidt with relentless translation of a directory. Unusual and standard C its support ....................... .............................................. .................... 2. Microsoft on the unusual approach expansion ............................
    2023-03-24 05:20:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载