码迷,mamicode.com
首页 >  
搜索关键字:built-in functions    ( 2913个结果
QNX LPT Port Programming
#include #include /* for sleep() */#include /* for uintptr_t */#include /* for in*() and out*() functions */#include /* for ThreadCtl() */#include...
分类:其他好文   时间:2014-05-26 22:04:49    阅读次数:285
cctype 头文件定义函数
header (ctype.h)Character handling functionsThis header declares a set of functions to classify and transform individual characters.FunctionsThese fun...
分类:其他好文   时间:2014-05-23 22:04:32    阅读次数:504
SQLite Helper (C#) zt
http://www.codeproject.com/Articles/746191/SQLite-Helper-CsharpThis small class (SQLiteHelper.cs) is built on top of System.Data.SQLite.DLL. A referen...
分类:数据库   时间:2014-05-23 12:08:00    阅读次数:558
PH_Pooled Featrues Classification MIREX 2011 Submission
AbstractPrincipal Mel-Spectrum Components (Feature)Temporal Pooling Functions (Model)Single Hidden Layer Neural Network, thus Multi-layer Perceptron (...
分类:其他好文   时间:2014-05-23 10:37:57    阅读次数:306
UnderScore.jsAPI记录
Collection Functions (Arrays or Objects)each _.each(list, iterator, [context])遍历list中的所有元素,如果传递了context参数,则把iterator绑定到context对象上。iterator的参数是(valu...
分类:Windows程序   时间:2014-05-22 14:32:08    阅读次数:649
UVA之1330 - City Game
【题目】 Bob is a strategy game programming specialist. In his new city building game the gaming environment is as follows: a city is built up by areas, in which there are streets, trees, factories and...
分类:其他好文   时间:2014-05-22 13:09:50    阅读次数:247
iOS开发-No matching provisioning profiles found解决方法
今天真机调试的时候莫名其妙遇到了这样的一个问题:This product type must be built using a provisioning profile, however no provisioning profile matching both the identity "iPhone Developer" and the bundle identifier.....具体如下图所...
分类:移动开发   时间:2014-05-22 11:17:43    阅读次数:415
JavaScript Patterns 2.5 (Not) Augmenting Build-in Prototypes
Other developers using your code will probably expect the built-in JavaScript methods to work consistently and will not expect your additions. And pro...
分类:编程语言   时间:2014-05-22 02:21:49    阅读次数:298
Use Reentrant Functions for Safer Signal Handling(译:使用可重入函数进行更安全的信号处理)
Use Reentrant Functions for Safer Signal Handling使用可重入函数进行更安全的信号处理How and when to employ reentrancy to keep your code bug free何时及如何利用可重入性避免代码缺陷Dipak J...
分类:其他好文   时间:2014-05-22 00:33:49    阅读次数:389
JavaCV源代码分析----CvArr
1.OpenCV中CvArr的定义:在opencv h文件里是这样定义 CvArr :/* CvArr* is used to pass arbitrary * array-like data structures * into functions where the particular * ar...
分类:编程语言   时间:2014-05-19 15:01:44    阅读次数:474
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!