码迷,mamicode.com
首页 >  
搜索关键字:examples    ( 2038个结果
SDRAM interface slashes pin count
Many designs need deep buffering but don't require ultrahigh-memory bandwidth. Examples include image and audio processing, as well as some deep-FIFO ...
分类:其他好文   时间:2014-11-28 15:44:48    阅读次数:196
web(七)---fastcgi再进阶(请求和响应)官方例子
在fast-cgi源码的examples文件夹下有很多例子, 下面给出echo例子, 编译运行方法同上几节.fast-cgi的API google之.http://fossies.org/dox/fcgi-2.4.0/fcgiapp_8h.html#a32f6950798054a70404ce24c...
分类:Web程序   时间:2014-11-27 20:14:21    阅读次数:359
微软RC2CryptoServiceProvider 加解密
using System; using System.IO; using System.Text; using System.Security.Cryptography; namespace RC2CryptoServiceProvider_Examples { class MyMainClass1 { public static void Main() ...
分类:其他好文   时间:2014-11-27 19:02:17    阅读次数:150
【Leetcode】Evaluate Reverse Polish Notation
Evaluate the value of an arithmetic expression in Reverse Polish Notation. Valid operators are +, -, *, /. Each operand may be an integer or another expression. Some examples: ["2", "1", ...
分类:其他好文   时间:2014-11-27 14:42:26    阅读次数:197
OpenCV Tutorials —— Camera calibration with square chessboard
获取摄像机内部参数矩阵和摄像机畸变参数Test data: use images in your data/chess folder.1,Compile opencv with samples by setting BUILD_EXAMPLES to ON in cmake configuratio...
分类:其他好文   时间:2014-11-26 11:14:06    阅读次数:288
linux系统关于命令echo的15个例子
15 Practical Examples of ‘echo’ command in Linux By Avishek Kumar Under: Linux Commands On: August 21, 2014 翻译 by SmallLiu echo命令是linux中的bash shell和C shell最常用的内建命令,最典型的是在脚...
分类:系统相关   时间:2014-11-25 23:49:11    阅读次数:442
JavaFX使用摄像头API的示例
在GITHUB上面有这样的示例: 它的网址是:https://github.com/sarxos/webcam-capture/tree/master/webcam-capture-examples/webcam-capture-javafx 我不知道大家是否可以访问的上这个链接,不知道有没有被墙了(因为我不在国内)。 如果有被墙的话,我上传了摄像头包,其中包含很多示例。可在这个链接上下载 ...
分类:编程语言   时间:2014-11-25 18:38:29    阅读次数:433
Leetcode-Valid Number
Validate if a given string is numeric. Some examples:"0" => true" 0.1 " => true"abc" => false"1 a" => false"2e10" => trueNote: It is intended for t...
分类:其他好文   时间:2014-11-25 12:23:32    阅读次数:163
LeetCode:Evaluate Reverse Polish Notation
题目描述: Evaluate the value of an arithmetic expression in Reverse Polish Notation. Valid operators are +, -, *, /. Each operand may be an integer or another expression. Some examples: ...
分类:其他好文   时间:2014-11-25 10:53:22    阅读次数:250
Biopython - sequences and alphabets
The Sequence objectSome examples will also require a working internet connection in order to run.>>> from Bio.Seq import Seq>>> from Bio.Alphabet impo...
分类:编程语言   时间:2014-11-24 22:07:43    阅读次数:297
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!