搜索资源列表
tuxingxue
- 计算机图形学实验,实现裁剪算法和扫描线填充算法,给大家一个参考-Computer graphics experiments clipping algorithm and the scan line filling algorithm to a reference
cipandiaodu
- 磁盘调度算法,本人亲自做的图形界面的磁盘的调度的先来先服务算法,最短优先算法,扫描算法,循环扫描算法-Disk scheduling algorithm, I personally do graphical interface disk scheduling first-come first-serve algorithm, the shortest-first algorithm, scanning algorithm, cyclic scan algorithm
GrahamFCH
- 本代码主要实现土包问题的算法,采用Graham扫描算法,随机生成指定数量的点,求解其凸包。代码中包含注释-The code of the main problems of soil packet algorithm, using Graham scan algorithm to randomly generate a specified number of points, solving its convex hull. Code contains annotations
CSharpjibentuyuan
- c#实现基本的线扫描。包括DDA bresenham等算法-c# achieve the basic line scan. Including DDA bresenham algorithm
hebingzifuchuan
- 输入两个已经按从小到大顺序排列好的字符串,编写一个合并两个字符串的函数,使合并后的字符串,仍然是从小到 大排列。 输入: 两个已经排好顺序(升序)的两个字符串 输出: 一个合并在一起的有序(升序)的字符串 要求: 设计一个效率尽量高的算法,对每个字符串只扫描一遍就可以了。 如果采用先进行串连接,然后再进行排序的算法,则效率太低了。 -Enter both have small to large order, good strings to