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

搜索资源列表

  1. The-state-machine

    0下载:
  2. 本文的重点就在于,怎样利用状态机原理进行程序设计。本文会先给出普通 的、一个平面上的FSM(有限状态机)的概念和实例,并指出其中的一些缺点, 然后引出本文的重点HSM(层次状态机)的概念和设计方法。为了使本文既可以 作为设计方法的参考,又可以作为实现方法的参考,本文会给出FSM和HSM的 C语言实现-The focus of this article is that, and how to make use of the principle of the state machin
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:194988
    • 提供者:wu
  1. step-machine

    0下载:
  2. fpga课程设计中的步进电机简易编程代码,VHDL语言。-FPGA curriculum design stepper motor simple programming code, VHDL language.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-12
    • 文件大小:120784
    • 提供者:hanmin
  1. Vending-machine

    0下载:
  2. 使用verilog语言编写的自动售货机按钮,可以实现简单的售货功能-Vending machines using Verilog language button, you can achieve a simple function of goods sold
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:622043
    • 提供者:刘嘉睿
  1. Dual-machine-communications

    0下载:
  2. 双机通讯功能的设计,用51单片机,c语言编写,要实现这功能,必须要两个板进行通信 只要把,两个板的10和11脚对调接就行-Dual communication design, with 51, c language, to achieve this functionality, we must communicate as long as the two plates, two plates 10 and 11 feet on the line swap meet
  3. 所属分类:SCM

    • 发布日期:2017-11-20
    • 文件大小:16841
    • 提供者:史冠超
  1. ticket-machine

    0下载:
  2. 一个简单的课题,使用C++语言开发的,MVC模式设计,使用工厂模式设计数据的存储和访问方式。是为某公司面试时开发的代码。-A simple task, using C++ language development, MVC pattern design, use the factory pattern design data storage and access. Interview for a company code developed.
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:182647
    • 提供者:game
  1. machine-learning-2

    0下载:
  2. 机器学习算法之C4.5与CART,经典的机器学习的外文资料,该资料描述详细,便于大家的学习。-The machine learning algorithm C4.5 and CART, the classical machine learning foreign language information, the information described in detail, easy to learn from everyone.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:727065
    • 提供者:zhongrui
  1. machine-learning-3

    0下载:
  2. 机器学习算法之EM与K-MEANS,经典的机器学习的外文资料,该资料描述详细,便于大家的学习。-The EM machine learning algorithms with K-MEANS, classical machine learning foreign language information, the information described in detail, easy to learn from everyone.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:1154494
    • 提供者:zhongrui
  1. machine-learning-4

    0下载:
  2. 机器学习算法之KNN与PageRank,经典的机器学习的外文资料,该资料描述详细,便于大家的学习。-The KNN machine learning algorithm and PageRank, classical machine learning foreign language information, the information described in detail, easy to learn from everyone.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:677021
    • 提供者:zhongrui
  1. machine-learning-5

    0下载:
  2. 机器学习算法之SVM与朴素贝叶斯,经典的机器学习的外文资料,该资料描述详细,便于大家的学习。-Machine learning algorithms of SVM and Naive Bayes, classical machine learning foreign language information, the information described in detail, easy to learn from everyone.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:595029
    • 提供者:zhongrui
  1. c-language-Applications-examples

    0下载:
  2. C语言编程的应用实例代码,模拟ATM(自动柜员机)界面,用二维数组实现矩阵转置等多项内容C language programming code for an application example, simulation ATM (automated teller machine) interface, with two-dimensional array to achieve a number of content such as matrix transpose-C language pro
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:45688
    • 提供者:cklyandre
  1. Classification

    0下载:
  2. 实现了多种机器语言算法,包括Adaboost、SVM-Achieve a variety of machine language algorithms, including Adaboost, SVM, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-05-28
    • 文件大小:10894910
    • 提供者:lsj
  1. Compiler-Principle-2

    0下载:
  2. 编译器就是将“高级语言”翻译为“机器语言(低级语言)”的程序。一个现代编译器的主要工作流程:源代码 (source code) → 预处理器 (preprocessor) → 编译器 (compiler) → 目标代码 (object code) → 链接器 (Linker) → 可执行程序 (executables)-The compiler is to " high-level language," translated as " machine language
  3. 所属分类:Driver develop

    • 发布日期:2017-06-16
    • 文件大小:25329664
    • 提供者:陈宁
  1. WASHING-MACHINE-2012Verilog

    0下载:
  2. Verilog语言编写的自动洗衣机控制程序,数字系统课程设计-Verilog language automatic washing machine control program, digital systems curriculum design
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:177630
    • 提供者:wuhuayang
  1. assembly-language

    0下载:
  2. 基于汇编,51单片机的自动售货机设计,三种商品,三种价格,包含proteus仿真。-Based on the compilation, 51 vending machine design, three commodities, three price includes proteus simulation.
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:70472
    • 提供者:李凯
  1. matlab

    4下载:
  2. 数值方法(MATLAB版)第四版的上机答案 语言是matlab 一般每个题目一个文件夹 主程序一般为main文件-Numerical methods (MATLAB version) fourth edition of the machine language is the answer to every problem a general matlab folder as the main file main general
  3. 所属分类:matlab例程

    • 发布日期:2013-12-03
    • 文件大小:76465
    • 提供者:马致远
  1. BeansContainer

    0下载:
  2. 豆机,也称为梅花瓶或高尔顿瓶,它是一个用来做统计实验的装备,是用英 国科学家瑟弗兰克斯高尔顿的名字命名的。此处是对豆机问题的一种java语言解法;-Bean machine, also known as Galton plum vase or bottle, it is a statistical test of the equipment used to do, is to use British scientists Serfaus Lankers Galton named. Here is
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:27714
    • 提供者:miette·miao
  1. Machine-Learning-in-Action

    0下载:
  2. 机器学习实战的英文版 实现语言为python 包含多种机器学习算法-The English version of machine learning practical implementation language for python contains a variety of machine learning algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-21
    • 文件大小:6458750
    • 提供者:王可
  1. 2012Huawei-R-a-D-machine-test

    0下载:
  2. 2012年华为校园招聘研发类岗位机考题目及详细答案,C语言类程序。-2012 Love for the development of campus recruiting class positions machine test questions and detailed answers, C language class program.
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:31385
    • 提供者:赵栀焱
  1. machine-network-voice

    0下载:
  2. C语言源码![局域网网络语音传输]局域网内的所有机器都应该能够收到广播语音-C language source code! [all] machine network voice transmission in local area network should be able to receive radio voice
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-30
    • 文件大小:10099
    • 提供者:shezhiqun
  1. voice-intercom-call-machine

    0下载:
  2. C语言源码![局域网网络语音传输]语音对讲呼叫机,被叫端,被动接收呼叫为呼叫端,主动发起...编译环境 c语言编写-C language source code! [LAN voice transmission] voice intercom call machine, called side, passive receiving calls to the call end, initiated the compiler environment c language...
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-31
    • 文件大小:907365
    • 提供者:shezhiqun
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com