-
thinking in python
thinking in python
- 2023-04-11 22:40:04下载
- 积分: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
-
Viewml的一个不错的库
Viewml的一个不错的库-Viewml of a good library. .
- 2022-03-18 22:15:23下载
- 积分:1
-
unix下线程池编程
unix下线程池编程-programming Thread Pool
- 2022-02-21 03:39:48下载
- 积分:1
-
Shell source : find search for a particular day in the paper A = ~ find
Shell源码:find查找日期为某一天的文件
A=`find ~ -print` | ls -l --full-time $A 2>/dev/null | grep "Jun 27" | grep 1998
下面这个script,存成一个符合规则名字的文件,置上x属性就行了。
-Shell source : find search for a particular day in the paper A = ~ find- print | ls-l-- full-time A $ inversion;/Dev/null | grep "Jun 27" | grep 1998 following the script, save one meet the rules name in the paper, on the x attribute home there.
- 2022-01-26 02:49:54下载
- 积分:1
-
实现了多处理器上的FFT编程,可任意设置进程个数
实现了多处理器上的FFT编程,可任意设置进程个数-Achieved a multi-processor FFT on the programming process can be arbitrarily set the number of
- 2022-01-26 06:52:41下载
- 积分:1
-
在Linux上写的一个C程序,借助Lex做词法分析来同时统计N个文本文件的字符数,单词数和行数。...
在Linux上写的一个C程序,借助Lex做词法分析来同时统计N个文本文件的字符数,单词数和行数。-In Linux, written in a C program, using lexical analysis to the same time, Lex to do a statistical N number of characters in a text file, word count and the number of rows.
- 2022-10-23 21:00:02下载
- 积分:1
-
这2.16.1能说会道的版本。能说会道是低
This GLib version 2.16.1. GLib is the low-level core
library that forms the basis for projects such as GTK+ and GNOME. It
provides data structure handling for C, portability wrappers, and
interfaces for such runtime functionality as an event loop, threads,
dynamic loading, and an object system.
- 2022-02-04 04:13:33下载
- 积分:1
-
programing in uclinux
uClinux上的应用程序设计-programing in uclinux
- 2023-05-03 19:55:03下载
- 积分:1
-
tools of ultra
很少见的linux下的红外口的工具,如果有使用手机红外口的可以试一试,我还没有使用-tools of ultra-red under linux, use for mobil phone
- 2022-10-03 08:10:03下载
- 积分:1