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

搜索资源列表

  1. Collection

    0下载:
  2. C++ Template of Collection, use MFC/ATL/STL (Ex: CArrayT, CListT, CMapT, CQueueT, CStackT)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11912
    • 提供者:顛覆中國
  1. MD5 COM组件源码

    0下载:
  2. 活动模板库MD5--应用程序向导为您创建了这个MD5项目,供您用作编写动态链接库(DLL)的起点。 -activities Template Library MD5 -- Application Wizard you created for this project MD5, as you prepare for the dynamic link library (DLL) starting point.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:33394
    • 提供者:王颖
  1. XMLWrap

    0下载:
  2. XML 包装模板:将 XML 文档转换为 Visual Basic 类 -packaging template XML : XML conversion of Visual Basic Class
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:30546
    • 提供者:zysunshine1224
  1. MyArray

    0下载:
  2. 利用C++继承,重载,多态,和宏的结合,模拟了CARRAY模版-C inheritance, overloading, polymorphism, and Acer, the combination of the simulation template CARRAY
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1374
    • 提供者:lk
  1. ROBOTsystem

    1下载:
  2. 本程序是基于模板匹配的语音识别技术。提取语音的特征,并建立模板库。可以将语音识别技术应用于机器人。-this program is based on template matching speech recognition technology. Extraction of voice features, and the establishment of Template Library. Voice recognition can be used in robot technology.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:84753
    • 提供者:tomb499717
  1. wordstatSTL

    0下载:
  2. wordstatSTL.定义控制台应用程序的入口点。//单词统计 //统计一个文本文件中所有单词的使用次数 //将单词按照有多到少的使用次数打印出来 //对于次数相同的单词按照字母由大到小的顺序排列 //这是由STL(Standard Template Library)的map和set实现的教学例程-wordstatSTL. Console application definition of the point of entry. / / Word statistics / /
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1198
    • 提供者:刘恒
  1. moban80

    0下载:
  2. 网页模版 网页模版 网页模版 -website template page templates website template pa ge templates website template page templates page templates
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4314027
    • 提供者:bit.zhou
  1. ServiceTemplate

    0下载:
  2. 将程序注册成服务的模版,非常经典,好用!多说无益,一看便知。-procedures will be registered as the template, very classic, Easy! Many said the benefits of an easily seen.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13470
    • 提供者:蓝水
  1. STL_CODE

    0下载:
  2. C++ STL 标准模板库源码,对学习C++ STL非常有用-C STL standard template library source code, to learn very useful C STL
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:453027
    • 提供者:岳亮
  1. off_line_recognition

    0下载:
  2. 模式识别中的脱机字符识别,包括手写数字识别之Fisher线性判别,手写数字识别之模板匹配法,数字识别之神经网络法及细化算法。-pattern recognition of Offline Character Recognition, including handwritten digital identification Fisher Linear Discriminant. Handwritten identification template matching, digital identi
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:203645
    • 提供者:林晓芸
  1. stdTemplate

    0下载:
  2. 一个学习标准模版的好例子!大学时候老师给的!供大家参考!-a study standard template good example! University teachers to time! For your reference!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9159
    • 提供者:宋聪
  1. C++applicationProgram200

    0下载:
  2. C++应用编程200例--------专为广大学习和使用C++语言的读者设计的,旨在帮助读者更快更有效地掌握C++语言。全书共分4部分,通过大量实例全面系统地介绍了C++语言程序设计的基本概念和方法,主要内容包括:基本运算、数据类型、程序结构、函数、类与对象、预处理指令、文件处理、函数模板、类模板和STL的使用等。 这些是书中的代码 -C Application Programming -------- 200 cases for the majority of the learning and
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:104738
    • 提供者:andy
  1. yuyinshibiedsp

    1下载:
  2. 用DSP实现的一个简单的语音识别系统,只要实现单个词的识别即可,采样率8k,帧长30ms,帧移10ms,系统采样后分帧--端点检测,将检测到的原始语音信号保存下来,基本上一个字在30帧左右,然后提取每帧的LPC参数--将LPC参数转换为LPC倒谱系数,然后利用DTW方法和模板比较.-a brief speech recognition system, as long as the realization of a single word can be identified. 8 k sampli
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:1793
    • 提供者:yautou
  1. capacitor

    0下载:
  2. 讲解如何利用c++环境实现栈的构造,其实也就是模版list的个人定义-c explain how to use the environment to achieve stack structure, in fact, is the template list personal definition
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:16372
    • 提供者:胡波
  1. NEWPL0

    0下载:
  2. PLO模板程序设计,里面包括了源代码,运行的结果,不过没实验报告书-PLO template programming, which includes the source code and operating results, but did not report on experiments
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:450841
    • 提供者:KEVIN
  1. WMGB2005

    0下载:
  2. 管理功能非常强大,在管理中心轻轻一点,让你称心如意 多语言 模板化管理界面,只要你会做一般的网页,你就能让这个留言本的界面完全达到你要的效果 模板在管理中心任你自由选择 可以设留言是否要管理审查后才显示 留言防水功能 不良词语过滤 保留名字不让访问冒用 可以设置禁止IP 管理员可以回复留言 WM标签-management is very strong, and management center lightly, so that you
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:293204
    • 提供者:renjun
  1. DeleteVirus

    0下载:
  2. 单杀病毒模版,查找特定扩展名的文件,搜索特征字节,建立文件列表,并删除 适用于快速传播的单体病毒,只要修改特征字节即可-single template kill the virus, to find out specific extension of the document, search features bytes, document links, and delete applied to the rapid spread of the virus monomer, as long
  3. 所属分类:杀毒

    • 发布日期:2008-10-13
    • 文件大小:3839
    • 提供者:zhaowei
  1. 229

    0下载:
  2. (用户名:admin,密码:admin888,请不要更改,谢谢) 程序说明:本次提供的程序将包含以下核心功能模块: (一)系统参数,包含以下子功能: 系统信息配制、后台用户管理、系统字典设置、上传文件管理、系统日志管理 (二)信息管理,包含以下子功能: 信息类别设置、全部信息管理、后台发布信息、信息回收站管理 (二)会员管理,包含以下子功能: 会员列表、评论管理(此次不提供)、会员组设置、访问IP限制设定 (二)模板管理,功能如下: 添加和管理多套模板,设置前
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:803825
    • 提供者:candy
  1. yher

    0下载:
  2. 分类广告网 1.本程序以冰山信息发布系统为核心. 2.发布的文章生成静态htm文件.首页以及分类页不生成静态,便于实时更新. 3.增加会员系统,会员系统模版借鉴dedecms 4.具体功能请看演示,演示程序和提供的程序完全一致. 5.后台管理:admin admin -a network of classified advertising. The procedures to the tip of the information dissemination sy
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:893310
    • 提供者:candy
  1. Emlog2.2.0

    0下载:
  2. Emlog2.2.0 功能介绍 + 采用了模版技术,能让网站在瞬间改变样式 + Emlog附带模版(如果你不喜欢附带模板,可自已制作模片) + 多附件上传功能,每篇日志可以附加多个附件,并可以删除增加附件 + 支持引用通告(trackback)接受发送和管理 + 支持tag标签分类功能 + 支持RSS日志订阅功能 + 数据库备份/恢复功能 + 访问量统计 + 采用文本缓冲技术,减少查询
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:336553
    • 提供者:jing
« 1 23 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com