上一页 1 ··· 109 110 111 112 113 114 115 116 117 ··· 164 下一页
摘要: 班级:09计应1班 姓名:余姗姗 学号:0906041047嵌入式系统移植三步曲1. Bootloader的移植2. linux 的移植3. linux根文件系统移植前提:安装skyeye,模拟嵌入式... 阅读全文
posted @ 2016-03-30 10:26 张同光 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 院系:计算机与信息工程学院班级:09级计算机应用2班姓名:李敏敏学号:0906042023 嵌入式系统移植三步曲Bootloader的移植Linux内核的移植Linux根文件系统的移植 一、Bootload... 阅读全文
posted @ 2016-03-30 10:26 张同光 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 班级:09计应用二班 姓名:郑明莉 学号:0906042007 /* server.c */#include #include #include #include #include "wrap.h" #def... 阅读全文
posted @ 2016-03-30 10:26 张同光 阅读(153) 评论(0) 推荐(0) 编辑
摘要: //09嵌入式-贾文龙#include #include #include void perr_exit(const char *s){ perror(s); exit(1);} in... 阅读全文
posted @ 2016-03-30 10:26 张同光 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 09计应一班 闫俊霖/* server.c */#include #include #include #include #include "wrap.h"#define MAXLINE 80#define ... 阅读全文
posted @ 2016-03-30 10:26 张同光 阅读(52) 评论(0) 推荐(0) 编辑
摘要: select(09嵌入式-贾文龙-注释 /* server.c */#include #include #include #include #include "wrap.c"#define MAXLINE 8... 阅读全文
posted @ 2016-03-30 10:26 张同光 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 09计算机应用技术2班 李春玲 0906042004------------------------------------ sever.c ---------------------------------... 阅读全文
posted @ 2016-03-30 10:26 张同光 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 计算机系(图书目录).xls ++++++++++++++++++++++++河南省 新乡市汽车用酒精做燃料省钱50%,让您不再为油价发愁,每周日8折优惠,欢迎前来咨询试驾,地址:建北1路2号(42路终点... 阅读全文
posted @ 2016-03-30 10:26 张同光 阅读(75) 评论(0) 推荐(0) 编辑
摘要: 嵌入式移植三步曲 班级:09级计算机应用二班 姓名:郑明莉 学号:0906042007 BootLoader的移植、Linux的移植、根文件系统的移植前提:创建交叉编译环境1、[root@local... 阅读全文
posted @ 2016-03-30 10:25 张同光 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 院系:计算机与信息工程学院班级:09级计算机应用2班姓名:李敏敏学号:0906042023 服务器——客户端/*****************server.c******************/#inclu... 阅读全文
posted @ 2016-03-30 10:25 张同光 阅读(58) 评论(0) 推荐(0) 编辑
摘要: /* server.c */#include #include #include #include #include "wrap.h" ... 阅读全文
posted @ 2016-03-30 10:25 张同光 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 09嵌入式方向 计应(2)班 刘峰嵌入式系统移植三步曲1. Bootloader的移植Bootloader是计算机系统加电后运行的第一段软件代码,主要功能是引导系统1.编辑u-boot根... 阅读全文
posted @ 2016-03-30 10:25 张同光 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 09嵌入式方向 计应(2)班 刘峰select注释执行过程/* server.c */#include #include #include #include #include "wrap.h"... 阅读全文
posted @ 2016-03-30 10:25 张同光 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 班级:09计应1班 姓名:于青林 学号:0906041017 嵌入式系统移植三部曲 一、 BootLoader的移植二、 Linux内核的移植三、 ... 阅读全文
posted @ 2016-03-30 10:25 张同光 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 班级:09计应1班 姓名:于青林 学号:0906041017前言:服务器与多个客户端建立链接,当客户端向服务器发送数据时,服务器会将这些数据转发给所有与它取得链接的客户端,即实现一个群发的效果。... 阅读全文
posted @ 2016-03-30 10:25 张同光 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 班级:09计应1班 姓名:于青林 学号:0906041017/* server.c */#include #include #include #include #include "wrap.h"... 阅读全文
posted @ 2016-03-30 10:25 张同光 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 班级:09计应1班 姓名:赵超越 学号:0906041011嵌入式系统移植三部曲一、Bootloader的移植1.安装Skyeye使用mv命令将/usr/local/bin/skyeye 改名为/usr... 阅读全文
posted @ 2016-03-30 10:25 张同光 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 嵌入式系统移植三步曲计算机与信息工程学院 09级嵌入式方向 刘文华一、Bootloader的移植二、Linux的移植三、根文件系统的移植第一步:1、搭建arm-linux-gcc2.95.3交叉编译器2、... 阅读全文
posted @ 2016-03-30 10:25 张同光 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 服务器——客户端计算机与信息工程学院 09嵌入式学习方向 刘文华/*****************server.c******************/#include #include #include #... 阅读全文
posted @ 2016-03-30 10:25 张同光 阅读(51) 评论(0) 推荐(0) 编辑
摘要: server的注释与执行过程 计算机与信息工程学院 09级嵌入式方向 刘文华/* server.c */#include #include #include #include #include "... 阅读全文
posted @ 2016-03-30 10:25 张同光 阅读(82) 评论(0) 推荐(0) 编辑
上一页 1 ··· 109 110 111 112 113 114 115 116 117 ··· 164 下一页