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

搜索资源列表

  1. CompilersProject

    0下载:
  2. Compiler for mini c language
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:46771
    • 提供者:123
  1. cn022921

    0下载:
  2. I2C™ 串行EEPROM 与PIC10 及PIC12 器件的接口设计的电路资料,以及汇编代码。适用于PIC10F202和PIC12F675-I2C ASM for PIC10F202/PIC12F675
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:432700
    • 提供者:ee
  1. UART_c_asm

    0下载:
  2. 51单片机异步串行通信UART最精简的小程序,程序虽简短功能却完备,实现全双工通信,实现接收、发送及中断接收,分别用C语言和 asm汇编,且两者联调测试过。main中有简单的调用,一看就会。-UART program with C & asm codes for 51 MCU
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-24
    • 文件大小:1231
    • 提供者:yyf
  1. Unison_RTOS_v4

    0下载:
  2. rtos unix like (posix) for pic32,mplab,fat32,C,asm
  3. 所属分类:SCM

    • 发布日期:2017-05-26
    • 文件大小:8848952
    • 提供者:ulsonic
  1. Probe01

    0下载:
  2. SuperProbe - 17 Function! The Superprobe project was designed to see how much could be done with a PIC chip and just a few parts. The image at the right shows the capacitance measuring mode. This device is designed around a PIC16F870, a 4 d
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-13
    • 文件大小:3088248
    • 提供者:Vlad
  1. uCOS-II

    0下载:
  2. uCOS-II的一些C语言编程实例,主要是针对嵌入式开发的,希望对你有所启发。-uCOS-II some of the C language programming examples, mainly for embedded development, and hope to inspire you.
  3. 所属分类:uCOS

    • 发布日期:2017-05-12
    • 文件大小:2965098
    • 提供者:chris
  1. 51shili

    0下载:
  2. 51单片机C语言实验及实践教程(包括35个制作实例,同时包括ASM代码,非常好的入门实例)-C-51 single chip experiment and practice tutorials (including 35 production examples, and includes ASM code, a very good entry-instance)
  3. 所属分类:SCM

    • 发布日期:2017-05-18
    • 文件大小:4836955
    • 提供者:jinzi
  1. DS1307

    0下载:
  2. C++ Code driver for ds1307 RTC
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:1487
    • 提供者:Mostafa
  1. 430-code-example

    0下载:
  2. TI的MSP430单片机示例代码,分C和ASM两部分-TI MSP430 example code in C and asm format
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:167350
    • 提供者:常平
  1. ASM3-30.asm

    0下载:
  2. c++练习,用于初次学习c++的广大同学们,希望大家喜欢-c++ practice to learn c++ for the first time the majority of students, hope you like
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:912
    • 提供者:pp
  1. pic18_mixing_C_ASM

    0下载:
  2. pic 18 C语言 汇编语言混合编程 除法示例-PIC 18 C,ASM
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:17629
    • 提供者:任海军
  1. ADC_STC12C5A60S2_STC12C5620AD

    0下载:
  2. STC12C5A60S2/STC12C5620AD单片机内置ADC模块两种工作方式例程。(C/ASM)-STC12C5A60S2/STC12C5620AD microcontroller ADC module built two work routines. (C/ASM)
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-08
    • 文件大小:105600
    • 提供者:CRJ
  1. Inline_Asm_For_CSharp_Using_CPP

    0下载:
  2. Code to convert source code to inline ASM using C Sharp
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:63791
    • 提供者:Jagdish R
  1. 8051---8-bit---ASM-a-C-samples

    0下载:
  2. ASM & C reliable examples for 8051 microcontroller s family.
  3. 所属分类:SCM

    • 发布日期:2017-05-21
    • 文件大小:6544086
    • 提供者:Norbert
  1. Digital-Thermal-Control-using-8051-microcontrolle

    0下载:
  2. This project is used to measure the temperature using LM35 analog sensor and ADC0804 Analog-to-Digital converter working in wide range of temperature from 0 c to 120 c and displaying this value on an LCD. It is also used to control the measured tempe
  3. 所属分类:SCM

  1. ucore-lab4

    1下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验4:调度器。实验目的:熟悉ucore 的系统调度器框架,以及内置的Round-Robin 调度算法;基于调度器框架实现一个调度器算法(Stride Scheduling)。文件中包括源代码、实验指导书和实验报告。-Ucore is a small operatin
  3. 所属分类:OS Develop

    • 发布日期:2014-05-26
    • 文件大小:1377280
    • 提供者:gyh
  1. ucore-lab3

    0下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验3:用户进程。实验目的:了解用户进程的关键信息;理解内核管理用户进程的方法;理解系统调用的过程。文件中包括源代码、实验指导书和实验报告。-Ucore is a small operating system for learning, the " Sparr
  3. 所属分类:OS Develop

    • 发布日期:2017-05-16
    • 文件大小:4541864
    • 提供者:gyh
  1. ucore-lab2

    0下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验2:内存管理。实验目的:理解内存地址的转换和保护;理解页表的建立和使用方法;了解物理内存的管理方法;了解常用的减少碎片的方法;了解虚拟内存的管理方法。文件中包括源代码、实验指导书和实验报告。-Ucore is a small operating system fo
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:777572
    • 提供者:gyh
  1. Tasking-Example-ASM

    0下载:
  2. 英飞凌XE164 C语言嵌入汇编代码参考例程-Infineon XE164 C language embedded assembly code routines reference
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:528567
    • 提供者:周生
  1. LCD-Control

    0下载:
  2. LCD Control using ATMEGA16 ... theres all the project files included in the package (DSN, C, ASM, Hex)
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:27213
    • 提供者:Al1
« 1 2 3 4 5 6 78 9 10 11 12 ... 31 »
搜珍网 www.dssz.com