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

搜索资源列表

  1. VC-P-Pas-a-dictionary-tutorial

    0下载:
  2. VC++可以当字典用的教程,包含了非常多的VC常用例子-VC++ can be used as a dictionary tutorial
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-28
    • 文件大小:11731385
    • 提供者:limuzi
  1. vc_jsnm5Programming

    0下载:
  2. VC高效编程字典!很难找到的资源哦!珍惜吧!赶快下载吧!-VC efficient programming dictionary! Difficult to find resources to Oh! Cherish it! To download it!
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-24
    • 文件大小:7823516
    • 提供者:李勇
  1. ConsoleDict

    0下载:
  2. 一个控制台界面的字典生成工具,用户输入以确定生成字符串文件的起始长度。采用了递归的方法。-Dictionary of a console interface generation tool, the user input to determine the initial length of the strings file generated. Using the recursive method.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:20619
    • 提供者:zhouxifan
  1. demo

    0下载:
  2. 数字图像处理(DigitalImageProcessing)是通过计算机对图像进行去除噪声、增强、复原、分割、提取特征等处理的方法和技术。数字图像处理的产生和迅速发展主要受三个因素的影响:一是计算机的发展 二是数学的发展(特别是离散数学理论的创立和完善) 三是广泛的农牧业、林业、环境、军事、工业和医学等方面的应用需求的增长。-Digital Image Processing (DigitalImageProcessing) is the image by computer noise remov
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5343534
    • 提供者:陈财雄
  1. wordCount

    0下载:
  2. C#实现的单词统计工具,可按字典顺序显示每个单词的个数-C# statistical tools to achieve the word, the dictionary can be displayed in the order number of each word
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:1309
    • 提供者:zach
  1. magicdic

    0下载:
  2. 多功能魔法字典。将常用的单词存在access数据库中。采用vc6.0开发,用到了windows界面编程,数据库编程,等-Multi magic dictionary. There is access to frequently used words in the database. By vc6.0 development, used the windows interface programming, database programming, etc.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-06
    • 文件大小:107596
    • 提供者:杨秀芳
  1. HBDS

    0下载:
  2. 把邮箱改下就能用,登陆输入账号密码,会自动发到你的QQ邮箱里面,非常好用!-Under the mailbox can be used to change the landing enter the account password will be automatically sent to your mailbox inside the QQ, very easy to use! 朗读显示对应的拉丁字符的拼音 字典
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-06
    • 文件大小:16889
    • 提供者:asasdasd
  1. 1198

    0下载:
  2. sicily 1198题 给出N个字符串,求这几个字符串组成的序列中字典序最小序列-Descr iption Dr lee cuts a string S into N pieces,s[1],…,s[N]. Now, Dr lee gives you these N sub-strings: s[1],…s[N]. There might be several possibilities that the string S could be. For example, if Dr
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:1217
    • 提供者:lijia
  1. Chinese_wordspliter

    0下载:
  2. 使用正向最大匹配法的中文分词器 分别读入待分词文本文件及字典文件后,将经处理后的结果输出至另一文件予以保存。所用待分词文件样例约有字符184万个,处理时间在11s左右。程序使用C++语言编写。-Using the forward maximum matching device of Chinese words segmentation, respectively, to be read into the text file and dictionary file, the result will
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-30
    • 文件大小:165800
    • 提供者:aptiva0985
  1. tongxuluCPP

    0下载:
  2. 用C++编的简单的通讯录,按照人名进行字典顺序排列。感觉比较适合初学者。可以-C++ code with a simple address book, according to the order of names to the dictionary. Feel more suitable for beginners. Can see
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:752
    • 提供者:小妹
  1. StringOperations

    0下载:
  2. 对输入的所有字符串按字典序排序,并输出到一个文件中。同时统计出字符串个数、最长字符串、最短字符串。 -All of the input string lexicographically sorted, and output to a file. While the statistics of the number string, the longest string, the shortest string.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:818905
    • 提供者:虫儿
  1. Lempel_Ziv.tar

    0下载:
  2. 字典碼程式Lempel_Ziv Lz_encode:編碼演算法 Lz_decode:解碼演算法 Lempel_Ziv.ppt 程式簡易說明-Dictionary code program Lempel_Ziv Lz_encode: coding algorithm Lz_decode: easy instructions decoding Lempel_Ziv.ppt program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:805811
    • 提供者:邱詩凱
  1. change

    0下载:
  2. 这是一套实现字典顺序查找的c++容器编写的算法,对于不重复的大型文档速度很优越,已经在codeblocks下成功运行。代码最大的特点是效率非常好-it s good for someone who want find a word in a long file.you can find that c++ vector is very fast and simple.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:233090
    • 提供者:张晓坤
  1. System-data-dictionary-data

    0下载:
  2. 报名系统数据字典 报名系统数据字典举例System data-System data dictionary data dictionary
  3. 所属分类:SQL Server

    • 发布日期:2017-04-01
    • 文件大小:10807
    • 提供者:锦涛
  1. People_sd

    0下载:
  2. 人员管理系统,可管理企业的人员信息和相关数据字典,代码简洁-Personnel management system, personnel information management business
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-07
    • 文件大小:452448
    • 提供者:yigui
  1. tianlanxin

    0下载:
  2. 天狼星英文字典,基于VC++6.0 MFC实现的一个小程序,程序小,占内存少-Sirius English dictionary, based on VC++6.0 MFC to achieve a small program, the program is small, accounting for less memory
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1352986
    • 提供者:
  1. wordsplit

    0下载:
  2. 单词处理 ~~~ ~~~~~ 对读入的某个文本文件input.txt中,拆出英文单词,输出一个按字典顺序排列的单词表,结果输出在文本文件output.txt中,每个单词一行,并在单词后输出该单词出现的个数,两个字段之间用逗号分隔。约定单词仅由英文字母组成,单词间由非英文字母分隔,相同单词只输出一个,大小写不区分。 -dan ci chu li
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:2023
    • 提供者:fuuk
  1. create-password

    0下载:
  2. 密码字典生成器,可以生产4位密码字典,参考其内容可以写出任意位的密码字典-Password dictionary generator to produce 4-bit password dictionary reference to the contents of any bit of code you can write a dictionary
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-28
    • 文件大小:1616
    • 提供者:lilei
  1. Oracle-metadata

    0下载:
  2. 深入了解Oracle元数据表,按类别列出一些ORACLE用户常用数据字典的查询使用方法。-Depth understanding of Oracle metadata table, by category lists some common data dictionary ORACLE user queries to use.
  3. 所属分类:Oracle

    • 发布日期:2017-03-27
    • 文件大小:49272
    • 提供者:娜娜
  1. vs2005

    0下载:
  2. 教学管理系统源码v0.1beta源码 该系统是完整的商用教学管理系统,非常实用 学生管理、学生考勤、学生成绩管理、学科管理、班级管理、教职工管理、数据字典维护等-Source v0.1beta source learning management system that the system is a complete business management system of teaching is very practical student management, student
  3. 所属分类:Education soft system

    • 发布日期:2017-04-06
    • 文件大小:479873
    • 提供者:licheng
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com