-
GDI+实现半透明渐变窗口
GDI+实现半透明渐变窗口
TPopupMenu *pmMain;
TMenuItem *miShowAbout;
TMenuItem *miNone1;
TMenuItem *miCloseApp;
TMenuItem *miGoToCcrun;
TMenuItem *miStayOnTop;
TMenuItem *miNone2;
- 2023-05-03 15:45:04下载
- 积分:1
-
完整的软件工程设计报告,包括概要设计、详细设计、测试等报告...
完整的软件工程设计报告,包括概要设计、详细设计、测试等报告-Complete software engineering design report, including outline design, detailed design, test reports, etc.
- 2022-01-26 04:28:15下载
- 积分:1
-
A very practical example of auto
一个非常实用的自动编号的例子,给记录表自动编号。-A very practical example of auto-ID, to log numbers automatically.
- 2023-03-25 18:05:03下载
- 积分:1
-
gnu make中文手册,linux程序员必备
gnu make中文手册,linux程序员必备-gnu make Chinese Manual, linux programmers must
- 2023-09-07 01:20:03下载
- 积分:1
-
在线考试系统vb.net+asess开发的
在线考试系统vb.net+asess开发的-online examination system developed by vb.net asess
- 2023-08-20 22:40:04下载
- 积分:1
-
实习题
[问题描述]
1. 设顺序表中的数据元素递增有序,将插入到顺序表的适当位置上,是该表仍然有序。
[输入]
初始顺序表,插入字符。
[...
实习题
[问题描述]
1. 设顺序表中的数据元素递增有序,将插入到顺序表的适当位置上,是该表仍然有序。
[输入]
初始顺序表,插入字符。
[输出]
插入x后线性表的结果
[存储结构]
采用顺序存储结构
[算法的基本思想]
建立一个递增顺序表,插入一个数值并移动元素,使其仍然有序。
程序如下:
#include "iostream.h"
#include
#define LIST_INTI_SIZE 100//初始空间大小
typedef struct SqList
-attachment that [problem description] 1. Established order of the table data elements incremental orderly, will be inserted into the appropriate sequence table position is that the schedule remains orderly. [Imported] initial order and inserting characters. [Output] x inserted after the results of the linear scale [storage structure] sequence storage structure [algorithm for the basic idea : the establishment of a- incremental sequence table, insert a numerical and mobile elements, it remains orderly. The procedure is as follows :# include "iostream.h"# include
- 2022-02-01 21:43:29下载
- 积分:1
-
CDHtmlDialog,希望对您有所帮助
CDHtmlDialog,希望对您有所帮助-CDHtmlDialog hope of help to you.
- 2023-05-23 06:45:02下载
- 积分:1
-
Installation Method: to install to C: ddb2PCB described as an example. Decompre...
Protel99se-TO-PowerPCB安装方法:
以安装到C:ddb2PCB为例进行说明.
将解压后将ddb2pcb整个目录copy到c:运行ddb2pcb.exe即可。-Installation Method: to install to C: ddb2PCB described as an example. Decompress after the ddb2pcb the entire catalog copy to c: run ddb2pcb.exe can.
- 2022-03-23 03:56:04下载
- 积分:1
-
spam filtering information. Allow you to deal with spam understanding.
垃圾邮件过滤资料.让你对垃圾邮件处理有了解.-spam filtering information. Allow you to deal with spam understanding.
- 2022-05-27 23:52:51下载
- 积分:1
-
MISRA (The Motor Industry Software Reliability Association 汽车工业软件可靠性联会) 是位于英国的一个...
MISRA (The Motor Industry Software Reliability Association 汽车工业软件可靠性联会) 是位于英国的一个跨国汽车工业协会,其成员包括了大部分欧美汽车生产商。其核心使命是为汽车工业提供服务和协助,帮助厂方开发安全的、高可靠性的嵌入式软件。这个组织最出名的成果是所谓的MISRA C Coding Standard,这一标准中包括了127条C语言编码标准,通常认为,如果能够完全遵守这些标准,则你的C代码是易读、可靠、可移植和易于维护的。最近很多嵌入式开发者都以MISRA C来衡量自己的编码风格,比如著名的uC/OS-II就得意地宣称自己99%遵守MISRA标准。而《嵌入式开发杂志》也专门载文号召大家学习。编码规范通常是一个公司自定的“土政策”,居然有人去做标准,而且还得到广泛的认可,这不禁引起我强烈的兴趣。可惜这份标准的文本需要花钱去买,而且短短几十页,要价非常昂贵。MISRA在网上公布了一些文档,其中有关于MISRA C Coding Standard的Clarification报告,从中间你可以大致猜到MISRA标准本身是什么。-MISRA (Motor Industry Software The Reliab ility Association Automobile Industry Software Reliability Association) is a UK-based multinational car Industry Association, whose members include most of Europe and the US car manufacturers. Its core mission is to the automobile industry to provide services and assistance to help the factory to develop secure, high-reliability embedded software. The organization"s most famous achievement is the so-called MISRA C Coding Standard, this standard includ
- 2022-01-28 00:32:50下载
- 积分:1