码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
Object-C-NSDictionary
存储对象都必须是id(对象类型)不能使基础类型NSDictionary *scores=[[NSDictionary alloc]initWithObjectsAndKeys:@"89",@"english",@"70",@"computer",nil];*scores=[[NSDictionary...
分类:其他好文   时间:2015-06-08 11:26:05    阅读次数:81
ZOJ 1364 POJ 1325 -Machine Schedule
Time Limit:1000MS Memory Limit:10000KDescription As we all know, machine scheduling is a very classical problem in computer science and has been st...
分类:系统相关   时间:2015-06-08 00:49:21    阅读次数:160
Object-C-Foundation-数组排序
系统类型排序;NSArray *goodsNames =@[@"computer",@"iphone",@"ipad"];NSArray *sortedArray=[goodsNames sortedArrayUsingSelector:@selector(compare:)];自定义排序Perso...
分类:编程语言   时间:2015-06-05 19:27:30    阅读次数:127
Eddy's mistakes(字母大小写转换)strlwr函数的应用
Problem DescriptionEddy usually writes articles ,but he likes mixing the English letter uses, for example "computer science" is written frequently "co...
分类:其他好文   时间:2015-06-05 19:09:09    阅读次数:131
matlab 常用函数汇总
1.特殊变量与常数主题词意义主题词意义ans计算结果的变量名computer确定运行的计算机eps浮点相对精度Inf无穷大I虚数单位inputname输入参数名NaN非数nargin输入参数个数nargout输出参数的数目pi圆周率nargoutchk有效的输出参数数目realmax最大正浮点数re...
分类:其他好文   时间:2015-06-05 00:39:28    阅读次数:142
uva12096 The SetStack Computer By sixleaves
uva12096 The SetStack Computer By sixleaves
分类:其他好文   时间:2015-06-05 00:26:50    阅读次数:114
LightOJ1007---Mathematically Hard (欧拉函数)
Mathematically some problems look hard. But with the help of the computer, some problems can be easily solvable.In this problem, you will be given two integers a and b. You have to find the summation o...
分类:其他好文   时间:2015-06-04 22:54:53    阅读次数:161
计算机视觉、图像处理一些先进研究机构
学习专利公开课,论文的话就不贴出来了,直接google或者在校内网搜索 专利:    如何查到一篇文献的DOI号或通过DOI找到原始文献? | 参考咨询知识库    Resolve a DOI    中文DOI    crossref.org    中国专利下载           FPO IP Research & Communities...
分类:其他好文   时间:2015-06-04 21:10:54    阅读次数:1204
Computer Vision and Machine Learning Competitions
一、ImageNet Object Detection, Object Classification+Localization 二、COCO Image Captioning 三、LFW Face Recognition 四、CIFAR The CIFAR Image Classification Benchmark 五、MNIST The M...
分类:系统相关   时间:2015-06-04 21:09:40    阅读次数:169
Linux C 编程一站式学习
个人认为这是一个挺不错的从C语言到Linux系统开发的教程,这本是两个网上的文档。其中 一本是《How To Think Like A Computer Scientist: Learning with C++》作者Allen B. Downey。原书由Green Tea Press发行,可以从ht...
分类:系统相关   时间:2015-06-04 20:49:22    阅读次数:148
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!