搜索资源列表

  1. usb-to-uart

    0下载:
  2. USB转UART软件,可以将USB转为UART串口通信-USB to UART software, can connect the USB to UART serial communication
  3. 所属分类:USB编程

    • 发布日期:2024-05-11
    • 文件大小:321536
    • 提供者:dota
  1. An-approach-to-fingerprint-filter-design

    0下载:
  2. An approach to fingerprint filter design
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:1112064
    • 提供者:liuqin
  1. Introduction-to-Probability-Models

    0下载:
  2. 一本很经典的的关于概率统计的数学书,涵盖了各种经典的统计模型,值得好好学习。-One of the classic book on mathematical probability and statistics, covering a variety of classical statistical models, it is worth to learn.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:3398656
    • 提供者:李静叶
  1. VB-USB-VIDEO-TO-RGB

    0下载:
  2. VB实现USB摄像头回调图像各种格式转换为BMP代码(二次完全查表法) YUY2,YUY9,i420,UYVY转换为RGB-VB callback USB camera to achieve a variety of formats to BMP image code (the second full look-up table) YUY2, YUY9, i420, UYVY to RGB
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:4096
    • 提供者:阿广
  1. achieve-the-hex-string-to-decimal-

    0下载:
  2. 实现长度小于N个字符的十六进制字符串转换为十进制输出 扩展说明:可实现任意进制的转换-Length is less than N characters to achieve the hex string to decimal output expansion Descr iption: can be any hex conversion
  3. 所属分类:Windows编程

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:Lzhou
  1. binary-file-to-text

    0下载:
  2. 将二进制文件转换为文本格式的VB程序。方便对一些二进制文件的分析和编辑。-Converts a binary file to text format VB program. Convenient for some binary analysis and editing.
  3. 所属分类:文件操作

    • 发布日期:2024-05-11
    • 文件大小:10240
    • 提供者:wfl
  1. Introduction-to-parallel-computing

    0下载:
  2. 高性能计算实验 (并行编程),并行计算机简介-Experimental high-performance computing (parallel programming), Introduction to parallel computers
  3. 所属分类:并行运算

    • 发布日期:2024-05-11
    • 文件大小:3113984
    • 提供者:yeyc
  1. DB-cnverter-Excel-to-MySQL

    0下载:
  2. Java program converts from Excel file to MySQL data base(Excel and MySQL platforms required)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-11
    • 文件大小:65536
    • 提供者:Hajar A
  1. How-to-Solve-It

    0下载:
  2. 经典算法入门书籍,适合各种需要算法入门人了解比较常见的算法-Classical algorithm introductory book, suitable for all kinds of people need to understand the more common algorithms start the algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:16420864
    • 提供者:drossy
  1. Protel---Bitmap-To-Pcb-Converter

    0下载:
  2. BMP to Protel Pcb Convetrer.It s fine for include pic to your pcb design
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-11
    • 文件大小:254976
    • 提供者:farshid
  1. USB-to-RS232-adapter-module

    0下载:
  2. 母板通过FR232R芯片及其外围电路实现USB接口转UART(TTL电平)接口,并提供自定义的双列插针扩展接口;功能子板则分为RS232接口和TTL接口两种,并可根据需要设计RS485/RS422/CAN总线接口。-Motherboard chip by FR232R USB interface and its peripheral circuit switch UART (TTL level) interface, and provi
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-11
    • 文件大小:1667072
    • 提供者:伍俊
  1. Book-Draft---An-introduction-to-probabilistic-gra

    0下载:
  2. An introduction to probabilistic graphical models - M Jordan
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:18248704
    • 提供者:卢彦飞
  1. How-to-make-research

    0下载:
  2. 这个压缩包,包含四个文档,讲述如何搞科研,如何写文章,比较适合研究生入门。-The compressed package, including four document, tells you how to make scientific research, how to write the article, more suitable for graduate student primer
  3. 所属分类:Windows编程

    • 发布日期:2024-05-11
    • 文件大小:2224128
    • 提供者:宋强
  1. USB-TO-RS485

    0下载:
  2. usb to rs485的驱动程序,能使没有485的接口上应用-usb to rs485 drive
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-11
    • 文件大小:376832
    • 提供者:FENGH
  1. Introduction.to.3D.Game.Programming2

    0下载:
  2. 龙书第二版,里面主要讲了是shader编程,并且里面的例子很好,适合初学shader编程的同学-Introduction.to.3D.Game.Programming.with.DirectX.9.0c.Shader.Approach is awesome. The examples in this book is pretty good, and fit for shader beginners.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-11
    • 文件大小:6616064
    • 提供者:caohongfei
  1. Introduction.to.algorithm_solution

    0下载:
  2. Cormen的算法导论的习题解答,英文版,学习算法经典书籍-the exercise solution of Introduction.to.Algorithms.English version
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-11
    • 文件大小:406528
    • 提供者:吕朝阳
  1. how-to-use-libpcap

    0下载:
  2. 关于如何在linux平台上使用libpcap进行编程,涉及如何抓包等相关程序和说明-Program on how to use libpcap on linux platform, involving the relevant procedures and instructions of how to capture.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-11
    • 文件大小:238592
    • 提供者:郭津瑞
  1. AN496 - HID USB-TO-SMBus API Specification.rar

    0下载:
  2. CP2112_AN496 - HID USB-TO-SMBus API Specification.rar
  3. 所属分类:编程文档

  1. serial to parallal

    0下载:
  2. serial to parallal converter
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:56320
    • 提供者:jayantbhoge
  1. USB to RS232_spec (C)

    0下载:
  2. usb轉 rs232的廠商介紹,這個solution很棒(one solution for usb to rs232)
  3. 所属分类:单片机(51,AVR,MSP430等)

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

源码中国 www.ymcn.org