-
sbc2410 移植u
sbc2410 移植u-boot 1.3.4 的修改部分
需要在borad/sbc2410x/Makefile 下添加编译nand.o
-sbc2410 transplant u-boot 1.3.4 changes borad/sbc2410x/Makefile part of the need to add compiler nand.o
- 2023-04-02 19:30:04下载
- 积分:1
-
linux 1.0 源代码
linux 1.0 源代码-Linux 1.0 source code
- 2022-03-25 09:37:49下载
- 积分:1
-
linux environment using a simple multi
linux环境下 多线程的简单使用,可以学习多线程的一般方法-linux environment using a simple multi-threaded, multi-threading can learn the general approach
- 2022-08-16 08:32:41下载
- 积分:1
-
Introduced the embedded knowledge of linux file system, when it comes to a flash...
介绍了嵌入式linux文件系统的知识,谈到了flash文件系统的设计方法-Introduced the embedded knowledge of linux file system, when it comes to a flash file system design methodology
- 2022-01-25 22:46:11下载
- 积分:1
-
这个程序可以是一个主要的C++语言程序的括号和检查的…
本程序主要可以对一个c语言程序中的括号和注释情况进行检查,可以快速地发现原程序 * 中隐含的语法匹配性错误,可以根据检查结果,对不匹配的括号进行修改,最快速度地将 * 程序修改正确。同时本程序也可以象wc程序一样对一个程序进行计数统计,得到一个文件 * 的行、单词、字节的统计结果。-this procedure can be a major c language program brackets and the inspection of the Notes can be found quickly to the original* implied matching syntax errors, according to test results that do not match the brackets revised to be the fastest speed* revising the procedures correctly. While this procedure may also wc procedure as a process of counting statistics, to be a document* lines, words, byte of the data.
- 2022-02-19 23:34:55下载
- 积分:1
-
Non
Non-Networked File System在几个非网络的(或慢网络的)Unix 计算机上提供了一个兼容的文件系统。-Non-Networked File System (or slow network) on the Unix computer
has provided a compatible filing system in several non- networks.
- 2022-02-28 10:37:09下载
- 积分:1
-
linux下的聊天程序,server端和client端下载后直接编译就可运行。其他为必需的调运函数,也必须调用并运行。...
linux下的聊天程序,server端和client端下载后直接编译就可运行。其他为必需的调运函数,也必须调用并运行。-under linux chat procedures, server and client-side download operation can be directly translated. Other necessary for the transportation function, you must call and run.
- 2023-06-19 03:20:03下载
- 积分:1
-
LINUX 1.0 内核c源代码.ZIP
LINUX 1.0 内核c源代码.ZIP-LINUX 1.0 kernel c source code. ZIP
- 2023-06-11 23:15:04下载
- 积分:1
-
优龙Intel Xscale PXA270
开发平台 LINUX源码, 包括 平台用户手册, PDF原理图, kernel, driver代码.
非常有...
优龙Intel Xscale PXA270
开发平台 LINUX源码, 包括 平台用户手册, PDF原理图, kernel, driver代码.
非常有参考价值.-Intel Xscale PXA270 gifted Liuzhou LINUX-source development platform, including the platform, user manual, PDF schematic diagram, kernel, driver code. A very valuable reference.
- 2022-04-22 22:50:54下载
- 积分:1
-
int show_char(int n, const char *name, chtype code)
{
const int height =...
int show_char(int n, const char *name, chtype code)
{
const int height = 16
int row = 4 + (n height)
int col = (n / height) * COLS / 2
mvprintw(row, col, " *s : ", COLS/4, name)
addch(code)
return n + 1
}- int show_char(int n, const char*name, chtype code)
{
const int height = 16
int row = 4+ (n height)
int col = (n/height)* COLS/2
mvprintw(row, col, "*s : ", COLS/4, name)
addch(code)
return n+ 1
}
- 2023-01-13 11:50:04下载
- 积分:1