-
邮政电信等系统票据的精确定位打印,可根据不同的打印机进行调整...
邮政电信等系统票据的精确定位打印,可根据不同的打印机进行调整-postal and telecommunications system instruments precise positioning print, according to different printers adjustment
- 2022-03-21 05:48:11下载
- 积分:1
-
Linux编程开发相关bash外壳
bash for linux progrmming to develop shell related
- 2023-02-16 01:00:05下载
- 积分:1
-
linux下的串口工具
linux下的串口工具-The Serial tool
- 2022-03-22 06:17:40下载
- 积分:1
-
S3C2410 hardware platforms under the UBOOT driving under the DM9000E
S3C2410硬件平台下的UBOOT下的DM9000E驱动-S3C2410 hardware platforms under the UBOOT driving under the DM9000E
- 2022-04-27 05:10:42下载
- 积分:1
-
时域有限差分法求解麦克斯韦方程,选择边界吸收条件和理想匹配层法...
时域有限差分法求解麦克斯韦方程,选择边界吸收条件和理想匹配层法-Time-domain finite difference method for solving Maxwell" s equations
- 2022-09-26 15:30:03下载
- 积分:1
-
QNX SigC C++源代码,非常好用的工具的信号槽。
qnx下sigc++的源代码,很好用的信号插槽工具。-Under QNX sigc++ the source code, a very good tool to use the signal slot.
- 2022-03-17 16:55:59下载
- 积分:1
-
在Linux环境下,使用共享外部变量的方式,实现哲学家进餐问题...
在Linux环境下,使用共享外部变量的方式,实现哲学家进餐问题-the Linux environment, the use of shared external variables, to achieve the Dining Philosophers Problem
- 2022-10-14 14:15:03下载
- 积分:1
-
本代码是在Linux环境服务器端的源代码,实现实时监听和数据传送...
本代码是在Linux环境服务器端的源代码,实现实时监听和数据传送-the code is used to transmit data base on linux platform on linux server,achieve minitor and transmit data real time
- 2022-01-25 21:45:18下载
- 积分:1
-
linuxI/O basis for programming examples, exercises to open the file, file lockin...
linuxI/O的基础编程实例,练习打开文件、文件上锁、文件堵塞功能-linuxI/O basis for programming examples, exercises to open the file, file locking, file blocking feature
- 2022-08-18 22:09:04下载
- 积分:1
-
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
print...
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
printf("Terminal does not support color.
")
exit(1)
}
init_pair(1, COLOR_GREEN, COLOR_BLACK)
init_pair(2, COLOR_RED, COLOR_BLACK)
init_pair(3, COLOR_CYAN, COLOR_BLACK)
init_pair(4, COLOR_WHITE, COLOR_BLACK)
init_pair(5, COLOR_MAGENTA, COLOR_BLACK)
init_pair(6, COLOR_BLUE, COLOR_BLACK)
init_pair(7, COLOR_YELLOW, COLOR_BLACK)
//写字符串
for(i = 1 i
- 2023-04-17 02:35:03下载
- 积分:1