码迷,mamicode.com
首页 >  
搜索关键字:purpose    ( 531个结果
eclipse
for php 插件自带地址Luna - http://download.eclipse.org/releases/lunaGeneral Purpose Tools > phpsvn插件Collaboration > svn出现的错误:SVN: '0x00400006此错误原因是因为没有安装svn...
分类:系统相关   时间:2014-08-01 22:32:32    阅读次数:412
【CodeChef】Enormous Input Test
The purpose of this problem is to verify whether the method you are using to read input data is sufficiently fast to handle problems branded with the ...
分类:其他好文   时间:2014-07-31 19:39:57    阅读次数:190
SpringUtil
/** SpringUtil.java{{IS_NOTE Purpose: Description: History: Thu Jun 1 13:53:53 2006, Created by henrichen}}IS_NOT...
分类:编程语言   时间:2014-07-30 03:15:32    阅读次数:298
STM32学习笔记
1.STM32中变量的定义(在stm32f103x.h中) 1 /*!< STM32F10x Standard Peripheral Library old types (maintained for legacy purpose) */ 2 typedef int32_t s32; 3 type....
分类:其他好文   时间:2014-07-29 17:37:22    阅读次数:352
datastage 作业查找脚本
下面两个shell脚本是shell调用datastage作业时查找缺少作业和错误作业名的脚本脚本一:[root@dataStagefindjob]#moreerrcfgjob.sh #!/bin/bash ####################################################################### #purpose:findtheerrorconfigurationjobinthefiledsjob..
分类:其他好文   时间:2014-07-28 16:48:24    阅读次数:379
Stencil
【Stencil】 The stencil buffer can be used as a general purpose per pixel mask for saving or discarding pixels. The stencil buffer is usually an 8 bit.....
分类:其他好文   时间:2014-07-26 16:51:21    阅读次数:267
URAL 1033 Labyrinth(DFS)
Administration of the labyrinth has decided to start a new season with new wallpapers. For this purpose they need a program to calculate the surface area of the walls inside the labyrinth. This job ...
分类:其他好文   时间:2014-07-23 22:32:07    阅读次数:292
创建数据库的注意事项
1、筹划数据库,确定数据库的使用目的,根据这一目的来觉得数据库的类型。是选择联机事务处理系统(OLTP)还是决策支持系统(DSS数据 仓库系统)。这两类系统是完全不同的系统,其调优策略是背道而驰的。在选择数据库的类型是最好不要选择通用型的general purpose,因为这种类型的数据库在管理和维...
分类:数据库   时间:2014-07-19 21:01:35    阅读次数:316
自己动手写处理器之第一阶段(3)——MIPS32指令集架构简介
在前文介绍RISC的特点时提到一点:大量使用寄存器。这是因为寄存器的存取可以在一个时钟周期内完成,同时也简化了寻址方式。MIPS32的指令中除加载/存储指令外,都是使用寄存器或立即数作为操作数的。MIPS32中的寄存器分为两类:通用寄存器(GPR:General Purpose Register)、特殊寄存器。...
分类:其他好文   时间:2014-07-13 18:55:11    阅读次数:594
【DataStructure】The description of Java Collections Framework
The Java Connections FrameWork is a group of class or method and interfacs in the java.util package. Its main purpose is to provide a unified framework for implementing common data structure. A collec...
分类:编程语言   时间:2014-07-13 13:43:20    阅读次数:218
531条   上一页 1 ... 49 50 51 52 53 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!