搜索资源列表
RS232
- 一种汇编与c混编的id卡读写器代码,选择不同的方式能输出不同的文本格式-A compilation of the id and c mixed code card reader, choose different ways to output text in different formats
os
- 1.编写一个文件复制的C语言程序: 分别使用文件的系统调用read(fd, buf, nbytes), write(fd, buf, nbytes)和文件的库函数fread(buf, size, nitems, fp), fwrite(buf, size, nitems, fp),编写一个文件的复制程序。 当上述函数中nbytes, size和nitems都取值为1时(即一次读写一个字节),比较这两种程序的执行效率。当nbytes取1024字节,size取1024字节,且nitems取1