CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - linux practice

搜索资源列表

  1. zheng

    0下载:
  2. 本文目的是演示Linux中的SOCK_PACKET插口的使用方法,实现对网络数据帧的捕获,编程方法简洁高效,可广泛应用在网络数据的分析、过滤和协议变换上。作者通过对Linux系统的编程实践,提出了一些思考,希望对读者有所启发-purpose of this paper is a demonstration of Linux SOCK_PACKET jack way to use the network to achieve the data frame capture, programming
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2355
    • 提供者:李新
  1. ligangan33

    0下载:
  2. LINUX在嵌入式系统上的实践和探讨 1。实践目的 在一个成熟的嵌入式硬件平台上,安装KERNEL 2.6的LINUX;以实践一个嵌入式系统的开发初步。 2。硬件平台 VIA公司的EmCore-V611V12r/E533 -Linux in embedded systems practice and explore one. Practice aimed at a mature embedded hardware platform, the installation of L
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:4518
    • 提供者:李刚刚
  1. linux1234_code

    0下载:
  2. 初学Linux的很好的练习程序,可以帮助你熟悉和掌握Linux下的一些命令-novice Linux good practice procedures, I can help you to become familiar with and master the Linux command
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:5562
    • 提供者:lisa
  1. linux下ping程序

    0下载:
  2. ping程序,对初学者还是有一定练习作用的-ping procedures, or for beginners to practice a certain role
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:13303
    • 提供者:潘绪东
  1. socket

    0下载:
  2. 能让我们对linux的系统和socket有一个叫深入的了解,且对网络服务器的架构有一定了解,通过实践,使我们知道在网络编程过程中所需要注意的一系列问题(如并行程序设计的问题)。当然,本次大作业还能使我们对“进程间通信”,“进程同步”和“信号量”等操作系统的知识进行巩固,从而服务于本次大作业。-Make our linux system and the socket are called in-depth understanding of the network server architectu
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:139103
    • 提供者:stallion
  1. AdvancedLinuxProgramming

    0下载:
  2. 主要是讲解Linux下编程的使用和方法,以及在实际中的高级应用。-Mainly to explain the use of Linux, Programming and methods, as well as advanced applications in practice.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-14
    • 文件大小:3510618
    • 提供者:李伟峰
  1. nachos-3.4

    0下载:
  2. 实现一个小的操作系统 适合学生使用 由于Linux较为庞大 不好实践 -To achieve a small operating system Linux is more suitable for students to use the good practice of a large
  3. 所属分类:Linux Network

    • 发布日期:2017-03-24
    • 文件大小:295219
    • 提供者:安思瑾
  1. Linpop

    0下载:
  2. 程序实践1 linux通讯 linux简介-Practice 1 linux communication program
  3. 所属分类:Linux Network

    • 发布日期:2017-04-09
    • 文件大小:2027046
    • 提供者:李航旭
  1. Linux

    0下载:
  2. 01:《01_GPRS模组介绍》 主要介绍GPRS模组。 02:《AT指令集介绍》 主要是介绍AT指令 03:《03_pc机AT指令练习》 主要介绍 电话短信及上网业务 AT指令,及其操作过程。 04:《多功能手机制作》 主要讲解 TFT LED UART 输入法等使用。 05: 《05_所需代码》 文件夹里是一些项目中用到的程序代码,具体说明参考里面的《代码说明》文档。 06: 《06_答案代码》 是本项目的答案代码 07:《07_项
  3. 所属分类:Linux Network

    • 发布日期:2017-06-08
    • 文件大小:15645784
    • 提供者:王海龙
  1. Sell-ticket-System

    0下载:
  2. 基于Linux C语言的简单售票系统,练习LInux网络编程和线程与互斥锁的应用。-A simple ticketing system based on Linux C language, practice the application of the the LInux network programming and thread and mutex lock.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:10330
    • 提供者:zhu
  1. myftp

    0下载:
  2. 在Linux下 编写 一个ftp服务器,对CWD命令该进行怎样的处理。目前我的做法是:控制连接进程,用chdir()把目录改变到CWD命令所指定的目录下,然后保存当前的目录路径,发给数据连接进程。这样list命令时就能列出所在目录信息。-In the preparation of a ftp server under Linux, on the how the CWD command processing. Currently my practice is: control the connec
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-23
    • 文件大小:130530
    • 提供者:33
  1. QT4-window_wdiget_pratices

    0下载:
  2. 在linux 5.0下,学习QT4 窗口组件的练习,适合初学者使用-Practice learning the QT4 windows components, suitable for beginners to use linux 5.0
  3. 所属分类:Linux Network

    • 发布日期:2017-11-21
    • 文件大小:160451
    • 提供者:宁生
  1. MP3

    0下载:
  2. C语言在linux上实现的MP3播放器。菜鸟们如果想做嵌入式就多在linux上多练习开发应用程序-C language in linux MP3 player. Newbies If you want to do embedded more in linux on practice developing applications
  3. 所属分类:Linux Network

    • 发布日期:2017-11-24
    • 文件大小:2407
    • 提供者:刘兰
  1. Lnmp-config

    0下载:
  2. linux 下 centos配置php+nginx+mysql服务环境,经过多次实践的总结-under linux centos the configuration php+nginx+mysql service environment, after several practice summary
  3. 所属分类:Web Server

    • 发布日期:2017-11-12
    • 文件大小:423899
    • 提供者:wanyouka
  1. Linux-Calculator

    0下载:
  2. 在Linux下的简单计算器,通过Linux语言书写的简单代码,挺适合学生作为课程实践使用-In Linux simple calculator written in simple language through the Linux code, very suitable for students to use as a practice course
  3. 所属分类:Linux Network

    • 发布日期:2017-11-20
    • 文件大小:949
    • 提供者:陈仔仔
  1. CentOS--Chinese-garbled

    0下载:
  2. linux的CentOS服务器搭建过程中的中文乱码问题的解决,前人基础上经过实践搭建后,出现的一些问题改正了,可以直接用。 -The CentOS linux server set up during Chinese garbled solution to the problem, after practice to build, to correct some of the problems arise on the basis of their predecessors, can be
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:5297
    • 提供者:jiazhenghui
  1. centos-centos-Unable-to-start

    0下载:
  2. linux的CentOS服务器搭建过程中的Apache不能启动的问题,经过实践可以直接用。 -The CentOS linux server Apache build process can not start problems, can be used directly after practice.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:2408
    • 提供者:jiazhenghui
  1. CentOS-DHCP

    0下载:
  2. linux的CentOS环境下DHCP服务器的搭建,前人基础上经过实践搭建后,出现的一些问题改正了,可以直接用。 -Under the CentOS linux environment to build a DHCP server, set up after practice based on the previous pass, some of the problems corrected, can be directly used.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3886
    • 提供者:jiazhenghui
  1. CentOS-setup-VMware-Tools

    1下载:
  2. linux的CentOS环境下的VMwaret的安装,前人基础上经过实践搭建后,出现的一些问题改正了,可以直接用。 -The CentOS linux environment VMwaret installation, set up after practice based on the previous pass, some of the problems corrected, can be directly used.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:43556
    • 提供者:jiazhenghui
  1. linux-sigaction

    0下载:
  2. linux系统编程之信号练习实例,通过本例,读者可以熟悉Linux下信号的运用-Signal practice examples of linux system programming, through this example, the reader is familiar with the use of Linux may signal
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:846
    • 提供者:liu shicheng
« 12 »
搜珍网 www.dssz.com