搜索结果
找到约 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)
Java编程 A java based programming environment - processing - free from processing.org. here it uses a free l
A java based programming environment - processing - free from processing.org.
here it uses a free library - OpenCV - to detect blobs in a live video capture - some parts like - hands or head or the entire human are evidenced through some visual effects.
其他书籍 这是一篇对armlinux内核启动的分析
这是一篇对armlinux内核启动的分析,主要是arch/arm/kernel/head-armv.S文件, head-armv.S文件是整个内核的入口
Linux/uClinux/Unix编程 两个链表的交集
两个链表的交集
#include<stdio.h>
#include<stdlib.h>
typedef struct Node{
&nbsp; int data;
&nbsp; struct &nbsp;Node *next;
}Node;
void initpointer(struct Node *p){
&nbsp; p=NULL;
}
int &nbsp;printlist(struct Node* head){
&nbsp; int flag=1;
&nbsp; head=head->next;
&nbsp; /*
&nbsp; 因为标记1的地 ...
源码 运动会源代码
#include&nbsp;<malloc.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#include&nbsp;<stdio.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#include&nbsp;<stdlib.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#include&nbsp;<string.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#define&nbsp;NULL&nbsp;0&nbsp;&nbsp; &nbsp;&nbsp ...
技术资料 AC_25-17A_CHG-1
This change clarifies guidance for the head strike zone, to standardize application of the head strike zone when showing compliance with Title 14, Code of Federal Regulations
源码 CCS样式选择符设计
CCS样式选择符,初学者,设计,DW,网页制作,大一作业
部分预览:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; cha ...
源码 数据结构实验
#include&nbsp;<stdio.h>&nbsp;&nbsp;
#include&nbsp;<stdlib.h>&nbsp;///链式栈&nbsp;&nbsp;
&nbsp;&nbsp;
typedef&nbsp;struct&nbsp;node&nbsp;&nbsp;
{&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;int&nbsp;data;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;struc ...
源码 数据结构实验
#include <iostream>
#include <stdio.head>
#include <stdlib.head>
#include <string.head>
#define ElemType int
#define max 100
using namespace std;
typedef struct node1
{
ElemType data;
struct node1 *next;
}Node1,*LinkList;//链栈
typedef struct
{
ElemType *base;
int top;
}SqStack;// ...
源码 css美化有序列表
css美化有序列表,贴出部分css代码
&nbsp; &nbsp; &nbsp; &nbsp; <ol >
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <li>先涂粉底再涂防晒</li>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <li>先涂防晒再涂粉底</li>
&nbsp; &nbsp; &nbsp; &nbsp; </ol>
<!doctype html>
<html>
<head>
<title>CSS3 ordered l ...
书籍 Advances+in+Mobile+Radio+Access+Networks
This book gives a comprehensive overview of the technologies for the advances of
mobile radio access networks. The topics covered include linear transmitters,
superconducting filters and cryogenic radio frequency (RF) front head, radio over
fiber, software radio base stations, mobile terminal positi ...