资源列表
[Windows编程] howtowritepaper
说明:介绍了研究生论文撰写的基本方式,并且指出了一些写好文章的建议-Introduced the basic form of graduate students writing papers, and pointed out a number of articles written proposal<ncf> 在 2025-06-20 上传 | 大小:16kb | 下载:0
[C#编程] sortMerge
说明:Conceptually, a merge sort works as follows If the list is of length 0 or 1, then it is already sorted. Otherwise: Divide the unsorted list into two sublists of about half the size. Sort each sublist recursively by re-applying merge sort. Mer<Mahmoud> 在 2025-06-20 上传 | 大小:6kb | 下载:0
[C#编程] BubbleSorter
说明:Bubble sort has worst-case and average complexity both О(n2), where n is the number of items being sorted. There exist many sorting algorithms with substantially better worst-case or average complexity of O(n log n). Even other О(n2) sorting algorith<Mahmoud> 在 2025-06-20 上传 | 大小:1kb | 下载:0
[C#编程] HeapSort
说明:Heapsort is a comparison-based sorting algorithm, and is part of the selection sort family. Although somewhat slower in practice on most machines than a well implemented quicksort, it has the advantage of a more favorable worst-case Θ(n log n) runtim<Mahmoud> 在 2025-06-20 上传 | 大小:1kb | 下载:0
[通讯编程] gtm900b_dtu
说明:GTM900B华为GSM编程开源参考源代码-GTM900B Huawei GSM reference source code open source Programming<胡金凤> 在 2025-06-20 上传 | 大小:796kb | 下载:0
[其他小程序] Hamming_Codec_li
说明:(7,4,3)汉明码在BPSK调制和AWGN信道下的性能仿真,这里译码给出软译码和硬译码两种译码方案-(7,4,3) Hamming code in the BPSK modulation and AWGN channel, the performance simulation, presented here, the soft decoding and hardware decoding decoding decoding of two programs<yanger> 在 2025-06-20 上传 | 大小:24kb | 下载:0
[控制台(字符窗口)编程] Fibonacci
说明:Gives the user s desired number of Fibonacci Sequence<pixel> 在 2025-06-20 上传 | 大小:1kb | 下载:0
[控制台(字符窗口)编程] HANGMAN
说明:A Simple Modular Approach of the very famous Hangman Game<pixel> 在 2025-06-20 上传 | 大小:2kb | 下载:0
[控制台(字符窗口)编程] rectangular_to_polar
说明:Program that converts Rectangular Coordinates to Polar Coordinates Form<pixel> 在 2025-06-20 上传 | 大小:1kb | 下载:0