this is a lecture notes prepared to introduce the speech audio fundamental concepts and programm development using MATLAB.
标签: fundamental introduce concepts prepared
上传时间: 2017-04-16
上传用户:671145514
数据结构算法实现及解析—配合严蔚敏_吴伟民编著的数据结构(C语言版和C++版)(作者 高一凡)源代码。 本代码含有严蔚敏《数据结构(C语言版)》和《数据结构(C++版)》两本书全书完整源代码,我在Visual C++、Dev C++、Turbo C、Turbo C++、DJGPP、MinGW上调试通过,正在学习数据结构的同学一定要看啊~对学习相当有帮助
上传时间: 2013-12-20
上传用户:zhyiroy
在Linux中,文件是抽象的,Linux已将几乎所有的东西都 按文件来对待,所以就可以像操作普通文件那样去打开、关 闭、读取和写入不同的终端设备。Filesystem Hierarchy Standar (FHS)是Linux遵循的文件目录的命名和架构标准,在此文件 系统层次结构中,Linux所有的设备以设备文件名的方式存放 在目录/dev下,USB到串口转接器的设备文件为ttyUSB0。如 果使用多口转接器或USB hub,则相应设备文件依次为 ttyUSB1、ttyUSB2, ttyUSB3、ttyUSB254、ttyUSB255
标签: Linux
上传时间: 2014-01-18
上传用户:13681659100
Below, you will find an assortment of documentation to assist you through every step of your USB development experience.
标签: documentation assortment you through
上传时间: 2017-06-20
上传用户:shinesyh
Below, you will find an assortment of documentation to assist you through every step of your USB development experience.
标签: documentation assortment you through
上传时间: 2017-06-20
上传用户:nanshan
Below, you will find an assortment of documentation to assist you through every step of your USB development experience.
标签: documentation assortment you through
上传时间: 2017-06-20
上传用户:bcjtao
号作品是一个简单的全屏小游戏,玩家通过击出与听到的鼓声相同的韵律来杀死怪兽。这个作品是在Dev-C++下编写而成的,使用了跨平台的游戏编程库:Allegro。由于开发平台的先进,游戏的画面比较精美,绝非TC编成的256色程序可比;不足之处是可玩性差,我还没发现任何有挑战性的内容就一不小心通关了。然而,我希望通过这个作品向自学能力较强的同学介绍Allegro库(官方网站),它带来的灵活性和无限可能是让人激动的
上传时间: 2017-07-03
上传用户:xc216
将s3c2410-linux-2.6.11.1-apm-08.11.02.patch复制到内核根目录。 执行patch –p1 < s3c2410-linux-2.6.11.1-apm-08.11.02.patch即可! 在2.6.11.1内核中,创建字符设备的代码是:linux/arch/arm/kernel/amp.c。在根文件系统创建设备节点是dev/misc/apm_bios。
上传时间: 2017-07-31
上传用户:jeffery
1、将makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+=-I/usr/local/arm/2.95.3/arm-linux/include 路径改为你宿主机上的。 2、#make,来编译驱动模块。 3、#export PATH=$PATH:/usr/local/arm/2.95.3/bin //取决于你宿主机上的交叉编译工具路径 #arm-linux-gcc -o gpio_test gpio_test.c //编译应用程序 最终在你的当前文件夹下会生成gpiodrv.o与gpio_test两个文件。 4、#mkdir /tmp/1 5、通过ftp的方法,把gpio_test与gpiodrv.o文件下载到你的开发板上的/tmp/1目录中。 6、#mknod /dev/gpio c 220 0 //创建文件节点 #insmod gpiodrv.o #chmod +x gpio_test #./gpio_test 然后,就可以看到四个LED灯在闪烁了。:)
标签: local arm-linux usr makefile
上传时间: 2017-08-03
上传用户:zhouchang199
一个聊天窗口,有点像PSP 聊天界面,并能自动搜索地址,
标签: 窗口
上传时间: 2017-09-09
上传用户:yzy6007