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

搜索资源列表

  1. Word

    0下载:
  2. 本程序是C#实现的WinForm单词记忆软件,基本功能有添加书籍,添加单词,记忆单词。程序旨在向C# WinForm初学者多方面介绍.NET编程基础。-This program is C# WinForm word memory software implementation, the basic function to add books, add the word, memory word. Program designed to introduce many beginners C# Wi
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1725359
    • 提供者:lujiang
  1. count

    0下载:
  2. 统计一篇英文文章中各个单词的数目,然后输出每个单词的数目-count word from a text!!!!!!!!1
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:1329
    • 提供者:赵欣
  1. Word-search-(c-P-P)-

    0下载:
  2. 一个c++的单词类的课设 很不错 真的 希望大家喜欢-A c++ class set of words is very good class really hope you like
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:1334
    • 提供者:刘迪南
  1. C-laguange

    0下载:
  2. 《C程序设计语言》的第2版描述的是ANSI标准定义的C语言。最明显的改变是新形式的函数声明和定义。现代编译器已能支持此标准的大部分特性。我们尽力保持本书第1版的简洁性。C不是一个大型语言,也不需要一本很厚的书来描述。我们改进了对典型特性的阐述,如指针,它是C程序设计的中心。例如,我们用程序来处理复杂的声明,这些程序将声明转换为单词或反之。像以前一样,所有例子的文本都以机器可读的形式直接经过测试。-" C Programming Language" 2nd Edition des
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1916664
    • 提供者:
  1. main

    0下载:
  2. 本程序是一个C++单词分析程序。实现将输入文件源代码经过分析分类,输出各类单词,如关键字,运算符,常量,变量等-This program is a C++ word analysis program. Achieved through the analysis of source code input file classification, the output types of words, such as keywords, operators, constants, variables,
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:3086
    • 提供者:coolibin
  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
    • 文件大小:660
    • 提供者:fanshu
  1. c

    0下载:
  2. 查找一个字符串中的数字,返回将数字乘以2的结果;计算一个自符串的单词个数;适于初学者-Find a string of numbers, returns the number multiplied by 2 results, suitable for beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1869
    • 提供者:陈晓
  1. extract-words-in-text-2-array-by-C

    0下载:
  2. 把文本中的词提取到一个动态数组中,其中一行只有一个单词。-extract words in a text file to a dynamic array by C language
  3. 所属分类:ELanguage

    • 发布日期:2017-11-06
    • 文件大小:9445
    • 提供者:Louis
  1. c

    0下载:
  2. C语言编程,实现小学生背单词系统,帮助小学生背单词。-Pupils remember words system
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1826
    • 提供者:
  1. C

    0下载:
  2. 一个使用的计算字符串中单词个数的c语言程序,用于学习了解c语言编程-Calculate the number of words in a string c language program that used to learn about c programming language
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:15434
    • 提供者:xl
  1. pincheck

    0下载:
  2. Visual C++单词拼写检查器,以命令提示符窗口的形式运行,运行后你可以根据提示输入一段英文字母,本程序会检查你输入的单词拼写是否正确,暂时只支持英文单词的检查,不支持中文拼写检查。-Visual C++ word spelling checker to a command prompt window in the form of running, running after you can be prompted to enter some letters, the program wil
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1987138
    • 提供者:kpudn16
  1. lda-c

    0下载:
  2. LDA是一种文档主题生成模型,也称为一个三层贝叶斯概率模型,包含词、主题和文档三层结构。文档到主题服从Dirichlet分布,主题到词服从多项式分布。 LDA是一种非监督机器学习技术,可以用来识别大规模文档集(document collection)或语料库(corpus)中潜藏的主题信息。它采用了词袋(bag of words)的方法,这种方法将每一篇文档视为一个词频向量,从而将文本信息转化为了易于建模的数字信息。但是词袋方法没有考虑词与词之间的顺序,这简化了问题的复杂性,同时也为
  3. 所属分类:Driver develop

    • 发布日期:2017-04-16
    • 文件大小:30689
    • 提供者:yangling
  1. c-minus语言词法分析器的设计

    0下载:
  2. c-minus语言词法分析器的设计程序源代码加实验报告 实验要求 1、该个词法分析器要求至少能够识别以下几类单词: a.关键字:else if int return void while共6个,所有的关键字都是保留字,并且必须是小写; b.标识符:识别与C语言词法规定相一致的标识符,通过下列正则表达式定义:ID = letter (letter | digit)*; c.常数:NUM = digit digit*(.digit digit* |ε)(e(+ | - |ε) digi
  3. 所属分类:编译

  1. Word

    0下载:
  2. Visual C++单词拼写检查器,以命令提示符窗口的形式运行,运行后你可以根据提示输入一段英文字母,本程序会检查你输入的单词拼写是否正确,暂时只支持英文单词的检查,不支持中文拼写检查。-Visual C++ spelling checker in the form of a command prompt window, run, run, you can follow the prompts to enter some letters of the alphabet, the program
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:1985790
    • 提供者:黄威霖
  1. c-code

    0下载:
  2. 输入一个英文单词,判断该英文单词是否为对称的-Enter an English word, it is determined whether or not the English word for the symmetrical
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:38662
    • 提供者:
  1. extract-words-in-text-2-array-by-C

    0下载:
  2. 把文本中的词提取到一个动态数组中,其中一行只有一个单词。-extract words in a text file to a dynamic array by C language
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-30
    • 文件大小:9573
    • 提供者:la94802
  1. C++源代码单词扫描程序 DOS版

    0下载:
  2. 五.#include <iostream.h> 六.#include <stdio.h> 七.#include <string.h> 八.#include <ctype.h> 九.#include <conio.h> 十.FILE *fp; 十一.char string(char c[]); //字符串处理 十二.char ch; 十三.char *operate[6]={"+","-&qu
  3. 所属分类:源码下载

  1. Remote Dictionary Service

    0下载:
  2. 是基于TCP/IP协议的在线查单词程序,实现一台远程字典服务器的搭建,通过客户端程序RemoteLookup将所查单词发送给字典服务器,然后由字典服务器将单词中文释义返回给客户机,实现了一个完整的查询过程,其实这个程序是示范了运用没有封装的SOCKET以及Windows SDK编程的典型过程。(The TCP/IP protocol is online word search program based on the realization of building a remote dictio
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:2616320
    • 提供者:Elaine_zdd
  1. lexicon

    0下载:
  2. 本程序是一款英语单词帮助记忆库,单词的来源于自我常用的或者是新学的(This program is an English word to help memory library, the word comes from the self commonly used, or new learning)
  3. 所属分类:C#编程

    • 发布日期:2017-12-23
    • 文件大小:673792
    • 提供者:lance789
  1. huiwen

    0下载:
  2. 给出某个英文单词,验证英文单词是否是回文(Verify that the English word is palindrome)
  3. 所属分类:C#编程

    • 发布日期:2017-12-24
    • 文件大小:22528
    • 提供者:ashur0925
« 1 2 34 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com