码迷,mamicode.com
首页 >  
搜索关键字:unit 5练习    ( 4539个结果
delphiXE7关于android 检测屏幕是否处于关闭状态
unit Unit1;interfaceuses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Gra.....
分类:移动开发   时间:2014-12-19 11:44:23    阅读次数:504
[MSSQL2008]Spatial Data in SQL Server 2008 - 根据经纬度计算两点间距离
DECLARE @BJ GEOGRAPHY DECLARE @XT GEOGRAPHY /* GET Latitude/Longitude FROM here:http://www.travelmath.com/cities/Beijing,+China the distance unit in S...
分类:数据库   时间:2014-12-18 16:43:53    阅读次数:380
mmu介绍
arm exynos4412平台mmu配置以及的简单创建. 1.mmu的全称是Memory Management Unit(内存管理单元) 2.mmu所在位置.mmu再arm核心.他不是一个外设,他是arm核心的的一部分.  3.为什么要使用mmu,因为在多任务的操作系统当中,进程A,B,C都可能使一段地   D,为了保存他们访问的不是同一个物理地址,我们给每个进程4G的虚拟地址空间   然...
分类:其他好文   时间:2014-12-18 00:18:21    阅读次数:222
Exercise 3.3 Calculate a discounted price
Exercise 3-3. Write a program that will calculate the price for a quantity entered from the keyboard, given that the unit price is $5 and there is a d...
分类:其他好文   时间:2014-12-17 23:53:57    阅读次数:174
(C#) 创建单元测试(Unit Test).
在VS2012中的右键中没有发现"Create Unit Test" 选项,原来需要安装个补丁:https://visualstudiogallery.msdn.microsoft.com/45208924-e7b0-45df-8cff-165b505a38d7?SRC=Home参考:http://...
分类:Windows程序   时间:2014-12-16 18:56:19    阅读次数:234
Delphi调用C++写的dll示例
最近做一个读市民卡的项目,读卡器公司提供的读市民卡dll是用C++写的。下面记录一些自己的心得,供需要的朋友参考。声明dll函数要加上stdcall关键字,否则可能会报地址非法的错误。代码:unit cMain;interfaceuses Windows, Messages, SysUtils, ....
分类:编程语言   时间:2014-12-16 10:02:02    阅读次数:271
Delphi中使用@取函数地址的问题(转)
Delphi中使用@取函数地址的问题例如以下代码:unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs;type TForm1 = clas...
分类:Windows程序   时间:2014-12-15 18:55:51    阅读次数:192
[转] [Visual Studio 2012] 找回 建立單元測試 選單
原文链接:http://www.dotblogs.com.tw/yc421206/archive/2013/03/08/95920.aspxStep1.建立選單在VS2012選單,Tools→Customize→Commands 找到Create Unit Tests後,先按Move Up,再按Mo...
分类:其他好文   时间:2014-12-15 17:16:03    阅读次数:125
MySQL 系统变量和系统状态参数详解
1.查询缓存相关mysql>showvariableslike‘%query_cache%‘; +------------------------------+----------+ |Variable_name|Value| +------------------------------+----------+ |have_query_cache|YES| |query_cache_limit|1048576| |query_cache_min_res_unit|4096| |query_..
分类:数据库   时间:2014-12-12 17:09:35    阅读次数:228
9.2.2 使用接口对象类型
9.2.2 使用接口对象类型   就像记录和差别联合一样,接口类型使用 type 构造来声明。清单 9.8 显示了把以前的检查记录类型,转换为接口类型。   清单 9.8 用接口表示客户检查 (F#) type ClientTest =   abstract Check : Client –> bool   abstract Report : Client -> unit   在...
分类:其他好文   时间:2014-12-11 12:28:30    阅读次数:128
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!