资源列表

« 1 2 ... .35 .36 .37 .38 .39 214240.41 .42 .43 .44 .45 ... 216393 »

[2D图形编程untitled1234

说明:MATLAB GUI test,MATLAB GUI test
<huhongfeng> 在 2025-11-17 上传 | 大小:1kb | 下载:0

[通讯/手机编程sureshaodv

说明: Code : AODV Routing. x=1:20 s1=x(1) d1=x(20) clc A=randint(20) Making matrix all diagonals=0 and A(i,j)=A(j,i),i.e. A(1,4)=a(4,1), A(6,7)=A(7,6) for i=1:20 for j=1:20 if i==j A(i,j)=0 else A(j,i)=A(i,j) en
<Hemanth > 在 2025-11-17 上传 | 大小:1kb | 下载:0

[通讯/手机编程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-11-17 上传 | 大小: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-11-17 上传 | 大小: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-11-17 上传 | 大小:1kb | 下载:0

[C#编程youxulianbiaodecharu

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

[C#编程lianbiaodenizhi

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

[C#编程UDPtest

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

[嵌入式/单片机编程timer

说明:用单片机实现时钟程序,可以对新手学习单片机有较大的帮助。-With MCU clock program, the novice can learn a great help to SCM.
<zhangwei> 在 2025-11-17 上传 | 大小:1kb | 下载:0
« 1 2 ... .35 .36 .37 .38 .39 214240.41 .42 .43 .44 .45 ... 216393 »

源码中国 www.ymcn.org