搜索结果
找到约 577 项符合
sheLL 的查询结果
按分类筛选
- 全部分类
- Linux/Unix编程 (215)
- 其他书籍 (65)
- 其他 (26)
- 操作系统开发 (25)
- 电子书籍 (24)
- 网络 (15)
- 数据结构 (14)
- 文章/文档 (13)
- uCOS (12)
- VC书籍 (12)
- 技术资料 (12)
- 单片机开发 (10)
- 嵌入式Linux (10)
- 单片机编程 (9)
- 嵌入式综合 (9)
- Java编程 (8)
- 数值算法/人工智能 (5)
- 软件设计/软件工程 (5)
- 加密解密 (4)
- 微处理器开发 (4)
- VHDL/FPGA/Verilog (4)
- 系统设计方案 (4)
- 编译器/解释器 (4)
- 磁盘编程 (4)
- VIP专区 (4)
- 源码/资料 (3)
- Oracle数据库 (3)
- 数学计算 (3)
- 软件工程 (3)
- 通讯编程文档 (3)
- Windows CE (3)
- Linux/uClinux/Unix编程 (3)
- 书籍源码 (2)
- Internet/网络编程 (2)
- VxWorks (2)
- Java书籍 (2)
- 通讯/手机编程 (2)
- 人工智能/神经网络 (2)
- MySQL数据库 (2)
- 源码 (2)
- 实用工具 (1)
- ALTERA FPGA开发软件 (1)
- XILINX FPGA开发软件 (1)
- 技术书籍 (1)
- 可编程逻辑 (1)
- Delphi控件源码 (1)
- 数据库系统 (1)
- Delphi/CppBuilder (1)
- 串口编程 (1)
- 其他嵌入式/单片机内容 (1)
- 文件格式 (1)
- 其他行业 (1)
- 教育系统应用 (1)
- MTK (1)
- 传真(Fax)编程 (1)
- Ajax (1)
- JavaScript (1)
- 汇编语言 (1)
- SQL Server (1)
- 压缩解压 (1)
- 书籍 (1)
- 教程 (1)
- 精品软件 (1)
Linux/uClinux/Unix编程 linux
linux操作系统入门教程,
Linux入门教程
shell的入门及提高教程
技术书籍 《Linux应用开发技术详解》配套工具下载
·本书全面介绍了Linux的编程知识,包括Linux程序的调试、Shell编程、Linux的内存管理、Linux的系统调用、标准I/O流、进程与进程调度、进程间通信、信号编程、Linux多线程编程、网络编程、数据库编程、图形编程等。书中最后还介绍了近年来较为热门的Linux国际化和本地化程序设计。 本书内容丰富、深入浅出,每章内容都含 ...
单片机编程 at91rm9200启动过程教程
at91rm9200启动过程教程
系统上电,检测BMS,选择系统的启动方式,如果BMS为高电平,则系统从片内ROM启动。AT91RM9200的ROM上电后被映射到了0x0和0x100000处,在这两个地址处都可以访问到ROM。由于9200的ROM中固化了一个BOOTLOAER程序。所以PC从0X0处开始执行这个BOOTLOAER(准确的说应该是一级BOOTLOADER)。这个BOOTLOER依 ...
单片机编程 Emulating a synchronous serial
The C500 microcontroller family usually provides only one on-chip synchronous serialchannel (SSC). If a second SSC is required, an emulation of the missing interface mayhelp to avoid an external hardware solution with additional electronic components.The solution presented in this paper and in the a ...
单片机编程 使用软件程序仿真C500微控制器系列SSC(同步串行通道)功
The solution presented in this paper and in the attached source files emulates the mostimportant SSC functions by using SW routines implemented in C. The code is focused onthe SAB C513, but will fit to all C500 derivatives.Beyond the low level software drivers a test shell is delivered. This shell a ...
嵌入式综合 Linuxshell脚本编写基础
Shell
嵌入式综合 Linux_C编程一站式学习
755页高清版Linux C编程一站式教程,如果你在做Linux软件开发,请不要错过。 Makefile,Shell,文件系统,I/O,信号,进程,线程,TCP/IP,UDP,Socket编程等等内容
嵌入式综合 RT-Thread实时操作系统编程指南(版本 0.3.0)
实时操作系统,Kernel部分完成于2006年上半年,其IPC部分甚至是年中时才具备相 应的雏形。最开始时是因为要为朋友做一个小型的手持设备,而本人起初又是另一国内老牌 实时操作系统:DOOLOO RTOS开发人员,但这个团队在2005年底已经解散。但朋友的系统要 上,用其他小型系统吗,一不熟悉,二看不上。答应朋友的事,总得有解 ...
嵌入式综合 Linux脚本教程v2.0
This book is for students and Linux System Administrators. It provides the skills to read, write, and debug Linux shell scripts using bash shell. The book begins by describing Linux and simple scripts to automate frequently executed commands and continues by describing conditional logic, user inte ...
嵌入式综合 LINUX系统分析与高级编程技术
本书介绍Linux环境下的编程方法,内容包括Linux系统命令、 Shell脚本、编程语言(gawk、Perl)、系统内核、安全体系、X Window等,内容丰富、论述全面,涵盖了Linux系统的方方面面。本书附带光盘包括了RedHat Linux系统的最新版本,及安装方法,还包括本书的大量程序代码,极大地方便了读者,为使用和将要使用Linux系统的技术 ...