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

搜索资源列表

  1. j2000-code+doc

    0下载:
  2. The J2000 codec was written in an effort to produce the cleanest and simplest implementation possible of the JPEG-2000 standard. We have put a particular emphasis on good architecture design and code simplicity, while at the same time providing an im
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:490.68kb
    • 提供者:boy5678
  1. chk

    0下载:
  2. 本程序主要可以对一个c语言程序中的括号和注释情况进行检查,可以快速地发现原程序 * 中隐含的语法匹配性错误,可以根据检查结果,对不匹配的括号进行修改,最快速度地将 * 程序修改正确。同时本程序也可以象wc程序一样对一个程序进行计数统计,得到一个文件 * 的行、单词、字节的统计结果。-this procedure can be a major c language program brackets and the inspection of the Notes can be found quick
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.5kb
    • 提供者:李金明
  1. Unix

    0下载:
  2. 两个字符串连接程序 进程管理的四个设计 概要 -两个字符串连接程序 #include "stdio.h" main() {char a[]="acegikm" char b[]="bdfhjlnpq" char c[80],*p int i=0,j=0,k=0 while(a[i]!= \0 &&b[j]!= \0 ) {if (a[i] { c[k]=a[i] i++ } else c[k]=b[j++] k++ } c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:23.93kb
    • 提供者:asdasdasd123
  1. jy

    1下载:
  2. 金庸群侠传 for Dingux 纯c/c++版 bete 0.1 A,版本说明: 1,在booboo的dingux20090728工具链下面编译通过。 2,纯c/c++版速度更快体积更小。 3,保留战斗音效,去除遊戏背景音乐(一直咚咚的很吵)。 bug难免请不吝提交,谢谢! B,安装及操作 直接将local文件夹複制到miniSD卡上即可。 X键:确定键 B键:取消或是显示选单 退出方法:在大地图中,按B键显示选单,再选“系统
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:119.36kb
    • 提供者:fan
  1. ext2_2

    0下载:
  2. C语言实现的EXT2文件系统,在Linux2.4下编译运行正常,同时实现了文件操作的14个命令,例如rm, ls, cd -C language implementation of the EXT2 file system, compile and run under the Linux2.4 normal file operations while achieving a 14 commands, such as rm, ls, cd, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:20.66kb
    • 提供者:miao
  1. linux-c

    0下载:
  2. 这里面包含从入门到精通的教程,同时各个章节后面还有实例,对于想学习linux下的编程的人很有帮助。-Which contains a tutorial from entry to the master, while the back of each chapter there are examples, for those who want to learn programming under linux were very helpful.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-27
    • 文件大小:9.49mb
    • 提供者:李丽
  1. sys

    0下载:
  2. 这是我自己在linux下写的c程序,在linux下可用gcc可编译运行。程序功能是学生信息管理,有三种用户,管理员,教师,学生。管理员可对教师学生进行添加和删除,教师可对学生进行删除和添加。学生只能查看教师信息和添加学生信息。使用数据结构的循环双链表进行数据管理。数据存储于文件一边下次访问。访问许要密码和用户名登陆。开始时可用管理员aaa密码aaa登陆。有三个数据存储文件,请不要删除,不然会报错找不到文件的。程序属于初学练手之作,有很多缺点,望包涵。但是c语言初学者还是值得看看的。里面还是有一些
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:33.65kb
    • 提供者:滔滔
  1. brw_wm_surface_state

    0下载:
  2. This macro allows us to write the table almost as it appears in the PRM, while restructuring it to turn it into the C code we want.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:11.75kb
    • 提供者:punkwkv
  1. 7zBuf

    0下载:
  2. 7zBuf.c Byte Buffer.call this now, while our decPtr() is sill in scope. -7zBuf.c Byte Buffer.call this now, while our decPtr() is sill in scope.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.75kb
    • 提供者:mmfiuqao
  1. resize

    0下载:
  2. linux fs ext4 resize.c Support for resizing an ext4 filesystem while it is mounted. -linux fs ext4 resize.c Support for resizing an ext4 filesystem while it is mounted.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:13.66kb
    • 提供者:kvjouser
  1. day09.tar

    0下载:
  2. unix c语言高级环境编程,一些小例子仅供参考,主要是使用C程序访问环境变量,系统提供了一个全局变量(include <stdio.h> int main(void){ extern char **environ; int i=0; while(*(environ+i)!=NULL){ printf("%s\n",*(environ+i)); i++; } return 0; })
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-17
    • 文件大小:11kb
    • 提供者:lilililei
搜珍网 www.dssz.com