资源列表

« 1 2 ... .24 .25 .26 .27 .28 213629.30 .31 .32 .33 .34 ... 216394 »

[OpenGLcircle

说明:基于windows 环境下的 opengl 图形代码,demo-opengl graphics
<gao> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法Huffman

说明:数据结构:Huffman编码。哈夫曼编码是哈夫曼树的一个应用。哈夫曼编码应用广泛,如JPEG中就应用了哈夫曼编码。 哈夫曼树又称最优二叉树,是一种带权路径长度最短的二叉树。-Data structure: Huffman coding. Huffman coding is an application of the Huffman tree. Huffman coding is widely used, such as JPEG in the application of the Huffman
<mfeng> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法Radix-Sort

说明:基数排序(radix sort)则是属于“分配式排序”(distribution sort),基数排序法又称“桶子法”(bucket sort)或bin sort,顾名思义,它是透过键值的部份资讯,将要排序的元素分配至某些“桶”中,藉以达到排序的作用,基数排序法是属于稳定性的排序,其时间复杂度为O (nlog(r)m),其中r为所采取的基数,而m为堆数,在某些时候,基数排序法的效率高于其它的比较性排序法。 -Radix sort (radix sort) is a " distrib
<mfeng> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法Heap-sort

说明:堆积排序(Heapsort)是指利用堆积树(堆)这种资料结构所设计的一种排序算法,可以利用数组的特点快速定位指定索引的元素。 -Heap sort (Heapsort) is the use of stacked tree (heap) data structure designed such a sorting algorithm can take advantage of the characteristics of the array elements quickly locate t
<mfeng> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法Quick-Sort

说明:快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。 -Quick sort (Quicksort) is a bubble sort of an improvement. By the CAR Hoare in 1962. Th
<mfeng> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法queue

说明:队列是一种特殊的线性表,它只允许在表的前端(front)进行删除操作,而在表的后端(rear)进行插入操作。进行插入操作的端称为队尾,进行删除操作的端称为队头。队列中没有元素时,称为空队列。 -Queue is a special kind of linear form, it only allows the front of the table (front) to delete, and in the form of back-end (rear) to insert. The insert
<mfeng> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[Windows编程stack

说明:它按照后进先出的原则存储数据,先进入的数据被压入栈底,最后的数据在栈顶,需要读数据的时候从栈顶开始弹出数据(最后一个数据被第一个读出来)。 -It is in accordance with the principle of LIFO store data, first enter the data is pushed onto the stack at the end, the last data in the top of the stack, you need to read data f
<mfeng> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[matlab例程Ref_200div_complementary-775nm

说明:single Fiber Bragg Grating simulation with complementary center wivelength 775nm
<yang> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[matlab例程Ref_200div_non_complementary

说明:Matlab simulation of Fiber Bragg Grate withoutcomplementary
<yang> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[matlab例程Ref_200div_complementaryAA

说明:matlab simulation of sigle fiber bragg grating with complementary center wivelength 1549.5nm
<yang> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[3D图形编程3d-wide-display

说明:三维广搜 如果用深搜过的话~~要把所有的可能全枚举出来,然后比较最小的步数 不过广搜就有这么个好处 能一层一层扩散开去 一旦找到了目标,那就一定是最优的~~ -3d wide display If the words with deep display to get all ~ ~ is possible, then compared the enumeration out the smallest efficiency
<王春雷> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[图形图像处理(光照,映射..)medanfilter

说明:code to apply median filter on image
<kamal> 在 2025-11-22 上传 | 大小:1kb | 下载:0
« 1 2 ... .24 .25 .26 .27 .28 213629.30 .31 .32 .33 .34 ... 216394 »

源码中国 www.ymcn.org