搜索结果
找到约 133 项符合
dev 的查询结果
按分类筛选
- 全部分类
- Linux/Unix编程 (17)
- 其他 (10)
- 文章/文档 (10)
- 技术资料 (7)
- 软件设计/软件工程 (6)
- 数据结构 (6)
- 加密解密 (5)
- 单片机编程 (3)
- 其他嵌入式/单片机内容 (3)
- 单片机开发 (3)
- 数学计算 (3)
- 其他书籍 (3)
- 人工智能/神经网络 (3)
- 学术论文 (2)
- 嵌入式综合 (2)
- 数值算法/人工智能 (2)
- USB编程 (2)
- 编译器/解释器 (2)
- 电子书籍 (2)
- 嵌入式Linux (2)
- Java书籍 (2)
- *行业应用 (2)
- 微处理器开发 (2)
- 嵌入式/单片机编程 (2)
- Internet/网络编程 (2)
- VHDL/FPGA/Verilog (2)
- 软件 (2)
- 精品软件 (2)
- ARM (1)
- 集成开发环境 (1)
- 技术书籍 (1)
- 教程资料 (1)
- 技术管理 (1)
- Java编程 (1)
- MySQL数据库 (1)
- 操作系统开发 (1)
- 中间件编程 (1)
- VC书籍 (1)
- OA系统 (1)
- 书籍源码 (1)
- GPS编程 (1)
- 交通/航空行业 (1)
- J2ME (1)
- 3G开发 (1)
- 教育系统应用 (1)
- Delphi控件源码 (1)
- 游戏 (1)
- 磁盘编程 (1)
- 百货/超市行业 (1)
- 源码/资料 (1)
- 书籍 (1)
- 源码 (1)
嵌入式/单片机编程 Linux Home Server 是专门为家庭和SOHO/SMB 设计的高性价比的ISCSI 存储服务器, 具有如下的特色: 强大的iscsi 存储服务器软件; 混合iscsi 和NAS 服务;
Linux Home Server 是专门为家庭和SOHO/SMB 设计的高性价比的ISCSI 存储服务器, 具有如下的特色:
强大的iscsi 存储服务器软件;
混合iscsi 和NAS 服务;
Free, 基于Linux;
LHS-200 的编译使用openwrt 框架,需要先下载并配置openwrt 开发环境
从openwrt 的开发站点 https://dev.openwrt.org, 下载最新的开发分枝,并下载到 ...
Linux/Unix编程 //结构 struct fb_fix_screeninfo finfo struct fb_var_screeninfo vinfo //打开设备 fd = open[
//结构
struct fb_fix_screeninfo finfo
struct fb_var_screeninfo vinfo
//打开设备
fd = open["/dev/fb0", O_RDWR]
if [!fd] {
printf["Cannot open framebuffer device.\n"]
exit[1]
}
//取得固定信息
if [ioctl[fd, FBIOGET_FSCREENINFO, &finfo]] {
printf["Error reading fixed info ...
其他书籍 this is a lecture notes prepared to introduce the speech audio fundamental concepts and programm dev
this is a lecture notes prepared to introduce the speech audio fundamental concepts and programm development using MATLAB.
数据结构 数据结构算法实现及解析—配合严蔚敏_吴伟民编著的数据结构(C语言版和C++版)(作者 高一凡)源代码。 本代码含有严蔚敏《数据结构(C语言版)》和《数据结构(C++版)》两本书全书完整源代码
数据结构算法实现及解析—配合严蔚敏_吴伟民编著的数据结构(C语言版和C++版)(作者 高一凡)源代码。
本代码含有严蔚敏《数据结构(C语言版)》和《数据结构(C++版)》两本书全书完整源代码,我在Visual C++、Dev C++、Turbo C、Turbo C++、DJGPP、MinGW上调试通过,正在学习数据结构的同学一定要看啊~对学习相当有帮助 ...
Linux/Unix编程 在Linux中
在Linux中,文件是抽象的,Linux已将几乎所有的东西都
按文件来对待,所以就可以像操作普通文件那样去打开、关
闭、读取和写入不同的终端设备。Filesystem Hierarchy Standar
(FHS)是Linux遵循的文件目录的命名和架构标准,在此文件
系统层次结构中,Linux所有的设备以设备文件名的方式存放
在目录/dev下,USB到串口转接器 ...
Linux/Unix编程 Below, you will find an assortment of documentation to assist you through every step of your USB dev
Below, you will find an assortment of documentation to assist you through every step of your USB development experience.
USB编程 Below, you will find an assortment of documentation to assist you through every step of your USB dev
Below, you will find an assortment of documentation to assist you through every step of your USB development experience.
文章/文档 Below, you will find an assortment of documentation to assist you through every step of your USB dev
Below, you will find an assortment of documentation to assist you through every step of your USB development experience.
游戏 号作品是一个简单的全屏小游戏
号作品是一个简单的全屏小游戏,玩家通过击出与听到的鼓声相同的韵律来杀死怪兽。这个作品是在Dev-C++下编写而成的,使用了跨平台的游戏编程库:Allegro。由于开发平台的先进,游戏的画面比较精美,绝非TC编成的256色程序可比;不足之处是可玩性差,我还没发现任何有挑战性的内容就一不小心通关了。然而,我希望通过这个作 ...
Linux/Unix编程 将s3c2410-linux-2.6.11.1-apm-08.11.02.patch复制到内核根目录。 执行patch –p1 < s3c2410-linux-2.6.11.1-apm-08.
将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。