自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

原创 2021-06-15

#include <stdio.h>#include <stdlib.h>#include <sys/types.h>#define PROCESS_NAME_LEN 32 /进程名称的最大长度/#define MIN_SLICE 10 /最小碎片的大小/#define DEFAULT_MEM_SIZE 1024 /默认内存的大小/#define DEFAULT_MEM_START 0 /默认内存的起始位置//* 内存分配算法 */#define

2021-06-15 18:05:30 40

原创 2021-06-08

#include <ctype.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/ipc.h>#include <sys/msg.h>#include <sys/types.h>#include <unistd.h>#define MSG_SIZE 128#define C2S 1L#define S2C 2Lstruc

2021-06-08 18:55:47 35

原创 2021-06-08

#include <stdlib.h>#include <stdio.h>#include <string.h>#include <unistd.h>#include <sys/types.h>#include <sys/ipc.h>#include <sys/msg.h>#define MSG_SIZE 128#define C2S 1L#define S2C 2Lstruct msgbuf {

2021-06-08 18:50:53 29

原创 2021-06-08

#include <stdlib.h>#include <stdio.h>#include <string.h>#include <unistd.h>#include <sys/types.h>#include <sys/ipc.h>#include <sys/msg.h>#define MSG_SIZE 128#define C2S 1L#define S2C 2Lstruct msgbuf {

2021-06-08 18:38:15 33

原创 2021-06-08

#include <stdlib.h>#include <stdio.h>#include <string.h>#include <unistd.h>#include <sys/types.h>#include <sys/ipc.h>#include <sys/msg.h>#define MSG_SIZE 128struct msgbuf //定义消息结构 { long mtype; //消息类型 char mtext

2021-06-08 18:35:12 26

原创 2021-06-08

#include <ctype.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/ipc.h>#include <sys/msg.h>#include <sys/types.h>#include <unistd.h>#define MSG_SIZE 128#define C2S 1L#define S2C 2Lstruc

2021-06-08 18:03:43 35

原创 2021-06-08

#include <stdlib.h>#include <stdio.h>#include <string.h>#include <unistd.h>#include <sys/types.h>#include <sys/ipc.h>#include <sys/msg.h>#define MSG_SIZE 128#define C2S 1L#define S2C 2Lstruct msgbuf {

2021-06-08 18:02:47 27

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除