搜索资源列表

  1. Reversible_Jump_MCMC_Bayesian_Model_Selection

    0下载:
  2. This demo nstrates the use of the reversible jump MCMC algorithm for neural networks. It uses a hierarchical full Bayesian model for neural networks. This model treats the model dimension (number of neurons), model param
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:340.61kb
    • 提供者:晨间
  1. 2262

    0下载:
  2. 北京大学ACM比赛题目 In 1742, Christian Goldbach, a German amateur mathematician, sent a letter to Leonhard Euler in which he made the following conjecture: Every even number greater than 4 can be written as the sum of
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1.9kb
    • 提供者:pengfam
  1. 回文数的形成

    0下载:
  2. 任取一个十进制整数,将其倒过来后与原来的整数相加,得 到一个新的整数后重复以上步聚,则最终可得到一个回文数。请 编程验证。 *问题分析与算法设计 回文数的这一形成规则目前还属于一个猜想,尚未得到数学 上的证明。有些回文数要经历上百个步聚才能获得。这里通过编 程验证。-Ren take a decimal integer, will be reversed after its origin
  3. 所属分类:其他小程序

    • 发布日期:2024-11-29
    • 文件大小:1kb
    • 提供者:姚紫欣
  1. javagui

    0下载:
  2. web程序设计与动态网页\电子商务网站建设.zip-the most number of web唗chirpy迵She hung rabble-proof email provider昢changchu She rafter fat rub. zip
  3. 所属分类:软件工程

    • 发布日期:2024-11-29
    • 文件大小:59kb
    • 提供者:萧玲
  1. Reversible_Jump_MCMC_Bayesian_Model_Selection

    0下载:
  2. This demo nstrates the use of the reversible jump MCMC algorithm for neural networks. It uses a hierarchical full Bayesian model for neural networks. This model treats the model dimension (number of neurons), model param
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-29
    • 文件大小:340kb
    • 提供者:晨间
  1. 2262

    0下载:
  2. 北京大学ACM比赛题目 In 1742, Christian Goldbach, a German amateur mathematician, sent a letter to Leonhard Euler in which he made the following conjecture: Every even number greater than 4 can be written as the sum of
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-29
    • 文件大小:2kb
    • 提供者:pengfam
  1. Catalanandmaze

    0下载:
  2. 产生Catalan数,火车调度的所有排列,以及证明排列的正确性. 迷宫算法.-produces Catalan number, and all permutation in train dispatch, and of course including the proof. maze algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-11-29
    • 文件大小:2kb
    • 提供者:youguiyan
  1. MicrosoftCertificationExamGuide

    0下载:
  2. 微软认证考试教程- 微软认证是微软公司设立的推广微软技术,培养系统网络管理和应用开发人才的完整技术金字塔证书体系,在全世界90多个国家认可有效,并且可以作为薪资职位变迁的有效证明,公司资质实力证明和移民加分等多项益处!-Microsoft Certification Exam Guide- Microsoft Certified Microsoft set up to promote Microsoft technology, cult
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-11-29
    • 文件大小:512kb
    • 提供者:Dell
  1. digitalrecognitionsystem

    0下载:
  2. 数字识别系统,本程序用C++ 语言编程实现,主要应用于交通系统中的数字识别,实验证明对于不太复杂的数字检测效果较好。-Digital identification system, the procedures used C++ language programming, mainly used in the digital transport system identification, experimental proof of th
  3. 所属分类:图形/文字识别

    • 发布日期:2024-11-29
    • 文件大小:3.03mb
    • 提供者:jiayudu
  1. GuessNum

    0下载:
  2. 模拟“文曲星”上的“猜数字”游戏。 电脑随机出0到9四个相不相同的数字,然后玩家猜。 数字和位置都对,标记为A。数字对,但位置不对,标记为B。 如果猜测的结果为,4A0B,即玩家四个数字都猜对,赢得游戏。 玩家一共有八次机会猜测,虽无严格证明,但掌握规律的话,一般八次都可以猜对。 这是一种煅炼玩家逻辑判断力的游戏,很有趣。 -Simulation " Wen Quxing" on t
  3. 所属分类:游戏

    • 发布日期:2024-11-29
    • 文件大小:39kb
    • 提供者:icbm
  1. Simple_MinCut

    0下载:
  2. Abstract. We present an algorithm for finding the minimum cut of an undirected edge-weighted graph. It is simple in every respect. It has a short and compact descr iption, is easy to implement, and has a surprisingly
  3. 所属分类:图形图象

    • 发布日期:2024-11-29
    • 文件大小:2kb
    • 提供者:Daniel
  1. html

    0下载:
  2. 1. 设计并编码实现“用户注册”功能,要求用户名不能重复,要求有客户端验证过程,即检查用户名、密码和密码确认不能为空,以及密码和密码确认是否一致。 2. 设计并编码实现“用户登录”功能,要求登录成功后显示该用户上次登录的相关信息(登录次数,最后登录时间和最后登录IP),并更新登录次数、最后登录时间和最后登录IP三个字段为本次登录的信息;要求有客户端验证的过程,即检查用户名、密码是否为空。 3. 设计并编码实现“用户数据列表”功能
  3. 所属分类:其他小程序

    • 发布日期:2024-11-29
    • 文件大小:636kb
    • 提供者:苏灿
  1. suijishuduqu

    0下载:
  2. 使用labview编写的随机数程序,经过印证,可用,与大家一起交流-Labview prepared using the random number procedure, after the proof, available, and sharing with everyone
  3. 所属分类:其他小程序

    • 发布日期:2024-11-29
    • 文件大小:7kb
    • 提供者:liulu
  1. gdbhecx

    0下载:
  2. 哥德巴赫猜想,输入任意一个大于6的偶数,证明这个数可以由两个素数表示-Goldbach s guess, input any more than a 6, proof this number can be even by two primes said
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-11-29
    • 文件大小:415kb
    • 提供者:冷风
  1. rjMCMCsa

    1下载:
  2. 可逆跳跃马尔科夫蒙特卡洛贝叶斯模型选择,主要用于神经网络-Reversible Jump MCMC Bayesian Model Selection This demo demonstrates the use of the reversible jump MCMC algorithm for neural networks. It uses a hierarchical full Bayesian model for neural
  3. 所属分类:matlab例程

    • 发布日期:2024-11-29
    • 文件大小:17kb
    • 提供者:gaofei
  1. 123

    0下载:
  2. 提出了一种解非线性方程组的神经网络模型,并在非线性方程组有惟一实根、有限个实根以及无穷多个实根情形下严格地证明了该模型的稳定性-Neural network model, a solution of nonlinear equations and nonlinear equations only real roots, a finite number of real roots, and an infinite number of re
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-29
    • 文件大小:20kb
    • 提供者:孙丹平
  1. shexingjuzheng

    0下载:
  2. 蛇形矩阵。输入矩阵的行或者列的数后,就会自动的显示出蛇形举证-Snake-like matrix. Input matrix row or column number, it will automatically display the snake-proof
  3. 所属分类:Windows编程

    • 发布日期:2024-11-29
    • 文件大小:172kb
    • 提供者:孙涛
  1. fwkey

    0下载:
  2. 1、系统采用ASP+ACCESS(SQL两种版本均有)+FSO构建!采用防SQL注入,防爆库 等暴力攻击或破解。 2、前台自动记录IP,当输入三次错误的防伪码时自动封锁IP! 3、一个防伪码正确查询三次后自动停止再查询! 4、防伪码查询输入框仿微软序列号输入框,每框四个字符超过自动跳到下一框! 规定只能输入数字和字母,输入其它字符自动弹出提示窗口。-1, the system uses
  3. 所属分类:Web服务器

    • 发布日期:2024-11-29
    • 文件大小:552kb
    • 提供者:hphxp
  1. HeadCounter-master

    0下载:
  2. head-counterThis was a proof of concept but two people starred it. Now its going to become a library :) -# ofxHeadCount Counts the number of people walking in or out of an entrace over time. Each count is timestamped
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-11-29
    • 文件大小:112kb
    • 提供者:big
  1. 浮点数运算

    1下载:
  2. 浮点数的表示与算术运算算法分析,要求理论推导与程序模拟。 算术运算包括字符串到浮点数、浮点数到字符串的转换,加、减、乘、除四则运算等。要有说明文档,包括算法证明、程序框图、使用方法、特殊处理(溢出、数位扩展)、实例分析等等。字符串转换可能稍难。 typedef unsigned int dwrd; #32-bit char* ftoa(dwrd); dwrd atof(char*); dwrd fadd(dwrd, dwrd)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-29
    • 文件大小:535kb
    • 提供者:游哉

源码中国 www.ymcn.org