登录
首页 » 其他项目 » 搜寻最短延时的交织m序列伪码,可选择m序列的长度,自动产生生成多项式...

搜寻最短延时的交织m序列伪码,可选择m序列的长度,自动产生生成多项式...

于 2022-03-21 发布 文件大小:2.67 kB
0 223
下载积分: 2 下载次数: 2

代码说明:

搜寻最短延时的交织m序列伪码,可选择m序列的长度,自动产生生成多项式-Search for the shortest delay interwoven m PN sequence can choose the length of m sequence, automatically generating polynomial

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

发表评论

0 个回复

  • 在研究了各种预览方法后,作为总结,写了这个程序,跟大家一起分享。 上次写的简便无刷新文件上传系统最初的的就是用来实现这个图片预览效果。 兼容:ie6/...
    在研究了各种预览方法后,作为总结,写了这个程序,跟大家一起分享。 上次写的简便无刷新文件上传系统最初的目的就是用来实现这个图片预览效果。 兼容:ie6/7/8, firefox 3.5.5 后台支持下还兼容:opera 10.10, safari 4.0.4, chrome 3.0 asp版本使用Persits.Jpeg组件缩放图片,测试请先安装该组件。 -After studying the various preview method, in summary, wrote this program to share with you. The last write simple non-refresh file upload system, the initial aim is to achieve this image preview. Compatibility: ie6/7/8, firefox 3.5.5 is also compatible with the background support: opera 10.10, safari 4.0.4, chrome 3.0 asp version of the use of Persits.Jpeg component scaling picture, testing, install this component.
    2022-03-24 00:03:49下载
    积分:1
  • 一个简单的asp订单做程序,管理背景,背景检查…
    一个简单的ASP做的定单提交程序,有后台管理,可在后台查看相观提交信息-a simple ASP orders to do procedures, management background, the background check information submitted concept phase
    2022-02-21 06:01:17下载
    积分:1
  • Find prime numbers prepared by screening the function: void sieve (bool isPrime...
    编写筛选查找素数函数: void sieve(bool isPrime[], int n) 其中isPrime[ ]为一个布尔型数组,n为数组大小。由于2是第一个素数, 所以设置isPrime[0]和isPrime[1]的值为false,并设置其余的元素初值为true。 然后对从4到n-1的每一个i,判断i是否能够被2整除,如果i能够被2整除,则设置isPrime[i]为false。 对从2到n/2的每一个可能的数值重复以上处理,当操作结束时,所有值为true的isPrime[i]所对应的i就是素数,它们将是从筛子中掉下来的。-Find prime numbers prepared by screening the function: void sieve (bool isPrime [], int n) which isPrime [] as a Boolean array, n is the size of the array. Because 2 is the first prime number, so set the isPrime [0], and isPrime [1] a value of false, and set the initial value of the remaining elements of true. And then from 4 to n-1 for each i, to determine whether i can be divisible by 2, if i can be divisible by 2, then set the isPrime [i] is false. From 2 to n/2 possible values for each one to repeat the above processing, when the operation ended, all the true value of the isPrime [i] corresponding to i is a prime number, they will be falling from the sieve in the past.
    2023-03-02 04:45:03下载
    积分:1
  • 连连看游戏源代码 ,本程序由visual c++编译通过,益智类小游戏.
    连连看游戏源代码 ,本程序由visual c++编译通过,益智类小游戏.-Lianliankan game source code, the procedures adopted visual c compiler, knowledge-like game.
    2022-04-01 15:00:38下载
    积分:1
  • 实现简单的图书管理的一个系统,不是很复杂,适合学生做课程设计使用!...
    实现简单的图书管理的一个系统,不是很复杂,适合学生做课程设计使用!-Implementation of a simple library management system is not very complicated for students to do course is designed to use!
    2023-06-02 00:30:04下载
    积分:1
  • 内容 Readme.txt BcbChess 中国象棋程序实例的源代码所在的文件夹 BcbExe 中国象棋程序实例的可执行程序所在的文件夹...
    内容 Readme.txt BcbChess 中国象棋程序实例的源代码所在的文件夹 BcbExe 中国象棋程序实例的可执行程序所在的文件夹 BcbTest 关于时间测试的项目所在的文件夹 -content Readme.txt BcbChess Chinese chess program is the source code where the text Annex folder BcbExe Chinese chess procedures examples of where the executable folder BcbTest test of time Examination of the project folder
    2023-08-23 02:20:04下载
    积分:1
  • 计算方法 用高斯消元法解方程组,源代码以及注释 注释在源代码中...
    计算方法 用高斯消元法解方程组,源代码以及注释 注释在源代码中-calculated using Gaussian Elimination Solution equations, the source code and notes in the Notes source code
    2022-05-26 09:09:30下载
    积分:1
  • 本人自己编写的俄罗斯方块 小游戏 为自己开发网络版作准备 用JAVA开发 但是界面不够美观...
    本人自己编写的俄罗斯方块 小游戏 为自己开发网络版作准备 用JAVA开发 但是界面不够美观-I have written a small game Tetris for the development of online preparation for development using JAVA interface but not beautiful
    2022-01-25 19:07:27下载
    积分:1
  • CORBA技术及实例
    CORBA技术及实例-CORBA techniques and examples
    2022-05-21 21:12:27下载
    积分:1
  • 1104032024-王银章 -多关键字排序
    这是一个对于多关键字排序的程序源码。本程序主要从一下入手 1、 伪随机生成的数据包含语文、数学、英语三科成绩。总成绩为语文、数学、英语三科成绩的和。学号按成绩数组的下标赋值,生成学生成绩记录,将该记录保存到txt文档中 2、 从上面的txt文档中读取数据到一个二维数组中,以便对学生信息进行处理 3、 在总分排序好的情况下,给出排序的优先关系,根据优先关系由低位向高位逐个关键字进行排序。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2023-05-16 13:50:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载