登录
首页 » 软件系统 » 本文档为英特尔处理器,第一卷。它包含详细…

本文档为英特尔处理器,第一卷。它包含详细…

于 2022-01-23 发布 文件大小:2.38 MB
0 166
下载积分: 2 下载次数: 1

代码说明:

this the documentation for intel processors, first volume. it contains detailed specification and instrucion set - for hardcore programers on assembly-this is the documentation for intel processors, first volume. it contains detailed specification and instrucion set- for hardcore programers on assembly

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 摘要 : 在 MAT LAB环境下利用语音工具箱 Voice Box实现基于连续概率密度隐含马尔科夫模型的汉语语音识别。在 实时录音的情况下 , 利用该...
    摘要 : 在 MAT LAB环境下利用语音工具箱 Voice Box实现基于连续概率密度隐含马尔科夫模型的汉语语音识别系统。在 实时录音的情况下 , 利用该语音识别系统 , 不同的人对 20条 2~8个字的语音命令进行识别 , 准确率可达到 95 % , 识别时间 115~3 s , 实现了小词汇量连续语音的非特定人的实时识别。-Abstract: In the circumstances the use of MAT LAB toolbox Voice Box Voice realize implied probability density based on continuous Markov model of Chinese speech recognition system. In real-time recording, the use of the voice recognition systems, different people on the 20 2 ~ 8-word voice command recognition accuracy rate can reach 95 percent, identify the time 115 ~ 3 s, the realization of a small vocabulary continuous voice of the non-specific real-time identification of people.
    2023-02-09 21:00:04下载
    积分:1
  • GNU Make Manual (Chinese translation edition) At present, although there are a n...
    GNU Make 使用手册(中译版)目前,在网上虽然有一些著作,但都不能全面的解释Linux源代码中各级的Makefile文件,因此本人认真阅读了GNU Make 使用手册(3.79)版原文,在此基础上翻译了该手册,以满足对Linux源代码有兴趣或者希望采用GCC编写程序但对缺乏GNU Make全面了解之人士的需要。-GNU Make Manual (Chinese translation edition) At present, although there are a number of online books, but they should not fully explain the Linux source code at all levels of Makefile files, so I carefully read the GNU Make Manual (3.79) version of the original text, in Based on this translation of the manual, to meet the demand for Linux source code are interested in or wish to adopt GCC programming GNU Make but the lack of a comprehensive understanding of the needs of people.
    2022-03-17 08:35:51下载
    积分:1
  • Hotel management system (three
    酒店管理系统(三层开发)源码 管理员的功能: 客房类型管理(编辑房间类型、删除房间类型、增加房间类型)、客房信息管理(编辑房间信息、删除房间信息、增加房间信息)、用户预订管理(对用户的档案进行操作、用户接待进行管理)。 -Hotel management system (three-tier development) source administrator features: Room type management (editing room type, delete the room type, increase the room type), Room information management (editing room information, delete the room information, and increase room information), the user Reservations Management (on the user
    2022-03-22 14:52:21下载
    积分:1
  • 2023-02-11 14:15:03下载
    积分:1
  • 专业Linux编程
    professional linux programming
    2022-11-20 07:25:03下载
    积分:1
  • 数据结构课程中的一次课程设计,还上台讲解过的.
    数据结构课程中的一次课程设计,还上台讲解过的.-Data structure course in a curriculum design, but also office explained before.
    2022-03-04 02:32:06下载
    积分:1
  • 心报警v 1.0.0。开发
    Heart Alarm System v 1.0.0. was developed as healthcare communications application and emergency alert/ notification system. This is "call center" with features: -maintenance pacient s and doctor s information, with editing and storing abilities -encryption and security abilities -viewing, searching and removing ecgs from FTP server(FileZilla only tested fully working) and locally -getting online emergency alerts -autoupdate (temporarily disabled in source, see update.txt as example script for explanations) missed features: -ecg analysis -providing dynamically updated offline database The project was written in C# and compiled under MS VS 2008. Use sklif.sql MYSQL script to create database.-Heart Alarm System v 1.0.0. was developed as healthcare communications application and emergency alert/ notification system. This is "call center" with features: -maintenance pacient s and doctor s information, with editing and storing abilities
    2022-01-25 15:10:26下载
    积分:1
  • 嵌入式应用工程师借用计算机专家创建的C语言,使嵌入式应用得以飞速发展,而MISRAC是嵌入式应用工程师对C语言嵌入式应用做 出的贡献。如今MISRA...
    嵌入式系统应用工程师借用计算机专家创建的C语言,使嵌入式系统应用得以飞速发展,而MISRAC是嵌入式系统应用工程师对C语言嵌入式应用做 出的贡献。如今MISRA C已经被越来越多的企业接受,成为用于嵌入式系统的C语言标准,特别是对安全性要求极高的嵌入式系统,软件应符合MISRA标准。 本文由清华嵌入式系统研究专家,邵贝贝教授领衔执笔,分六讲,跟读者一起学习MISRAC。 第一讲:“‘安全第一’的C语言编程规范”,简述MISRAC的概况。   第二讲:“跨越数据类型的重重陷阱”,介绍规范的数据定义和操作方式,重点在隐式数据类型转换中的问题。   第三讲:“指针、结构体、联合体的安全规范”,解析如何安全而高效地应用指针、结构体和联合体。   第四讲:“防范表达式的失控”,剖析MISRAC中关于表达式、函数声明和定义等的不良使用习惯,最大限度地减小各类潜在错误。   第五讲:“准确的程序流控制”,表述C语言中控制表达式和程序流控制的规范做法。   第六讲:“构建安全的编译环境”,讲解与编译器相关的规范编写方式,避免来自编译器的隐患。 希望大家喜欢。 -embedded system engineers use computer experts created by the C language, Embedded systems make application to rapid development MISRAC which is embedded system engineers from the C language embedded application made contributions. Now MISRA C has been more and more enterprises are accepted as for embedded system in C language standard, especially for high security requirements of embedded systems, software should comply with MISRA standards. This paper from Qinghua embedded systems, an expert P
    2022-12-14 09:20:03下载
    积分:1
  • 某公司的程序设计问题,有兴趣的同学可以拿来练练啊!
    某公司的程序设计问题,有兴趣的同学可以拿来练练啊!-VC++ found Jobs!easy!
    2023-05-25 20:30:03下载
    积分:1
  • Combination of AODV routing protocol describes how in the ns
    结合AODV路由协议介绍了如何在ns-2.30下实现双信道的方法。-Combination of AODV routing protocol describes how in the ns-2.30 under the dual-channel approach.
    2022-03-18 11:14:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载