CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - 简单的C语言程序

搜索资源列表

  1. myusb(Linux).zip

    0下载:
  2. Linux下用C语言编写的一个用于查找usb设备,打开/关闭设备,以及往设备中读写的接口。并且提供了一个简单的测试程序及其源码,Under Linux using C language to find the one for the usb device, open/close devices, and devices to read and write interface. And provides a simple test program and its source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:16881
    • 提供者:Keen
  1. linux_shell_C

    0下载:
  2. C语言编程实现了linux的shell功能,包括多管道,父子进程,输入输出重定向以及简单的纠错功能。另外还有详细的word说明文档及图片,介绍了程序执行情况和各个函数说明。-C language programming linux realized the shell functionality, including multi-channel, father and son process, input and output redirection as well as the simple
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:135647
    • 提供者:secret
  1. oftpd-0.2.1

    0下载:
  2. 一个简单的ftp程序,程序结构清晰,是Linux下c语言开发的。只支持匿名访问。用于学习和专用领域开发比较好。-A simple ftp program, the program structure clear, Linux is developed under the c language. Only supports anonymous access. Dedicated to the field of learning and development is better.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:64207
    • 提供者:王斌
  1. gradient(2)

    1下载:
  2. 用c语言写的共轭梯度法程序,程序较为简单,不过运算速度快,准确率高-C language by the conjugate gradient method procedures, the procedures are more straightforward, but computing speed, high accuracy
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:2149
    • 提供者:wding
  1. tcpudp

    0下载:
  2. 用C语言编写的简单tcp,udp连接程序,用于Linux下的套接字实现-C language with a simple tcp, udp connection program for Linux under the socket to achieve
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:2198
    • 提供者:王军
  1. Search_Sort

    0下载:
  2. 语言其实并不是一种局限的东西,尤其说道算法.如果你的数据库存有上百万条信息,你要用什么方法在短短的几秒钟之内把你想要查找的数据找出来呢?另外如果对数据进行一个快速的排序呢?是否可以?很显然,这就要求算法的独特了.不能依靠简单的冒泡排序了.这里有两个C语言写的程序,一是快速查询,而是快速排序.-Language is actually not a limited thing, in particular, said algorithm. If your database contains mill
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:978
    • 提供者:bandianhong
  1. LinuxCprograming

    0下载:
  2. 本人是Linux初学者并对学习内容加以概括,供大家参考,主要简单的介绍了Linux的组成和Linux下c语言的程序编写。-I am a Linux beginner and learning content to be summarized, for your reference, the main brief introduction to the Linux and Linux under the composition of c language programming.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:28431
    • 提供者:nickel
  1. calc

    0下载:
  2. 用C语言编写的一个简单的计算器程序,有加减乘除开方等算法。-Written in C language with a simple calculator program that prescribing such algorithm, Math.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:966
    • 提供者:Lee
  1. httpstreamerserver.tar

    0下载:
  2. 使用C 语言书写的HttpServer 程序,简单易用,适合初学者。-Using the C language written HttpServer procedures, easy to use, suitable for beginners.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:143360
    • 提供者:xie chang
  1. LinuxFileSystem

    1下载:
  2. 课程设计:Linux二级文件系统设计(C语言实现) 1.本实验的目的是通过一个简单多用户文件系统的设计,加深理解文件系统的内部功能和内部实现。 2.结合数据结构、程序设计、计算机原理等课程的知识,设计一个二级文件系统,进一步理解操作系统。 3.通过对实际问题的分析、设计、编程实现,提高实际应用、编程的能力 -Course Design: Linux File System Design (C language)
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-06-12
    • 文件大小:232448
    • 提供者:一点冷
  1. libssh2-1.2.7.tar

    1下载:
  2. SSH2是一套安全通讯协议框架(早期的SSH1由于存在安全漏洞,现在已经不用了),基于SSH2协议的产品目前主要有openssh,putty,SSH Secure Shell Client等,这些都是开源的,但是这些代码非常难懂而且复杂,一个个函数深层次的调用很快就让人在C语言代码的海洋中迷失了方向,妄图通过从这些开源软件中抽取程序代码段来“组装”自己的应用程序是非一般人所能实现的。不过还好网路上出现了一些开源的SSH2开发库,利用这些开发库开发自己的SSH2程序却要简单得多,由于这些开发库都是
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:583105
    • 提供者:hyl
  1. 1

    0下载:
  2. 简单程序 主要是体现linux下c语言的组织 其中有几个头文件 c文件 一个readme -this file is a "README" file
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:10077
    • 提供者:wwwkljoel
  1. mycat

    0下载:
  2. linux下Cat 的简单C语言实现,模仿linuxcat程序-The C program like the cat in linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:2416
    • 提供者:gcboy
  1. email

    0下载:
  2. 本程序在linux环境下是用C语言开发,实现了邮件的发送功能。它可以实现邮件的普通发送、抄送、密送,并支持txt、doc、mp3、avi、rar、pdf等十几种附件的添加。支持邮件的批量发送,提供配置接口,操作简单。-This program is in the linux environment using C language development, to achieve the e-mail sending function. It can send regular mail, Cc,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:42326
    • 提供者:周密
  1. shiyancaozuoxitong-Linux

    0下载:
  2. 本实验要求在Linux 环境中使用C 语言编写一个简单的shell 命令解释器程序,-Operating system experiments, the first experiment, the experiment content
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:96379
    • 提供者:zhaojisi
  1. ample-0.5.7.orig.tar

    0下载:
  2. 简单易用的 MP3 服务器 Ample(An MP3 LEnder)是 C 语言编写的简单 MP3 服务器。不支持混音、广播展示 等。 Ample 仅希望成为支持在 XMMS,WinAmp 和 媒体播放器使用“打开位置”进行 MP3 远程播放的简单程序。-The easy-to-use MP3 server Ample (An MP3 LEnder) is a simple MP3 server written in C language. Does not support mixin
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-08
    • 文件大小:87813
    • 提供者:ZZH
搜珍网 www.dssz.com