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

搜索资源列表

  1. testdb

    0下载:
  2. 用C语言在linux下编写的使用PROC进行oracle数据库操作的测试程序,可以作为参考
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1322
    • 提供者:nin
  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. BOOKSTORE

    0下载:
  2. [原创]一个用C语言编写的bookstore程序。具有查询,显示,添加,出售书籍等功能。可在windows下用gcc运行。也可以在unix下运行。-[Original] a use of C language procedures bookstore. With inquiries, show that addition of features such as the sale of books. Windows can be run using gcc. Can also be run in
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:29432
    • 提供者:amanda
  1. linuxqudongcode

    0下载:
  2. Linux的设备驱动程序说明,用C语言编写,WORD格式,没有直接给出代码,文档中有相关说明。-Linux device drivers that use C language, WORD format, not directly given code, the instructions in the document.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:442618
    • 提供者:李军
  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-27
    • 文件大小:2198
    • 提供者:王军
  1. videodev

    0下载:
  2. 基于linux的视频驱动程序,用C语言编写的-Based on linux video driver written using C language
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:4829
    • 提供者:jiujiang
  1. gpReadMouseTest.c

    0下载:
  2. linux下用 C语言编写的调用gnuplot的 程序 , 用于捕捉鼠标位置 。-Sample C program for calling gnuplot in linux system to record the position of the mouse.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1310
    • 提供者:前中会
  1. threecodes

    5下载:
  2. 1、 用C语言写一个程序名字为procs4,该程序运行过程中共有4个进程,procs4程序(父进程)创建2个子进程p1和p2,p1子进程再创建一个子进程p3。4个进程完成如下工作: 父进程并打印字符串“I am main process”;p1子进程打印“I am child process p1”字符串;p2子进程打印“I am child process p2”;子进程p3打印字符串“I am child process p3”,然后使用exec(族)系统调用打印当前目录下文件和子目录下
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1702
    • 提供者:杨子坤
  1. LCD

    0下载:
  2. 本源码实现在嵌入式开发中对于下位机LCD驱动,用C语言编写,是运行在嵌入式linux系统下的LCD驱动程序-The source code to achieve development in the embedded LCD driver for the next bit plane, with C language, is running in embedded linux systems of LCD driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:100974
    • 提供者:yoyo
  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-01
    • 文件大小:966
    • 提供者:Lee
  1. Tetris.tar

    0下载:
  2. linux 下用c语言编写的俄罗斯方块程序,可以在framebuffer模式下允许-under linux using c language Tetris program, you can allow the framebuffer mode
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:42165
    • 提供者:冷面
  1. Memory_management

    1下载:
  2. 在Linux系统下用c语言编写内存管理的原理和程序- Uses the c language compilation memory management under the Linux system the principle and procedure
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-12-14
    • 文件大小:108656
    • 提供者:静思
  1. mytool

    0下载:
  2. 这是用c语言编写的一个小程序,你在linux下运行他,会帮你很好的理解什么是make和makefile。-It is written with a small c program in linux you run him, and will help you understand what a good make and makefile.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1205
    • 提供者:heiying
  1. six_four.c

    0下载:
  2. 用C语言编写程序,将输入文件的各行逆序显示在标准输出上。如果不指定文件名,则逆序显示标准输入的内容。当使用-c选项时,每一行的字符也逆序输出。 标准输入以CTRL+D表示结束。使用系统调用.-With the C programming language, each line of the input file to standard output in reverse order. If you do not specify a file name, display the standar
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:701
    • 提供者:zangxiao
  1. TCP-multi-pthread-program

    0下载:
  2. 在linux环境下的用C语言编写的基于TCP/IP协议的网络编程的程序。-In the linux environment using C language based on TCP/IP protocol network programming process.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:16968
    • 提供者:邹林
  1. UDP.tar

    0下载:
  2. 在Linux下用C语言编写的UDP套接口程序,在Linux下打开两个终端,一个终端运行服务器端程序,一个终端运行客户端程序,在执行客户端后面加上 localhost 8888就可用进行网络通信了。-Under Linux using C language UDP socket program in Linux, open two terminals, a terminal server to run the program, run a terminal client program, foll
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:4930
    • 提供者:梁小涵
  1. LinuxShell

    0下载:
  2. Shell就是一个命令行解释器,它的作用就是遵循一定的语法将输入的命令加以解释并传给系统。它为用户提供了一个向Linux发送请求以便运行程序的接口系统级程序,用户可以用Shell来启动、挂起、停止甚至是编写一些程序。 Shell本身是一个用C语言编写的程序,它是用户使用Linux的桥梁。-A shell is a piece of software that provides an interface for users of an operating system which provides
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:529464
    • 提供者:xuxianfeng
  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-07
    • 文件大小:87813
    • 提供者:ZZH
  1. 激光采集Linux.tar

    1下载:
  2. 在Linux平台,用C++语言编写的激光数据采集程序。(In the Linux platform, the laser data acquisition program written in C++ language.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-04
    • 文件大小:1149952
    • 提供者:赵亚楠
  1. pykkih03

    0下载:
  2. 用C语言编写的LDPC译码程序,希望对大家有用()
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-03
    • 文件大小:175104
    • 提供者:DXRU%401834
« 12 »
搜珍网 www.dssz.com