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

搜索资源列表

  1. letter_gamefor_aix

    0下载:
  2. AIX 下的一个c++ 猜词游戏程序。供初学者参考-under the AIX c guess a word game procedures. Reference for beginners
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.38kb
    • 提供者:凌寒
  1. linux study

    0下载:
  2. linux方面的资料word,包括命令,编程(C及编程环境构建)-word of information, including ordering, programming (C programming environment), etc.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:45.77kb
    • 提供者:tch
  1. student

    1下载:
  2. 本人自己编写。学生信息管理系统。linux下C语言编写,gcc编议,是初学C语言的好例子。压缩文件中包括:源码,已编议文件,数据文件,word文档说明以及流程图四项。-I write your own. Student Information Management System. linux under the C language, gcc compiled proposal is a good example of beginners C language. Zip file includi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:352.09kb
    • 提供者:dongxingfeng
  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
    • 文件大小:132.47kb
    • 提供者:secret
  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
    • 文件大小:432.24kb
    • 提供者:李军
  1. 1111

    0下载:
  2. 在Linux上写的一个C程序,借助Lex做词法分析来同时统计N个文本文件的字符数,单词数和行数。-In Linux, written in a C program, using lexical analysis to the same time, Lex to do a statistical N number of characters in a text file, word count and the number of rows.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1.1kb
    • 提供者:xerxes
  1. sourcecode

    0下载:
  2. 1. Program to remove all comments from a C program 2. Word count implementation using Apache s Hadoop 3. Program to implement calloc using malloc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1.86kb
    • 提供者:l13xl
  1. Maze_procedure

    0下载:
  2. 迷宫程序。C语言编写。WORD文档格式。详细讲解制作过程。-Maze procedure. C language. WORD document format. Elaborate process of production.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:8.04kb
    • 提供者:xulan
  1. mmtrie

    0下载:
  2. 写这个的出发点是吧之前做的trie能写到文件而且能很容易mmap到内存, 可以用于输入法 搜索引擎分词 词表的功能, 共享前缀存储, 支持最大20亿节点. 简单一点可以当一个hash表使用, 查找的时间复杂度为 N* Log(256) N为字符长度, key可以为二进制的数据, value 必须为int类型, 不能为0, 因为mmtrie_get()/find() 没有结果的情况下为0, 如果需要set value为0的话自己+1, 出来的时候-1就好了.-Write the start
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:5.08kb
    • 提供者:王涛
  1. reverse

    0下载:
  2. This C program is to reverse a word in a file and can be executed in UNIX environment.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:603byte
    • 提供者:Sridevi
  1. wordscount-wc.c

    0下载:
  2. 多线程实现单词统计工具。允许线程使用互斥锁修改临界资源,确保线程间的同步与协作。-Multi-threading word statistical tools. Allows threads to use a mutex to modify the critical resources to ensure that inter-thread synchronization and collaboration.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:660byte
    • 提供者:fanshu
  1. pinyin2word-master

    0下载:
  2. 拼音转中文汉字,linux c++代码实现-a project that convert pin yin to Chinese word based on beam search and language model Well, i have commit that our language model depend on other work, than is kenlm.a language model package used to load and query language
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-11
    • 文件大小:290.38kb
    • 提供者:hellokitty8888
  1. homework-536

    0下载:
  2. 计算文件中word出现的次数,并且按照字典顺序排序。使用UNIX编译器。C语言实现-Calculate the number of occurrences of the document word, and sorted according to the dictionary order. Using UNIX compiler. C language
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:116.54kb
    • 提供者:Dongyu Li
  1. MAP_assignment1

    0下载:
  2. The word count command in linux implementation on C++.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2.04kb
    • 提供者:divo
  1. test.c

    0下载:
  2. SAMPLE C CODE It print hello word
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1.06kb
    • 提供者:jan.chen
  1. c

    0下载:
  2. Flip the order of the 2 bytes in each word in the given array.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:9.93kb
    • 提供者:guedyvd
  1. rtpw

    0下载:
  2. rtpw.c rtp word sender receiver. -rtpw.c rtp word sender receiver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:4.74kb
    • 提供者:zanpdgao
  1. linux-ccPP

    0下载:
  2. 主要是linux c/c++基础学习资料,像linux命令字详解,linux下编程环境,C/C++基础,数据结构算法等,由于资源较大,附有百度云链接和提取码,对linux C/C++初学者有帮助! -Based learning materials mainly Linux c/c++, like Linux command word explanation, under Linux programming environment, c/c++, data structure, algori
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5.62kb
    • 提供者:李晨旭
  1. face-generator-master

    0下载:
  2. word test for cnn genrate face(cnn for c++, face generater zip)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-22
    • 文件大小:422kb
    • 提供者:mayifang
搜珍网 www.dssz.com