CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - send

搜索资源列表

  1. 111ddds

    0下载:
  2. 测试各种排序算法,使用VC.NET进行开发,如果有任何问题请发邮件给我-test algorithm, using VC.NET develop, if there is any question, please send an email to
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:24228
    • 提供者:lordor
  1. ringbuffer

    0下载:
  2. 在通信程序中,经常使用环形缓冲区作为数据结构来存放通信中发送和接收的数据。环形缓冲区是一个先进先出的循环缓冲区,可以向通信程序提供对缓冲区的互斥访问。-In the communications program, frequently used as a ring buffer data structure to store communications to send and receive data. Ring buffer is a FIFO buffer of the cycle can
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:815
    • 提供者:angle
  1. Commonsetofnumericalalgorithm

    0下载:
  2. 常用数值算法集。一些常用的数值算法代码 如:排序,矩阵特征值,线性拟合等等其他机器提出连接申请,并在对方计算机允许建立连接请求后,发送数据到对方-Common set of numerical algorithms. Some commonly used numerical algorithm code such as: sorting, matrix eigenvalue, linear fitting options many machines connected applications
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3379184
    • 提供者:zhuweiwei
  1. Congratulation

    0下载:
  2. 恭喜发财 利是窦来.现在有 N 个人,他们都有小孩,春节来了,他们要发压岁钱给朋友的小孩,而他们自己的小孩也会收到压岁钱。为了简单,他们在发压岁钱的时候,使用以下的计算方法,譬如某甲有 100 块,它要给另外三个人的小孩发压岁钱,则每个小孩会分到 100/3 = 33 块,剩余的 1 块就不发了。 给你这 N 个人的信息,以及他们把压岁钱发给了谁的小孩,请你计算他们每个人的小孩收到的压岁钱和他们发出去的压岁钱的差额是多少。-Kung Hei Fat Choy Lee is the si
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:715
    • 提供者:王石
  1. ring-buffer

    1下载:
  2. 在通信程序中,经常使用环形缓冲区作为数据结构来存放通信中发送和接收的数据。环形缓冲区是一个先进先出的循环缓冲区,可以向通信程序提供对缓冲区的互斥访问-In the communications program, frequently used as a ring buffer data structure to store communications to send and receive data. FIFO ring buffer is a circular buffer, the com
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-28
    • 文件大小:34782
    • 提供者:江立
  1. 1

    0下载:
  2. 现在有 N 个人,他们都有小孩,春节来了,他们要发压岁钱给朋友的小孩,而他们自己的小孩也会收到压岁钱。为了简单,他们在发压岁钱的时候,使用以下的计算方法,譬如某甲有 100 块,它要给另外三个人的小孩发压岁钱,则每个小孩会分到 100/3 = 33 块,剩余的 1 块就不发了。 给你这 N 个人的信息,以及他们把压岁钱发给了谁的小孩,请你计算他们每个人的小孩收到的压岁钱和他们发出去的压岁钱的差额是多少。-There are N individuals, they have childr
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1446
    • 提供者:火山
  1. task

    0下载:
  2. 加里森的任务 有n个加里森敢死队的队员要炸掉敌人的一个军火库,谁都不想去,队长加里森决定用轮回数数的办法来决定哪个战士去执行任务。如果前一个战士没完成任务,则要再派一个战士上去。现给每个战士编一个号,大家围坐成一圈,随便从某一个战士开始计数,当数到5时,对应的战士就去执行任务,且此战士不再参加下一轮计数。如果此战士没完成任务,再从下一个战士开始数数,被数到第5时,此战士接着去执行任务。以此类推,直到任务完成为止。 加里森本人是不愿意去的,假设加里森为1号,请你设计一程序为加里森支招,求出
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:700943
    • 提供者:苹果
  1. 1229

    0下载:
  2. 和谐短信问题 对于给定的由 n 个人组成的社团以及社团员间发送短信的信息,设计一个计算最大和谐子社团的算法。 -For a given by n personal associations and community members to send SMS messages, the design of a harmonious community algorithm to calculate the maximum oscillator.
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:248421
    • 提供者:wjf
  1. main

    0下载:
  2. 1.在电报收发等数据通讯中,常需要将传送的文字转换成由二进制字符0、1组成的字符串来传输。为了使收发的速度提高,就要求电文编码要尽可能地短。此外还要保证任意字符的编码都不是另一个字符编码的前缀,这种编码称为前缀编码。 2.Huffman树可以用来构造编码长度不等且译码不产生二义性的编码。 -1 In the telegram send and receive data communications, and often need to send the text into a stri
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1272
    • 提供者:奋斗菠萝
  1. for-send

    0下载:
  2. this program for sidel method.sidel method is a method of numerical that solve problem by iteration and we use it in sbu unversity.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:765
    • 提供者:amir hossein
  1. File-Transfer

    0下载:
  2. 网易云课堂-陈越、何钦铭-数据结构-2016春 PTA-05-树8 File Transfer 编译器:python2-We have a network of computers and a list of bi-directional connections. Each of these connections allows a file transfer one computer to another. Is it possible to send a file any com
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:926
    • 提供者:zhangzhi
  1. ZBTOEKB96

    0下载:
  2. 用matlab仿真实现了25 kHz 带宽内同时传送总共48 kbits 的两路语音-Matlab simulation realized within 25 kHz bandwidth send a total of 48 kbits two way voice at the same time
  3. 所属分类:Data structs

    • 发布日期:2017-12-16
    • 文件大小:17408
    • 提供者:NXjix&174
  1. 0031717

    0下载:
  2. 该文件夹为空时块码-卷积码级联系统的仿真程序,天线配置为2发2收,-The folder for space-time block codes- convolution code cascade system simulation program, the antenna is configured to send 2, 2,
  3. 所属分类:Data structs

    • 发布日期:2017-12-14
    • 文件大小:15360
    • 提供者:gwsersioc
搜珍网 www.dssz.com