CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - lt-

搜索资源列表

  1. 用c编写的N*N的螺旋矩阵源代码

    0下载:
  2. /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() {     int i, j, num=1, a[N][N];     for(i=0; i<=N/2; i++) &nb
  3. 所属分类:其他小程序

    • 发布日期:2008-05-05
    • 文件大小:4395
    • 提供者:good@588
  1. C++程序设计语言实验二

    0下载:
  2. 实验二:C++编程入门 一、实验内容 1. 使用构造函数、析构函数。 2. 使用对象数组。 3. 学习动态创建对象。 4. 学习全局对象、静态对象、局部对象。 5. 运算符重载。 二、实验题目 1,定义一个学生类,要求存储学号,姓名, 年龄,性别,班号等信息,从键盘输入10个学生信息,存储在一个对象数组中,并将所有学生信息打印出来。 要求:1,学号按照1,2,3....排列,并通过对象构造函数输入。 2,学生类提供一个打印函数,负责打印学生信息
  3. 所属分类:其他小程序

  1. C++程序设计语言实验三

    0下载:
  2. 实验三:C++编程入门 一、实验内容 1. 类模版。 2. 运算符重载。 3. 友元。 4. 继承。 二、实验题目 1, 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入balance中。提供一个静态成员函数ModifyRate(
  3. 所属分类:其他小程序

  1. BTree.二叉树的递归算法

    1下载:
  2. 二叉树的递归算法:计算高度、结点个数、交换左右儿子 问题的描述 写一完整函数,计算树的结点数目int CountNode(BTNode<T>* &t); 完善以下两个函数: 计算树的高度int Depth(BTNode<T>* &root); 对树的所有子树交换左右孩子void swapsons(BTNode<T>* &t);,Binary Tree Recursive Algorithm: Calculate the hei
  3. 所属分类:其他小程序

    • 发布日期:2016-01-24
    • 文件大小:2207
    • 提供者:YY
  1. szclcxj.rar

    2下载:
  2. 高西全2009年最新版<数字信号处理>源码程序,High West-wide in 2009 the latest version < Digital Signal Processing> source program
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:28552
    • 提供者:wangjin
  1. MATLAB.rar

    0下载:
  2. <神经网络理论与MATLAB7实现>源代码,< Neural Network Theory and implementation MATLAB7> source code
  3. 所属分类:Other systems

    • 发布日期:2017-05-26
    • 文件大小:9300503
    • 提供者:马鹏飞
  1. matrixChain.rar

    0下载:
  2. 动态规划:矩阵连乘问题的模拟程序 参考清华王晓东的<算法设计与分析>,Dynamic programming: simulation program of matrix multiplying reference Qinghua Wang Xiaodong<Algorithm Design and Analysis>
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:4331
    • 提供者:blch
  1. Labview8.2-1.rar

    0下载:
  2. 〈Labview 8.2 从入门到精通〉教程的随书光盘第一部分。,从入门到精通> the < Labview 8.2 Tutorial CD-ROM with the first part of the book.
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:2934999
    • 提供者:mengxl369
  1. CodingConvert.rar

    0下载:
  2. 计算编码转换,汉字<->Unicode、汉字<->GB2312、字符<->ASCII等。,Calculated transcoding, Chinese <-> Unicode, Chinese <-> GB2312, character <-> ASCII, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:48408
    • 提供者:LSB
  1. a[1].net

    0下载:
  2. DundasWebGauge.dll,DundasWinGauge.dll, <br>No SN, No watermark, No Lic
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:499693
    • 提供者:sunliang
  1. A-simple-language-interpreter

    0下载:
  2. 一个简单的语言解释器, 它可以读入一个简单的文本标记文件,并提取和 转换相应的成员关系信息。文件内容如下所示。 一个简单的文本标记文件: <class> <student> <name>ABC</name> <id>123456</id> group1 </student> </class> 每组"标记"包含两部分:标记名称和标记值。例如,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1256791
    • 提供者:潇湘风月
  1. 1029-Rabbit

    0下载:
  2. 中大oj(Sicily)1029的题目。这道题目主要是看清递归关系式而编即可。注意处理精度。本程序利用四位进位处理精度。-Problem The rabbits have powerful reproduction ability. One pair of adult rabbits can give birth to one pair of kid rabbits every month. And after m months, the kid rabbits can become adu
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:1088
    • 提供者:冰淇淋
  1. 20064350132

    1下载:
  2. 通过设计,编制,调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。 IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉 其中 (1)、可以选择递归下降法、LL(1)、算符优先分析法、LR法完成以上任务,中间代码选用四元式。 (2)、 写出符合分析方法要求的文法,给出分析方法的思想,完成分析程序设计。 (3)、 编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。 目 录 一.系统需求分析 二.概念模型设计 三.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:488522
    • 提供者:aden
  1. DistributedLTCodes

    0下载:
  2. 用来介绍LT码中度分布函数的一篇论文,很有参考价值,对于研究LT码的人很有用-LT code used to introduce a moderate distribution function papers, a good reference for the study of LT codes were very useful
  3. 所属分类:Other systems

    • 发布日期:2016-10-14
    • 文件大小:536314
    • 提供者:xp
  1. wang

    0下载:
  2. IMPLEMENTATION OF FOUNTAIN AND LT CODES
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:103684
    • 提供者:hung
  1. LT-1Bmsp430

    0下载:
  2. 这是LT-1BMSP430开发板所有模块的例程,还有电路原理图。希望对大家有用-This is the LT-1BMSP430 module development board all routines, as well as schematics. I hope useful
  3. 所属分类:Other systems

    • 发布日期:2017-05-15
    • 文件大小:4054479
    • 提供者:刘晓东
  1. 4104621LT-codes

    0下载:
  2. LT码编译码仿真程序,matlab环境下运行正常(LT code compiling code simulation program, running normal under Matlab environment)
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:909312
    • 提供者:qwererg
  1. LT码参考2 - 副本

    1下载:
  2. 用于测试LT码在不同包数目不同码长以及不同冗余情况下的译码错误率的情况比较。(The comparison is used to test the decoding error rate of the LT code under different code lengths and different redundancy.)
  3. 所属分类:其他

    • 发布日期:2018-06-21
    • 文件大小:3072
    • 提供者:1ynl
  1. LT_matlab

    1下载:
  2. 详细说明了LT码在matlab程序中的仿真(LT code simulation in matlab program is explained in detail)
  3. 所属分类:其他

    • 发布日期:2019-03-09
    • 文件大小:174080
    • 提供者:tjs12346
  1. Test_LTmatlab

    1下载:
  2. LT喷泉码的文件,包括编码和译码的过程以及测试文件(Lt fountain code files, including encoding and decoding)
  3. 所属分类:其他

    • 发布日期:2019-04-26
    • 文件大小:6144
    • 提供者:whmzm2010
« 12 3 4 5 6 7 8 9 10 ... 33 »
搜珍网 www.dssz.com