-
编写一个函数,输入n为偶数时,调用函数求1/2+1/4+…+1/n,当输入n为奇数时,调用函数
1/1+1/3+...+1/n(利用指针函数)...
编写一个函数,输入n为偶数时,调用函数求1/2+1/4+…+1/n,当输入n为奇数时,调用函数
1/1+1/3+...+1/n(利用指针函数)
-The preparation of a function, type n is an even number, the call Function 1/2+ 1/4+ ...+ 1/n, when n is odd input, call function 1/1+ 1/3+ ...+ 1/n (using indicator functions)
- 2022-10-03 20:50:03下载
- 积分:1
-
该模拟的UNIX文件系统应该有以下功能:
多级目录的结构,第一目录为用户名,其余的为它的子目录;
多用户的功能,有8个用户使用同一块数据区;
具有...
该模拟的UNIX文件系统应该有以下功能:
多级目录的结构,第一目录为用户名,其余的为它的子目录;
多用户的功能,有8个用户使用同一块数据区;
具有用户登录和注册的功能,如果用户没有用户名和密码就应该注册,如果有了用户名和密码就应该登陆;
-simulation of the UNIX file system should have the following features : multi-level directory structure, the first directory to the user name, the rest are in a subdirectory; Multi-user functions, eight users with a data area; With user login and registration functions, if users do not have a user name and secret the codes would be registered, if we have a user name and password should landing;
- 2022-07-21 08:38:49下载
- 积分:1
-
操作文件的函数的说明和代码,包含了所有文件操作的功能,适合在windows和unix下运行。...
操作文件的函数的说明和代码,包含了所有文件操作的功能,适合在windows和unix下运行。-operation as a function of the document description and code, containing all the file manipulation functions, suitable for the windows and unix running.
- 2022-08-18 01:42:57下载
- 积分:1
-
This book is the famous "linux device drivers," the third edition. It...
这本书是著名的《linux设备驱动程序》的第三版。它函盖了linux2.6内核的驱动程序编程。是linux下驱动开发者的必备宝书。-This book is the famous "linux device drivers," the third edition. It will cover the core linux2.6 driven programming. Linux is developed under the driver must treasured book.
- 2022-08-04 10:03:07下载
- 积分:1
-
.添加系统调用.采用编译内核的方法,添加一个新的系统调用 编写一个应用程序,测试新添加的系统调用 系统调用的功能:文件拷贝.2添加设备驱动程序.采用模块方法,添...
.添加系统调用.采用编译内核的方法,添加一个新的系统调用 编写一个应用程序,测试新添加的系统调用 系统调用的功能:文件拷贝.2添加设备驱动程序.采用模块方法,添加一个新的设备驱动程序要求添加字符设备的驱动 编写一个应用程序,测试添加的驱动程序. 4分析/proc文件.监控系统状态,显示系统中若干部件的使用情况 用图形界面显示系统监控状态。-. Add system calls. The methods used to compile the kernel, add a new system call to prepare an application to test the newly added system call system call features: file copy .2 add device drivers. Using modular approach to add a new The device driver requests to add character device driver to prepare an application, test driver added. 4 Analysis of/proc file. monitoring system status, display systems in several parts of the use of graphical interface display system used to monitor state.
- 2023-09-07 08:35:04下载
- 积分:1
-
用系统调用signal()让父进程捕捉键盘上来的中断信号(按Ctrl
用系统调用signal()让父进程捕捉键盘上来的中断信号(按Ctrl-C键);当捕捉到中断信号后,父进程用系统调用kill()向两个子进程发出信号,子进程捕捉到信号后分别输出下列信息后终止: Child Process 1 is Killed by Parent! Child Process 2 is Killed by Parent! 父进程等待两个子进程终止后,输出如下的信息后终止: Parent Process is Killed!-with system call signal () so that the process of capturing the father onto the keyboard interrupt signal (Ctrl-C bond); When the interrupt signal capture, the father of the process of using system calls kill () to process two signals son, the child process to capture the signal output respectively after the termination of the following information : Process is a Child Killed by Parent! Process 2 Child is Killed by Parent! the process of waiting for the father of two-after the termination process, the following information output after termination : Parent Process is Killed!
- 2022-04-29 20:58:34下载
- 积分:1
-
This version of dialog, formerly known as cdialog is based on the Debian package
This version of dialog, formerly known as cdialog is based on the Debian package for dialog 0.9a (see CHANGES for recent modifications) 这是一个 unix 系统下的对话框管理程序, 你可以将该程序编译后,直接使用。-This version of dialog, formerly known as cdialog is based on the Debian package for dialog 0.9a (see CHANGES for recent modifications) This is a unix system dialog box under the management program, you can compile this program, the direct use.
- 2022-10-15 02:45:03下载
- 积分:1
-
图像中非刚性曲线的蛇形检测算法
图像中非刚性曲线的蛇形检测算法-African rigid image of the snake-like curves Detection Algorithm
- 2022-01-31 13:04:31下载
- 积分:1
-
myson803。C:为我的儿子mtd803以太网芯片的Linux设备驱动程序。
myson803.c: A Linux device driver for the Myson mtd803 Ethernet chip.
- 2023-03-15 07:05:04下载
- 积分:1
-
many of the classic examples of embedded themselves see it
很多的经典的嵌入式例子 自己去看吧-many of the classic examples of embedded themselves see it
- 2023-02-20 14:15:04下载
- 积分:1