-
利用linux环境下蒙特卡罗计算工具geant4实现伽玛射线与探测器乘积能量的模拟过程...
利用linux环境下蒙特卡罗计算工具geant4实现伽玛射线与探测器乘积能量的模拟过程-Use linux environment Geant4 Monte Carlo calculation tools realize the product of gamma-ray energy and detector simulation
- 2022-01-31 02:37:11下载
- 积分:1
-
linux the following courses to solve a simple table arrangement procedures used...
linux下面一个简单的求解课程表安排的程序利用了Easylocal++的类库-linux the following courses to solve a simple table arrangement procedures used Easylocal++ the Library
- 2023-04-16 13:55:02下载
- 积分:1
-
自己用GTK写的一个linux下的扫雷游戏,基本功能已实现,菜单只有简单的新游戏,设置和退出,其他无用。临时版本,尚待更新。...
自己用GTK写的一个linux下的扫雷游戏,基本功能已实现,菜单只有简单的新游戏,设置和退出,其他无用。临时版本,尚待更新。-A simple mine game develop with GTK on linux.
- 2022-02-07 13:44:49下载
- 积分:1
-
Remote Connection Manager是一个Gnome2 应用程序,它提供了一个易用的方式来简化到远程主机的连接。它的主要目的是提供一个GUI来运行
Remote Connection Manager是一个Gnome2 应用程序,它提供了一个易用的方式来简化到远程主机的连接。它的主要目的是提供一个GUI来运行ssh, telnet and rdesktop的应用程序,同时它也是高度可配置的。-Remote Connection Manager is a Gnome2 application procedure, it
provided a Yi Yong way to simplify to the long-distance main engine
connection. Its main goal provides GUI to move ssh, the telnet and
rdesktop application procedure, simultaneously it also is highly may
dispose.
- 2022-02-25 04:40:27下载
- 积分:1
-
linux programming simple example, covering file I/O, multi
linux编程的简单例子,涵盖文件I/O,多线程,多进程,socket等入门经典-linux programming simple example, covering file I/O, multi-threaded, multi-process, socket, such as Introduction to Classical
- 2022-08-15 23:22:21下载
- 积分:1
-
用于将*.flp镜像文件写入软盘
用于将*.flp镜像文件写入软盘-*. ACTINOMYCETEMCOMITANS used to write disk image file
- 2022-10-10 20:35:02下载
- 积分:1
-
Qt/Embedded Qtable example
Qt/Embedded Qtable example
- 2022-03-11 14:40:56下载
- 积分:1
-
sip代理服务器实现,linux下编程,基于osip2的代理服务器实现
sip代理服务器实现,linux下编程,基于osip2的代理服务器实现-sip proxy server achieved under linux programming, based on the proxy server osip2 achieve
- 2022-05-24 01:54:08下载
- 积分:1
-
chikago_src.zip
Chikago_src.zip
- 2022-09-15 23:10:03下载
- 积分: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