虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

87

  • 适用于S3C2410的最简ADS1.2工程! 工程中仅包括一个汇编代码

    适用于S3C2410的最简ADS1.2工程! 工程中仅包括一个汇编代码,生成的bin文件仅87字节。可以完成初始化并点亮一个LED灯,您可以这个工程为基础开始2410开发板的熟悉过程。

    标签: S3C2410 ADS 1.2 工程

    上传时间: 2015-05-16

    上传用户:fhzm5658

  • dos下显示汉字

    dos下显示汉字,利用int 15 的87 号功能将字库装载到1m以上内存。

    标签: dos 汉字

    上传时间: 2015-05-20

    上传用户:yimoney

  • This a set of notes I put together for my Computer Architecture class in 1990. Students had a proje

    This a set of notes I put together for my Computer Architecture class in 1990. Students had a project in which they had to model a microprocessor architecture of their choice. They used these notes to learn VHDL. The notes cover the VHDL-87 version of the language. Not all of the language is covered (about 95%). You may use this booklet for your own personal learning purposes. You may not use it for profit (eg, selling copies of it, using it in a course for which people pay, etc). If you want to make use of it beyond these conditions, contact me and we can come to some arrangement.

    标签: Architecture Computer Students together

    上传时间: 2014-01-15

    上传用户:wxhwjf

  • modelsim_se_tutorThis is a set of notes I put together for my Computer Architecture class in 1990.

    modelsim_se_tutorThis is a set of notes I put together for my Computer Architecture class in 1990. Students had a project in which they had to model a microprocessor architecture of their choice. They used these notes to learn VHDL. The notes cover the VHDL-87 version of the language. Not all of the language is covered (about 95%).

    标签: modelsim_se_tutorThis Architecture Computer together

    上传时间: 2015-07-07

    上传用户:xfbs821

  • This is a set of notes I put together for my Computer Architecture class in 1990. Students had a pr

    This is a set of notes I put together for my Computer Architecture class in 1990. Students had a project in which they had to model a microprocessor architecture of their choice. They used these notes to learn VHDL. The notes cover the VHDL-87 version of the language. Not all of the language is covered (about 95%).

    标签: Architecture Computer Students together

    上传时间: 2013-12-26

    上传用户:kelimu

  • 逻辑分析仪 PC发送到单片机的命令共7个字节: 第一字节是触发信号

    逻辑分析仪 PC发送到单片机的命令共7个字节: 第一字节是触发信号,每bit对应一路信号,1为高电平触发,0为低电平触发; 第二字节是触发有效信号,每bit对应一路信号,1为忽略,0为有效; 第三、四字节是采样时间,对应如下: 2us=0x0402,5us=0x0a02,10us=0x1402,10us=0x2802,50us=0x6402,100us=0xc802,200us=0x3203,500us=0x7d03,1ms=0xfa03,2ms=0x7d04,4ms=0xfa04,8ms=0x7d05,16ms=0xfa05; 第五、六字节是一样的,为预触发:8=0%,7=12.5%,6=25%,5=37.5%,4=50%,3=62.5%,2=75%,1=87.5% 第七字节为模式,0=普通模式;1=外部时钟,上升延;2=外部时钟,下降延;3=外部触发,上升延;4=外部触发,下降延;5=静态模式;6没有查到,不知道是什么;7为测试模式的二进制信号;8为测试模式的AA、55;9为测试模式的清零。

    标签: 字节 逻辑分析仪 发送 单片机

    上传时间: 2013-12-12

    上传用户:luke5347

  • CCISP考试指南与导读 CISSP STUDY NOTES FROM CISSP PREP GUIDE 1 DOMAIN 1 – SECURITY MANAGEMENT PRACTICES 2

    CCISP考试指南与导读 CISSP STUDY NOTES FROM CISSP PREP GUIDE 1 DOMAIN 1 – SECURITY MANAGEMENT PRACTICES 2 DOMAIN 2 – ACCESS CONTROL SYSTEMS 7 DOMAIN 3 – TELECOM AND NETWORK SECURITY 13 DOMAIN 4 – CRYPTOGRAPHY 34 DOMAIN 5 – SECURITY ARCHITECTURE AND MODELS 46 DOMAIN 6 – OPERATIONS SECURITY 56 DOMAIN 7 – APPLICATIONS AND SYSTEM DEVELOPMENT 63 DOMAIN 8 – BUSINESS CONTINUITY AND DISASTER RECOVERY PLANNING 70 DOMAIN 9 – LAW, INVESTIGATION AND ETHICS 78 DOMAIN 10 – PHYSICAL SECURITY 87

    标签: CISSP MANAGEMENT PRACTICES SECURITY

    上传时间: 2014-02-13

    上传用户:sy_jiadeyi

  • 硬件平台:开发板创维特jx2410

    硬件平台:开发板创维特jx2410,gps模块HOLUX GR-87,USB转串口线一条。程序是在嵌入式linux操作系统下读串口实现。

    标签: 2410 jx 硬件平台 开发板

    上传时间: 2014-01-12

    上传用户:liglechongchong

  • asp经典源码

    asp经典源码,主要内容:树型菜单 计数器 搜索 上传 动态广告条 访问量统计 asp导航器 提交信息 分页技术 在线投票 同学录 多层目录 留言本 通讯簿 5 网上书店 86 网上购物87 人事管理88 图书管理 89 在线考试 0 聊天室

    标签: asp 源码

    上传时间: 2016-02-13

    上传用户:古谷仁美

  • C语言精彩百例第71-93例 第三篇 常用算法篇 实例71 链表的建立 实例72 链表的基本操作 实例73 队列的应用 实例74 堆栈的应用 实例75 串的应用 实???76 树的基本操

    C语言精彩百例第71-93例 第三篇 常用算法篇 实例71 链表的建立 实例72 链表的基本操作 实例73 队列的应用 实例74 堆栈的应用 实例75 串的应用 实???76 树的基本操作 实例77 冒泡排序法 实例78 堆排序 实例79 归并排序 实例80 磁盘文件排序 实例81 顺序查找 实例82 二分法查找 实例83 树的动态查找 实例84 二分法求解方程 实例85 牛顿迭代法求解方程 实例86 弦截法求解方程 实例87 拉格朗日插值 实例88 最小二乘法拟合 实例89 辛普生数值积分 实例90 改进欧拉法 实例91 龙格-库塔法 实例92 高斯消去法 实例93 正定矩阵求逆

    标签: 76 C语言 算法 基本操作

    上传时间: 2016-03-24

    上传用户:thinode