搜索资源列表

  1. zhongdian

    0下载:
  2. 关于中心画圆算法,通过计算x = 0到 y = 0 的1/4椭圆的范围,然后通过对称原理得到其他3/4个点的信息。(R2表示椭圆厂轴的半径) -Center Circle on the algorithm, by calculating the x = 0 to y = 0 1/4 of the scope of an oval, and then adopted the principle of symmetry other 3
  3. 所属分类:绘图程序

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:罗瑞海
  1. sixleggedreptilerobot

    0下载:
  2. 红外解码程序主要工作为等待红外线信号出现,并跳过引导信号,开始收集连续32位的表面数据,存入内存的连续空间。位信号解码的原则是:以判断各个位的波宽信号来决定高低信号。位解码原理如下:  解码为0:低电平的宽度0.56ms+高电平的宽度0.56ms。  解码为1:低电平的宽度1.68ms+高电平的宽度0.56ms。 程序中必须设计一精确的0.1ms延时时间作为基础时间,以计数实际的波形宽度,若读
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-09
    • 文件大小:7168
    • 提供者:梅传根
  1. HH-bf531-circuit-R2

    1下载:
  2. 这是流行的Blackfin系列中入门级BF531DSP的最小系统PCB原理图,为protel格式,是开发固件代码必备的图纸。-This is a popular Blackfin series BF531DSP the minimum entry-level system PCB schematic for Protel format, is to develop the firmware code required drawings.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-09
    • 文件大小:25600
    • 提供者:雷杰
  1. Euler_fuction

    0下载:
  2. Euler函数: m = p1^r1 * p2^r2 * …… * pn^rn ai >= 1 , 1 <= i <= n Euler函数: 定义:phi(m) 表示小于等于m并且与m互质的正整数的个数。 phi(m) = p1^(r1-1)*(p1-1) * p2^(r2-1)*(p2-1) * …… * pn^(rn-1)*(pn-1) = m*(1 - 1/p1)*(1
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:Campbell
  1. New_VoIP_Windows_Embedded_CE6.0_R2_whitepaper

    0下载:
  2. the Newest VoIP for Windows Embedded CE6.0 R2 whitepaper
  3. 所属分类:软件工程

    • 发布日期:2024-05-09
    • 文件大小:334848
    • 提供者:JJ
  1. 1

    0下载:
  2. 实验四 子程序设计实验 实验目的:通过调试数据块传送程序,加深对循环程序的理解,掌握子程序的设计与MedWin环境下子程序的调试。进一步加深对并行I/O口的理解。 实验内容: 1. 调试程序dmove.asm,观察片外数据区7000H、A000H开始的单元内容变化规律。 修改程序将7010H-7073H单元内容传送至B000H开始的存储区中。 2. 设计一个子程序,统计片外数据区从2000H开始的256个符号
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-09
    • 文件大小:27648
    • 提供者:张弛
  1. stburner

    0下载:
  2. 采用ST20 CPU的机顶盒的烧写程序,直接用就可以-ST20 CPU using the set-top boxes programmer procedures can be directly used
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-09
    • 文件大小:1189888
    • 提供者:李江
  1. nfa

    0下载:
  2. 对给定的正规式r1、r2,已知它们的NFA分别为M1、M2(其状态转换矩阵及初态、终态信息分别保存在指定文件中)。构造一程序,由此程序构造正规式r1r2(连接运算)的NFA(将其状态转换矩阵及初态、终态信息保存在指定文件中)。-Given formal type r1, r2, known to the NFA that they were M1, M2 (the state transition matrix and the init
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-09
    • 文件大小:101376
    • 提供者:刘家兵
  1. rxtx-2.1-7-bins-r2

    1下载:
  2. 一个很好用的java 串口开发包,可在多个平台下使用-A good java used serial development kit can be used on multiple platforms
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-09
    • 文件大小:610304
    • 提供者:zya
  1. foldershare

    0下载:
  2. 这个程序能够保存共享信息到SHARE.DAT,同样也能从该文件装载到WINDOWS. 保存时,请敲入fs SAVE 载入时,轻敲入fs LOAD 清除共享,请敲入fs clear 已在WINDOWS2003 SP2 R2版测试成功!-This process may be preserved and shared information to SHARE.DAT, also loaded from the file to
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:87040
    • 提供者:pengyong
  1. 11111

    0下载:
  2. 前面两篇文章所使用的范例都是传输字符串,有的时候我们可能会想在服务端和客户端之间传递文件。比如,考虑这样一种情况,假如客户端显示了一个菜单,当我们输入S1、S2或S3(S为Send缩写)时,分别向服务端发送文件Client01.jpg、Client02.jpg、Client03.jpg;当我们输入R1、R2或R3时(R为Receive缩写),则分别从服务端接收文件Server01.jpg、Server02.jpg、Server03.jp
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-09
    • 文件大小:221184
    • 提供者:123456
  1. ST-058-R2-060194

    0下载:
  2. Sega Saturn VDP2 Programming Manual Confidential document from Sega Saturn Development kit
  3. 所属分类:软件工程

    • 发布日期:2024-05-09
    • 文件大小:4847616
    • 提供者:yuma
  1. CE6R2_BSPTemplate

    0下载:
  2. wince 6 r2 bsp template
  3. 所属分类:Windows CE

    • 发布日期:2024-05-09
    • 文件大小:148480
    • 提供者:max
  1. ST20_Embedded_Toolset_R2.1.2

    0下载:
  2. ST20 Embedded Toolset R2.1.2用于开发基于ST20芯片机顶盒软件的开发平台! 从http://slugworth.mylivepage.com/file/210_General下载的,当时找了很久!-ST20 Embedded Toolset R2.1.2 for the development of software based on the ST20-chip set-top box developme
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-09
    • 文件大小:30635008
    • 提供者:hong1234
  1. music.tar

    0下载:
  2. Android平台上的media player, iPhone风格,完全按照iPhone重新实现,Android SDK版本号为1.0-r2-iPhone style media player on Android platform. Android SDK version is 1.0-r2
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-09
    • 文件大小:1076224
    • 提供者:cokesprite
  1. BIT3C

    0下载:
  2. 三字节乘法,被乘数低字节地址在R3中,乘数低字节地址在R4中,字节 数在R5中。积低字节地址在R6中,字节数在R2中。 程序入口是R3R4R5出口R6R2-Three bytes of multiplication
  3. 所属分类:汇编语言

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:千寻
  1. 8051_jiao_tong_deng

    0下载:
  2. 基于51单片机的带时间显示和紧急控制的交通灯的设计。 此程序在硬件上调试通,用定时器1延时,外部中断0接紧急控制,R0为100MS延时常数,R2为状态延时常数,8279控制数码管显示时间,用P1口控制双色灯-With 51 single-chip based on the time display and the emergency control of traffic lights design. On this process
  3. 所属分类:汇编语言

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:朱重生
  1. vanderPauwTheorem

    0下载:
  2. This routine takes two properly measured resistances from a van der Pauw device, R1 and R2, and applies the van der Pauw theorem to determine the resistivity ρ (here denoted by R).
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:CSK
  1. com

    0下载:
  2. 串口R232协议的了解,懂得如何读取串口的数据,发送数据到串口.-R232 serial protocol understanding, know how to read serial data, send data to the serial port.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:long
  1. WindowsEmbeddedCE6.0Fundamentals

    0下载:
  2. Windows Embedded CE 6.0 基礎開發電子書(英文原版 CHM格式)-Delve into the fundamental tools and techniques for Windows Embedded CE and get ready to deliver the next innovation in powered devices. Covering the newest version of the tech
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-09
    • 文件大小:7835648
    • 提供者:roger
« 1 2 3 4 5 67 8 9 10 11 ... 17 »

源码中国 www.ymcn.org