Chinaunix首页 | 论坛 | 博客
  • 博客访问: 222020
  • 博文数量: 48
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 412
  • 用 户 组: 普通用户
  • 注册时间: 2013-04-24 10:27
个人简介

Continuous pursuit technical details

文章分类

全部博文(48)

文章存档

2014年(1)

2013年(47)

发布时间:2013-12-10 15:39:59

#include <sys/types.h>#include <sys/ipc.h>#include <sys/shm.h>#include <stdio.h>#include <stdlib.h>#define SHMSZ 32int main(){        char c;        int shmid;        key_t key;        char *shm,*s;&nbs.........【阅读全文】

阅读(2726) | 评论(0) | 转发(0)

发布时间:2013-12-10 15:39:15

#include <sys/types.h>#include <sys/ipc.h>#include <sys/shm.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#define SHMSZ 32int main(){        char c;        int shmid;        key_t key;       .........【阅读全文】

阅读(2641) | 评论(0) | 转发(0)

发布时间:2013-12-10 15:38:18

/* * sub.cpp * *  Created on: 2013-9-5 *      Author: erzhou */#include <assert.h>#include <string.h>#include <iostream>#include <algorithm>using namespace std;int main(){        register unsigned int k;  &nbs.........【阅读全文】

阅读(2700) | 评论(0) | 转发(0)

发布时间:2013-12-10 15:36:27

#include <iostream>using namespace std;class Outer{      public: Outer()      {            cout<<"Invoke Outer Constructor"<<endl ;      }      class Inner      {     .........【阅读全文】

阅读(2418) | 评论(0) | 转发(0)

发布时间:2013-12-10 15:32:04

#include <sys/ptrace.h>#include <sys/types.h>#include <sys/wait.h>#include <sys/syscall.h>#include <sys/reg.h>#include <unistd.h>#include <stdio.h>#include <stdlib.h>typedef enum __bool { false = 0, true = 1, } bool;int main(){    pid_t child;    long orig_eax, ea.........【阅读全文】

阅读(1862) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册