-
c编的进行图像增强的源代码
c编的进行图像增强的源代码-c series of the image enhancement for the source code
- 2022-02-06 06:26:58下载
- 积分:1
-
保持拓扑关系空间数据的存储代码
给出了用Oracle Spatia存储矢量数据的l源代码,用Visual C++编写,程序中给出了完整存储矢量数据的源代码,并且有效保持了数据间的拓扑连接关系,代码编写规范。
- 2022-03-18 18:05:45下载
- 积分:1
-
本程序(全网)是麦加97 4K Intro和# 39;97赢得了比赛,我…
这个程序(omni.com)是97年的Mekka ’97 4K Intro比赛的一等奖作品,也是我认为最好的 4K作品之一。整个程序全长4095字节,其中包含133字节的自解压程序(类RAR压缩),未解 压的程序长4782字节。三维场景包含144个立方体,367个面,362个点,15个不同的64*64 的纹理…… -this procedure (omni.com) is the Mekka 97 4K Intro"97 won the competition work, I think the best one works 4K. The whole process 4,095 byte length, which includes 133 bytes of self-extracting (RAR compression type), resulting in decompression procedures 4,782 bytes long. 3D cube contains 144, 367-, 362, 15* 64 different texture 64
- 2022-08-19 01:15:26下载
- 积分:1
-
主成分分析算法,用于数据降维,清晰,注释非常详细,
pca算法,用于数据降维,注释非常详细清晰,-PCA algorithm, for data dimensionality reduction, clear and very detailed notes,
- 2022-04-11 23:18:48下载
- 积分:1
-
IGES文件的阅读
用于读取IGES文件-IGES files for reading
- 2022-09-16 17:15:03下载
- 积分:1
-
图像加水印,支持png透明处理
/*
* 功能:PHP图片水印 (水印支持图片或文字)
* 参数:
*$groundImage 背景图片,即需要加水印的图片,暂只支持GIF,JPG,PNG格式;
*$waterPos水印位置,有10种状态,0为随机位置;
*1为顶端居左,2为顶端居中,3为顶端居右;
*4为中部居左,5为中部居中,6为中部居右;
*7为底端居左,8为底端居中,9为底端居右;
- 2022-04-15 02:49:16下载
- 积分:1
-
CAD VBA beginners invited to share a small procedure, reference! ! !
CAD VBA初学者请进,分享一个小程序,参考-CAD VBA beginners invited to share a small procedure, reference! ! !
- 2023-05-26 18:50: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
-
在C++环境中编写代码,实现画线,非常方便实用
在C++环境中编写代码,实现画线,非常方便实用-In the C++ environment to write code to achieve drawing lines, is very convenient and practical
- 2022-04-24 03:17:53下载
- 积分:1
-
基于Matlab开发的EAN
基于Matlab开发的EAN-13条形码识别函数,是自己课程大作业编写的-based on the Matlab development EAN-13 bar code identification function, their curriculum is prepared by the large operations
- 2022-01-31 11:41:16下载
- 积分:1