-
Lex and Yacc file. Neccessary c minus file.
Lex and Yacc file. Neccessary c minus file.
- 2023-07-21 12:55:03下载
- 积分:1
-
zip 压缩库,跨平台的压缩库 可以运行于windows/linux/arm
zip 压缩库,跨平台的压缩库 可以运行于windows/linux/arm
- 2022-03-19 12:37:40下载
- 积分:1
-
TCL
demo by N. Sidiropoulos and R. Bro
clear all
F=5 % users
I...
TCL
demo by N. Sidiropoulos and R. Bro
clear all
F=5 % users
I=4 % antennas-TCLdemo by N. Sidiropoulos and R. Broclear all F = 5 usersI = 4 antennas
- 2022-03-18 01:39:21下载
- 积分:1
-
c++ ns prepared for the environment on the MPLS network multicast routing algori...
c++编写应用于ns环境下的关于MPLS网络中的多播路由算法-c++ ns prepared for the environment on the MPLS network multicast routing algorithm
- 2022-07-14 00:18:29下载
- 积分:1
-
This is a 56K MODEM Driver, is a practical Driver
这是一个56K MODEM的驱动程序,是一个实用的驱动程序-This is a 56K MODEM Driver, is a practical Driver
- 2022-07-18 18:08:38下载
- 积分:1
-
高效率文件过滤API,使用窗口技术来过滤文件记录,用户可以自定义过滤条件及窗口大小。...
高效率文件过滤API,使用窗口技术来过滤文件记录,用户可以自定义过滤条件及窗口大小。-High-efficiency paper filter API, using the window technique to filter paper records, the user can customize the filter conditions and the window size.
- 2022-03-24 18:42:50下载
- 积分:1
-
Linux编程开发相关bash外壳
bash for linux progrmming to develop shell related
- 2023-02-16 01:00:05下载
- 积分:1
-
Moto A1200 kernel SRC
Moto A1200 kernel SRC
- 2022-08-16 10:27:01下载
- 积分:1
-
opencv3.1 linux源代码
安装包
opencv3.1 linux源代码
安装包-opencv3.1 linux
- 2022-08-20 08:41:31下载
- 积分: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