CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - problem

搜索资源列表

  1. ihex.zip

    0下载:
  2. This program will dump a block of program code to the 8051 serial port in Intel HEX format. It was a quick and nasty hack to fulfill a need, however it includes a good checksum calculation routine, which is nice. For simplicity, this program dumps I
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2014-11-04
    • 文件大小:2726
    • 提供者:
  1. DSP_C

    0下载:
  2. 这是一个dsp程序,主要讲述了一些dsp算法问题。-This is a dsp procedures, the story of DSP algorithm problem.
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:44756
    • 提供者:符传田
  1. Keil C 编译器常见警告与错误信息的解决方法

    0下载:
  2. Keil编译器常见的问题解决方法,是你快速排除问题的好助手!-Keil compiler common solution to the problem, you quickly ruled out the good assistants!
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:12762
    • 提供者:jsb
  1. 论程序的调试技巧

    0下载:
  2. 调试中出现的问题,你该怎么办?一些心得教你怎么样发现问题,解决问题,看看为好-Debugging the problem, how do you do that? Some experiences to teach you how kind identify problems and solve problems, look to the good
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:28450
    • 提供者:张奕玮
  1. Programming Wince

    0下载:
  2. 这个是wince编程的英文教程,非常的好,学会了这个估计你一个月拿6K以上绝对没问题了-Programming Guide English very well, the estimate of the Institute of you more than a month with 6K absolutely no problem with the
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:4667652
    • 提供者:于明着
  1. barber

    0下载:
  2. 这是嵌入式系统中关于理发师问题的源程序,主要是解决顾客排队的问题-This is the embedded system on the source of Seville, the key is to resolve the problem of customers queuing
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:5356
    • 提供者:李思雨
  1. FAT01

    0下载:
  2. 使用闪存的文件系统,FAT16的. 应用环境是AVR的ATMega128芯片. 应用环境单一,也是转载,参考可以,直接使用 肯定有问题.-use flash file system, the FAT16. Application environment is the AVR chip ATMega128. A single application environment, but also reproduced, reference can be used directly defi
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:65422
    • 提供者:彭革
  1. lightW

    0下载:
  2. 一個LCD燈的小程序。不是我寫的。我只負責了調試。適用在ACEXEP1K30QC208-3上。我跑了SIMULATOR,管腳連接標示了。我也下在電路板上試過了,沒有問題。要用到實驗板上的兄弟們把CLK1改到TESTOUT3或者0就好了。綫幫助新手,人人有責。-a small LCD lights procedures. I did not write. I am only responsible for the debugging. Apply in ACEXEP1K30QC208-3 on.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:236530
    • 提供者:鄧翀
  1. ev_pwm

    0下载:
  2. TMS320F2812的pwm输出程序,经过调试通过,有问题可以联系我-The program of PWM by TMS320F2812,is debugged and passed.Contact to me if there is some problem.
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:6068
    • 提供者:陈健
  1. s3c2410_IIC

    0下载:
  2. arm单片机S3C2410,IIC总线的例子源代码。测试过了可以用,没问题。-arm SCM S3C2410, IIC Bus example source code. After testing can be used, no problem.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:3198
    • 提供者:陈景卫
  1. 硬盘结构及其分区简介

    0下载:
  2. 模拟操作系统中作业调度算法的vc++程序。从好几个方面描述了os的作业调度问题。 -simulation operating system scheduling algorithm vc procedures. From several aspects described os operations scheduling problem.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:33746
    • 提供者:张仪
  1. MSP430单片机C语言编程中的退出睡眠问题

    1下载:
  2. MSP430在进入睡眠后,如果发生事件产生中断,那么单 片机会退出睡眠,自动执行中断程序,但是当中断返回时,主 程序又重新进入睡眠状态。如果要在发生中断后,主程序需 要退出睡眠,那么需要在中断程序中修改SP堆栈中的内容, C语言没有指令可以修改堆栈内的内容,可以采用C语言与 汇编语言混合编程的方法解决此问题。-MSP430 into sleep, and if events have disrupted, SCM will withdraw from sleep, inter
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:39890
    • 提供者:lj
  1. philo哲学家

    0下载:
  2. 经典unix问题 哲学家问题 请多多指教-classic problem philosopher Please exhibitions
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:5596
    • 提供者:韩天毅
  1. avr256

    1下载:
  2. 该程序是AVR单片机MEGA88对存储器AT24C256的硬件TWI程序,已调试过,没出问题,可参考 -that the procedure was right AVR MEGA88 memory AT24C256 hardware TWI procedures , debugging that no problem can be found
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1625
    • 提供者:htb
  1. FPGA_Design_Guide_Chapter1_Westor

    0下载:
  2. 可编程器件,如果有问题的可以和我直接联系-programmable devices, if a problem can be directly linked to and I
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:2146221
    • 提供者:张力
  1. EW8051-EV-720C

    0下载:
  2. IAR 8051 7.20C 的测试版,然后再传破解程序,破解程序不打包,因为破解可以破解最新的所有IAR的程序(2006-3)-IAR 8051 7.20C beta, and then sent the break procedures, procedures packing crack, crack can solve the problem because of all the latest IAR procedures (2006-3)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:49039347
    • 提供者:真名
  1. ucos-dining-philosopher

    0下载:
  2. ucos-dining-philosopher.rar ucos下的哲学家就餐问题(dining philosopher problems),采用信号量机制解决,有截图和感悟。dos界面文字演示(另有图形界面)。-ucos-dining-philosopher.rarucos under the dining philosophers problem (dining philosopher problems), using semaphore mechanism to resolve scr
  3. 所属分类:uCOS

    • 发布日期:2017-03-26
    • 文件大小:281483
    • 提供者:xuxi
  1. Untitled111

    1下载:
  2. 彩票问题中计算特征值与特征向量的源代码。-Lottery eigenvalue problem to calculate the feature vector and the source code.
  3. 所属分类:SCM

    • 发布日期:2016-03-15
    • 文件大小:39849
    • 提供者:齐齐
  1. Algorithms--Data-Structures--and-Problem-Solving-

    0下载:
  2. Algorithms, Data Structures, and Problem Solving with C++
  3. 所属分类:SCM

    • 发布日期:2017-03-25
    • 文件大小:997253
    • 提供者:SKY
  1. Machine-Scheduling-Problem

    0下载:
  2. mechine scheduling problem
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:1564
    • 提供者:hataken
« 12 3 4 5 6 7 8 9 10 ... 49 »
搜珍网 www.dssz.com