搜索资源列表
control
- ali机顶盒的control.c底层驱动,包括前面板调试,遥控器驱动,tuner驱动等,对学习理解机顶盒底层架构很大帮助;-this file is about the driver code of ali set top box ,it include the front panel,remote control,tuner driver,it is very useful
isd4004
- isd4004 c驱动代码 包括播放 录制 停止 等各个函数 ;是初学者学习写驱动的好例子-isd4004 c driver code to play the recording to stop all functions is a good example for beginners to learn to write a driver
8250_13
- linux 2.6.13内核版本上的com驱动,可以深刻学习com驱动的编写!-linux serial COM driver code 8250.c
UCOS-II
- 使用Mircosoft Visual C++6.0编译,学习uc/os-ii 2.80版RTOS的范例,展示任务(task)创建,优先级(priority)等,并且示范如何在Mircosoft Visual C++6.0的环境下编译一个工程文件,以取代原文书中使用Borland C++ 4.51 版的编译,提供使用者一个新的选择。--Mircosoft Visual C++6.0 compile learn uc/os-ii 2.80 RTOS example, show the task (t
UNIXPCPShell
- unix-linux-c-shell站式学习,学习驱动的朋友,必须具备的利器!还有更多的qt资料可以发信!-unix-linux-c-shell stop learning, learning-driven friend, you must have a weapon! More qt data can write!
BORLAND-cPP-EPOS24-5-Example
- 基于borland C++的EPOS24/5编程使用实例,非常好,方便编程学习。-A EPOS24/5 EXAMPLE WITH BORLAND C++ IS is very convenient to learn and use
Linux_C-
- Linux C函数学习,gun C API-Linux C function learning, gun C API
I^2C
- 此文档仅供学习交流用,此为linux驱动的子系统之一I^C接口 ,主要介绍了I^C的接口原理,-the study of I^C
UNIX
- Unix环境使用的详细解析,便于初学者学习,包括命令参数意义,用例说明等-Detailed analysis Unix environment, easy for beginners to learn, the main language to master C++
GREP
- grep 源码。对于学习unix和linux下C编程的帮助很大-grep source. For learning unix and linux C programming under great help
memdev
- memdev.c 学习程序代码,国嵌学习驱动基础程序。-a programme of memde.c. it belongs to guoqian.
video
- linux下基于v4l2的摄像头监控系统 采用c语言编写,之中有v4l2的框架,格式转换的库文件,适合新手学习-linux based v4l2 camera monitoring system using c language, into a frame v4l2, the library file format conversion, suitable for novice learning
cdev4.c.tar
- arm的驱动程序,简单的驱动程序的编写,编写流程规范,简便,可是更好的使初学者学习-arm of the driver, the driver simply write, write process specifications, simple, but so that beginners learn better
Linux-semaphore-mechanism
- 一个关于信号量机制使用的学习例子。具体要求和代码都在word里了。要求使用vi进行代码的编写,使用make工具建立工程。将实现不同类别功能的函数写到不同的.c文件中,并使用makefile链接编译。 -Use vi be writing code, use make tools to create projects. The function of different types of functions written to achieve different. C file and co
lda-c
- LDA是一种文档主题生成模型,也称为一个三层贝叶斯概率模型,包含词、主题和文档三层结构。文档到主题服从Dirichlet分布,主题到词服从多项式分布。 LDA是一种非监督机器学习技术,可以用来识别大规模文档集(document collection)或语料库(corpus)中潜藏的主题信息。它采用了词袋(bag of words)的方法,这种方法将每一篇文档视为一个词频向量,从而将文本信息转化为了易于建模的数字信息。但是词袋方法没有考虑词与词之间的顺序,这简化了问题的复杂性,同时也为
simple-c
- 简单有趣的一堆c程序,适合初学者认真学习,有详细的注释。-Simple and interesting bunch c program for beginners to seriously study, detailed notes.
myls
- 使用c语言实现linux下的ls命令,功能齐全,代码精简,适合初学者进行学习与研究-Under the C language realize all the LS command
Linux-C-Program
- Linux C语言编程学习资料,强烈推荐。-Linux C programming language learning materials, it is strongly recommended.
Lpc-a-C)
- MUD游戏的巫师教程(包涵Lpc & C)的资料包集合,对想自己学习有和大帮助-MUD wizards game tutorial (inclusion Lpc & C) data collection, to think that they are learning and great help
cPPsourceCodeForStudyLinux
- 这是包含了 linux下的c++学习的若干示例代码,已经编写好了makefile 和 自动运行脚本。这是原创,绝无雷同,是本人平时的学习记录。希望对你有帮助-these are some sourcecode for studying c++ in linux.makefile and shell file which are used to test are written.hope u like them.