登录
首页 » Visual C++ » TEST6_C1

TEST6_C1

于 2009-12-18 发布 文件大小:960KB
0 367
下载积分: 1 下载次数: 31

代码说明:

  利用vc++实现的一个直接序列扩频通信处理程序,包含了简单的测试数据。此程序很详尽。(Using vc++ to achieve a direct sequence spread spectrum communication processes, including a simple test data. This program is very detailed.)

文件列表:

TEST6_C1
........\DATA.H
........\DATA1.C
........\DATA1.H
........\Debug
........\.....\DATA1.OBJ
........\.....\RECEIVE.OBJ
........\.....\TEST6_C.EXE
........\.....\test6_c.ilk
........\.....\test6_c.pch
........\.....\TEST6_C.PDB
........\.....\VC60.IDB
........\.....\VC60.PDB
........\HXP.TXT
........\Prepared
........\........\1000lcharts.txt
........\........\1500lcharts.txt
........\........\150charts.txt
........\........\200charts.txt
........\........\4096charts.txt
........\........\500charts.txt
........\........\50CHARTS.TXT
........\........\Answer.txt
........\........\Hello.txt
........\........\OSCNEW.INI
........\........\Request.txt
........\........\RequestAndReply.txt
........\........\Пушкин.txt
........\RECEIVE.C
........\Received
........\........\Receiv_000.txt
........\........\Receiv_004.txt
........\........\Receiv_005.txt
........\........\Receiv_006.txt
........\........\Receiv_007.txt
........\........\Receiv_007a.txt
........\........\Receiv_007b.txt
........\........\Receiv_007c.txt
........\........\Receiv_00A.txt
........\........\Receiv_00B.txt
........\RECEIVES.C
........\Receiv_001.txt
........\reed_solomon.h
........\subroutines.h
........\TEST6_C.DSP
........\TEST6_C.DSW
........\TEST6_C.NCB
........\TEST6_C.OPT
........\TEST6_C.PLG
........\trans_data
........\trans_data1
........\变化长度
........\........\Receiv_001.txt
........\........\Receiv_0010.txt
........\........\Receiv_0011.txt
........\........\Receiv_0012.txt
........\........\Receiv_0013.txt
........\........\Receiv_0014.txt
........\........\Receiv_0015.txt
........\........\Receiv_0016.txt
........\........\Receiv_0017.txt
........\........\Receiv_0018.txt
........\........\Receiv_002.txt
........\........\Receiv_003.txt
........\........\Receiv_004.txt
........\........\Receiv_005.txt
........\........\Receiv_006.txt
........\........\Receiv_007.txt
........\........\Receiv_008.txt
........\........\Receiv_009.txt
........\固定长度
........\........\Receiv_001.txt
........\........\Receiv_0010.txt
........\........\Receiv_0011.txt
........\........\Receiv_0012.txt
........\........\Receiv_0013.txt
........\........\Receiv_0014.txt
........\........\Receiv_0015.txt
........\........\Receiv_0016.txt
........\........\Receiv_0017.txt
........\........\Receiv_0018.txt
........\........\Receiv_0019.txt
........\........\Receiv_002.txt
........\........\Receiv_0020.txt
........\........\Receiv_003.txt
........\........\Receiv_004.txt
........\........\Receiv_005.txt
........\........\Receiv_006.txt
........\........\Receiv_007.txt
........\........\Receiv_008.txt
........\........\Receiv_009.txt

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • VCMatlab
    VC++和 Matlab 的 混 合 编 程 具 有 很 大 的 实际意义。 文 讨 论 了如何 使 用 Matlab 的 Complier 将 *.m 函 数 编 译 为 动 态 链 接 库 DLL, 提 供 给 VC++调 用 的 方 法,提 供 了 一 种 VC++与 Matlab 混合编程的 快 速 实 现 。(The mixed programming of VC++ and Matlab has great practical significance. This paper discusses how to use COMplier of MATLAB to compile *. m function into DLL of dynamic link library and provide a method for calling VC++. It also provides a fast realization of mixed programming between VC++ and MATLAB.)
    2018-12-01 15:31:19下载
    积分:1
  • 串口加调试助手加串口模拟
    自己整合的,可直接下载调试使用,傻瓜式文件一体包。(Integration of their own, can be downloaded directly debugging use, fool file integrated package.)
    2017-10-16 17:28:33下载
    积分:1
  • ctorrent-win32
    ctorrent源码实现,良好的源码架构和精干的代码组织。 (ctorrent source implementation of good source code structure and lean tissue.)
    2011-09-05 20:27:15下载
    积分:1
  • uoid965
    一个很小和天线计算程序,我觉得非常实用,发上来与大家分享()
    2018-06-12 18:51:06下载
    积分:1
  • MySocket
    vc++开发的socket通信类(含客户端和服务端)(socket communication(include client and server))
    2013-08-12 14:13:49下载
    积分:1
  • Wireless-collaborative-network
    无线协作网络中存在干扰时的中继选择协议 无线协作网络中存在干扰时的中继选择协议(Wireless collaborative network exists in the relay selection protocol interference)
    2011-04-26 23:15:59下载
    积分:1
  • 12can
    c8051F系列单片机CAN总线的应用例程(c8051F Series Single-chip CAN bus application routines)
    2009-02-22 17:54:22下载
    积分:1
  • mise-0.1
    类似simulink的小程序,在网上找到的,希望对大家有用。。(Similar simulink small program, found on the Internet, we want to be useful. .)
    2014-05-04 14:54:23下载
    积分:1
  • gest
    void swap1(int x, int y) //值传递 void swap2(int *px, int *py) //指针传递 void swap3(int &x, int &y) //引用传递 的使用(void swap1(int x, int y) //值传递 void swap2(int*px, int*py) //指针传递 void swap3(int &x, int &y) //引用传递 的使用)
    2012-04-30 16:41:44下载
    积分:1
  • ad hoc网络mac层协议修改和仿真源
    说明:  ad hoc MAC协议,修改及仿真后的代码,源程序,实现AD HOC网络通信(AD hoc MAC protocol, modified and simulated code, source program, AD hoc network communication)
    2020-04-09 10:42:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载