搜索:Shell+Programming
找到约 2,274 项符合「Shell+Programming」的查询结果
结果 2,274
按分类筛选
- 全部
- Linux/Unix编程 (251)
- 其他书籍 (229)
- VC书籍 (179)
- 电子书籍 (113)
- 技术资料 (78)
- Java编程 (51)
- 其他 (50)
- 软件工程 (43)
- 软件设计/软件工程 (36)
- Java书籍 (35)
- 嵌入式/单片机编程 (31)
- 文章/文档 (30)
- 网络 (23)
- 操作系统开发 (22)
- 书籍源码 (22)
- Windows CE (22)
- 单片机开发 (19)
- matlab例程 (19)
- 游戏 (17)
- 人工智能/神经网络 (16)
- 驱动编程 (15)
- 微处理器开发 (15)
- 其他嵌入式/单片机内容 (15)
- 数学计算 (11)
- VHDL/FPGA/Verilog (10)
- 汇编语言 (9)
- 数值算法/人工智能 (8)
- 嵌入式Linux (8)
- 数据结构 (8)
- 行业发展研究 (8)
- uCOS (7)
- 系统设计方案 (7)
- 书籍 (7)
- 编译器/解释器 (6)
- 文件格式 (6)
- 通讯编程文档 (6)
- J2ME (6)
- Delphi控件源码 (6)
- Windows Mobile (6)
- SQL Server (6)
- 嵌入式综合 (5)
- Internet/网络编程 (5)
- 串口编程 (5)
- JavaScript (5)
- DSP编程 (4)
- 加密解密 (4)
- 压缩解压 (4)
- 技术管理 (4)
- Symbian (4)
- Oracle数据库 (4)
- 中间件编程 (4)
- C/C++语言编程 (3)
- 通讯/手机编程 (3)
- 技术书籍 (3)
- 磁盘编程 (3)
- *行业应用 (3)
- USB编程 (3)
- 其他行业 (3)
- Linux/uClinux/Unix编程 (2)
- 数据库系统 (2)
- SCSI/ASPI (2)
- 企业管理 (2)
- Applet (2)
- STL (2)
- FlashMX/Flex源码 (2)
- VxWorks (2)
- Windows编程 (1)
- 资料/手册 (1)
- 计算机相关 (1)
- 实用工具 (1)
- 模拟电子 (1)
- 教程资料 (1)
- 教程资料 (1)
- allegro (1)
- 可编程逻辑 (1)
- 源码/资料 (1)
- 教育系统应用 (1)
- 手机短信编程 (1)
- 编辑器/阅读器 (1)
- 语音压缩 (1)
- 并口编程 (1)
- TAPI编程 (1)
- MySQL数据库 (1)
- Jsp/Servlet (1)
- MTK (1)
- Ajax (1)
- VIP专区 (1)
- 源码 (1)
- 软件 (1)
https://www.eeworm.com/dl/631/399532.html
*行业应用
BS在线文件管理系统,采用asp编程,实现了对文件的简单管理,并且有比较方便的各种功能的实现.-BS online document management system, using asp prog
BS在线文件管理系统,采用asp编程,实现了对文件的简单管理,并且有比较方便的各种功能的实现.-BS online document management system, using asp programming, a simple document management, and a more convenient various functions.
https://www.eeworm.com/dl/878482.html
技术资料
学习USB2.0驱动程序设计源码
·详细说明:学习USB2.0驱动程序设计源码,包括Windows DDK Driver驱动的详细设计,U盘,MP3的程序设计例子- Studies the USB2.0 driver design source code, including Windows DDK Driver actuation detailed design, U plate, MP3 programming example
https://www.eeworm.com/dl/624/142447.html
串口编程
CBC下写的串口编程
CBC下写的串口编程,API函数实例
I wish this site had been around when I was trying to figure out how to make serial communications work in Windows95. I, like many programmers, was hit with the double-whammy of having to learn Windows programming and Win95 serial comm programming a ...
https://www.eeworm.com/dl/516/447485.html
DSP编程
In C Algorithms for Real-Time DSP, author Paul M. Embree presents a complete guide to digital signal
In C Algorithms for Real-Time DSP, author Paul M. Embree presents a complete guide to digital signal processing techniques in the C programming language. This book is structured in such a way that it will be most useful to the engineer who is familiar with DSP and the C language, ...
https://www.eeworm.com/dl/540/252014.html
软件工程
在for DOS的C语言中
在for DOS的C语言中,有一个system()函数,其功能是执行命令行程序,在VB中也有shell()函数,在Windows程序设计中WinAPI也为我们提供了类似的函数,它们就是WinExec()和ShellExecute(),下面就来讨论一下这两个函数的用法。
https://www.eeworm.com/dl/502/31371.html
单片机编程
USB Demonstration for DK3200 w
The μPSD32xx family, from ST, consists of Flash programmable system devices with a 8032 MicrocontrollerCore. Of these, the μPSD3234A and μPSD3254A are notable for having a complete implementationof the USB hardware directly on the chip, complying with the Universal Serial Bus ...
https://www.eeworm.com/dl/746894.html
技术资料
代码大全Steve McConnell著 919页高清文字版
软件开发人员必备工具书,,目录如下Welcome to Software Construction [1]1.1 What Is Software Construction?1.2 Why Is Software Construction Important?1.3 How to Read This Book......7.1 Valid Reasons to Create a Routine7.2 Design at the Routine Level7.3 Good Routine Names7.4 How Long ...
https://www.eeworm.com/dl/654/147502.html
数据结构
排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert
排序算法、字典和B-树的C++语言实现
代码内容 包括以下算法:
qui.c sort: quicksort
qsort.c sort: qsort
ins.c sort: insert sort
shl.c sort: shell sort
has.c dictionary: hash tables
bin.c dictionary: binary tree
rbt.c dictionary: red-black trees
skl.c dictionary: skip lists
ex ...
https://www.eeworm.com/dl/619/115433.html
Linux/Unix编程
应用平台 Unix/Linux <br> sct(Serial Communication Tracer的缩写)是一个很有用的Linux/Unix串行通信调试工具
应用平台 Unix/Linux <br> sct(Serial Communication Tracer的缩写)是一个很有用的Linux/Unix串行通信调试工具,软件内置了Shell命令解释器,你可以通过直接输入简短的命令和参数来控制串口的打开/关闭和进行各种发送/接收活动。 ...
https://www.eeworm.com/dl/686/202391.html
VC书籍
Windows API Tutorials, Windows API编程最好的手册.文档格式专门制作成为各个章节相互关联的html格式,大家可以像查阅msdn一样方便使用.各个章节的内容如下: Wi
Windows API Tutorials, Windows API编程最好的手册.文档格式专门制作成为各个章节相互关联的html格式,大家可以像查阅msdn一样方便使用.各个章节的内容如下:
Winnie
Generic
Controls
Dialog-based App
Generic Dialog
Canvas
Pens and Brushes
Threads
Folder Watcher
Shell API
OLE
Smart ...