CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - linux c so
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 - linux c so - List
[
Embeded Linux
]
zlg_7289
DL : 0
1) 复制libminigui-str-1.6.2.tar.gz至任意用户目录。 2) 解压此文件 tar zxvf libminigui-str-1.6.2.tar.gz 4) 将zlg7289.c zlg7289.h二文件拷贝入增值版的相应目录中 libminigui-1.6.2-linux/src/ial/ 5) 修改相关宏定义使上述二文件加入库编译。 a. 修改libminigui-1.6.2-linux/src/ial/Makefile.am 在29行增加 ZLG7289_SRCS = zlg7289.c zlg7289.h 在37行增加 $(ZLG7289_SRCS) b. 修改libminigui-1.6.2-linux/src/ial/ial.c 在166行加入 #include "zlg7289.h" 在282行的数组内加入 {"zlg7289", InitZLG7289Input, TermZLG7289Input}, c. 进入项目主目录, 重新配置编译依赖 cd libminigui-1.6.2-linux 去掉后aclocal和automake后的版本号后,运行此脚本,忽略警告项。 d. 同上配置方法配置MiniGUI 6) 修改运行时配置文件MiniGUI.cfg中的IAL ial_engine=zlg7289-a) Copy libminigui- str- 1.6.2.tar.gz to arbitrary users Contents. 2) extract this document tar zxvf libminigui- str- 1.6.2.tar.g z 4) zlg7289.c zlg7289.h two paper copies into value-added version of the corresponding directory lib minigui-1.6.2-linux/src/ial/5) to amend the definition so that the above- two papers to the compiler. A. revise libminigui-1.6.2-linux/src/ial/Makef ile.am the 29 firms to increase ZLG7289_SRCS = zlg7289.c zlg728 9.h the 37 firms to increase $ (ZLG7289_SRCS) b. revise libminigui-1 .6.2-linux/src/ial/ial.c in 166 firms join# include " zlg7289.h "in the array 282 to add (" zlg7289 " InitZLG7289Input, TermZLG7289Input). c. entering the main project directory, re-allocation of compiler- dependent cd libminigui- 1.6.2- linux removed aft
Date
: 2025-12-18
Size
: 8kb
User
:
周波
[
Embeded Linux
]
uclinux_net
DL : 0
这是一个 在S3C44B0板子,基于UClinux的网络传输程序,send.c是发送AD采集的数据(SEND.C带有AD采集程序).SET.C是设置程序比如采集时间等等.-This is a one in S3C44B0 plank, based on the network transmission UClinux procedures, send.c sending data acquisition AD (AD SEND.C with acquisition procedures). SET.C is located Purchase procedures such as collecting time and so on.
Date
: 2025-12-18
Size
: 4kb
User
:
fasdfasdf
[
Embeded Linux
]
experiments
DL : 0
S3C2440下的KEY,LED,LCD等基于linux下的驱动程序及其应用程序,并带有PDF文档说明-base linux s3c2440 key led lcd and so on c file with pdf
Date
: 2025-12-18
Size
: 1.03mb
User
:
qiu
[
Embeded Linux
]
LinuxCFunctionsManual
DL : 0
exe电子书:Linux C函数手册---函数功能,使用方法,返回值等.非常实用-exe e-book: Linux C Functions Manual--- function function, use the return value and so on. very useful
Date
: 2025-12-18
Size
: 501kb
User
:
Brilliance
[
Embeded Linux
]
cross-platform-lib
DL : 0
这是用c++写的一个跨平台的库,用同样的接口,实现了windows,unix,linux下的有关线程,进程,互斥,信号量,时间操作,等等。是编写跨平台c++程序的有力助手。-It is written in c++ using a cross-platform library, with the same interface, to achieve the windows, unix, linux under the relevant threads, processes, mutexes, semaphores, time operations, and so on. Is to write cross-platform powerful c++ program assistant.
Date
: 2025-12-18
Size
: 11kb
User
:
陈真
[
Embeded Linux
]
linux-v4l
DL : 0
三星为测试CMOS模块,有一个简单的cam2fb.c 演示.它演示了RGB格式的CMOS摄像头,但是代码风格太乱了,因此我把代码重写,写成几个函数来简化处理.-允许输入拉丁字符的拼音 Samsung for testing CMOS modules a simple cam2fb.c-demo. It demonstrates the RGB format CMOS camera, but the code style too messy, so I rewrite the code, written in several functions to simplify processing.
Date
: 2025-12-18
Size
: 14kb
User
:
king
[
Embeded Linux
]
sqlit
DL : 0
基于unix linux 的sqlite c编程,对数据库进行查询,遍历等-Sqlite c programming based on Unix, Linux, the database query, traversing, and so on
Date
: 2025-12-18
Size
: 2.12mb
User
:
hejie
[
Embeded Linux
]
linux-C-function-manual
DL : 0
linux C 函数手册,包含各种常用C函数的定义、表头文件、说明、返回值、相关函数、示例等。-linux C function manual, the definition includes a variety of commonly used C functions, header files, description, return values, the correlation function, examples and so on.
Date
: 2025-12-18
Size
: 192kb
User
:
fds
[
Embeded Linux
]
yaffs2-HEAD-e57244d.tar
DL : 0
YAFFS2文件系统广泛用于嵌入式设备中,对NAND Flash有较好的支持,其虽然主要应用于Linux系统内,但由于为纯C语言代码实现,具有非常好的可移植性,因此也可以移植到其他操作系统下使用。 该源码包为YAFFS2的e57244d版本,分享共大家使用。(The YAFFS/YAFFS2 file system is widely used in embedded devices, has a good support to NAND Flash, although it is mainly used in the Linux system, but the realization of pure C language code, with very good portability, so it can be transplanted to other operating system. The source package is the e57244d version of YAFFS2, sharing the use of the common people.)
Date
: 2025-12-18
Size
: 284kb
User
:
lantian0099
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.