-
冷冻电镜三围重构软件,包含基本的重构函数,此版本为linux下的c程序。...
冷冻电镜三围重构软件,包含基本的重构函数,此版本为linux下的c程序。-Frozen electron microscopy measurements remodeling software, including the reconstruction of the basic functions.
- 2022-02-01 01:29:47下载
- 积分:1
-
学习UNLIX的好材料 电信内部资料 不容错过
学习UNLIX的好材料 电信内部资料 不容错过-Materials UNLIX good study of the internal telecommunications information should not be missed
- 2022-01-28 04:08:25下载
- 积分:1
-
一个例子程序,使用linux +gtk+gnome,主要功能是建立一个对话框,打印hello world,有详细的注释,如何编译以及怎样运行,是一个很好的学习上...
一个例子程序,使用linux +gtk+gnome,主要功能是建立一个对话框,打印hello world,有详细的注释,如何编译以及怎样运行,是一个很好的学习上手的例子程序。-An example, the use of linux+ Gtk+ Gnome, the main function is to create a dialog box, print hello world, has detailed notes on how to compile and how to run, is a good example of learning-to-use procedures.
- 2022-03-10 02:12:12下载
- 积分:1
-
有关嵌入式LINUX下驱动程序开发的入门教程,基于华恒科技的内部教材...
有关嵌入式LINUX下驱动程序开发的入门教程,基于华恒科技的内部教材-the Embedded Linux Driver Development Guide to the portal, based on the internal huaheng technology materials
- 2022-03-22 04:27:19下载
- 积分:1
-
linux下僵尸进程的回收
linux下僵尸进程的回收-zombie under the recovery process
- 2022-12-21 04:25:03下载
- 积分:1
-
linux系统,Qt,打印图像的编写,包括图像的旋转,缩放
linux系统,Qt,打印图像的编写,包括图像的旋转,缩放-linux systems, Qt, the preparation of printed images, including image rotation, zooming
- 2023-08-10 02:55:03下载
- 积分:1
-
这是一个用arm,在linux下编写的一个sleep程序,通过等待,完成相应的读写操作。...
这是一个用arm,在linux下编写的一个sleep程序,通过等待,完成相应的读写操作。-This is a work arm, in the linux prepared a sleep program, by waiting to complete the appropriate read and write operations.
- 2022-08-21 13:28:18下载
- 积分:1
-
linux下的sdcard目标程序!
sdcard模块!
linux下的sdcard目标程序!
sdcard模块!-Linux sdcard
- 2022-10-15 02:55:04下载
- 积分:1
-
translate Chinese to English,suitable for old men
将一些汉字转化为拼音,适合老年人使用-translate Chinese to English,suitable for old men
- 2022-03-29 02:17:32下载
- 积分:1
-
使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能:...
使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能: 每个允许一个进程来决定它是否可读或者写一个或多个文件而不阻塞. 这些调用也可阻塞进程直到任何一个给定集合的文件描述符可用来读或写. 因此, 它们常常用在必须使用多输入输出流的应用程序, 而不必粘连在它们任何一个上. 相同的功能常常由多个函数提供, 因为 2 个是由不同的团队在几乎相同时间完成的: select 在 BSD Unix 中引入, 而 poll 是 System V 的解决方案. epoll 调用[23]添加在 2.5.45, 作为使查询函数扩展到几千个文件描述符的方法.-poll application instance
- 2023-06-26 04:30:03下载
- 积分:1