码迷,mamicode.com
首页 >  
搜索关键字:utility    ( 517个结果
Using RUNDLL32.exe to call a function within a dll
Using RUNDLL32.exe to call a function within a dll Rundll32 is a utility included with Windows that allows you to execute an exported DLL-function fr....
分类:其他好文   时间:2015-08-02 16:29:56    阅读次数:111
pkg_utility
创建包名: 1 CREATE OR REPLACE PACKAGE BODY PKG_UTILITY AS 2 3 --字符串转换到索引表 4 PROCEDURE STR_TO_LIST(PI_STR IN VARCHAR2, --字符串 5 ...
分类:其他好文   时间:2015-07-31 20:04:05    阅读次数:170
Android编译系统初涉
Makefile文件的规则格式TARGET:PREFEQUISTES COMMANDSmain.c #include #include int main(int argc,char *argv[]){ printf("%d",getNumber()); return 0; }utility.h int getNumber();utility...
分类:移动开发   时间:2015-07-30 14:55:05    阅读次数:251
[Unity] Android插件
1> 编写eclipse android代码.2> 把unity下class.jar拷入eclipse libs目录下, 工程中右键build path, add to build path.3> 编译工程, 在工程目录下bin\classes\com\android\utility生成.class...
分类:移动开发   时间:2015-07-28 17:34:50    阅读次数:130
NSDictionary&NSMutableDictionary常用操作梳理
NSDictionary&NSMutableDictionary也是继数组和字符串外高频使用的OC基本操作类,今天抽空将OC字典类常用操作稍作整理,以便需要时能条件反射信手拈来,避免需要某个utility时,因为不知系统已经提供而陷入造轮子的尴尬。...
分类:其他好文   时间:2015-07-27 00:29:56    阅读次数:118
有意思的一段代码
有意思的一段代码: 1 %%% Message passing utility. 2 %%% User interface: 3 %%% logon(Name) 4 %%% One user at a time can log in from each Erlang node in ...
分类:其他好文   时间:2015-07-26 20:42:07    阅读次数:127
scikit-learn:4.8. Transforming the prediction target (y)
参考:http://scikit-learn.org/stable/modules/preprocessing_targets.html 没什么好翻译的,直接给例子。 1、Label binarization LabelBinarizer is a utility class to help create a label indicator matrix from...
分类:其他好文   时间:2015-07-26 19:18:24    阅读次数:216
使用Toad导入导出dmp数据
进入Toad,选择Database->Import->Import Utility Wizard(导入则选择:Export->Export Utility Wizard与导入类似故不再赘述)此处根据自己的具体要求进行选择:我们选 Import users选择用户:默认就好:选择dmp文件:导入操作的...
分类:其他好文   时间:2015-07-24 17:24:21    阅读次数:541
scikit-learn:4.3. Preprocessing data(standardi/normali/binari..zation、encoding、missing value)
参考:http://scikit-learn.org/stable/modules/preprocessing.html 主要讲述The sklearn.preprocessing package的utility function and transformer classes,包括standardization、normalization、binarization、encoding...
分类:其他好文   时间:2015-07-23 09:29:56    阅读次数:188
ethtool speed HowTo : Change Speed and Duplex of Ethernet card in Linux
To change Speed and Duplex of an ethernet card, we can useethtool- a Linux utility for Displaying or Changing ethernet card settings.1. Install ethtoo...
分类:Web程序   时间:2015-07-22 12:27:23    阅读次数:174
517条   上一页 1 ... 32 33 34 35 36 ... 52 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!