CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 Windows编程 通讯编程

资源列表

« 1 2 ... .09 .10 .11 .12 .13 1614.15 .16 .17 .18 .19 ... 1640 »
  1. GetNet

    0下载:
  2. 进程列举程序,优点类似Windows任务管理器。 VC++编写实现,调试通过!-process procedures outlined the advantages similar to the Windows Task Manager. VC + + realization, debugging through!
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:51.73kb
    • 提供者:邓云
  1. evc4 Http

    0下载:
  2. evc4 下HTTP的功能全部实现,在sp4下编译运行-evc4 all of the functions of the compiler running under Explorer
  3. 所属分类:通讯编程

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

    0下载:
  2. 通过定时器定时向串口发送数据,1秒内发4段,并且4段的时间间隔可控制-timer through regularly send data to the serial port, one within seconds of the four, and four of the time interval can be controlled
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:33.5kb
    • 提供者:轩辕鸿彦
  1. app_simple_ir

    0下载:
  2. 一个简单的被动式红外线防盗报警器。该报警器由红外线发射、接收、蜂鸣器和LED指示灯组成。正常情况下,绿色的LED常烁,表示监控区域正常。一旦监控区域有人闯入,绿色LED熄灭,红色的LED快速闪烁,同时蜂鸣器立即报警。-a simple, passive infra-red anti-theft alarm. The alarm from the infrared transmitter and receiver, buzzer and LED indicator components. Unde
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:152.21kb
    • 提供者:cwf
  1. BCJR_turbo

    1下载:
  2. Turbo码的BCJR 算法 将通过观察离散无记忆信道(DMC) 中的M arkov 信源的接收序列, 经过计算, 给出每符号(状态) 最小 差错概率的符号(状态) 序列。-Turbo Codes BCJR algorithm by observing without discrete memory accesses (DMC), M arkov source reception sequence, calculated, given every sign (state), the
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:177.57kb
    • 提供者:姚中华
  1. viterbi

    0下载:
  2. 卷积码的译码方法主要有两种:代数译码和概率译码。代数译码是根据卷积码的本身编码结构进行译码,译码时不考虑信道的统计特性。概率译码在计算时要考虑信道的统计特性。典型的算法如:最大似然译码、Viterbi译码、-Convolutional Decoding by two major ways : Decoding algebra, probability and decoding. Decoding is based on algebraic Convolutional Codes itself c
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:8.14kb
    • 提供者:姚中华
  1. 温度控制

    1下载:
  2. 在计算机控制系统中,使用的是数字PID控制器,数字PID控制算法通常又分为位置式和增量式控制算法。由于计算机控制是一种采样控制,它只能根据采样时刻的偏差值计算控制量,因此模拟式中的积分和微分项不能直接使用,需要进行离散化处理。以一系列的采样时刻点kT代表连续时间t,以和式代替积分,以增量代替微分,作近似变换。采样周期足够短,才能保证有足够的精度-the computer control system, using the digital PID controller, digital PID c
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2.44kb
    • 提供者:jun
  1. rs32_28_v1_1_tar

    0下载:
  2. RS码是Reed-Solomon 码(理德-所罗门码)的简称,它是一类非二进制BCH码,在RS码中,输入信号分成k·m比特一组,每组包括k个符号,每个符号由m个比特组成-RS Reed-Solomon codes (Li-teh-Solomon code) in the short, it is a non-binary BCH, the RS code, the input signal into a bit k m groups, each including k symbols, each
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:92kb
    • 提供者:姚中华
  1. bch_matrix_v1_0_tar

    0下载:
  2. bch码-循环码的生成多项式具有如下形式: ,这里t为纠错个数,为最小多项式,LCM表示取最小公倍式,则由此生成的循环码称之为BCH码。该码是以三个发现者博斯Bose)、查德胡里(Chaudhuri)和霍昆格姆(Hocquenghem)名字的开头字母命名的。其最小码距dmin≥2t+1,能纠t个错误。BCH的码长为n=或的因子 -BCH code-cycle generating polynomial code with the following forms : here t FEC
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:18kb
    • 提供者:姚中华
  1. ldpc_distr

    0下载:
  2. LDPC码是Low Density Parity-check Codes的缩写,一个长为N的LDPC码由它的校验矩阵H来定义,该矩阵的特点是其中的元素0特别多,1特别少——即所谓的“低密度”。一个参数为(N,i,j)的H表示该矩阵中每列有i个1,每行有j个1,矩阵大小为N×K,N代表码字长度,K代表校验子的个数。 -LDPC code is the ab. of Low Density Parity-check Codes. A Length N LDPC is defined by its
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:610.55kb
    • 提供者:姚中华
  1. 单片机启点-I2C程序C语言

    0下载:
  2. I2C编程,应用于I2C接口的C语言程序,适合初学者-I2C programming, I2C interface for the C language program suitable for beginners
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:4.18kb
    • 提供者:黄一一
  1. IPInfo

    0下载:
  2. 这是一个取IP地址信息的程序,如:ip所在区域等,可以通过设置ip区间,请求发送频率等-This is an IP address information from the procedure, such as : ip region, can be set ip range, and the frequency of requests for this
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:220.83kb
    • 提供者:ly
« 1 2 ... .09 .10 .11 .12 .13 1614.15 .16 .17 .18 .19 ... 1640 »
搜珍网 www.dssz.com