CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux 实验

搜索资源列表

  1. UP-CUP6410-IIshiyanzhidao(LINUX)

    0下载:
  2. UP-CUP6410教学实验平台实验指导书 主要介绍了:1.嵌入式LINUX开发基础知识2.基础实验3.图形界面应用程序设计4.内核与根文件系统实验5.驱动模块实验6.无线通信实验7.附录帮助-UP-CUP6410 teaching experiment platform experiment guide book introduces: Embedded LINUX develop basic knowledge. Basis of experiment 3. Graphical inte
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-17
    • 文件大小:8815231
    • 提供者:王丹
  1. the-time-in-the-linux-

    0下载:
  2. 在linux环境下显示时间、年、月等、实验代码只是简单的显示年月日-Display the time in the linux environment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-14
    • 文件大小:957
    • 提供者:张义
  1. linux-test

    0下载:
  2. 5.1_Hello例程 5.3_GPIO实验 5.4_UART1实验 5.5_I2C接口实验 5.6_PWM实验 5.7_AD转换实验 5.8_块设备卡实验 5.9_以太网实验 -5.1_Hello routine 5.3_GPIO experiment 5.4_UART1 experiment 5.5_I2C interface experiment 5.6_PWM experiment 5.7_AD conversion experimen
  3. 所属分类:Driver develop

    • 发布日期:2017-11-18
    • 文件大小:483468
    • 提供者:pengtao
  1. Linux-A-named-pipe-experiment

    0下载:
  2. 在Linux环境下用C语言编程,编程的主要内容是:命名管道的实验。包括:研究mkfifo命令,在当前目录下创建一个myfifo的命名管道 用mkfifo()函数实现相同的功能 编写一个服务器程序server.c,实现从管道myfifo中读取内容,并在终端中显示出来。打开一个命令行终端,运行server,然后打开另一个命令行终端,使用“cp 文件1 myfifo”命令把文件1的内容输出到myfifo,测试server.c的功能 编写客户机程序,实现把指定文件输出到myfifo的功能,从
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-06
    • 文件大小:8792
    • 提供者:weiwei
  1. linux

    0下载:
  2. 实现操作系统实验进程的控制——Linux系统下-Experimental process control of the operating system- Linux
  3. 所属分类:Driver develop

    • 发布日期:2017-11-25
    • 文件大小:989
    • 提供者:陈延晖
  1. linux-kernel

    0下载:
  2. 老师发给的实验文档,里面有关于Linux内核定制及剪裁的详细资料,适合初入linux的学习者-Teacher gives experimental document, there are details on the Linux kernel customization and tailoring, suitable for learners entering linux
  3. 所属分类:Driver develop

    • 发布日期:2017-11-19
    • 文件大小:647230
    • 提供者:Dick
  1. 即时通讯软件编程实验(Linux)

    0下载:
  2. 即时通讯软件编程实验(Linux)-Instant messaging software programming experiment (Linux)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-11-08
    • 文件大小:2465
    • 提供者:z
  1. linux-process

    0下载:
  2. 实验二-进程与进程通信实验 交大计算机 操作系统作业 -Experiment II- experimental processes and process communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-06
    • 文件大小:226025
    • 提供者:godwot
  1. linux-mem

    0下载:
  2. 实验1-可变分区存储管理 交大计算机 操作系统作业-Experiment 1- variable storage management Jiaotong computer operating system job
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-12
    • 文件大小:16370
    • 提供者:godwot
  1. UP-Magic6410--(LINUX)V1.0(1)

    0下载:
  2. 博创科技 ARM11实验环境 实验指导-Borch ARM11 experimental environment experimental guidance
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-27
    • 文件大小:9700548
    • 提供者:林楠
  1. Linux-QT

    0下载:
  2. 嵌入式Linux QT程序设计(实验开发板2440)-Embedded Linux QT program design (experimental development board 2440)
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:669339
    • 提供者:meeloyu
  1. linux_message_transfort

    0下载:
  2. 一次linux实验作业,利用消息队列机制实现对不同类型的消息进行发送和接受-Linux lab assignments at a time, using the message queue mechanism of different types of messages sent and received
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1034
    • 提供者:周佳琦
  1. linux-gps

    0下载:
  2. 基于嵌入式linux的拓展GPS定位模块测试实验(包括源程序,驱动,各头文件以及makefile)-Expansion of embedded linux based GPS positioning module testing laboratories (including source code, driver, the header files and makefile)
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-14
    • 文件大小:3660
    • 提供者:centa
  1. 进程控制

    0下载:
  2. 在Windows下实现: 使用CreateProcess()来创建进程 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 调用GetSystemTime()来获取时间 在Linux下实现: 使用fork()/execv()来创建进程运行程序 使用wait()等待新创建的进程结束 调用gettimeofday()来获取时间
  3. 所属分类:系统编程

    • 发布日期:2014-04-10
    • 文件大小:2144
    • 提供者:psunny68
  1. linuxshiyan

    0下载:
  2. 这个是大学linux实验,包括linux系统的基本操作实验,linux的备份和还原,linux下进行编程-This is the University Linux experiments, including the basic operation of Linux system, Linux backup and restore, programming under Linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1517323
    • 提供者:dfgfd
  1. LinuxEL5Z

    0下载:
  2. linux实验手册。磁盘管理,配额管理,服务,DNS,NFS,APACHE,SENDMAIL,DHCP,SAMBA,VSFTP。-linux lab manual. Disk management, quota management, service, DNS, NFS, APACHE, SENDMAIL, DHCP, SAMBA, VSFTP.
  3. 所属分类:Project Manage

    • 发布日期:2017-03-30
    • 文件大小:102850
    • 提供者:cooper
  1. linux

    0下载:
  2. 基于linux2410实验箱基础实验源代码,包括pwm,gpio,中断,定时-based on experimental box linux source code basic experiment
  3. 所属分类:Software Testing

    • 发布日期:2017-05-28
    • 文件大小:10797569
    • 提供者:钟岳
  1. Linux

    1下载:
  2. 东大软院Linux大实验。在Linux环境下通过C语言实现模拟猜数的游戏,实现客户端与服务器之间的通信。-East Hospital Linux soft big experiment. Guessing game based on socket communications. Client and server side.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-01-03
    • 文件大小:257024
    • 提供者:yaoyao
  1. 7

    0下载:
  2. 华农大scau的linux实验7,华农大scau的linux实验7-scau linux lession exam7
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:929
    • 提供者:czf
  1. Linux-web

    0下载:
  2. 清华大学嵌入式实验程序fork/vfork程序验证区别;管道命令程序;TCP/IP网络通信程序;makefile文件的编写。-fork/vfork program to verify the difference written in the makefile pipeline command program TCP/IP network communication program.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-29
    • 文件大小:11657
    • 提供者:邹旭东
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 32 »
搜珍网 www.dssz.com