资源列表

« 1 2 ... .79 .80 .81 .82 .83 25884.85 .86 .87 .88 .89 ... 28521 »

[数据结构常用算法zuichangzixulie

说明:序列Z=<B,C,D,B>是序列X=<A,B,C,B,D,A,B>的子序列,相应的递增下标序列为<2,3,5,7>。-Sequence Z = < B, C, D, B > is sequence X = < A, B, C, B, D, A, B > son sequence, the corresponding sequence for increasing subscr
<王绍华> 在 2025-05-11 上传 | 大小:1kb | 下载:0

[数学计算/工程计算gcdlcm

说明:计算出最大公约数与最小公倍数,考虑0的情况-Calculate the maximum and minimum LCD, when considering 0
<王绍华> 在 2025-05-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法sort

说明:编写一个C编程,实现这样的功能:从键盘输入任意个整数,以0作为结束标志,对这个整数序列从小到大排序,并输出排序后的结果。 题目分析:在这里应用链表作为数据的存储结构。因为链表的存储空间是分配在系统的动态存储区的,因此可以在程序执行时动态的分配内存。这样就可以轻松的解决动态的数列访问问题。-Write a C program, to achieve this functionality: any integer from the ke
<小陈> 在 2025-05-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法Artificial-shuffle

说明:模拟人工洗牌使用结构card 来描述一张牌,用随机函数来模拟人工洗牌的过程,最后将洗好的52张牌顺序分别发给四个人。 对每个人的牌要按桥牌的规则输出。即一个人的牌要先按牌的花色(顺序为梅花、方块、红心和黑桃)进行分类,同一类的牌要再按A、K、Q、J、…、3、2牌的大小顺序排列。另发牌应按四个人的顺序依次分发。 -Artificial shuffle
<黄瑞青> 在 2025-05-11 上传 | 大小:1kb | 下载:0

[数学计算/工程计算piglatin

说明:Piglatin. Impelements the piglatin code in C.-Piglatin. Impelements the piglatin code in C.
<sakib> 在 2025-05-11 上传 | 大小:1kb | 下载:0

[matlab例程chkaux

说明:matlab code for id on multivariable systems for state space controllers. auxiliary function to be used by everybody that have the rest of the algorithm
<faelop> 在 2025-05-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法complex

说明:.h文件。c++中的复数类,能够直接完成基本四则运算,输入输出流,完成一定范围内的比较运算-. H file. c++ classes in the plural, to directly perform basic arithmetic, input and output streams, to complete a range of comparison operators
<reddog> 在 2025-05-11 上传 | 大小:1kb | 下载:0

[matlab例程test_random

说明:一个计算mcs-8下的小区平均频谱效率的小程序-A calculating mcs-8 under the average spectral efficiency of small residential program
<reddog> 在 2025-05-11 上传 | 大小:1kb | 下载:0

[数学计算/工程计算fft

说明:接口为fft(complex *a, complex *b, int n)。a是输入,b是输出,n为长度-Interface fft (complex* a, complex* b, int n). a is the input, b is the output, n is the length
<reddog> 在 2025-05-11 上传 | 大小:1kb | 下载:0

[数值算法/人工智能2

说明:题一:给出一个函数,原型为 int compare(char* dest,char* src) 要求比较两个字符串(由dest与src字符指针标识) 1,如果两字符串所含字母完全相同,则返回0; 2,如果两字符串所含字母相同(不区分大小写;A与a也算字母相同) ,则返回1 3,否则返回3-Topic 1: given a function prototype is int compare (char* des
<shuming> 在 2025-05-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法3

说明:双线链表的建立,用c语言实现双线链表的建立,本文件是软件笔试的试题-The establishment of double linked list, double linked list in c language creation, this document is software written examination questions
<shuming> 在 2025-05-11 上传 | 大小:1kb | 下载:0

[matlab例程New-Compressed-(zipped)-Folder

说明:pso coding in matlab-pso coding in matlab
<FURZANA .J> 在 2025-05-11 上传 | 大小:1kb | 下载:0
« 1 2 ... .79 .80 .81 .82 .83 25884.85 .86 .87 .88 .89 ... 28521 »

源码中国 www.ymcn.org