-
unknownexercice
#include < stdlib.h >
#include < stdio.h >
#include < sys/types.h >
#include < sys/stat.h >
#include < fcntl.h >
int 主要 (int argc、 char *argv[])
{
int fd、 fd2、 fd3 ;
int i;
浅黄色 char [10] ;
fd=open(argv[1],O_RDONLY) ;
if(fd2=open(argv[2],O_WRONLY) = =-1)
{
fd3 = 共创 (argv [2],S_IRUSR |S_IWUSR) ;
read(fd,buff,10) ;
write(fd3,buff,10) ;
}
其他
{
fd2=open(argv[2],O_TRUNC) ;
read(fd,buff,10) ;
write(fd2,buff,10) ;
}
返回 0 ;
}
- 2023-05-04 19:30:03下载
- 积分:1
-
C语言函数帮助文档
适应于初学者,对了解程序设计有很深的帮助,
C语言函数,介绍了程序设计会用得上函数,节省了时间,提高了效率图形库EGE,包含了众多的案例教程,有助于自学和编程
- 2022-02-26 05:19:15下载
- 积分:1
-
dynamic control of power system
The main topic covered is frequency control in power systems. The
needed models are derived and the primary and secondary frequency control
are studied. A detailed model of the synchronous machine, based on
Park’s transformation, is also included. The excitation and voltage control
of synchronous machines are briefly described. An overview of load models
are also given
- 2022-01-31 07:57:11下载
- 积分:1
-
Implementations of different methods of sorting:
BinaryInsertions.pas
Bub...
Implementations of different methods of sorting:
BinaryInsertions.pas
BubbleSort.pas
HeapSort.pas
InsertionBorder.pas
InsertionSort.pas
modifbubble.pas
qsort.pas
quicksort.pas
selection.pas
Shaker.pas
shell.pas
- 2023-06-02 19:15:03下载
- 积分:1
-
for fft fast four trasform for transform real function to forur
for fft fast four trasform for transform real function to forur
- 2022-05-23 03:39:07下载
- 积分:1
-
虚拟重排序
这是一个有关汽车装配厂涂装车间虚拟重排序的简单规则代码,应用c++实现订单的重新分派。在此过程中并不改变原有汽车序列的实际顺序。This is a car assembly plant paint shop virtual reordering simple rule code, application c + + implementation reassignment orders. In this process does not change the actual order of the sequence of the original automobile.
- 2022-08-07 07:54:14下载
- 积分:1
-
找到2d_maxima
这个项目包含了CPP解决了2D-maxima的问题,你可以输入一个数组,这意味着一个SERIS离散点,一发现日最高点的2-D合作。 OFEN使用的agorithems是蛮力和分块,agorithem使用快速排序,从而让即将举办的x坐标点,用途比较y中两neiborhood点从位置后方前面。和agorithem的时间compexity是n日志(n)的。
- 2022-08-10 14:28:22下载
- 积分:1
-
推荐系统-电影推荐-SVD方案
这是数据挖掘中的一次作业,用推荐系统的方法,来对电影打分。SVD(Singular Value Decomposition)的想法是根据已有的评分情况,分析出评分者对各个因子的喜好程度以及电影包含各个因子的程度,最后再反过来根据分析结果预测评分。
- 2022-01-26 06:44:24下载
- 积分:1
-
任务状态栏托盘的图标定时刷新
里面是源代码 能够刷新掉程序非正常关闭时在任务栏托盘留下的图标
- 2022-12-20 00:25:03下载
- 积分:1
-
自适应维纳滤波器函数及调用方法
自适应维纳滤波器函数及调用方法-adaptive Wiener filter function and call methods
- 2022-04-28 14:22:47下载
- 积分:1