-
ProfiletoPolygon
将曲线轮廓中的B-样条曲线通过最小二分法转换成一组能保持曲线轮廓形状的小折线。这样,原有的字体轮廓数据就从用曲线轮廓表示转变为用多边形表示,即用一组点及其先后顺序来描述轮廓。(Profile to Polygon)
- 2009-12-20 16:18:20下载
- 积分: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
-
gradient_palette
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL (OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL)
- 2008-08-18 13:59:22下载
- 积分:1
-
jiancesuanfa
说明: 边缘检测算法 速度快 你一定会满意的。以前是要收费的。现在免费给你们。
源码经过测试真确无误。
(edge detection algorithm faster you will surely satisfied. Prior to the charges. Now free to you. Source tested truthful.)
- 2021-03-31 00:09:09下载
- 积分:1
-
BmpToRGB16
convert bmp to rgb565(algorithm to handle all kinds of bmp to rgb565)
- 2009-09-16 12:59:03下载
- 积分:1
-
jianju_tools-20170808-32
检具设计工具 运行于ug3d设计软件环境。支持2.0以上。有些版菜单本会出现乱码(The tool design tool runs in the ug3d design software environment. Support more than 2. Some of the versions of the menu would have been messed up)
- 2017-12-13 21:30:19下载
- 积分: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
-
ASIFT算法
ASIFT算法实现,C++,对有仿射变换的图像匹配更加准确,想比SIFT算子匹配点数多(ASIFT algorithm, C++, affine transformation of the image matching more accurate, want to match more than SIFT operator points)
- 2021-05-06 23:28:36下载
- 积分:1
-
problem-LastBossOrigin
问题:找出一个短字符串在一个长字符串中的精确匹配。
要求:基于BWT压缩和FM索引技术的序列匹配,用Burrows-Wheeler transform算法解决该问题。(Problem: find the exact match of a short string in a long string. Requirements: BWT-based compression and indexing techniques sequence matching FM, with the Burrows-Wheeler transform algorithm to solve the problem)
- 2020-12-26 00:09:04下载
- 积分:1
-
DCT
快速DCT变换的代码.利用c++实现DCT变换.(Fast DCT transform code. Use c++ to achieve DCT transform.)
- 2009-05-26 13:33:52下载
- 积分:1