资源列表

« 1 2 ... .96 .97 .98 .99 .00 42901.02 .03 .04 .05 .06 ... 66581 »

[其他小程序PWM

说明:这是直流电机的单片机程序的源程序,可以自己修改,编译以及改进-This is the source of the DC motor microcontroller program can modify, compile, and improved
<代小楷> 在 2025-11-22 上传 | 大小:620kb | 下载:0

[其他小程序ShadeCharacter

说明:C#制作渐变色彩的文字,渐变文字特效,基于C#的源码实现,由此可以扩展出更多绚丽的C#文字效果来,学会以了其中一种方法,您就可以举一反三,灵活运用了。-C# making the gradient color text, gradient text effects, based on the C# source code, which can be extended to more brilliant C# text effects to learn to one method, you can
<蔡南> 在 2025-11-22 上传 | 大小:14kb | 下载:0

[其他小程序RS232

说明:这是串口通信的单片机程序的源程序,可以自己修改,编译以及改进-This is a microcontroller serial communication program source code can modify, compile, and improved
<代小楷> 在 2025-11-22 上传 | 大小:747kb | 下载:0

[其他小程序zhongduan

说明:这是中断的单片机程序的源程序,可以自己修改,编译以及改进-This is the source of the interrupt the microcontroller program can modify, compile, and improved
<代小楷> 在 2025-11-22 上传 | 大小:300kb | 下载:0

[其他小程序xiaoche

说明:简单的智能小车循迹程序,c语言编写.很实用也很易懂,有标注.-it s great
<唐晓旭> 在 2025-11-22 上传 | 大小:44kb | 下载:0

[通讯编程NALDecoder

说明:NALDecoder 组装h264为rtp包并发送出去-NALDecoder assembled h264 rtp packet sent
<chenluquan> 在 2025-11-22 上传 | 大小:212kb | 下载:0

[C#编程Locate

说明:  设有一头指针为L的带有表头结点的非循环双向链表,其每个结点中除有prev(前驱指针),data(数据)和next(后继指针)域外,还有一个访问频度域freq。在链表被起用前,其值均初始化为零。每当在链表中进行一次Locate(L,x)运算时,令元素值为x的结点中freq域的值增1,并使此链表中结点保持按访问频度非增(递减)的顺序排列,同时最近访问的结点排在频度相同的结点的最后,以便使频繁访问的结点总是靠近表头。试编写符合上述要求的Locate(L,x)运算的算法,该运算为函数过程,返回找到结
<hac> 在 2025-11-22 上传 | 大小:1kb | 下载:1

[C#编程a

说明:在二叉树中查找值为x的结点,请编写一算法用以打印值为x的结点的所有祖先,假设值为x的结点不多于1个。-Find the value of x node in a binary tree, write an algorithm to print the value of x nodes ancestors, assuming the value of x nodes more than one.
<hac> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[其他小程序beep

说明:用AT89C52控制蜂鸣器以不同频率工作-AT89C52 control buzzer at different frequencies.
<lorry> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[C#编程elgb

说明:实现二路归并排序算法。  对上述排序算法,使用两个长度为一千万的线性表分别测试其性能,记录其运行时间(生成线性表的时间不计算在内)。第一个:线性表内的元素值随机生成;第二个:线性表的第i个元素值为i,即本来就有序。-Achieve Merging sorting algorithm. Above sorting algorithm, using two linear table with a length of ten million, respectively, to test its per
<hac> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[C#编程monkeyking

说明:  猴子选大王。n只猴子围成一圈,从1到m报数,报m的猴子出局。余下的猴子从第m+1只开始继续从1到m报数,报m的猴子出局。第n只猴子报数后,第1只猴子接着报数(因为围成了圈)。待整个圈只剩下一只猴子时,该猴子即为大王。n和m由用户输入,请输出当选大王的猴子的编号。-King monkeys election. n monkeys circle, from 1 to m reported that the number of reported m the monkey out of the ga
<hac> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[C#编程k

说明:  对于稀疏矩阵的存储,可不使用二维数组来存储,而使用链表,只存储其中的非0元素。链表中的每个结点包含的域为(行,列,值, next),如以下稀疏矩阵: 0 2 0 0 0 3 0 0 0 6 0 0 0 0 0 0 0 7 0 0   则链表为:      请实现两个稀疏矩阵的相加,并输出结果。要求:相加后原来的两个矩阵仍然存在。-For sparse matrix storage, without using the two-dimensional array
<hac> 在 2025-11-22 上传 | 大小:1kb | 下载:1
« 1 2 ... .96 .97 .98 .99 .00 42901.02 .03 .04 .05 .06 ... 66581 »

源码中国 www.ymcn.org