代码搜索结果

找到约 19,524 项符合 U 的代码

u-law.h

/* u-law sound encoder, part of the HawkVoice Direct Interface (HVDI) cross platform network voice library Copyright (C) 2001-2003 Phil Frisbie, Jr. (phil@hawksoft.com) This library is f

u-law.c

/* u-law sound encoder, part of the HawkVoice Direct Interface (HVDI) cross platform network voice library Copyright (C) 2001-2003 Phil Frisbie, Jr. (phil@hawksoft.com) This library is f

u-boot的makefile分析.txt

<mark>U</mark>-BOOT是一个LIN<mark>U</mark>X下的工程,在编译之前必须已经安装对应体系结构的交叉编译环境,这里只针对ARM,编译器系列软件为arm-lin<mark>u</mark>x-*。 <mark>U</mark>-BOOT的下载地址: http://so<mark>u</mark>rceforge.net/projects/<mark>u</mark>-boot 我下载的是1.1.6版本,一开始在FTP上下载了一个次新版,结果编译失败。1.1.6是没问题的。 <mark>u</mark>-boot源码结构 ...

u.txt

U 【 缩 】 Unit 装 置 ; 部件 ; 单 元 U 【 缩 】 Update 更新 U 【 缩 】 User 用 户 U 【 缩 】 You 你 (网 语 )

u-bootsourcecode.txt

digging <mark>u</mark>-boot so<mark>u</mark>rce code (s3c44b0) 下一次,接着就去看看<mark>U</mark>-BOOT的源程序了。当然是基于S3C44B0的BOOTLOADER进行的。 上一次说到要学习<mark>U</mark>BOOT的代码,但在看之前,首先要知道目标机器的编程资源,这里的资源,是指S3C44B0所提供的 运行程序的资源,对任何嵌入式软件开发,都首先要对硬件有一个很好的了解,这跟PC机的 ...

u.c

/* u.c - unit step function */ int u(x) double x; { if (x >= 0) return 1; else return 0; }

u-law.h

/* u-law sound encoder, part of the HawkVoice Direct Interface (HVDI) cross platform network voice library Copyright (C) 2001-2003 Phil Frisbie, Jr. (phil@hawksoft.com) This library is f

u-law.c

/* u-law sound encoder, part of the HawkVoice Direct Interface (HVDI) cross platform network voice library Copyright (C) 2001-2003 Phil Frisbie, Jr. (phil@hawksoft.com) This library is f

u.c

/* u.c - unit step function */ int u(x) double x; { if (x >= 0) return 1; else return 0; }