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

搜索资源列表

  1. UWB_Channel_IEEE_802_15_3a

    0下载:
  2. 802.15.3 无线个域网的仿真模型,基于matlab语言实现-802.15.3 WPAN the simulation model, based on the Matlab language
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:11364
    • 提供者:陈飞
  1. HTK-3.0.tar

    3下载:
  2. 用于语音识别,基于HMM模型,用C++语言编写。可用连续语音识别-It is based on HMM Model and developed with C++ which could be used to continuous speech recognition.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:1538942
    • 提供者:吴昊
  1. 用递归解决tsp问题

    0下载:
  2. TSPTM是一种用于经济模型估算和模拟的完整语言。它是一个用于经济估算的世界标准。虽然TSP主要由经济学家开发并发展,但它的设计并没仅把它限制在经济领域。任何由相同变量的重复观测得到的数据,都可用TSP分析-TSPTM is an economic model for estimation and simulation of a complete language. It is an estimate for the world economy standards. Although the T
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:10626
    • 提供者:许桂艳
  1. 2进销存管理系统

    0下载:
  2. 本系统采用Visual C++语言编写,运用软件工程的思想, 采用面向对象分析、设计的方法学完成。通过建立系统的数据库,对象模型、动态模型、功能模型,设计界面窗口,算法结构,函数之间互相调用完成实现系统的功能。-the system using Visual C language, the use of software engineering, object-oriented analysis, the design methodology completed. Through the est
  3. 所属分类:企业管理(财务/ERP/EIP等)

    • 发布日期:2008-10-13
    • 文件大小:667164
    • 提供者:
  1. GreadySnake(MVC)

    0下载:
  2. MVC设计模式早在面向对象语言Smalltalk-80中就被提出并在此后得到业界的广泛接受。它包括三类对象:(1)模型(Model)对象:是应用程序的主体部分。(2)视图(View)对象:是应用程序中负责生成用户界面的部分。(3)控制器(Control)对象:是根据用户的输入,控制用户界面数据显示及更新Model对象状态的部分。本程序尝试用MVC模式制作了一个简单的贪吃蛇游戏。-MVC design patterns in object-oriented language Smalltalk-8
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:38566
    • 提供者:罗鹏魁
  1. LINGO1

    0下载:
  2. LINGO是用来求解线性和非线性优化问题的简易工具。LINGO内置了一种建立最优化模型的语言,可以简便地表达大规模问题,利用LINGO高效的求解器可快速求解并分析结果。-LINGO is used for linear and nonlinear optimization problems of simple tools. LINGO establish a built-in the most optimal model language, making it easy to express l
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:932
    • 提供者:1
  1. maerkefu

    0下载:
  2. 马尔可夫模型的C语言实现,用于语音识别-Markov Model C Language for Speech Recognition
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:15245
    • 提供者:陈世锋
  1. CcodeofHMM

    0下载:
  2. 隐马尔可夫模型的C语言实现,经过测试准确,有要的 快下-Hidden Markov Model C language, the test accurately and quickly to the next
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7844
    • 提供者:zyhdsp
  1. HMM-C-Algorithm

    0下载:
  2. 隐马尔可夫模型的C语言实现,人工智能算法领域的参考资料。-Hidden Markov Model C language, artificial intelligence algorithms field reference.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:8081
    • 提供者:刘数位
  1. nervecellmodel

    0下载:
  2. 这是神经元模型的C语言代码。神经元模型在控制等有着极为重要的应用。-This is the neuron model C language code. Neurons in the control model has a very important application.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1990
    • 提供者:李天鸿
  1. hmm1.0

    0下载:
  2. 这是隐马尔可夫模型的C语言原代码,用户下载时,注意,这些代码都已经调试通过,您只需再重新编译一次,就可以使用了!-This is the hidden Markov model of the original C language code, download, attention, these codes have been adopted debugging, you only need to re-compile time, can use it!
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:15330
    • 提供者:mecen
  1. EM.tar

    0下载:
  2. mixtureEM的模型与及其数据库平台,源代码为Java语言。-mixtureEM the model and its database platform, the source code for Java.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4840
    • 提供者:new
  1. ghmm-0.7.0a.tar

    0下载:
  2. 隐马尔科夫模型及其在语音处理中的应用,这个是GNU提供的算法库,类unix环境,C语言,当前最新版本已经不再提供C++的了。-Hidden Markov Model and the voice processing applications, this is the GNU algorithm library, unix environment category, C language, the current latest version is no longer available in C
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:756779
    • 提供者:zdr
  1. simple_lighting

    0下载:
  2. opengl高级渲染语言可以允许用户自己在shader编程实现自己的光照代码.本代码摈弃了opengl传统的光照编程,在fragment program实现了phone光照模型。vc7.1+opengl2.0-opengl advanced rendering language allows users in shader programming their own illumination code. the code of opengl abandon traditional illumin
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2076001
    • 提供者:王赞纲
  1. modhmmc

    0下载:
  2. 马尔科夫模型的c语言实现,用于生物序列分析的好的参考,和java版本的可互相参考-Markov Model C Language for Biological Sequence Analysis of good reference java and the versions of each another
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:83724
    • 提供者:ok8848
  1. model2

    0下载:
  2. 屋檐的水槽 问题的背景 最优配料问题 摘要 20世纪以来,科学技术得到了飞速发展,数学也在这个发展过程中发挥了它不可替代的作用,同时它自身也得到了空前的发展。由于计算机的迅速发展和普及,大大增强了数学解决现实问题的能力。 我们经常使用模型的思想来认识世界和改造世界,这里的模型是针对原型而言的。模型是人们为一定的目的而对原型进行的一种抽象。而数学模型并不是一个新生事物,很久以来它就伴随在我们身边,可以说有了数学并且要用数学去解决实际问题时就一定要使用数学语言、方法去近似的刻画这
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:14328
    • 提供者:浪子
  1. FourBitsCounter

    0下载:
  2. 四进制计数器模块,使用VHDL语言编写,在ISE8.1中经过测试的模型-quaternary counter module, the use of VHDL language, in which ISE8.1 tested model
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:439993
    • 提供者:萧飒
  1. SuperFast

    0下载:
  2. 用C语言编写的,可以自己演奏,也可以播放自己编写的音乐文件。后者是自己编写歌曲文件,能播放音乐。是一种简单的音乐播放器的模型。-C language, their own performances, can also play their own music files prepared. The latter is preparing its own songs, play music. It is a simple music player models.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:379251
    • 提供者:高泽锋
  1. ccbp

    0下载:
  2. 用c语言建立物理模型 本人和同学大一物理作业-establish himself and the physical model freshman physics students operation
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:240025
    • 提供者:彭令鹏
  1. flare

    0下载:
  2. 这是OPENGL和VC++制作的场景,其中导入了3D模型数据(数据已经转换为\".H\"的C语言形式.-This is OpenGL and VC produced scenes three of them into the D model data (data have been replaced. " H "in the form of C language.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:22197
    • 提供者:六水
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 42 »
搜珍网 www.dssz.com