搜索结果
找到约 93 项符合
head 的查询结果
按分类筛选
- 全部分类
- Java书籍 (7)
- Java编程 (7)
- 其他 (6)
- Linux/Unix编程 (6)
- 软件工程 (6)
- 软件设计/软件工程 (5)
- 源码 (5)
- 微处理器开发 (4)
- 技术资料 (4)
- 书籍源码 (3)
- 嵌入式Linux (3)
- 书籍 (3)
- 程序设计 (2)
- 模拟电子 (2)
- 无线通信 (2)
- *行业应用 (2)
- 数据结构 (2)
- SCSI/ASPI (2)
- 其他书籍 (2)
- 通信网络 (1)
- 磁盘编程 (1)
- 加密解密 (1)
- 驱动编程 (1)
- Windows CE (1)
- 文件格式 (1)
- 数学计算 (1)
- 教育系统应用 (1)
- Internet/网络编程 (1)
- DSP编程 (1)
- 编译器/解释器 (1)
- 网络 (1)
- 企业管理 (1)
- BREW编程 (1)
- 家庭/个人应用 (1)
- 文章/文档 (1)
- Ajax (1)
- 通讯/手机编程 (1)
- JavaScript (1)
- Linux/uClinux/Unix编程 (1)
Internet/网络编程 This package provides a complete http client library. It currently implements most of the relevant p
This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the included ...
Linux/Unix编程 Linux0.00版的完全注释这是引导扇区代码
Linux0.00版的完全注释这是引导扇区代码,Linus也是使用Intel的汇编语法写的,这里使用了NASM的编译器, 所以遵循NASM的语法,
而且也努力把后面的 HEAD.ASM 代码也写成NASM的,而不象Linus那样用难懂的 AT&T语法!
重写这些代码仅仅是为了学习和自己动手调试,希望这里是个好开头!:) ...
DSP编程 本人刚学习DSP时收集一些DSP入门级的资料
本人刚学习DSP时收集一些DSP入门级的资料,包括CMD,head等文件的详细讲解,希望对初学者有所帮助
编译器/解释器 一个简单的C++词法分析器
一个简单的C++词法分析器,包括head文件和所有源码,可直接运行
网络 轻量级http服务器程序
轻量级http服务器程序,实现了一个HTTP服务器的所有基本功能,包括GET, HEAD, and POST方法等等。
企业管理 [smith.rar] - smith原图
[smith.rar] - smith原图,希望能给学射频的一些帮助
[CommandPattern.rar] - ,Head First 设计模式原书用的是JAVA写的代码,网络上也有C#的,但没有见到用C++实现的。这是我用C++实现的命令模式的代码
[网吧管理系统客户端源程序.zip] - 这里是源码。 宛枫书社图书管理系统 V1.0 Beta 测试版 面向中小型书店、个体 ...
BREW编程 ECE345, Visual-to-Audio Electronic Travel Aid Code for TM320C54x (v2a.asm) download This project
ECE345, Visual-to-Audio Electronic Travel Aid
Code for TM320C54x (v2a.asm) download
This project involves the design and implementation of a audio synthesis device that converts moving images into audio signals. The system is built on a TM320C54x DSP with interface to an IMAQ camera module via the ...
其他 This is a mutlicore and cluster(of single-core,multi-core systems) matrix inversion code. Which
This is a mutlicore and cluster(of single-core,multi-core systems) matrix inversion code.
Which uses the MPI(Message Passing Interface) for communication across the compute nodes of cluster and using thread-API based OpenMP(Open Multi Processing) between cores of intra-compute or head node.
Ajax 演示中使用的数据库为省、市、县三级数据库 演示程序实现了省、市、县三级联动(ajax技术) 程序调用方法: 1:把 <script language="javascript" src="
演示中使用的数据库为省、市、县三级数据库
演示程序实现了省、市、县三级联动(ajax技术)
程序调用方法:
1:把
<script language="javascript" src="js/jquery.js"></script>
<script language="javascript" src="js/firste_city.js"></script>
贴到网页<head></head>之间
2:把
<span id="f"></span><span id="floading ...
其他 To write data to the FIFO, present the data to be written and assert the write enable. At the next r
To write data to the FIFO, present the data to be written and assert the write enable. At the next rising edge of the clock, the data will be written. For every rising edge of the clock that the write enable is asserted, a piece of data is written into the FIFO.
If the FIFO has data in it, the value ...