资源列表

« 1 2 ... .66 .67 .68 .69 .70 9271.72 .73 .74 .75 .76 ... 66581 »

[GDI/图象编程(1)

说明:VC写的五角星的绘制 不过能在一个轴上运动 是txt格式的 有说明-VC write a pentagram drawn, but movement in one axis is described txt format
<陈小文> 在 2025-12-05 上传 | 大小:3kb | 下载:0

[其他小程序huffmancode-0.1

说明:构造霍夫曼树 ////////////////////// //根据权重生成霍夫曼树 //weight 权重数组 //n 权重数组长度 //NewTree 新生成的霍夫曼树 void createHFMTree(int* weights,int n,BinaryTree<int>& NewTree) { //初始化堆 MinHeap<BinaryTree<int> > heap(n) int i=0 f
<kimikami> 在 2025-12-05 上传 | 大小:3kb | 下载:0

[其他小程序WSAN_SAT

说明:WSAN,激励节点调度:基于重叠区域的单任务分配算法。(西南交通大学,ZHJSWJTU)-WSAN, incentives node scheduling: single-task allocation algorithm based on the overlapping area.
<张红江> 在 2025-12-05 上传 | 大小:3kb | 下载:0

[C#编程reset0

说明:  该程序功能是使数组左下半三角元素的值会全部置成0。其中左下半三角元素的下标特点是列下标小于或等于行下标。-The program function is to enable all left the lower triangle of the array element values will be reset to 0.Lower triangular elements of the left subscr ipt subscr ipt is characterized by column
<张建平> 在 2025-12-05 上传 | 大小:3kb | 下载:0

[C#编程compare

说明:  该程序功能是比较两个字符串的长度。解题过程是首先分别求得两个字符串的长度,然后对这两个值进行判断,实现两个字符串长度的比较。- The length of the program function is to compare two strings.Problem solving process is first evaluated two the length of the string, and then the two values to judge, compare two stri
<张建平> 在 2025-12-05 上传 | 大小:3kb | 下载:0

[C#编程Minimum

说明:  该程序功能是求一维整型数组元素中最小的值和它所在的下标。其中,求最小元素的方法:用最小值变量min标记第一个待找数据,逐个把所有待找数据和min进行比较,并用min标记其当前最小值及其所在位置,从而找出最小值。-The program features is that of one-dimension integer array element index of the smallest value, and it is located in.
<张建平> 在 2025-12-05 上传 | 大小:3kb | 下载:0

[其他小程序history-cloud

说明:通过云模型算法编程仿真实现某一天交通流量的预测-One day traffic flow forecast by the the cloud model algorithm programming simulation
<joanna> 在 2025-12-05 上传 | 大小:3kb | 下载:0

[C#编程adc

说明:ARM-M0-LPC1114 adc程序,模拟量采集-This file contains ADC code example which include ADC initialization, ADC interrupt handler, and APIs for ADC reading.
<jory> 在 2025-12-05 上传 | 大小:3kb | 下载:0

[C#编程timer32

说明:ARM-M0-LPC1114 TIMER32 定时技术程序-Descr iption: This file contains 32-bit timer code example which include timer initialization, timer interrupt handler, and related APIs for timer setup.
<jory> 在 2025-12-05 上传 | 大小:3kb | 下载:0

[其他小程序CareerCup.tar

说明:Interview preparition for CareerCup. Include most answers in C.
<ffe> 在 2025-12-05 上传 | 大小:3kb | 下载:0

[C#编程lianzhan

说明:链栈的完整程序。申请一组空间,用链栈的方式管理它们,实现插入、删除。-Chain stack complete program. A set of applications for space, and manage them with a chain stack, insert, delete.
<杨宜贵> 在 2025-12-05 上传 | 大小:3kb | 下载:0

[C#编程xianxingbiao

说明:线性表完整程序。实现线性表的创建、插入、删除功能。-The linear table complete program. Linear table creation, insert, and delete functions.
<杨宜贵> 在 2025-12-05 上传 | 大小:3kb | 下载:0
« 1 2 ... .66 .67 .68 .69 .70 9271.72 .73 .74 .75 .76 ... 66581 »

源码中国 www.ymcn.org