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

搜索资源列表

  1. 初始化机程序

    0下载:
  2. 以上几个手持机的初始化程序,也是用68K328的处理器,程序中有不少可以借鉴的地方!要开发环境找我!-over the initialization procedure that uses 68K328 processor, a number of procedures can learn from the lessons of! Development environment to find me!
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:217.9kb
    • 提供者:胡显辉
  1. keilc51chbook111111

    0下载:
  2. 这是一本关于Intel 80C51 以及广大的51 系列单片机的书这本书介绍给读者一些 新的技术使你的8051 工程和开发过程变得简单请注意这本书的目的可不是教你各种 8051 嵌入式系统的解决方法 为使问题讨论更加清晰在适当的地方给出了程序代码我们以讨论项目的方法来说 明每章碰到的问题所有的代码都可在附带的光盘上找到你必须熟系C 和8051 汇编因 为本书不是一本C 和汇编的指导书你可以买到不少关于ANSI C 的书最佳选择当然是Intel 的数据书可从你的芯片供应商处
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:938.49kb
    • 提供者:lens
  1. mfr500

    0下载:
  2. 程序实现了mfr500对IC卡的读写操作,函数返回了“寻卡,防冲突,选择卡 返回卡类型(2 bytes)+ 卡系列号(4 bytes)”经工程证实,程序可用-program on the IC card mfr500 write operation, the function returns a "find cards, prevention of conflicts, choose to return to card type card (2 bytes) card serial n
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3.96kb
    • 提供者:钱明贵
  1. work.rar

    0下载:
  2. 上载的内容为随机信号处理的作业,具体是:其中W(t)为均值为零,方差为3的白噪声。 (1)产生若干组500个点长随机序列。 (2)找一个ARMA模型与(1)中的500个点匹配。 (3)在产生一个500个点长的随机序列校正。 ,Upload the contents of random signal processing operations, specifically: one of W (t) for the mean zero, variance of white noise for
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-27
    • 文件大小:1.01kb
    • 提供者:tianli
  1. kangtuo

    0下载:
  2. The Cantor expansion of the natural number x is x = ak * k!+a(k − 1) *(k − 1)!+.... + a2 * 2!+a1*1! where all the ai (digits) satisfy 0 ≤ ai ≤ i it is easy to find a algorithm,we find the largest integer k that can satisfy 给一个正整数求出它的康
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:11.41kb
    • 提供者:
  1. lwip

    0下载:
  2. 最新的lwip 1.3.0版本在ucos平台上的移植,由于lwip 1.3.0版本相比之前版本在接口上做了改动,必须修改相应的驱动,否则会造成一些不易发现的bug-The latest version of lwip 1.3.0 uCOS platform transplantation, as compared to prior versions lwip 1.3.0 version done in the interface change, the driver must be revise
  3. 所属分类:uCOS

    • 发布日期:2017-03-29
    • 文件大小:467.42kb
    • 提供者:Zhu Zhengqiang
  1. ex02.c

    0下载:
  2. 输入一个整数,求该整数的二进制表达中有多少个1-Enter an integer, find the binary representation of the integer number 1
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-13
    • 文件大小:691byte
    • 提供者:Allanxing
  1. primes

    0下载:
  2. 该程序用以查找任意两个整数之间的所有素数。 Prime number finder can find all primes between a and b and will write the results to the file PRIMES.TXT-The program used to search any two integers all prime numbers between. Prime number finder can find all primes between a a
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:11.62kb
    • 提供者:rockeyzhu
  1. FaceDetection

    0下载:
  2. face detection Face detection can be regarded as a more general case of face localization In face localization, the task is to find the locations and sizes of a known number of faces (usually one). In face detection, one does not have this addition
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:12.52kb
    • 提供者:gianni
  1. sqr16

    0下载:
  2. Find out 16 bit number square root. Asm51 source
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-10
    • 文件大小:930byte
    • 提供者:brunomarcio
  1. LCA51

    1下载:
  2. LCA51单片机实验书付实验程序,数据排序,二进制数转换成ASCII码 ,内存块移动,数据传送子程序,查找相同数个数,脉冲计数(定时/计数器实验),扩展存储器读写实验, P1口输入、输出实验-LCA51 experimental single-chip experimental procedure to pay the book, data sorting, binary into ASCII code, the memory block for mobile data transmission
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:432.59kb
    • 提供者:浅漓
  1. IO

    0下载:
  2. 在做项目(工程)的时候,我们经常要用到比较多的按键,而且IO资源紧张,于是我们就想方设法地在别的模块中节省IO口,好不容易挤出一两个IO口,却发现仍然不够用,实在没办法了就添加一个IC来扫键。一个IC虽然价格不高,但对于大批量生产而且产品利润低的厂家来说,这是一笔不菲的开支! 那,我们能不能想到比较好的扫键方法:用最少的IO口,扫最多的键?可以吗? -Doing the project (engineering), we often use to a relatively large
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:104.21kb
    • 提供者:滕克峰
  1. chuzuichangzuiduanzifuchuan

    0下载:
  2. 找出最长及最短字符串.练习字符串处理: 编写程序,由键盘输入若干字符串,输出最长及最短的字符串。-To find out the longest and the shortest string. Practice string processing: preparation of procedures, a number of strings from the keyboard input, output and the longest and shortest strings.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:2.3kb
    • 提供者:123
  1. CapsLocker

    0下载:
  2. 想起当年的DOS时代,软件狂人经常编写一些恶作剧的病毒来“展示自己的才华”,而硬件工程师只有在旁边羡慕的份儿。 今天我找到一个可以硬件恶作剧的,给常年备受煎熬的硬件工程师们一个机会。 整个电路很简单,效果可不一般! 这个Stealth USB CapsLocker的整个电路唯一的核心元器件就是ATTiny45,AtTiny45本身没有内置的usb驱动器,但是有一个开源的代码库AvrUsb,可以使avr模拟usb通讯。-Reminds me of the DOS era, the pr
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:359.44kb
    • 提供者:
  1. FPGArealiztionofdigitalsignalprocessing

    0下载:
  2. 数字信号处理FPGA实现 实用程序和文件,有sine.exe ---输入宽度。输出对应的正弦波表 mif文件 csd.exe --- 寻找整数和分数的标准有符号数字量(canonical signed digit ,CSD)表达式程序 fpinv.exe --- 倒数计算浮点数表的程序 dagen.exe ---分布式算法文件生成HDL" onclick="tagshow(event)" class="t_tag">VHD
  3. 所属分类:VHDL编程

    • 发布日期:2017-04-06
    • 文件大小:254.1kb
    • 提供者:kevin
  1. 4

    0下载:
  2. 里面有protel的一些罕见封装,平时没有的都可以 找到-There are a number of rare protel package usually can not find
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:75.02kb
    • 提供者:dfas
  1. temp

    0下载:
  2. 多路温度采集系统,实现自动读取序列号,自动存储,网上难找的好资料~ 51单片机 C语音-Multi-channel temperature acquisition system automatically read the serial number, auto storage, online hard to find good information on C-51 Single-chip voice
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:7.09kb
    • 提供者:mzymzy2003
  1. Msmulticomms

    0下载:
  2. 如果你是从事实时监控系统和通信系统的开发,那么你就会发现利用VC++对RS-232串口编程是经常用到的事。 本程序就是一个以动态连接库(DLL)文件形式实现对多个串口的操作。-If you are engaged in real-time monitoring system and communications system, then you will find the use of VC++ on the RS-232 serial port programming is frequentl
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:252.92kb
    • 提供者:163
  1. ourdev_5

    0下载:
  2. 我在使用陈明计先生写的small RTOS和51单片机做过几个小项目,起初都很好,开发变的容易了,程序变的容易修改。后来随着任务个数的增多,RAM很快就不够用了。51系列的芯片内部RAM普遍都是256个,很难找出1024个字节RAM或更多,而价格又合适的。记得上一次我没有办法被迫使用了64K flash内部带768字节的XRAM的51芯片,而我根本用不到那么多flash。-I use Mr. Chen Mingji written small RTOS and 51 MCU done seve
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-25
    • 文件大小:22.1kb
    • 提供者:迷茫
  1. Test_drive_serial_VisualDSP

    0下载:
  2. 90 days test drive serial number for VisualDSP++ 5.0 prod. by Analog Devices. This is the only serial that AD gives to anyone who download VisualDSP++ for testing. Dev environment will fully work only 90 days, after that you: - buy it and work furt
  3. 所属分类:DSP program

    • 发布日期:2017-03-21
    • 文件大小:4kb
    • 提供者:Pavel
« 12 3 4 »
搜珍网 www.dssz.com