本文参考自《delphi2010语法手册》1.
工程文件结构源文件联系着unit单元,delphi主模块源文件格式为.dpr,其他模块为.pas,一个完整程序由一个.dpr和若干.pas组成。2..dpr
程序结构一个.dpr由程序头、[use从句]、主程序块组成。一个典型工程文件如下:1 prog...
分类:
其他好文 时间:
2014-05-29 10:26:47
阅读次数:
272
1 unit Unit001; 2 3 interface 4 5 uses 6
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants,
System.Classes, Vcl.Graphics, 7 Vcl...
分类:
其他好文 时间:
2014-05-26 22:46:15
阅读次数:
221
1、测试阶段划分(按测试执行顺序):单元测试(Unit
Testing)定义:针对软件基本组成单元(软件设计的最小单位)来进行正确性检验的工作;测试目的:检测软件模块对《详细设计说明书》的符合程度。集成测试(Integration
Testing)定义:在单元测试的基础上,将所有模块按照概要设计要求...
分类:
其他好文 时间:
2014-05-26 21:59:06
阅读次数:
261
写在前面阅读目录:概念中的理解代码中的实现后记掀起了你的盖头来,让我看你的眼睛,你的眼睛明又亮呀,好像那水波一模样;掀起了你的盖头来,让我看你的脸儿,看看你的脸儿红又圆呀,好像那苹果到秋天。。。
Hi,Unit Of Work,掀起你的盖头来,原来 You are sobeautiful !概念中....
分类:
其他好文 时间:
2014-05-26 16:42:26
阅读次数:
317
http://poj.org/problem?id=3013
题意:
Because of a technical difficulty, price of an edge will be (sum of weights of all descendant nodes) × (unit price of the edge).这句话一直没看懂。后面还以为是最小生成树。
正确...
分类:
其他好文 时间:
2014-05-24 20:27:13
阅读次数:
266
unit Crc8;interfaceUsesClasses, Windows;Function
Crc_8n(p : array of BYTE; len : BYTE) : Byte;implementationFunction Crc_8n(p :
array of BYTE; len : B...
分类:
其他好文 时间:
2014-05-22 16:29:09
阅读次数:
229
一个例子的死锁分析:环境:innodb引擎,RC隔离级别;死锁信息:RECORD LOCKS
space id 0 page no 1492482 n bits 904 index `unit_id` of table
`51fshenzhen`.`t_refresh_queue` trx id E...
分类:
数据库 时间:
2014-05-21 04:27:37
阅读次数:
578
1. 进程是unix系统中两个最重要的基础抽象之一(另一个是文件)A process is a
running programA thread is the unit of activity inside of a processthe
virtualization of memory is ass...
分类:
系统相关 时间:
2014-05-20 12:33:05
阅读次数:
407
VMSTATNAME:Vmstat:报告虚拟内存统计语法: vmstat [-a] [-n]
[-t] [-S unit] [delay [ count]] vmstat [-s] [-n] [-S unit] vmstat [-m] [-n]
[delay [ count]] vmstat [-d...
分类:
系统相关 时间:
2014-05-18 02:35:58
阅读次数:
349
GPU(Graphic Process Unit)图像处理单元,是一个芯片。
独立显卡中,一般GPU就在显卡的那个板上,位置在风扇下面。
集成显卡中,一般GPU就和CPU整合在一起的,和CPU共用风扇还有内存。
因此GPU实际上就是显卡的核心部件,显卡主要就是靠它来工作的。...
分类:
其他好文 时间:
2014-05-15 23:11:39
阅读次数:
330