资源列表
[界面编程] CurtainBox
说明:本程序的核心思路是调整控件的位置和显示/隐藏控件,当一个面板被收起或展开时,只要把它下面的控件都隐藏或显示出来,再调整各面板控件位置,这样整个面板组就像百叶窗一样可以收放自如了。 -The core idea of this program is to adjust the position of the control and display/hide the controls, when a panel is put away, or expanded, as long as it co<吴志刚> 在 2025-09-15 上传 | 大小:55kb | 下载:0
[Windows编程] Parralel_printing_OpenMP
说明:Parallel printing in using C++ with OpenMP<Tomas> 在 2025-09-15 上传 | 大小:3kb | 下载:0
[Windows编程] PhotonMapping
说明:focus on photon mapping,讲述photon mapping的详细思想-focus on photon mapping, the detailed thinking about the photon mapping<helen> 在 2025-09-15 上传 | 大小:1.95mb | 下载:0
[其他小程序] parking_problem
说明:分布式应用中的停车场问题应用代码:现需要一个用于停车场控制汽车进出的分布式系统, 在该系统中没有集中的管理者(central server), 每个进(出)口通过通信平等协商保存当前车库的状态信息(如空闲车位数UNOCCUPIED-NUM等), 并据此决定是否允许车辆进入, 为简便计, 假定通信是可靠的.-a parking promblem in Distributed Systems。<Sylvia> 在 2025-09-15 上传 | 大小:36kb | 下载:0
[Windows编程] m-sim_v3.0
说明:SimpleScalar的多核补丁 希望能帮到大家-SimpleScalar' s multi-core patch hope to help you<tanxu> 在 2025-09-15 上传 | 大小:607kb | 下载:0
[Windows编程] howtowritepaper
说明:介绍了研究生论文撰写的基本方式,并且指出了一些写好文章的建议-Introduced the basic form of graduate students writing papers, and pointed out a number of articles written proposal<ncf> 在 2025-09-15 上传 | 大小: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-09-15 上传 | 大小: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-09-15 上传 | 大小: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-09-15 上传 | 大小:1kb | 下载:0