CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - section
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
ARM-PowerPC-ColdFire-MIPS
Embeded Linux
SCM
VxWorks
uCOS
DSP program
Windows CE
VHDL-FPGA-Verilog
Other Embeded program
QNX
hardware design
Open-source hardware
Search - section - List
[
Embeded Linux
]
sqrtf
DL : 0
这个函数是一段采用二分法计算正的浮点数开方的代码,采用C语言编写,在uClinux下编译通过并能正常运行。- This function is a section uses the dichotomy to calculate the floating number root the code, uses the C language compilation, translates under uClinux through and can the normal operation.
Date
: 2025-12-14
Size
: 1kb
User
:
朱富毅
[
Embeded Linux
]
hh-at91rm9200-2.6(3)
DL : 0
笔者使用的是华恒公司提供的基于at91rm9200的开发板,公司提供的开发环境使用Linux内核是2.4, 交叉编译环境也比较老,由于笔者用到的驱动对2.4内核支持不好(尤其在arm上)。笔者决定自己移植2.6内核到该款开发板上,目前工作已经基本完成。 本部分介绍了几个驱动程序的移植过程,特别是显卡部分。-author used the huaheng company based at91rm9200 development boards, provide development environment is the use of Linux kernel 2.4, cross-compiler environment is also a veteran, As I drive right to use the 2.4 kernel support well (especially in the arm.). I decided to transplant themselves to the 2.6 kernel development board which, at present the work has been basically completed. This section presents a few of the transplant procedure-driven process, in particular the graphics part.
Date
: 2025-12-14
Size
: 17kb
User
:
shixi
[
Embeded Linux
]
audio
DL : 0
会议模拟过程中的混音处理部分,总共包括n+1个声源-Conference simulation in the process of mixing processing section, a total including n+ 1 months sound source
Date
: 2025-12-14
Size
: 4kb
User
:
陈明
[
Embeded Linux
]
ini
DL : 0
ini配置文件解析,用于提取节名,配置名,配置值-ini configuration file parsing, used to extract section name, configuration name, configuration values
Date
: 2025-12-14
Size
: 2kb
User
:
许永贤
[
Embeded Linux
]
ubootuimage_flash
DL : 0
davinci平台用于启动板子的一段启动程序-davinci platform for the start of a section of board proceedings
Date
: 2025-12-14
Size
: 2.74mb
User
:
sarah.tang
[
Embeded Linux
]
usb_transfer20081009.tar
DL : 0
在linux段编写设备驱动代替windows下的DNW USB驱动下载功能,并提供test程序-Write device drivers in linux instead of windows section under the DNW USB driver download function, and provides test procedures
Date
: 2025-12-14
Size
: 131kb
User
:
jay
[
Embeded Linux
]
aboutmonoplayer
DL : 0
AM8623的ucLinux开发环境中带的多媒体播放接口部分,带说明-AM8623 The ucLinux development environment with the multimedia player interface section with instructions
Date
: 2025-12-14
Size
: 634kb
User
:
李霞
[
Embeded Linux
]
guocode
DL : 0
国嵌实验手册的实验源码,合适初学者,内部为主要第4章节部分。欢迎下载教流。-Country code embedded in the experimental laboratory manual, suitable for beginners, as the main internal parts of Section 4. Welcome to download teaching stream.
Date
: 2025-12-14
Size
: 5kb
User
:
lghfj
[
Embeded Linux
]
2
DL : 0
国嵌实验手册第4章节,PDF扫描版,合适初学者,欢迎下载教流。-National Laboratory Manual Section 4 embedded, PDF scan version, suitable for beginners, are welcome to download teaching stream.
Date
: 2025-12-14
Size
: 9.44mb
User
:
lghfj
[
Embeded Linux
]
RO-RW-ZI
DL : 0
关于程序中RO 段、 RW 段和 ZI段的说明-About the program in the RO segment, RW section and a description of the ZI section
Date
: 2025-12-14
Size
: 294kb
User
:
卿兵
[
Embeded Linux
]
HI3531_TOE
DL : 0
海思3531SDK中关于TOE部分详细介绍文档资料-TOE section details the Hass 3531SDK on documentation
Date
: 2025-12-14
Size
: 402kb
User
:
招财童子
[
Embeded Linux
]
bochuang
DL : 0
博创嵌入式教案课件,pdf形式,包括嵌入式系统的基本概念及设计方法,嵌入式微处理器体系结构,嵌入式实时操作系统分析、给予ARM的嵌入式系统硬件结构设计和嵌入式系统软件设计部分。-Borch embedded lesson plans courseware, pdf form, including the basic concept and design of embedded systems, embedded microprocessor architecture, embedded real-time operating system for ARM hardware structure design of embedded systems and embedded systems software design section.
Date
: 2025-12-14
Size
: 9.15mb
User
:
yaya
[
Embeded Linux
]
file_operations
DL : 0
ssize_t (*read) (struct file * filp, char __user * buffer, size_t size , loff_t * p) (指针参数 filp 为进行读取信息的目标文件,指针参数buffer 为对应放置信息的缓冲区(即用户空间内存地址),参数size为要读取的信息长度,参数 p 为读的位置相对于文件开头的偏移,在读取信息后,这个指针一般都会移动,移动的值为要读取信息的长度值)这个函数用来从设备中获取数据. 在这个位置的一个空指针导致 read 系统调用以 -EINVAL("Invalid argument") 失败.一个非负返回值代表了成功读取的字节数( 返回值是一个 "signed size" 类型, 常常是目标平台本地的整数类型).-ssize_t (* read) (struct file* filp, char __ user* buffer, size_t size, loff_t* p) (the pointer parameter filp to read the target file pointer parameter buffer corresponding buffer placement information (i.e., the user-space memory address), the size parameter is the length of the information to be read, the parameter p is the position of the read offset relative to the beginning of the file, after the read-out information, this pointer will generally move, move the value to be read This function is used to take the length of the value of the information) to get the data from the device. causes the read system call to-EINVAL (" Invalid argument" ) failed a non-negative return value represents a successful read word in this position a null pointer section number (return value is a " signed size" type, is often the target platform for local integer type).
Date
: 2025-12-14
Size
: 9kb
User
:
秦凯
[
Embeded Linux
]
Ds18b20_Driver
DL : 0
TQ2440上写的DS18B20的驱动和测试程序。内有说明部分,本人测试成功-TQ2440 written on DS18B20 driver and testing procedures. There description section, I tested successfully
Date
: 2025-12-14
Size
: 3kb
User
:
王杰
[
Embeded Linux
]
gb28181
DL : 0
GB28181注册部分,无需依赖第三方库-GB28181 registration section, no third-party library dependencies
Date
: 2025-12-14
Size
: 7kb
User
:
donghuibin
[
Embeded Linux
]
analytic_ini_file
DL : 0
用于解析ini文件,ini文件格式为 [section] key=value-For parsing INI file, INI file format [section] Key=value
Date
: 2025-12-14
Size
: 6kb
User
:
marvin
[
Embeded Linux
]
samMsg
DL : 0
Linux编写的一段头文件定义代码,定义程序中使用到的变量和错误代码类型-Linux write custom code section headers, the definition used in the program to the variable and error code type
Date
: 2025-12-14
Size
: 45kb
User
:
天下
[
Embeded Linux
]
TabCtrlDlg
DL : 0
vc++源代码,用于教学范例的一段程序代码-vc++ source code examples used in teaching a section of program code
Date
: 2025-12-14
Size
: 5kb
User
:
laa7anaa
[
Embeded Linux
]
kaerman
DL : 0
文件中写的是卡尔曼滤波的在姿态解算中的应用,亲自验证可用,还带有部分注释-File written Kalman filter used in the attitude solution, personally verify available, but also with comments section
Date
: 2025-12-14
Size
: 2kb
User
:
周玉康
[
Embeded Linux
]
S3C2410A
DL : 0
s3c2440数据手册部分章节,1、2、5、6、8、16章节(Section 1, 2, 5, 6, 8, 16 of s3c2440 data manual.)
Date
: 2025-12-14
Size
: 1.8mb
User
:
LLTc
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.