-
lzwGif
gif格式图片生成,包括动画生成,是非常好的入门学习资料。(gif format image generation, including animation generation, is a very good learning materials.)
- 2013-12-09 20:43:10下载
- 积分:1
-
edgelist
改进的有效边表算法,来自计算机图形学的简单代码(Improved active edge table algorithm, a simple code from the computer graphics)
- 2020-06-30 20:40:01下载
- 积分:1
-
3DGame
introduce 3d with dx9.0 绝好的3d书籍加源码(introduce 3d with dx9.0 excellent books on Canadian source 3d)
- 2010-02-27 12:57:55下载
- 积分:1
-
HistMatch
对比两个图片归一化直方图对比相似度,用巴氏距离计算(Contrast similarity)
- 2013-04-28 17:26:38下载
- 积分:1
-
Blob-detection
金属的Blob侦测,使用程序过滤图像上金属上的胡椒盐杂讯。(Blob metal detection, the use of salt and pepper noise filtering process on the image on the metal.)
- 2016-01-08 09:42:04下载
- 积分:1
-
94c8dcd0e2a8
一种基于纹理特征分析的遥感图像分类C++程序(Based on the analysis of texture characteristics of remote sensing image classification C++ program)
- 2012-12-25 17:57:06下载
- 积分:1
-
VCPP-image-processing-chapter03
VisualC++数字图像处理技术详解第2版光盘-第三章(VisualC++ digital image processing technology Detailed Version 2 CD- Chapter 3)
- 2016-04-16 13:22:08下载
- 积分:1
-
348889MPEG
MPEG解码源代码。转载中国程序员网络,提供该代码。(MPEG decode)
- 2009-03-18 16:43:35下载
- 积分:1
-
ScanZbuffer
扫描线Zbuffer算法
1。算出模型的包围盒。
2.每条扫描线打点时并不是包围盒内整条线打点,而是先搜索需要刷新的范围, 只是该范围内打点。
(One scan line Zbuffer algorithm. Calculate the model bounding box. 2. Each scan line runs inside the box when not surrounded by the entire line runs, but first need to refresh the scope of the search, but the scope of RBI.)
- 2020-12-31 21:58:59下载
- 积分:1
-
1
说明: 奇怪的分式
上小学的时候,小明经常自己发明新算法。一次,老师出的题目是:
1/4 乘以 8/5
小明居然把分子拼接在一起,分母拼接在一起,答案是:18/45 (参见图1.png)
老师刚想批评他,转念一想,这个答案凑巧也对啊,真是见鬼!
对于分子、分母都是 1~9 中的一位数的情况,还有哪些算式可以这样计算呢?
显然,交换分子分母后,例如:4/1 乘以 5/8 是满足要求的,这算做不同的算式。
但对于分子分母相同的情况,2/2 乘以 3/3 这样的类型太多了,不在计数之列!,四个四个数不同
请写出所有不同算式的个数(包括题中举例的)。
思路:循环遍历。
dfs c++(dfs c++)
- 2016-03-21 22:17:14下载
- 积分:1