-
指纹识别的底层API函数集,生成DLL,供高层调用
指纹识别的底层API函数集,生成DLL,供高层调用-Fingerprint set of the underlying API functions to generate DLL, for the high-level call
- 2022-01-22 11:06:51下载
- 积分:1
-
数字图像处理
数字图像处理学-Digital Image Processing
- 2022-03-24 08:55:13下载
- 积分:1
-
the segmentation of image
基于最大熵的图像分割,这是一种简单的二值分割方法-the segmentation of image
- 2023-06-05 16:35:03下载
- 积分:1
-
用C语言实现对PCX格式图像显示的原码及图像文件
用C语言实现对PCX格式图像显示的原码及图像文件-C language format of PCX images of the original code and image files
- 2023-02-09 23:10:03下载
- 积分:1
-
kpca实现,目前kpca最为简介的程序,算法实现简单
kpca实现,目前kpca最为简介的程序,算法实现简单-kpca implementation, the current most kpca brief introduction of the procedure, the algorithm implementation easy
- 2023-05-27 04:20:03下载
- 积分:1
-
yuv format browser tools. Yuv format can directly play the files, in general, su...
yuv格式文件的浏览工具。可以直接播放yuv格式的文件,一般的播放器如realone和winplayer不能播放。-yuv format browser tools. Yuv format can directly play the files, in general, such as RealOne Player and should not winplayer player.
- 2022-08-12 23:38:56下载
- 积分:1
-
JavaScript 创建饼图或条形的美图曲线
我正在图书馆进更多的面向对象结构大重构。这会添加社区开发图表类型扩展的类结构。通过开放构成部分划分为 Chart.js 到可扩展的类,它会允许很多容易的社区,推动图书馆扩展名,而不是主动加上所需的新功能。重构还将交互层在其工具提示分支机构 — — 由 Regaddi 介绍了一个 generisized 版本 https://github.com/nnnick/Chart.js/pull/51。在此之上,这将包括每个图表对象,更新、 清除和重画图表等的实用程序方法。我仔细不相当得带宽现在重新设计所有的 Chart.js 中的核心代码同时应付这两个问题与要求的硕士。通过专注的重构,这会方式更快完成。可扩展性绝对会为核心的重构,允许为复杂的扩展模块的开发,但也保持了轻量级的一整套核心代码。抓紧-这会是值得的。
- 2022-02-02 14:17:36下载
- 积分:1
-
生成算法deboor_cox六B
用deBoor_Cox算法生成的6次B样条曲线。-generation algorithm used deBoor_Cox six B-spline curves.
- 2023-05-31 13:25:03下载
- 积分:1
-
opengl切削仿真
#include "stdafx.h"
#include
#include
#include
#include
void solidCylinder(GLdouble radius, GLdouble height, GLint slices, GLint stacks) //»Ò»¸öÔ²ÖùÌ壬ÓÃDiskÀ´¸ÇסÉÏϵ×Ãæ
{
GLUquadricObj* qobj = gluNewQuadric();
gluCylinder(qobj, radius, radius, height, slices, stacks); //slicesÀàËÆÓÚ¾¶È£¬stacksÀàËÆÓÚγ¶È
glScalef(-1.0, 1.0, -1.0);
- 2022-02-03 11:01:56下载
- 积分:1
-
text recognition system based on neural network tested under VC++
基于神经网络的文字识别系统,VC++下调试通过-text recognition system based on neural network tested under VC++
- 2022-08-03 16:14:36下载
- 积分:1