搜索资源列表

  1. an502_src

    0下载:
  2. The MS5534 pressure measurement module consists of a SMD-hybrid device including a piezoresistive pressure cell and an ADC-Interface IC. It provides 16 Bit data words from a pressure- and temperature-dependent voltage. A
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:611328
    • 提供者:peter
  1. dino

    0下载:
  2. 在MFC下,基于OPENGL的恐龙线框模型,2D,在投影模式下.-In MFC, the OPENGL based on wire-fr a me model of the dinosaur, 2D, in the projection mode.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:2951168
    • 提供者:xuebuhui
  1. opengl_mfc_3D

    0下载:
  2. 在MFC中使用OPENGL绘制3D线框球,可实现鼠标拖动旋转,可用作3D模板进行二次开发。-OPENGL in MFC using 3D wire-fr a me drawing the ball, drag the mouse to achieve the rotation, can be used as a template for the secondary development of 3D.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:2058240
    • 提供者:程剑
  1. program

    0下载:
  2. 无线通信程序模块,其语言是C,描述两台微机的无线通信!-this is a program describling the information tranfer without wire, and it write by c language
  3. 所属分类:通讯编程

    • 发布日期:2024-05-20
    • 文件大小:62464
    • 提供者:tan
  1. chamoro-0[1].0.2-1.tar

    0下载:
  2. XML中用到的zlib库,下载后需要 解压-zlib
  3. 所属分类:文件格式

    • 发布日期:2024-05-20
    • 文件大小:347136
    • 提供者:pantianyi666
  1. daoxianjisuan

    0下载:
  2. 测绘中导线计算的小程序,基于C++,可以计算导线坐标,小巧精致-Surveying and Mapping in a small wire calculation procedure, based on C++, can calculate the wire coordinates, sleek
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-20
    • 文件大小:1880064
    • 提供者:赵云
  1. Tiny_DS2450

    0下载:
  2. 使用AVR单片机模拟成DS2450的bascomAVR程序,实现了模拟1wire从机的功能。程序使用bascom语言编写,程序构建简单明了,对使用其它语言编写模拟1wire程序也具有参考的作用-Simulated using the AVR microcontroller into the DS2450' s bascomAVR procedures to achieve a simulation 1wire slave func
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-20
    • 文件大小:336896
    • 提供者:李璇
  1. kaiguanhebuxian

    1下载:
  2. 给定一个矩形布线区域,其外围有若干针脚。两个针脚之间通过布设一条金属线路而实现互连。这条线路被称为电线,被限制在矩形区域内。如果两条电线发生交叉,则会发生电流短路。所以,不允许电线间的交叉。每对互连的针脚称为网组。现要求设计一个算法来确定:对于给定的网组,能否合理地布设电线以使其不发生交叉。-Given a rectangular routing region, its periphery a number of pins. Betwe
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:123904
    • 提供者:zhengjie
  1. DHT22_v1.1

    1下载:
  2. 我以前曾发过V1.0版的,这是此版的修正版v1.1,修正了以前版本中的一个错误,即只能读一个数据后就再也读不出温度数据的错误。 这个是用Quartus II软件写的Verilog HDL语言写的与温湿度传感器DHT2x通信的代码. 里面有详细的注解. 主要用于DHT2x单线总线通信转换为8位并行总线通信,应用于具有外部8位总线访问功能的单片机直接读取温湿度数据. 此程序在EPM7128SLC-10中成功测试. -I' ve
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-20
    • 文件大小:1094656
    • 提供者:yuantielei
  1. grayscaletransformation

    0下载:
  2. 用VC方法成功的将图像的灰度变换,包括线行变换,阈值变换,灰度拉伸,均衡等功能。-VC method was successfully used the image of the gray-scale transformation, including the wire-line transformation, threshold transformation, gray stretch, balance and other funct
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-20
    • 文件大小:358400
    • 提供者:
  1. CGSnapShot

    0下载:
  2. 焊线机控制系统 需要配合图显采集卡(大恒300)使用 金线机控制系统 单帧采集图想到内存 连续采集图像到内存 连续采集图想到内存然后释放-Wire machine control system needs to meet the figure significant acquisition card (Daheng 300) The use of gold wire control system of single-
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:1920000
    • 提供者:尧三品
  1. 2007511124528504_136Z_Com

    0下载:
  2. 用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR, 一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收到一个消息后,一段时间没收到下一个EV_RXCHAR,就认为是一个数据包的结束。这个线程就会通知数据接收线程,进行数据接收。一般同一包数据,两个字符之间的时间间隔,应该很小了吧,而两个数据包之间的间隔,应该不会太小吧!(这个地方我不清楚,猜的:( :) )
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:44032
    • 提供者:xiaofeng
  1. Adapter_NET

    0下载:
  2. 1-wire to Adam converter
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:182272
    • 提供者:rromen
  1. HandTuf

    1下载:
  2. C++程序,功能包括了BMP图像的读取和矢量化。还有一部分加工的程序。总功能类似于线切割-C++ programs, features include a BMP image to read and vectorization. Also part of the processing procedures. General features similar to the wire cutting
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:4233216
    • 提供者:wj
  1. Rigorous-Adjustment-of-single-wire

    0下载:
  2. 可以实现单一导线严密平差计算,用户可根据需要改变为直接读文本文件。-Can achieve a single wire tight adjustment calculation, the user can be changed to read text files directly.
  3. 所属分类:其他行业

    • 发布日期:2024-05-20
    • 文件大小:17408
    • 提供者:zqh
  1. RFID_UHF_VC

    1下载:
  2. RFID_VC++6.0源码_RFID读写 提供了RFID的开发源码,用VC编的,展示RFID卡如何加密,如何自毁。串口通讯支持RS-232(RS232),RS-485(RS485),波特率可选,RFID的天线可选,读卡频率可调。提供了控制RFID读卡功率的方法,功率从0至29可调,距离最大10米以上,该源码可用于交通、物流、运输、仓库管理、比条码技术强大。用于毕业论文答辩中,可以演示,程序看懂后,就对RFID整个工作原理较为了解。
  3. 所属分类:串口编程

    • 发布日期:2024-05-20
    • 文件大小:4629504
    • 提供者:红信
  1. awireIcosahedron

    0下载:
  2. 基于vc和OpenGL编写的线框二十面体程序-a computer program of a wire Icosahedron based on vc and opengl.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:3686400
    • 提供者:徐超
  1. AutoCalHighTop

    0下载:
  2. 自动读取水准仪高程数程序。根据中丝,上丝数,计算高程数。-Automatically read the number of procedures Level elevation. According to the wire, the wire, calculating the number of elevation.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:217088
    • 提供者:guojie
  1. VC.wire.array.module.design.development

    0下载:
  2. 阵列开发模块设计VC wire array module design development -VC wire array module design development
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:20480
    • 提供者:vid
  1. sscom

    0下载:
  2. 目前较为常用的串口有9针串口(DB9)和25针串口(DB25),通信距离较近时(<12m),可以用电缆线直接连接标准RS232端口(RS422,RS485较远),若距离较远,需附加调制解调器(MODEM)。最为简单且常用的是三线制接法,即地、接收数据和发送数据三脚相连,本文只涉及到最为基本的接法,且直接用RS232相连。-System MODEM (MODEM). The most simple and common is thr
  3. 所属分类:串口编程

    • 发布日期:2024-05-20
    • 文件大小:7386112
    • 提供者:xfjkd
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org