码迷,mamicode.com
首页 >  
搜索关键字:purpose    ( 531个结果
备份sqlserver 数据库到远程主机脚本
备份sqlserver数据库到远程主机脚本mssqlBackup.py:#Name:mssqlBackup.py #Purpose: # #Author:yanglixue # #Created:2015/04/01 #------------------------------------------------------------------------------- importpymssql importdatetime importlogging importtrac..
分类:数据库   时间:2015-04-03 19:35:47    阅读次数:173
linear_array_Imaging
1、xdc center focusxdc_center_focus就是用来确定聚焦的点,这个点是在计算聚焦延时时间的一个参考点,也是动态聚焦的起始点。Purpose: Procedure for setting the center point for the focusing. This poi...
分类:其他好文   时间:2015-03-30 18:22:34    阅读次数:207
STM32学习之路-点亮LED
STM32学习笔记—点亮led灯STM32的I/O口有很多的功能,所以称为GPIO(GENERAL PURPOSE)其中GPIO又分为A,B,C,D,E,F,G不同的组,每个组端口又分为0~15,共16个不同的引脚,不同的芯片引脚数量也不同,所用的学习板为STM32F103RBT6;I/O口的八种模...
分类:其他好文   时间:2015-03-29 12:13:54    阅读次数:178
#define XXX do{ XXX } while(0) 为什么会有这种用法
#define XXX do{ XXX } while(0) 为什么会有这种用法 时常会遇到一个很"奇怪的宏定义", rt.(欧西巴...思考不够深刻啊, 皮鞭, 啪啪啪) 最近又遇到这家伙了,Quora上面Love神回答了这个问题, 我也就顶礼膜拜 http://www.quora.com/What-is-the-purpose-of-using-do-while-0-in...
分类:其他好文   时间:2015-03-15 00:51:41    阅读次数:159
delphi xe6 android ListView增加 Header或Footer 的方法
var Item1: TListViewItem;begin Item1 := ListView1.Items.Add; Item1.Purpose:=TListItemPurpose.Header;// Item1.Purpose:=TListItemPurpose.Footer; Item1.t...
分类:移动开发   时间:2015-03-13 18:34:25    阅读次数:620
Windows biometrics framework
Windows OS提供了Logon/UAC,用以支持生物识别技术。Biometrics API提供了一系列的API用于接入Biometrics服务,同时用户可以自己开发基于Biometrics API的应用,产生定制化的服务。如,支付、隐私管理、应用权限管理、图像识别等。Purpose Plug-...
分类:Windows程序   时间:2015-03-11 14:25:16    阅读次数:348
[C/C++]C/C++相关网站
1、http://en.cppreference.comWhat is the purpose of this site?Our goal is to provide programmers with a complete online reference for the C and C++ lan...
分类:编程语言   时间:2015-03-10 16:43:03    阅读次数:224
(1)计算机是如何工作的
存储程序计算机(The stored program computer)内存存储指令和数据CPU解释指令X86实现(X86 implementation)Registers(寄存器)通用寄存器(General-Purpose Registers)段寄存器(Segment Registers)标志寄存...
分类:其他好文   时间:2015-03-07 19:54:03    阅读次数:101
UML基本架构建模--通用机制的通用建模技术(一)
?? Modeling Comments 注释建模   The most common purpose for which you’ll use notes is to write down free-form observations, reviews, or explanations. By putting these comments directly in your...
分类:其他好文   时间:2015-03-06 09:40:16    阅读次数:169
Convertion of grey code and binary 格雷码和二进制数之间的转换
以下转换代码摘自维基百科 Wikipedia:/* The purpose of this function is to convert an unsigned binary number to reflected binary Gray code. Th...
分类:其他好文   时间:2015-03-05 14:38:54    阅读次数:171
531条   上一页 1 ... 41 42 43 44 45 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!