-
冷冻电镜三围重构软件,包含基本的重构函数,此版本为linux下的c程序。...
冷冻电镜三围重构软件,包含基本的重构函数,此版本为linux下的c程序。-Frozen electron microscopy measurements remodeling software, including the reconstruction of the basic functions.
- 2022-02-01 01:29:47下载
- 积分:1
-
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILUR...
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
//设置模式
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立窗口
win = newwin(h, w, 3, 20)
box(win, 0, 0)
keypad(win, TRUE)
wmove(win, cury, curx)
mvaddstr(16, 1, "Press arrow keys to move the cursor within the window.
")
mvaddstr(17, 1, "Press q to quit.
")
refresh()
wrefresh(win) - //初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
//设置模式
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立窗口
win = newwin(h, w, 3, 20)
box(win, 0, 0)
keypad(win, TRUE)
wmove(win, cury, curx)
mvaddstr(16, 1, "Press arrow keys to move the cursor within the window.
")
mvaddstr(17, 1, "Press q to quit.
")
refresh()
wrefresh(win)
- 2023-08-24 18:05:03下载
- 积分:1
-
C语言编程的好书
C语言编程的好书-C programming language books
- 2022-08-09 11:11:01下载
- 积分:1
-
linux内存管理源代码 版本号2.0.40阅读可以为linux爱好者有一个很好的提高....
linux内存管理源代码 版本号2.0.40阅读可以为linux爱好者有一个很好的提高.-source code version 2.0.40 linux reading for lovers of a good raise.
- 2022-08-06 09:31:23下载
- 积分:1
-
magic2200开发试验箱上面得dm9000网卡芯片驱动,包含如下得文件:config.h,dm9000.h,dm9000.c,MAKFILE,ju可以参见z...
magic2200开发试验箱上面得dm9000网卡芯片驱动,包含如下得文件:config.h,dm9000.h,dm9000.c,MAKFILE,ju可以参见zlg得那本驱动得书,对此代码有详细得分析-magic2200 development chamber above a dm9000 network card driver chip that contains a file is as follows: config.h, dm9000.h, dm9000.c, MAKFILE, ju ZLG can see that the driver may have to book, this code must have a detailed analysis of
- 2022-03-12 13:39:34下载
- 积分:1
-
Powerful network spider software, support for custom configuration and expansion...
功能强大的网络蜘蛛软件,支持自定义配置及扩展。-Powerful network spider software, support for custom configuration and expansion.
- 2023-06-10 08:30:03下载
- 积分:1
-
I wrote it myself udp service procedures, for remote real
我自己写的udp服务程序,用于远程电机实时控制,包括client和server。编译通过运行正常。-I wrote it myself udp service procedures, for remote real-time control, including the client and server. Compiled by operating normally.
- 2022-01-26 06:26:47下载
- 积分:1
-
davinci linux drivers
davinci linux drivers
- 2022-01-24 17:19:56下载
- 积分:1
-
这些代码和文本文件写在EUC
These code and text file are written in euc-jp-unix
- 2022-09-25 11:15:03下载
- 积分:1
-
IP流量发生器,用于产生UDP报文,该程序用于模拟你需要的IP流量。可运行于Linux...
IP流量发生器,用于产生UDP报文,该程序用于模拟你需要的IP流量。可运行于Linux-IP flow generator, used to produce UDP packet, the procedure you need to simulate the IP flow. Can be run on Linux
- 2022-03-17 06:49:48下载
- 积分:1