CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - C 单词

搜索资源列表

  1. Text-Query

    0下载:
  2. 利用c++编写的文本查询源程序。可对输入文本进行处理,完成响应单词检索功能。-the text query procedure in c++ can query the word in the text you imported.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-23
    • 文件大小:3846285
    • 提供者:song
  1. 3100609022

    0下载:
  2. 编制C++语言子集的词法分析程序 根据具体情况,由同学们自己选取C语言的一个适当大小的子集(可取一类典型单词,也可以尽可能使各种类型的单词都兼顾到)-Preparation C++ language subset of lexical analysis procedures depending on the circumstances, by the students themselves select an appropriately sized C language subset (pr
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:504739
    • 提供者:Mr Cao
  1. danci

    0下载:
  2. C语言统计单词的出现频率 有bug 但是可以看一下 改一下 pa-C language word frequency statistics a bug but you can change it look pass
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:2048933
    • 提供者:马豪杰
  1. Vocabulary

    0下载:
  2. 通过使用c# VS2010表达你可以添加新单词每天你学到了新的写盒子并单击“添加新单词数据库”按钮。当你发送表单最小化点击“发送到系统托盘”按钮程序继续运行在系统托盘中,给随机调整时期气球消息什么由你选择…你可以带回形式的双点击系统托盘-By using c# VS2010 express you can add new words every day you learn a new writing box and click the " Add new word database&qu
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-10
    • 文件大小:219454
    • 提供者:七里香
  1. dictionary-tree

    0下载:
  2. 英文单词字典树,运用多指针处理,对c++指针的学习相信有很大的帮助。-English word dictionary tree, the use of multi-pointer processing, learning pointers on c++ believe there is a great help.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:1420
    • 提供者:fang
  1. words

    0下载:
  2. 记单词的代码 大一c语言课程大作业 非常基础 适合菜鸟参考-Vocabulary code c language courses freshman big job very basic for rookie reference. . . . .
  3. 所属分类:Other systems

    • 发布日期:2017-12-08
    • 文件大小:123777
    • 提供者:夏晓寒
  1. game

    0下载:
  2. 交换成员的单词猜测游戏。基于c++的。也是面向对象的简单应用。-Members exchange word guessing game. Based c++' s.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-18
    • 文件大小:1045
    • 提供者:wisdomsu
  1. Electronic-Dictionary

    0下载:
  2. 电子英汉词典C++编程,利用VC++6.0编写一个源程序,满足日常单词查找删除和添加的功能。-Electronic English Dictionary C++ programming
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:17458
    • 提供者:周伟鑫
  1. cPP_english

    0下载:
  2. 搜集的常见C++书籍中的英文单词。包括关键字,头文件名解释Common C++ collection of books in the English word. Including keywords, the first file name interpretation-Common C++ collection of books in the English word. Including keywords, the first file name interpretation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:58179
    • 提供者:cklyandre
  1. guessword

    0下载:
  2. 由C语言编写的猜单词程序,实现判断单词是否正确-By the C language program guess the word, the word is correct realization judge
  3. 所属分类:assembly language

    • 发布日期:2017-05-19
    • 文件大小:5458564
    • 提供者:王冬青
  1. backto

    0下载:
  2. C语言入门练习程序,是一个关于逆向输出字符串的单词的小程序-C language entry to practice program is a word on the reverse of the output string of small programs
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:767
    • 提供者:王志伟
  1. dic

    0下载:
  2. 简易词典程序,可实现添加,翻译单词,C++初学者可作为参考-Simple dictionary program, and can be add, translate words, C++ can be used as a reference for beginners
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:893598
    • 提供者:zhuchengde
  1. WordFrequency

    0下载:
  2. C#的单词频度统计,并且附带Hashtable中元素依据value的排序,次品统计的同时按频度进行排序-C# word frequency
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:38450
    • 提供者:吴双志
  1. Vocabulary-scores-source-code

    0下载:
  2. 记单词程序源代码 小程序利用c编写的有需要的人可以-Vocabulary scores source code
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:3626
    • 提供者:张媛
  1. lex

    0下载:
  2. 设计并实现 C 语言的词法分析程序,要求如下。 (1) 可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号。 (2) 可以识别并读取源程序中的注释。 (3) 可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,并输出统计结果。 (4) 检查源程序中存在的非法字符错误,并可以报告错误所在的行列位置。 (5) 发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过一次词法分析处理,可以
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:3240
    • 提供者:何狗
  1. wordfrequency

    0下载:
  2. 利用map标准库函数,统计文本中单词出现的频率,利用c语言完成-Use map standard library functions, statistical frequency of occurrence of words in the text, use c language to complete
  3. 所属分类:Console

    • 发布日期:2017-05-06
    • 文件大小:1125615
    • 提供者:paolo penn
  1. erfge

    0下载:
  2. C++源代码单词扫描程序,编译原理的 实验-C++ source code word scanner
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1040952
    • 提供者:的言论
  1. Dict

    0下载:
  2. 英汉快译通的C语言源程序,实现英文单词的快速查找-English Dict C language source code, to achieve quickly find English words
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3528261
    • 提供者:daniel
  1. lexAnalysis

    0下载:
  2. 实验一:C++源代码单词扫描程序(词法分析) 功能: (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你可以存贮一个
  3. 所属分类:Compiler program

    • 发布日期:2017-05-14
    • 文件大小:3463687
    • 提供者:moweijie
  1. Word-count

    0下载:
  2. 读取一个文件中单词出现的次数,通过C++的标准库STL的使用以及文件的操作,实现其功能-Read out the number of word used in a file
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:3020
    • 提供者:
« 1 2 ... 10 11 12 13 14 1516 17 18 19 »
搜珍网 www.dssz.com