-
在Qt程序的例子
Program example on qt
- 2022-05-10 17:55:18下载
- 积分: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
-
天津 改进后的 RCSSROBOCUP 代码
天津 改进后的 RCSSROBOCUP 代码-Tianjin RCSSROBOCUP improved code
- 2022-08-11 17:21:33下载
- 积分:1
-
linux driver
linux下的驱动开发,引你进入未知世界-linux driver
- 2022-06-02 05:36:11下载
- 积分:1
-
TCL
demo by N. Sidiropoulos and R. Bro
clear all
F=5 % users
I=4...
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
- 2023-02-23 10:40:03下载
- 积分:1
-
Quick sort of simple procedures, GTK interface compiler used CodeBlocks.
快速排序的简单程序,GTK界面,
用CodeBlocks编译。-Quick sort of simple procedures, GTK interface compiler used CodeBlocks.
- 2022-01-26 01:37:00下载
- 积分:1
-
From the East at random, we are interested in a look, just to test
随意上传的东东,大家有兴趣看一下,只是用来测试一下-From the East at random, we are interested in a look, just to test
- 2022-06-21 09:33:31下载
- 积分:1
-
将OCI封装成类使用,调用简单,性能稳定,本人在生产环境中使用半年,未发生故障!...
将OCI封装成类使用,调用简单,性能稳定,本人在生产环境中使用半年,未发生故障!-The use of the OCI package into a class, call a simple, stable performance, I use half a year in a production environment without failure!
- 2022-05-16 14:47:52下载
- 积分:1
-
液晶显示模块驱动程序
LCD module driver
- 2022-04-20 09:26:14下载
- 积分:1
-
pthreads的雅可比迭代法
pthreads jacobi iteration
- 2023-08-26 01:15:03下载
- 积分:1