搜索资源列表

  1. 一维最近点(传统法)2

    1下载:
  2. 该程序实现对一维数据轴上的最临近点的求解问题 采用方法:传统方法2:先排序,然后一次线性扫描,得到最近距离,时间复杂性O(nlogn)-the process of achieving a dimensional data axis near the point of the methodology used to solve the problem : The traditional two methods : first order
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:杨晨
  1. KBI_for_8051

    0下载:
  2. 基于8051单片机的模拟PS/2键盘的驱动程序,使用keil c51编译。-based on the simulation of 8051 PS/2 keyboard-driven procedures, the use of c51 Keil compiler.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:李姚
  1. isp1581sys

    0下载:
  2. 这是一个用ISP1581 USB2.0接口芯片作为图像采集接口的驱动程序。该驱动程序支持Endpoint1 Bulk方式 数据输入传输。实际传输速度可以达到24MBYTE/S -This is a USB 2.0 interface with ISP 1581 chips as image acquisition interface driver. The driver support Endpoint1 Bulk data entry
  3. 所属分类:驱动编程

    • 发布日期:2024-05-20
    • 文件大小:22528
    • 提供者:林金龙
  1. uCOS-II v2.52 在lpc2000系列ARM上的移植源代码

    0下载:
  2. uCOS-II v2.52 在lpc2000系列ARM上的移植源代码,配合相应的工程模板使用,在ads1.2中调试通过。-uCOS-II v2.52 lpc2000 series of ARM in the transplant source code, the corresponding works with the use of templates in which ads1.2 through debugging.
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-20
    • 文件大小:15360
    • 提供者:周小川
  1. ReadPcKey

    0下载:
  2. 最简单的20键PS/2键值读取程序,PS/2的clk接INT0,data接P1_0--A simple read/write program from 20-keys PS/2 keyboard. PS/2 s clk connects to INTO and data connects to P1_0.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:韩利海
  1. uCOS-II2.76_lpc22xx_lpc21xx

    0下载:
  2. 本人自己移置的ucosii2.76代码,适用于lpc22xx,lpc21xx,目前已经在实际项目中使用,代码中提供有建好的项目。开发环境为ads1.2。-shift their own ucosii2.76 code applies to lpc22xx, lpc21xx, now in the actual use of the project, code for the project is completed. Developme
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-20
    • 文件大小:727040
    • 提供者:
  1. ppp-2.4.1

    0下载:
  2. 经典的ppp程序,适合嵌入式linux下的应用-classic PPP program,which adopts to the application in the embedded system "uclinux"
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-20
    • 文件大小:857088
    • 提供者:熊伟
  1. uCOS-II_LPC2000

    0下载:
  2. pc.c是移植于μCOS-II的PC服务代码(pc.c) 主要改动: 1、#include "includes.h"改为"config.h" 2、在屏幕上显示改为向UART0发送数据,在电脑上显示,影响的函数: PC_DispChar()、PC_DispClrCol()、PC_DispClrRow()、PC_DispClrScr()和PC_DispStr() 3、获取键值改为从UART0获取,影响的函数:PC_GetKey() 4、因为
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:14336
    • 提供者:hyh
  1. PC键盘与AVR单片机连接的C语言源程序

    0下载:
  2. PC键盘与AVR单片机连接的C语言源程序.PS/2键盘与AVR的连接程序。-PC keyboard connected to the AVR C language source code. PS/2 keyboard connected to the AVR and procedures.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:丘平
  1. PS2_FullFill

    0下载:
  2. 单片机的PS/2接口程序! 我花了好大功夫写成的两个读写PS2设备的接口程序! 现在介绍PS24 书太少了!给大家借鉴啊!-SCM PS/2 interface program! I spent a lot of written work to read and write two PS2 equipment interface program! Book now introduced PS24 too little! To every
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:李平
  1. greta-2_6_4

    0下载:
  2. 用于正则表达式的C++库. 现在的版本那是2.6.4-Regular expressions are used in the C++ library. The current version is 2.6.4
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:99328
    • 提供者:陈刚
  1. 一个多媒体播放器(Mpeg 1 Layer 1、2、3)mp1a_src

    1下载:
  2. 在vc下编写的多媒体播放器源码 可以播放MPEG1格式的视频-vc prepared in the source multimedia player that can play MPEG1 video format
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-20
    • 文件大小:281600
    • 提供者:
  1. 优美C语言2

    0下载:
  2. 2. C语言程序由什么组成?(单选) A. 子程序 B. 主程序和子程序 C. 函数 D. 过程 答案: C-2. C language programming from what is the composition (Option) A. Subroutine B. main program and subprogram C. D. process function answer : C
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:gjc
  1. 豪杰超级解霸2.0源代码

    0下载:
  2. 豪杰超级解霸2.0源代码,非常值得想学习视频编程的人-source code of kingvideo 2.0 ,deserved to those interested in video programming.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:642048
    • 提供者:为什么
  1. uCOS-II源码

    0下载:
  2. uCOS-II 2.52源码文件 各种头文件 以及移植文件-uCOS-II 2.52-source documents of various documents and the first portable document
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-20
    • 文件大小:560128
    • 提供者:瑞丁
  1. 2005040111150712947

    0下载:
  2. MINIX2.0操作系统源码,是Linux的前身,世界上最小的32位操作系统-Minix operation system ver 2.0,the pater of Linux,the smallest 32bits operation system in the world.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:1124352
    • 提供者:刘军
  1. LcdSplc501Demo

    0下载:
  2. A57C32在ADS1.2下的demo程序。-A57C32 ADS1.2 in the demo process.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:977920
    • 提供者:王海滨
  1. ADS44b0dev

    0下载:
  2. 用ADS1.2做的S3C44B0源程序。-ADS1.2 do with the S3C44B0 source.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:1071104
    • 提供者:王海滨
  1. pixops-2.0.5

    0下载:
  2. 这是符合Linux操作系统标准的POIXS 的pixops-2.0.5源程序-This is in line with the Linux operating system standard POIXS the pixops- 2.0.5 source
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:39936
    • 提供者:tianyj
  1. uCOS-II-V280.ZIP

    0下载:
  2. 最新版的UCOS_II2.80,支持256任务-Newest version 2.80 of ucos_ii, support 256 tasks
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-20
    • 文件大小:952320
    • 提供者:
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »

源码中国 www.ymcn.org