CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - AS.c

搜索资源列表

  1. Linux下C语言编程--文件操作

    0下载:
  2. 提供几种常见的文件操作,如对文件进行读或写,显示目录,创建目录等等。-provide several common file operations, such as the document read or write, show directory, create directories and so on.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4024
    • 提供者:李琳
  1. 在Unix下用C编写类Windows菜单

    0下载:
  2. 目前,在Unix系统下运行的程序的界面大都比较死板,而且,在进行功能扩充时也不是很方便。那么,能不能设计一个象 Windows那样能够按照用户要求随意调整界面,功能扩充方便的程序呢?答案是肯定的。在用户需要进行功能扩充时,也无须改动源程序,只须对参数文件进行操作就可将新增功能挂到菜单上。 -Currently, the Unix operating system interface procedures Most rigid, but when conducting functional exp
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:8997
    • 提供者:建文
  1. C++中频繁引用的类如何避免不必要的重编译

    0下载:
  2. 将需要公开的接口用一个句柄类封装起来,调用者只通过封装的句柄类来调用实现, 这样,将调用与实现隔离开来,或者说只让调用看到它所需要看到的接口。这样的话,只要 保证接口不变,那么实现代码的中要添加一些变量,函数,将不会影响到调用者。-will require an open interface with a handle Packaging category, called only by the Packaging category to handle Call, which would cal
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1916
    • 提供者:黄兴
  1. c++ 编程中你最需注意的地方

    0下载:
  2. 下面的这些要点是对所有的C++程序员都适用的。我之所以说它们是最重要的,是因为这些要点中提到的是你通常在C++书中或网站上无法找到的。如:指向成员的指针,这是许多资料中都不愿提到的地方,也是经常出错的地方,甚至是对一些高级的C++程序员也是如此。   这里的要点不仅仅是解释怎样写出更好的代码,更多的是展现出语言规则里面的东西。很显然,它们对C++程序员来说是永久的好资料。我相信这一篇文章会使你收获不小。-below those points of all C programmers are ap
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4923
    • 提供者:黄兴
  1. realmsg-4

    0下载:
  2. 本人写的实现类似于MSN的即时通信软件,基于linux socket编程,有完整的客户端,服务器端代码 实现好友管理,线程池,文件传输,简单音频传输等功能,经过修改可用于嵌入式环境-I write to achieve similar to the MSN instant messaging software, based on linux socket programming, a complete client, server-side code to achieve the fr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-14
    • 文件大小:3944419
    • 提供者:xc
  1. tin_demo

    0下载:
  2. delaunay三角网“动态”构建,用于地形建模等应用-delaunay triangulation dynamic to build, for applications such as terrain modeling
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-10
    • 文件大小:8569571
    • 提供者:hhy
  1. telnet.c

    0下载:
  2. 一个小的telnet程序与大家共享,/* 本程序支持如一些参数: * --host IP地址 或者 -H IP地址 * --port 端口 或者 -P 端口 * --back 监听数量 或者 -B 监听数量 * --dir 服务默认目录 或者 -D 服务默认目录 * --log 日志存放路径 或者 -L 日志存放路径 * --daemon 使程序进入后台运行模式 */ -A small telnet program to share with you
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:3236
    • 提供者:lph
  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. c

    0下载:
  2. 一个linux 下的客户端的小程序,用c语言描写实现。运用消息队列以及通信进程的应用实现-Under a linux client applet, using c language descr iption of the achievement. The use of message queue, as well as communications applications process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1426
    • 提供者:ada
  1. c-s-connect

    0下载:
  2. linux下,以CS结构建立的通讯机制,包括服务器端和客户端,包括IP,端口等处理以及绑定,代码设计成启动的时候手动输入IP,适用强,为了避免80端口被占用,所以端口也设置成手动,用的时候请注意-under linux to CS structure established communications mechanisms, including the server-side and client, including IP, port, such as processing and bind
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:13348
    • 提供者:林锋
  1. linuxProcessKernel

    0下载:
  2. 要读懂linux 内核 ,还有比这再好的资料么,什么都不说了,赶快下吧。 目 录 进程 信号 sched.c 进程信号队列 SMP 内核线程页目录的借用 代码分析 线程 进程描述符 init进程从内核态切换到用户态 SET_LINKS REMOVE_LINKS get_wchan() sigframe的结构 rt_sigframe结构 信号队列的结构 内核线程
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:81640
    • 提供者:edward
  1. ENDPOINTDETECT

    0下载:
  2. 语音识别的端点检测程序,通过能量,过零率MFCC低能量普等检测-Endpoint detection of speech recognition procedures, the adoption of energy, zero-crossing rate of MFCC & P, such as low-energy detection
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:12417
    • 提供者:dream
  1. wifi_8686_driver

    0下载:
  2. Host Platform: Intel Zylonite-LV (Kernel 2.6.12) with PC running Linux Slackware 10.1 (kernel 2.6.15) installed as NFS (kernel 2.6.12). Tested HW: · SOC/RF chipset: 88W8686 B1 Systems Software Modules: · SDIO8686 Driver o Binary .ko file
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:340038
    • 提供者:william Li
  1. FTP_SERVER_SRC

    0下载:
  2. 项目简介:使用Linux下C语言开发,遵循RFC959协议,以命令解析器为核心,利用Socket作为通讯接口,提供上传下载,断点续传,流量控制,连接控制,支持多种常用FTP客户端。 -Project Descr iption: Using the C language under Linux development, follow the RFC959 protocol to the command parser as the core, the use of Socket as a com
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:34735
    • 提供者:杜峰
  1. nandflash

    0下载:
  2. nand flash相关资料,以及mtd源码(包括源码分析)-nand flash-related information, as well as mtd source code (including source code analysis)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-11
    • 文件大小:2723042
    • 提供者:袁飞
  1. linux_server

    0下载:
  2. 一个非常简单的linux FTP服务器。包括浏览、删除、上传、下载、转换目录等最基本的功能,用传统的多进程的方式实现。压缩文件里有详细的编译说明。-A very simple linux FTP server. Including browsing, delete, upload, download, convert directories such as the most basic functions, the traditional multi-process ways. Compress
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:7140
    • 提供者:yr
  1. dgl.c.tar

    0下载:
  2. The beginnings of a fork of DirectFB to work with the MGL in a sort of QuartzXtreme capacity, I only put in what I have done and nothing else, as I create more I will put that up here as well. So there it is
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:2361
    • 提供者:david gorman
  1. linux

    0下载:
  2. 包含linux中的API函数,在此函数下可以进行如c++式的编程,可以再此平台上进行图像编程,绘制各种图形。-With linux in the API function, this function may be carried out, such as c++ style of programming, you can re-image program on this platform, drawing all kinds of graphics.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1147078
    • 提供者:商客
  1. C-bianxiequdong

    0下载:
  2. 本书指导你如何编写你自己的驱动, 以及如何利用内核相关的部分. 我们采用一种设备-独立的方法 编程技术和接口, 在任何可能的时候, 不会捆绑到任何特定的设备. 每一个驱动都是不同的 作为一个驱动编写者, 你需要深入理解你的特定设备. 但是大部分的原则和基本技术对所有驱动都是一样的. 本书无法教你关于你的设备的东西, 但是它给予你所需要的使你的设备运行起来的背景知识的指导.-This book guides you how to write your own driver, and how to
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:1196500
    • 提供者:feilong
  1. wang.c.tar

    0下载:
  2. 用二维数组名作为实参和形参,在对函数数组的声明的方式,实例。-Two-dimensional array of names as arguments and formal parameters, in a statement on the function of the array the way, examples.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:1346
    • 提供者:wangxs
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com