码迷,mamicode.com
首页 >  
搜索关键字:tutorial transcript    ( 3048个结果
s3c6410 Linux 驱动开发环境搭建
s3c6410 Linux 驱动开发环境搭建 —— 既然你是做Linux开发的,你还用虚拟机?         很多人都在win下做开发,于是SD_writer.exe之类的烧写工具“大行其道”,多是用虚拟机Linux。完全转到Linux下学习开始蛮不爽的,开发板制作商送的教程都是些讲Win-CE的东东,感觉实质性的东西没什么。对于完全用Linux做开发的技术讲解非常少,连烧写SD卡都...
分类:系统相关   时间:2014-08-19 12:53:54    阅读次数:264
Java Object Oriented Programming concepts
Introduction This tutorial will help you to understand about Java OOP’S concepts with examples. Let’s discuss about what are the features of Object Oriented Programming. Writing object-oriented p...
分类:编程语言   时间:2014-08-18 23:42:53    阅读次数:755
[ZZ]An Introduction to Tracking Statistics with Graphite, StatsD, and CollectD
An Introduction to Tracking Statistics with Graphite, StatsD, and CollectDTAGGED IN:UBUNTU,MONITORING,SYSTEM TOOLSThis tutorial is part 1 of 4 in the ...
分类:其他好文   时间:2014-08-18 10:43:33    阅读次数:305
Program for Linux USB-devices driver step by step (ONE)
Program for Linux USB-devices driver 开始啃硬骨头~ 这里我打算一步步给出USB device driver 的demo,希望有心能能够共同交流学习. 希望认识更多对Linux有兴趣的geek. 目前由于环境和自身能力方面原因还没能做实物的测试,篇章的最后打算给出一个在x86上模拟USB读写的driver,以后能够做实物测试之后再更新this blo...
分类:系统相关   时间:2014-08-18 03:53:13    阅读次数:457
dictionary ----- python
Learn of dictionary,simple example of dictionary in “Simple Python tutorial"---------------------------------------------------------#!/usr/bin/python...
分类:编程语言   时间:2014-08-17 15:25:32    阅读次数:165
java定时器
以下内容根据 JavaTM Tutorial 和相关API doc和网上的资料翻译整理,以供日后查看和参考: 1.描述 Timer是一种定时器工具,用来在一个后台线程计划执行指定任务。它可以计划执行一个任务一次或反复多次。 TimerTask一个抽象类,它的子类代表一个可以被Timer计划的任务。 简单的一个例程: import java.util.Timer; i...
分类:编程语言   时间:2014-08-15 21:09:29    阅读次数:268
苹果推送通知服务APNs编程(转)
add by zhj: 下面的几篇文章也非常好,http://www.raywenderlich.com/32960/apple-push-notification-services-in-ios-6-tutorial-part-1http://www.raywenderlich.com/32963...
分类:移动开发   时间:2014-08-12 21:27:05    阅读次数:335
ufldl学习笔记与编程作业:Feature Extraction Using Convolution,Pooling(卷积和池化抽取特征)
ufldl学习笔记与编程作业:Feature Extraction Using Convolution,Pooling(卷积和池化抽取特征) ufldl出了新教程,感觉比之前的好,从基础讲起,系统清晰,又有编程实践。 在deep learning高质量群里面听一些前辈说,不必深究其他机器学习的算法,可以直接来学dl。 于是最近就开始搞这个了,教程加上matlab编程,就是完美啊。 新教程的地址是:http://ufldl.stanford.edu/tutorial/...
分类:其他好文   时间:2014-08-12 00:41:23    阅读次数:372
boost操作xml 5分钟官方教程
Five Minute TutorialThis tutorial uses XML. Note that the library is not specifically bound to XML, and any other supported format (such as INI or JSO...
分类:其他好文   时间:2014-08-12 00:20:33    阅读次数:269
a new Webcam Api Tutorial in C++ for Windows(Windows Media Foundation)--WMF
Foword from: http://www.dreamincode.net/forums/topic/347938-a-new-webcam-api-tutorial-in-c-for-windows/page__st__0%26 Well, A long time ago I introduced a Webcam Tutorial. It was for Video...
分类:编程语言   时间:2014-08-11 21:26:23    阅读次数:658
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!