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

搜索资源列表

  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. stop2

    0下载:
  2. 基于QMCL语言编写的用于异步主轴伺服定位的用户程序,主要是在机床上运用。是运动控制这一方面的程序 -The QMCL language is used for asynchronous spindle servo positioning based on user program, is mainly used in machine tool. It is this aspect of the motion control program
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:5148
    • 提供者:guocongjian
  1. vendingmachine_verilog

    0下载:
  2. This file is solution of project that can make vending machine in language of verilog (also can be activated in altera cyclone2 board)
  3. 所属分类:Project Design

    • 发布日期:2017-05-02
    • 文件大小:610006
    • 提供者:eunkoo
  1. guess_number

    0下载:
  2. haskell实现的经典的猜数字游戏,猜一个四位数字,每猜一次数字返回A*B*表示猜中的数字和位置猜中的数字,本算法保证不超过8次,且不利用任何的筛选机制(意味着内存消耗几乎为0),经本机测试,猜出0123到9876(四位数字不相同),naive算法的时间最快为10到20分钟,此算法采用数学计算,只需0.5秒,恩,函数式语言设计,恩,就是你想找的。-haskell achieve classic guessing game, guess a four-digit number, each dig
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2412
    • 提供者:董亮
  1. usc-android-sdk_v1.3.23

    0下载:
  2. 语音识别技术(Auto Speech Recognize,ASR),是让机器能够“听懂”人类的语言,然后将语音转化成文字。此处分享的云知声语音识别sdk,下载后可以直接使用-Voice recognition technology (Auto Speech Recognize, ASR), is to let the machine can understand human language, and then the voice into text. Share cloud here kn
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-08
    • 文件大小:1608232
    • 提供者:sheraint
  1. treePlotter

    1下载:
  2. 用python语言写的一个分类算法,用于树绘图,机器学习算法-Python language written with a classification algorithm for tree drawing, machine learning algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1024
    • 提供者:王铭航
  1. Gauss-Seidel

    0下载:
  2. 计算机语言c++编程上机用高斯消去解方程组-Computer programming language used on the machine Gaussian elimination
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:150923
    • 提供者:欧阳华
  1. ATM

    0下载:
  2. 在Ubuntu下用C++语言实现的 “ATM自动存取款机系统”,可以实现用户开户、销户、存款、取款、查询余额、转账等操作,可供初学者作参考所用。-In Ubuntu with C++ language of " ATM Automatic Teller Machine System" , the user can open an account, cancel the account, deposits, withdrawals, balance inquiries, trans
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:65501
    • 提供者:Jason
  1. NiuTrans0.1.0alphasrc

    0下载:
  2. NiuTrans统计机器翻译开源系统由东北大学自然语言处理实验室开发。该系统使用C++/C编程语言进行编码,具有运行速度快、使用内存少等优点-NiuTrans statistical machine translation source system by natural language processing lab of Northeastern University development. The system uses the C++/C programming language co
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-05-04
    • 文件大小:2104320
    • 提供者:王亮
  1. cSharp

    0下载:
  2. / *** *** *** *** *** *** ** / 1.程序代码基于C# 语言 2.IDE:Visul Studio2010 .net4.0 3.打开ChatServer文件夹下的 sln文件即可 / **************************************** 1.若将服务器部署到网络上,服务器地址对应广域网的ip 2.本地机器上运行 服务器地址填 127.0.0.1即可-/ *************
  3. 所属分类:CSharp

    • 发布日期:2017-03-22
    • 文件大小:120603
    • 提供者:kunge
  1. getTheMachineCodeOfTheCharacters

    0下载:
  2. 该程序是用c#语言写的一个小工具,输入汉字后可以获取该汉字的机内码-This procedure is used c# language to write a small tool that can get the machine code of the characters after the input of Chinese characters
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:47425
    • 提供者:李静
  1. NG

    0下载:
  2. 猜数字游戏的简单C语言程序 电脑提供一个4位数字,并且每位数字互不相同。 玩家输入一个同类4位数字进行猜测。 电脑将根据玩家输入的数字显示XAXB。 A前面的数字代表数字正确位置也正确的数字的个数。 B前面的数字代表数字正确但是位置不正确的数字的个数。 每局游戏玩家有10次机会。猜中或机会用尽将游戏结束。 该程序简单实现了人机对战,双人对战。 编译器为DEVC++。-Guessing game simple C language program computer
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-07
    • 文件大小:1477348
    • 提供者:Vic
  1. pcb-gcode-3.6.0.4

    0下载:
  2. Pcb gcode is a User Language Program (ULP) for EAGLE PCB design software produced by CadSoft. Pcb-gcode allows one to make printed circuit boards by using a CNC router or milling machine to cut the traces out of the copper on the board. It also p
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:2713585
    • 提供者:chebynat
  1. LAMP-LED

    0下载:
  2. 使用VHDL语言中的状态机实现了一个多功能的跑马灯,为状态机的学习提供了一个很好的示例-Example using VHDL language state machine implements a versatile marquees for state machine learning provides a good
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-26
    • 文件大小:215989
    • 提供者:费时
  1. conversion-is-very-powerful

    0下载:
  2. 易语言程序 易语言模块源码 在线翻译机 能狗中文和英文各国的语言转换非常强大-Easy language program easy language module source code online translation machine dog Chinese and English countries language conversion is very powerful
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:10199
    • 提供者:zhang
  1. AndroidWithMCU

    0下载:
  2. 此压缩包包含啦一个项目所具有的所有源码,实现啦Android手机通过蓝牙和单片机通信,上位机用java语言书写,下位机用c语言书写,赶来下载吧-This archive contains a project it has all of the source code, it Android phone via Bluetooth and microcontroller communicates with the host computer language written in java, th
  3. 所属分类:SCM

    • 发布日期:2017-05-21
    • 文件大小:6109576
    • 提供者:熊家余
  1. ZNJJ

    0下载:
  2. 控制核心采用8位廉价51系列单片机完成系统信号分析、密码管理、人机对话以及相应控制。 2. 采用DTMF专用芯片集解码的MT8870芯片进行DTMF信号的解码。 3. 语言提示电路:电话远程控制系统利用语音进行人机交流。语音提示电路采用美国ISD公司出品的新型600段单片优质语音录放电路ISD2500,完成语言提示部分电路设计 。 -The control core uses 8 bit cheap 51 Series MCU to complete the system sign
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:6018
    • 提供者:陈亮
  1. qipuhuatu

    0下载:
  2. 用java语言画的棋谱,源代码,适合入门学习, 深入的人机下棋对弈算法没有实现,先要深入的可以自己查找,有简单的下棋功能-In the Java language of chip, source code, suitable for study entry, In-depth man-machine chess game algorithm is not implemented, the first in-depth can find ourselves, have simple che
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:14039
    • 提供者:刘勇
  1. Windows

    0下载:
  2. 显示Windows系统的版本, 补丁号, 机器类型, 语言, user与计算机名称, 还有处理器之类的模块没有完成-Display version, patch number, machine type, language, user and computer name, and processor modules like Windows system is not completed
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-26
    • 文件大小:242843
    • 提供者:朱先生
  1. doubleMCUsendreceive

    0下载:
  2. 基于51单片机的双向通信实验,内含完整的proteous仿真电路图以及C语言源程序,甲机和乙机可以向对方发送或接受数据-Based on 51 single-chip bidirectional communication experiment, containing a complete circuit simulation proteous and C language source code, A and B machine can send or receive data to each
  3. 所属分类:SCM

    • 发布日期:2017-04-28
    • 文件大小:78026
    • 提供者:duxiaokang
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com