CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - Machine.Learning

搜索资源列表

  1. 汇编语言虚拟机

    1下载:
  2. 本软件实现了汇编语言级虚拟机的模拟,可以当作一个简易的汇编工具使用,同时又演示了CPU的工作过程,对于学习计算机组成原理和汇编语言是有一定帮助的-the assembly language level virtual machine simulation and can be used as a simple compilation of the use of tools, but also demonstrated the CPU process, learning theory and co
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:232656
    • 提供者:叶靥
  1. C51CrossLight

    0下载:
  2. 1.设计一个交通灯控制器。 2.利用学习机上的发光二极管,设定东、南、西、北4个方向,各3个灯(红、黄、绿)。交通灯控制器正常工作时,南北方向红灯亮3秒,黄灯闪2秒,绿灯亮3秒,以此类推。东西方向绿灯亮3秒,黄灯闪2秒,红灯亮3秒,以此类推。 3.设定两个紧急按钮,一个控制南北灯,一个控制东西灯。当按下相应的紧急键时,其控制方向的交通灯亮绿灯,其他方向的交通灯亮红灯,至自控键松开,恢复正常交通控制。 -1. Design of a traffic light controller.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:10492
    • 提供者:wangpeng
  1. ASM

    0下载:
  2. 该软件包中包括了比较经典了几个汇编程序,如进制的装换,数据的输入输出,排序,等等。而且这些程序都是上机调试通过的,是初学汇编语言的理想资料-The package included a comparison of several classic compilation procedures, such as the band s equipment for data input and output, sorting, and so on. And that these procedures a
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:5293
    • 提供者:杨光
  1. assemblelanguage

    0下载:
  2. 汇编是比较底层的编程语言,比较接近机器语言,学习之后对机器的底层运行会有更近一步的了解。-Compilation is relatively low-level programming language closer to machine language, learning to run after the bottom of the machine will be one step closer to understanding.
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:104308
    • 提供者:zt
  1. 75448174dianziqin

    0下载:
  2. 汇编电子琴的源程序 很好的学习的资源 在我的pc机上使用过了 很好用的欢迎你下载 记得评分-Compilation of electronic organs, a good source of learning resources in my pc a good used machine with a welcome to remember the score you download
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:3279
    • 提供者:一叶漂
  1. shangjizhidao

    0下载:
  2. 这是我学习汇编语言的上机指导内容,愿与学习汇编的高手们共分享-This is my last machine learning assembly language guide content, willing to learn from a master who share a compilation of
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:17354
    • 提供者:jerry browm
  1. lwkz

    1下载:
  2. 设计制作和调试一个由工业控制机控制的温度测控系统。通过这个过程学习温度的采样方法,A/D变换方法以及数字滤波的方法。通过时间过程掌握温度的几种控制方式,了解利用计算机进行自动控制的系统结构。-Temperature measurement and control system design and debugging control of an industrial control machine Systems. Learning through this process, the tem
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:8335
    • 提供者:chen
  1. perception

    0下载:
  2. 感知机学习的源代码,希望能对大家有学习上的帮助!-Perception of the source code of machine learning, we hope to help learning!
  3. 所属分类:assembly language

    • 发布日期:2017-11-19
    • 文件大小:527
    • 提供者:杨季
  1. perception-training

    0下载:
  2. 感知机学习的源代码,希望能对大家有学习上的帮助!-Perception of the source code of machine learning, we hope to help learning!
  3. 所属分类:assembly language

    • 发布日期:2017-11-13
    • 文件大小:536
    • 提供者:杨季
  1. svm

    0下载:
  2. 支持向量机模型用于预测分析效果显著,它在解决小样本、非线性及高维模式识别中表现出许多特有的优势,并能够推广应用到函数拟合等其他机器学习问题中-Support vector machine model is used to predict significant effect in solving small sample, nonlinear and high dimensional pattern recognition exhibit many unique advantages, and
  3. 所属分类:assembly language

    • 发布日期:2017-11-19
    • 文件大小:549
    • 提供者:伊燕平
  1. DUMP

    1下载:
  2. 裕兴学习机DUMP软件源码-Yù xīng xuéxí jī DUMP ruǎnjiàn yuánmǎYuxing learning machine DUMP source software
  3. 所属分类:assembly language

    • 发布日期:2015-02-09
    • 文件大小:35840
    • 提供者:kygs
  1. ganzhiqisuanfa

    0下载:
  2. 介绍感知器学习算法及其变种,给出各种感知器算法的伪代码,指出各种算法的优点。给出感知器算法在线性可分和线性不可分 情况下的误差界定理,讨论各种感知器学习算法的误差界理论,给出各种算法的误差界。介绍感知器学习算法在在线优化场景、强化学习 场景和赌博机算法中的应用,并对未解决的问题进行讨论。-The perceptron learning algorithm and its variants, pseudo code is given a variety of perceptron algo
  3. 所属分类:assembly language

    • 发布日期:2017-05-03
    • 文件大小:1153584
    • 提供者:罗安飞
  1. C51-dual-machine-communication

    0下载:
  2. c51单片机之间的双机通讯,适合新手去初步认知学习-c51-machine communication between the microcontroller, suitable for novice to preliminary cognitive learning
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:1499
    • 提供者:李小佳
  1. Machine-Learning

    0下载:
  2. Machine Learning candidate elimination
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:3787
    • 提供者:Phenom
  1. VB003

    0下载:
  2. 利用VB实现excel作业的机器阅卷,这不但能减轻教师批改作业的负担,更重要的是让学生自己也能批改作业,及时知道问题所在,从而培养学生的自学能力,应该说这也是非常重要的。-Use VB excel scoring machine operations, which not only can reduce the burden on teachers correcting homework, more important is to let the students themselves can
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:30056
    • 提供者:lfj
  1. elm2

    0下载:
  2. 极限学习机(Extreme Learning Machine,ELM),该算法随机产生输入层与隐含层间的连接权值及隐含层神经元的阈值,且在训练过程中无需调整,只需要设置隐含层神经元的个数,便可以获得唯一的最优解。与传统的训练方法相比,该方法具有学习速度快、泛化性能好等优点-Extreme Learning Machine regression and classification, introduce a new algorithm for SLFN- Extreme Learning Mach
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:3160
    • 提供者:rentingting
  1. image-segment

    1下载:
  2. 这是用ELM(极限学习机)做的关于图像识别的分类实验,有数据,有程序,有训练时间,测试时间和精度-It is used ELM (Extreme Learning Machine) to do experiments on the classification of image recognition, has data, procedures, training time, test time and accuracy
  3. 所属分类:assembly language

    • 发布日期:2017-04-26
    • 文件大小:117804
    • 提供者:rentingting
  1. PC_start

    0下载:
  2. 最简单的PC启动程序,中文汇编编写,用习语言中汇.exe编译。包内以附汇编器,执行批处理即可编译,生成软盘映像文件,随便找个虚拟机就可启动。内有详细说明,是学习x86汇编的入门好资料.-The most simple PC start procedures, written in assembly Chinese, compiled with.Exe language learning in the. The bag attached to the assembler, compiler can
  3. 所属分类:assembly language

    • 发布日期:2017-04-26
    • 文件大小:462186
    • 提供者:zzz
  1. OS-ELM

    1下载:
  2. 极限学习机(extreme learning machine)ELM是一种简单易用、有效的单隐层前馈神经网络SLFNs学习算法。2004年由南洋理工大学黄广斌副教授提出。传统的神经网络学习算法(如BP算法)需要人为设置大量的网络训练参数,并且很容易产生局部最优解。极限学习机只需要设置网络的隐层节点个数,在算法执行过程中不需要调整网络的输入权值以及隐元的偏置,并且产生唯一的最优解,因此具有学习速度快且泛化性能好的优点。-ELM extreme learning machine (extreme l
  3. 所属分类:assembly language

    • 发布日期:2017-04-30
    • 文件大小:15778
    • 提供者:jhon
  1. ELM

    0下载:
  2. ELMExtreme Learning Machine
  3. 所属分类:assembly language

    • 发布日期:2017-05-11
    • 文件大小:2431249
    • 提供者:张婷
« 12 »
搜珍网 www.dssz.com