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

搜索资源列表

  1. yacc

    0下载:
  2. 程序没有写输出部分,所以没有输出C代码,结果只有: firstcheck.txt: 输出每个left的first,可以检查first有无错 table.txt: 用串来表示table中的值,可以检查table是否正确,但只有在表格小的时候才能看出来 forusetable.txt: 输出的是table中真实的值,-1表示erro,其他值要参照程序里producer的数量,和状态总数来表示其意义,也就是说要用我上学期写的程序来检验表格,还需要根据这次yacc程序来修改
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:90164
    • 提供者:王伟
  1. word

    0下载:
  2. 一个VC++用于WORD界面的程序,相信对您很有帮助-VC++ to draw a waveform diagram of the process, I believe you are very helpful
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-03
    • 文件大小:415635
    • 提供者:hanzhibin
  1. word

    0下载:
  2. 呵呵。本人编写的比较简单的一个程序,希望对大家的研究能有帮助-Ha ha. I have written a relatively simple procedure, we hope research can help
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2092071
    • 提供者:chenlin
  1. cubesum

    0下载:
  2. Suppose there is a X x Y x Z 3D matrix A of numbers having coordinates (i, j, k) where 0 ≤ i < X, 0 ≤ j < Y, 0 ≤ k < Z. Now another X x Y x Z matrix B is defined from A such that the (i, j, k) element of B is the sum of all the the numbers i
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:32251
    • 提供者:archit
  1. ILOVEYOU

    0下载:
  2. 这个程序的作用是显示一个漂亮的词语。仅供学习。-This program is very interesting. it show a word i love you .
  3. 所属分类:assembly language

    • 发布日期:2017-03-24
    • 文件大小:1171
    • 提供者:John
  1. ChineseSeg_CSharp

    0下载:
  2. 该程序实现简单的中文分词,也可以直接使用。但不建议。做为开发中文分词的参考,相信还是有一定价值的。 项目基于.net(C#)平台下开发。-Chinese word segmentation is the Chinese word segmentation procedure based on matching the pattern of development, but also can be used directly. But is not recommended. Because t
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:924137
    • 提供者:tomwulili
  1. 5

    0下载:
  2. 编写一个自己的函数,能够将一个字符串中最长的单词查找出来。 编写一个程序,功能是能够由键盘输入一行字符,并能调用自己编写的最长单词查找函数,输出这个单词。 -To write a function, can be the longest word in a string to find. Write a program that functions from the keyboard to input a line of characters, and can call the long
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2224242
    • 提供者:t
  1. rember

    0下载:
  2. 我爱记单词 简单的我爱记单词 VC++开发 非常简单易懂-I love to remember the words I love to remember the word I love to remember the word I love to remember the word I love to remember the word I love to remember the words I love to remember words I love to remember the wor
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3432972
    • 提供者:臭乖
  1. How-do-I

    0下载:
  2. How do I (using Delphi) talk to Microsoft Word?
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-13
    • 文件大小:14336
    • 提供者:bh
  1. New-Microsoft-Office-Word-Document-(2)

    0下载:
  2. Here i give the matlab program for finding the fft of a voice signal
  3. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:8666
    • 提供者:biswajit
  1. Lab8-3

    0下载:
  2. 编写程序,判断两个单词是否为变位词,即单词长度相同,使用字母相同,只是出现位置不同的一对词。例如:smartest 和 sttesmar。-Write a program, it is determined whether the two words for variable-bit word, i.e. the same as the length of the word, using the same letter, but different positions of a pair of
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:617
    • 提供者:zlj
  1. Word-count

    0下载:
  2. 冗长的文字摆在眼前,已经是一件够麻烦的事了,更不要提还要清点一下字数了,别着急,是一下我们制作的小程序吧,希望能帮你一把。-Lengthy text before us has enough trouble, not to mention also inventory words, do not worry, we made small program, I hope to help you one.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-16
    • 文件大小:214906
    • 提供者:方登科
  1. Microsoft-Word-

    0下载:
  2. 用于图像的边缘提取,自己编写的程序,很好用,并且很经典。-Image edge extraction, I have written procedures, very good, and very classic.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:2526
    • 提供者:peter
  1. English-sentence-word

    0下载:
  2. 分词思想:用是s[]来存取输入的句子,t[h][j]来存储分词后的每个单词,由于每个单词也是一个字符串 ,所以要用二维数组来存,然后从s中逐个读入字符,如果是字符就将当前s[i]存入t[h][j],并 j+1,如果是空格或标点则结束上一个单词的读入,h+1,并将j置0准备下一个单词的存储-Word idea: use is s [] to access the input sentence, t [h] [j] to store each word after word, because
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:810
    • 提供者:范强
  1. c-word

    0下载:
  2. 这是一个c语言学习的word文档,希望对大家有帮助-This is a word document c language learning, and I hope for all of us to help
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-04
    • 文件大小:769729
    • 提供者:fghfghrtr
  1. New-Microsoft-Word-Document

    0下载:
  2. It will zoom the i/p image
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:10206
    • 提供者:Bhavya Shah
  1. New-Microsoft-Word-Document

    0下载:
  2. it will shrink the i/p image
  3. 所属分类:Education soft system

    • 发布日期:2017-04-07
    • 文件大小:9839
    • 提供者:Bhavya Shah
  1. New-Microsoft-Word-Document

    0下载:
  2. it will nagative the i/p image
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:9384
    • 提供者:Bhavya Shah
  1. New-Microsoft-Word-Document

    0下载:
  2. Contrast streching of i/p image
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:9736
    • 提供者:Bhavya Shah
  1. New-Microsoft-Word-Document

    0下载:
  2. Thresholding of i/p image
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:9626
    • 提供者:Bhavya Shah
« 1 23 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com