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

搜索资源列表

  1. check_sum

    0下载:
  2. 计算校验和 校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP和TCP 等等。计算这些校验和的算法称为网际校验和算法,简单来说就是:把被校验的数据16位进行累加,然后取反码,若数据字节长度为奇数,则数据尾部补一个字节的0以凑成偶数。 由于从输入文件读入的数据不能直接满足计算校验和的条件,所以首先对从文件读入缓冲区的数据进行预处理,即读入缓冲区时忽略空格。由于累加是按16位进行的,所以每次从缓冲
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:88943
    • 提供者:阿蒙
  1. 1234

    0下载:
  2. 从键盘输入N个数(字、十进制数无符号数)存入到存储单元中,计算累加和,并将结果(不考虑溢出)在屏幕上以16进制的形式显示。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:812
    • 提供者:张玉鹏
  1. CheckCode.rar

    0下载:
  2. 计算校验位的程序,异或相加与累加和,可以用于硬件研发人员与一些串口通讯程序使用,Procedures for calculating the parity bit, XOR sum of cumulative and can be used in hardware R & D personnel with a number of procedures for the use of serial communication
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:1582068
    • 提供者:gzh
  1. testcom

    3下载:
  2. TestCom 串口测试软件 非常好用 含CRC校验 异或 累加和等处理-TestCom serial test software very easy to use with different or cumulative CRC checksum and other processing
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:16245
    • 提供者:李海全
  1. shiyan1

    0下载:
  2. 编程序,使用如下所谓的简单变量“数据平移”方法来求出Fibonacci数列的第n项(的具体项值)并显示在屏幕上(正整数n通过键盘输入):说明变量old1=1,old2=1,newItem;新的Fibonacci项newItem总是“距它最近”的前两项(old1与old2)的累加和。而后通过“old1=old2 old2=newItem ”进行所谓的“数据平移”。接着计算另一个新的Fibonacci项newItem,依次循环,直到求出数列的第n项时为止。 Fibonacci数列的计算公式如下:
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:7287
    • 提供者:
  1. 1

    0下载:
  2. 这是一个服务器与客户端应答的关系 通过服务器的应答实现自己想要的功能再返回给客户端 如客户端输入1个数字 可以通过服务器求出阶乘累加和再给客户端-This is a server and client response relationship between the response through the server to achieve the functionality they want to return to the client if the client can input
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1589
    • 提供者:许龙
  1. mcs51Clocky

    0下载:
  2. 采用中断方式进行溢出次数累计; 从秒——分——时的计时是通过累加和数值比较实现的; 时钟显示缓冲区:时钟时间在方位数码管上进行显示,为此在内部 RAM中要设置显示缓冲区,共6个地址单元。显示缓冲区从左到右依次存放时、分、秒数值; -Overflow interrupt the use of the number of cumulative manner from seconds- minutes- when the time is through the cumulative
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:489622
    • 提供者:董林
  1. n!

    0下载:
  2. 计算前n项的阶乘的累加和, n为用户输入的正整数-sun+=n!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1237
    • 提供者:王波
  1. n!

    0下载:
  2. 计算前n项数的阶乘的累加和,n为用户输入的正整数-sum+=n!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:2367
    • 提供者:王波
  1. sum

    0下载:
  2. 本程序对特定的数据求累加和,并得到输出,取得比较好的效果-this programmal mainly gets the special data ,and gets the sum of it
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:162785
    • 提供者:hanhan
  1. fir

    0下载:
  2. 是一个fir滤波器 其中使用了MAC单元去实现累加和乘法运算。-A fir filter which uses the MAC unit to achieve accumulation and multiplication.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:710
    • 提供者:张晓东
  1. qishixunyou

    0下载:
  2. 2. 编程序,使用如下所谓的简单变量“数据平移”方法来求出Fibonacci数列的第n项(的具体项值) 并显示在屏幕上(正整数n通过键盘输入):说明变量old1=1,old2=1,newItem;新的Fibonacci项newItem总是“距它最近”的前两项(old1与old2)的累加和。而后通过“old1=old2 old2=newItem ”进行所谓的“数据平移”。接着计算另一个新的Fibonacci项newItem,依次循环,直到求出数列的第n项时为止。 -2. A program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:2450
    • 提供者:赵汉卿
  1. mofangzhen

    0下载:
  2. 魔方阵是一个古老的智力问题,它要求在一个m×m的矩阵中填入1~m2的数字(m为奇数),使得每一行、每一列、每条对角线的累加和都相等,如图1所示。-Magic square is an old intellectual problem, it requires a matrix m × m 1 ~ m2 fill in the number (m is odd) such that each row, each column and each diagonal are equal to the c
  3. 所属分类:Windows Develop

    • 发布日期:2016-11-21
    • 文件大小:1024
    • 提供者:郑直
  1. morethread

    0下载:
  2. 基于MFC和vc6.0编写的多线程程序,能动态添加线程,分线程计算10000自然数累加和-Multithreaded programs written in MFC and vc6.0 can dynamically add a thread, the thread computing 10000 natural number sum
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-09
    • 文件大小:17366771
    • 提供者:yaoxiong
  1. sum

    0下载:
  2. c语言编写的计算1-n的累加和,比较简单,适合于初学者参考-c language to calculate the 1-n sum, relatively simple, suitable for beginners reference! !
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:19641
    • 提供者:
  1. msp430smg

    0下载:
  2. 1、能够按增序显示000→100之间的所有3的整数倍的整数,更新频率不限,但必须能够清晰的读出来。 2、并统计截止到当前显示之前的所有数据的累加和,显示计算结果。 3、在上述功能基础上能够通过按键设置起始值(000到100)之间的任意一个数。 -1, it is possible to be displayed according to the increase sequence integer multiples of 000 → 100 between all 3 of the
  3. 所属分类:CSharp

    • 发布日期:2017-12-03
    • 文件大小:27780
    • 提供者:周安琪
  1. inpputadec

    0下载:
  2. 实现十进制输入一个数,计算累加和,然后以十进制输出-Enter a decimal number to calculate cumulative and then output in decimal
  3. 所属分类:Console

    • 发布日期:2017-12-10
    • 文件大小:849
    • 提供者:刘闯
  1. BinarySearchTree

    0下载:
  2. 根据用户输入的一系列整数,生成一棵二叉查找树。对该二叉查找树实现中序遍历,生成排序后的整数数列。对该二叉查找树进行中序遍历,计算累加和。-According to a series of integer user input and generates a binary search tree. The realization of a binary search tree traversal generates integer sequence sorted. The binary searc
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2289
    • 提供者:牛遛遛
  1. LRC_Tool

    0下载:
  2. c++ builder 版 累加和 及 LRC 校验和计算工具及源码-Tool and source code for sum and LRC of c++ builder
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:312359
    • 提供者:angus-chen
  1. CheckSum

    0下载:
  2. 对16进制数据进行累加和计算。快速计算和校验(Accumulate and calculate the 16 Decimal data. Fast calculation and verification)
  3. 所属分类:C#编程

    • 发布日期:2017-12-28
    • 文件大小:55296
    • 提供者:冰葑世纪
« 12 3 »
搜珍网 www.dssz.com