-
read-DXFFILE
一个读取DXF文件的工具,有示例,有源代码,对某些需要与Autocad进行图形学接口编程的朋友有十分重要的工具,我可以千般辛苦找来的。(a read DXF files tools, example, the active code, certain needs and Autocad graphics interface for programming and friends very important tool, I can offer all kinds of hard to find.)
- 2020-07-01 09:20:07下载
- 积分:1
-
denary三角剖分
denary三角剖分算法源码,用于离散点成面,自动构建面的高级算法,该算法非常难得,希望你们有所启发。(denary triangulation algorithm source code for the discrete points into face, the face automatically build senior algorithm, which is very rare that you have inspired.)
- 2005-04-18 13:59:20下载
- 积分:1
-
20075814494849
把一副画转化为由彩色字符(8个字符)组成的画。最简单、实用、绿色的软件!!! 提供VB源代码!!! (The grounds of color into a painting of characters (eight characters), composed of paintings. The most simple, practical, green software! ! ! VB source code provided! ! !)
- 2009-05-18 02:39:50下载
- 积分:1
-
BitmapTest
很好的解析bmp图片的源代码,很不错的初学者的例子,换页大家下载(Very good analytical bmp image of the source code, it is a good example for beginners, for everyone to download page)
- 2007-11-29 21:23:35下载
- 积分:1
-
彩色图像的合成vc代码
说明: 一个较好效果的彩色图像合成代码(分左右两个视窗,点击左边的视窗后显示左图,选择操作后,点击右视窗,可看到各种不同合成操作的效果图)(a good result Color Image Synthesis code (around two windows, Click on the left side of the window shows the municipality, the choice of operation, click on the right window we can see various synthesis operating results))
- 2006-02-22 23:06:48下载
- 积分:1
-
open
里面包括24位真彩色图像类和其基础处理的类,包括灰度化,二值化和形态学操作(Includes 24-bit true color image processing based on class and class, including the gray-scale and binary morphological operations and)
- 2009-04-10 13:27:05下载
- 积分:1
-
DWT
e-book for DWT method for fusion image
- 2015-05-05 18:30:14下载
- 积分:1
-
Visual C++ CAD应用程序开发技术源代码ch6
Visual C++ CAD应用程序开发技术源代码ch6(Visual C CAD application development technology source code ch6)
- 2005-01-11 13:01:58下载
- 积分:1
-
scanfill
光栅图形学中的扫描填充算法。list<Line> AET和list<Line>* NET构成了活性边表和新边表.算法先初始化各扫描线新边表,之后对于每条扫描线更新活性边表,并且配对交点来着色。
(Raster graphics scanning fill algorithm. list <Line> AET list <Line>* NET constitute the active side of the table and side table new algorithm to initialize each scan line side table new, after each scan line update the active side of the table, and the the paired intersection of coloring.)
- 2013-05-16 14:10:30下载
- 积分: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