资源列表

« 1 2 ... .07 .08 .09 .10 .11 27612.13 .14 .15 .16 .17 ... 28522 »

[数据结构常用算法joseph

说明:约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列-joseph ring
<lili> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法create_linklist_head

说明:头插法是新增节点总是插在头部,以带头结点链表为例,链表头指针是Head,新增节点p的方式创建单恋表-create linklist with head node
<lili> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法create_binarytree

说明: 因为程序中要知道叶子结点(终点),所以要将上面的二叉树变成扩展二叉树 (把叶子结点的孩子补成#, 用作标记),以此方式创建二叉树-create binarytree
<lili> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法complex_add_multiply

说明:设两个复数A=a+bi, B=c+di(其中a,c为实部,c,d为虚部) 则A+B=a+c+(b+d)i A*B=ac-bd+(ad+bc)i,用单链表实现-complex add and multiply
<lili> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法stack

说明:C 语 言 实 现 栈 的 基 本 操 作 。 构 造 一 个 栈 并 读 入 数 据 , 进 栈 、 出 栈 、 取 栈 顶 元 素 操 作 -the fundmation operation of stack
<lili> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[matlab例程csvm

说明:在支持向量机中,用c-svm解决不可分问题-In support vector machine, with the c-svm solve the problem can not be separated
<> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[matlab例程FIR

说明:数字滤波是将输入的信号序列,按规定的算法进行处理,从而得到所期望的输出序列。-Digital filter is the input signal sequence, the algorithms for processing by the regulation, and the desired output sequence is obtained.
<王彩艳> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[matlab例程participation

说明:This file provide participation factor
<Thanh> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[matlab例程Untitled4

说明:要使得通信网络的总铺设费用最省,请建立问题的数学模型,设计求解算法,给出铺设方案,并讨论方案的可靠性-To make the total cost of laying communication network is the most provinces, a mathematic model of the problem, please, algorithm design, laying scheme are given, and d
<王彩艳> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[matlab例程2psk.code

说明:this code is use in telecommunication matlab code
<western> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[matlab例程4psk.code

说明:this code is use in telecommunication matlab code
<western> 在 2024-11-16 上传 | 大小:1kb | 下载:0

[压缩解压Embedding-8-8-block

说明:embedding data in image 8*8 block
<Dima> 在 2024-11-16 上传 | 大小:1kb | 下载:0
« 1 2 ... .07 .08 .09 .10 .11 27612.13 .14 .15 .16 .17 ... 28522 »

源码中国 www.ymcn.org