Chinaunix首页 | 论坛 | 博客
  • 博客访问: 475752
  • 博文数量: 144
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1190
  • 用 户 组: 普通用户
  • 注册时间: 2013-10-08 20:16
文章分类

全部博文(144)

文章存档

2017年(1)

2015年(5)

2014年(108)

2013年(30)

我的朋友

发布时间:2014-07-22 19:55:21

......【阅读全文】

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

发布时间:2014-07-21 17:46:58

点击(此处)折叠或打开#include "stdio.h"#include<malloc.h>#define ok 0#define error 1struct node{    int data;    struct node *next;.........【阅读全文】

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

发布时间:2014-07-17 20:56:13

经典嵌入式面试题......【阅读全文】

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

发布时间:2014-07-13 16:52:59

点击(此处)折叠或打开#include "stdio.h"#include <string.h>int main() {    int i;    int len1,len2,len,len3;    int tmp1,tmp2=0;//tmp2.........【阅读全文】

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

发布时间:2014-07-13 09:46:01

转:http://blog.csdn.net/hairetz/article/details/4141043一、预备知识—程序的内存分配    一个由C/C++编译的程序占用的内存分为以下几个部分    1、栈区(stack)—   由编译器自动分配释放   ,存放函数的参数值,局部变量的值等。其    操作方.........【阅读全文】

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

登录 注册