-
FIC8120 program Parser_ICE
FIC8120 方案 Parser_ICE-FIC8120 program Parser_ICE
- 2022-02-13 15:35:26下载
- 积分:1
-
program this is very useful
program this is very useful
- 2022-06-13 16:28:25下载
- 积分:1
-
应用平台 UNIX 一个转换DBF数据库文件的数据到ASCII文本文件的Shell程序.这个包含SCO UNIX下的目标程序和C源程序....
应用平台 UNIX 一个转换DBF数据库文件的数据到ASCII文本文件的Shell程序.这个包含SCO UNIX下的目标程序和C源程序.-a UNIX application platform conversion of DBF database files in ASCII text data to document the Shell procedures. The SCO UNIX include the objectives and procedures C source.
- 2022-08-22 17:35:26下载
- 积分:1
-
枚举 枚举 枚举 枚举 枚举
枚举 枚举 枚举 枚举 枚举-enumeration en umeration en umeration en umeration en umeration en umeration en umeration en umeration enumeration Enumerate
- 2022-09-03 20:15:02下载
- 积分:1
-
里面主要是linux下QT程序设计的的一些实例,都调试通过
里面主要是linux下QT程序设计的的一些实例,都调试通过-Which is mainly under the QT programming linux some examples are debugging through the
- 2022-06-15 22:39:08下载
- 积分:1
-
用于grub的一机画面. 修改 /boot/grub/grub.conf splashimage=(hd0,1)/boot/grub/m.xpm.gz
用于grub的一机画面. 修改 /boot/grub/grub.conf splashimage=(hd0,1)/boot/grub/m.xpm.gz-for grub in a plane screen. Amend/boot/grub/grub.conf sp lashimage = (hd0, a)/boot/grub/m.xpm.gz
- 2022-01-26 07:37:10下载
- 积分:1
-
linux 1.0 源代码
linux 1.0 源代码-Linux 1.0 source code
- 2022-03-25 09:37:49下载
- 积分:1
-
主要介绍一个很好的设计思想,介绍复杂cpu设计的框图。
主要介绍一个很好的设计思想,介绍复杂cpu设计的框图。-introduces a very good design, introduced cpu design of complex diagram.
- 2022-08-08 04:24:27下载
- 积分: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
-
用最少的代码行数实现了traceroute的功能,在linux上测试通过
用最少的代码行数实现了traceroute的功能,在linux上测试通过-with the least number of lines of code to achieve a traceroute function, the test pass on linux
- 2022-03-24 20:02:13下载
- 积分:1