码迷,mamicode.com
首页 >  
搜索关键字:sam    ( 4212个结果
GPUImage的简单使用
GPUImage 是一个开源的图像处理库,提供了非常多的滤镜效果来加工图片。GPUImage 并不像一般的第三方库可以直接拖入到工程中使用,而是需要先在本地编译,然后将编译后的文件拖入到工程中使用。配置步骤如下: (1):首先下载GPUImage https://github.com/BradLar ...
分类:其他好文   时间:2017-04-30 20:37:51    阅读次数:472
[4] list列表的一些知识点
# -*- coding: UTF-8 -*- #1. list的创建 l = [11,22,33,44] # l1= list() l1 = [] # l2 = list([11,22,33,44]) #2 list的转换(用list()函数把其他类型的数据转换成list) p = "sam" t... ...
分类:其他好文   时间:2017-04-30 16:15:44    阅读次数:169
[WebGL入门]二十五,点光源的光照
注:文章译自http://wgld.org/,原作者杉本雅広(doxas),文章中假设有我的额外说明。我会加上[lufy:]。另外,鄙人webgl研究还不够深入,一些专业词语。假设翻译有误,欢迎大家指正。本次的demo的执行结果点光源上次介绍了高氏着色和补色着色。使用补色着色的手法。能够渲染更加自然 ...
分类:Web程序   时间:2017-04-30 16:05:26    阅读次数:299
matlab 读取输入数组
In an assignment A(I) = B, the number of elements in B and I must be the same MATLAB:index_assign_element_count_mismatch中文解释:在赋值语句 A(I) = B 中,B 和 I 的元 ...
分类:编程语言   时间:2017-04-30 14:11:41    阅读次数:452
Linux7个运行级别
[root@oldboyedu-36 ~ ]# tail /etc/inittab #Default runlevel. The runlevels used are: #0 - halt (Do NOT set initdefault to this)----关机,不要设置默认的级别为0 #1 -... ...
分类:系统相关   时间:2017-04-30 14:03:12    阅读次数:214
CSUOJ 1858 Biorhythms 中国剩余定理
1858: Biorhythms Submit Page Summary Time Limit: 1 Sec Memory Limit: 256 Mb Submitted: 69 Solved: 37 Description Some people believe that there are th ...
分类:其他好文   时间:2017-04-30 12:38:21    阅读次数:238
hdu 5237 Base64(模拟)
Base64 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 1255 Accepted Submission(s): 564 Problem D ...
分类:其他好文   时间:2017-04-29 22:12:47    阅读次数:251
codevs 2181 田忌赛马
2181 田忌赛马 时间限制: 1 s 空间限制: 32000 KB 题目等级 : 钻石 Diamond 时间限制: 1 s 空间限制: 32000 KB 题目等级 : 钻石 Diamond 时间限制: 1 s 时间限制: 1 s 空间限制: 32000 KB 空间限制: 32000 KB 题目等级 ...
分类:其他好文   时间:2017-04-29 22:12:08    阅读次数:201
[POI2005]SAM-Toy Cars
题目描述 Johnny is a little boy - he is only three years old and enjoys playing with toy cars very much. Johnny has different cars. They are kept on a she ...
分类:其他好文   时间:2017-04-29 22:09:47    阅读次数:133
UVA 11729 Commando War 题解
“Waiting for orders we held in the wood, word from the front never came By evening the sound of the gunfire was miles away Ah softly we moved through ...
分类:其他好文   时间:2017-04-29 20:03:47    阅读次数:158
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!