资源列表

« 1 2 ... .26 .27 .28 .29 .30 214231.32 .33 .34 .35 .36 ... 216384 »

[通讯/手机编程dijkstra

说明:clear all clc D=[0 6 inf inf 5 6 inf 5 inf 6 0 9 inf inf 9 inf 3 inf inf 9 0 7 inf inf 4 inf inf inf inf 7 0 6 4 6 inf 3 5 inf inf 6 0 5 inf inf 4 6 9 inf 4 5 0 5 inf inf inf inf 4 6 inf 5 0 inf inf 5 3 inf inf inf inf inf 0
<Hemanth > 在 2025-07-14 上传 | 大小:1kb | 下载:0

[通讯/手机编程routing

说明:clc clear n=input( Total node= ) if n > 6 error( not <6 ) end alphabets= char(65:1:65+n) adj=zeros(n,n) for p=1:n for q=1:n adj(p,q)=input([ Enter Weight between [ ,alphabets(p), ] , [ ,alphabets(q), ] = ]) end e
<Hemanth > 在 2025-07-14 上传 | 大小:1kb | 下载:0

[通讯/手机编程findoptt

说明: function optt = findoptt(L,C,pmax,rP,a,w,maxw) Arguments: L =input( links in the network ) C =input( coordinates of nodes ) pmax =input( max. transmission power ) rP - see rndtopo2d a - fading coefficient (a<-2) Output:
<Hemanth > 在 2025-07-14 上传 | 大小:1kb | 下载:0

[C#编程youxulianbiaodecharu

说明:在一个有序链表中插入一个数据,形成新的链表。-Insert an ordered list in a data
<陈娜> 在 2025-07-14 上传 | 大小:1kb | 下载:0

[C#编程jiandanshunxuchazhao

说明:简单顺序查找,输入一个指定长度的顺序表,再输入一个数据,判断数据是否在顺序表中,若在,输出所在位置下标,若不在,输出“Error!”-Simple sequential search, enter a specified length of the order form and then enter a data, in order to judge whether the data table, if the output location subscr ipt, if not in the
<陈娜> 在 2025-07-14 上传 | 大小:1kb | 下载:0

[C#编程lianbiaodenizhi

说明:链表的逆置,首先建立一个链表,然后通过程序将其逆置。-Inverse set list, first create a list, then the program will set its inverse.
<陈娜> 在 2025-07-14 上传 | 大小:1kb | 下载:0

[C#编程maopao

说明:改进后的冒泡排序,建立一个数据表,然后通过程序将其偶数与奇数位置上的数据分别进行排序。-Improved bubble sort, the establishment of a data table, and then program its even and odd positions respectively to sort the data.
<陈娜> 在 2025-07-14 上传 | 大小:1kb | 下载:0

[C#编程qiuzichuan

说明:求子串,用链表的方式存储一串字符,然后通过程序从第i个字符开始,删除k个字符,得到新的字符串。-Praying for Children series, with a list of the stored string of characters, and then through the process starting from the first i characters, delete k characters, and get new strings.
<陈娜> 在 2025-07-14 上传 | 大小:1kb | 下载:0

[C#编程UDPtest

说明:udp的测试程序希望对研究udp的有所帮助-udp
<yanglei> 在 2025-07-14 上传 | 大小:1kb | 下载:0

[嵌入式/单片机编程timer

说明:用单片机实现时钟程序,可以对新手学习单片机有较大的帮助。-With MCU clock program, the novice can learn a great help to SCM.
<zhangwei> 在 2025-07-14 上传 | 大小:1kb | 下载:0

[波变换63535319waveletrh

说明:实现改进的良好的小波分析算法,实现基于融合的,医学,遥感图像融合-a modified wavelet method
<安琪> 在 2025-07-14 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)1602

说明:本程序有51系列单片机控制显示1602液晶显示,时序是自己写的,另外显示字符时带有坐标输入函数,方便使用者确定显示字符的位置后输入坐标然后显示相关字符。-The program has 51 Microcontroller LCD Display 1602, timing is write, and the other display character input function with the coordinates, to facilitate users to determine t
<总之> 在 2025-07-14 上传 | 大小:1kb | 下载:0
« 1 2 ... .26 .27 .28 .29 .30 214231.32 .33 .34 .35 .36 ... 216384 »

源码中国 www.ymcn.org