资源列表
CastPoints
- 帮同学写的代码,把一块区域随即分割为固定大小的若干区域,并在每个区域随机种子,可以做位实验数据,希望能给其他朋友有所帮助-help students write the code, then a regional division of the fixed size of a number of regional and random seeds in each region that can be done at the experimental data, in hopes of givin
三种图像处理
- 图像处理最基础的知识,如图像显示、图像边缘检测等。对初学者很有启发作用-image processing most basic knowledge, such as image display, image edge detection. For beginners very instructive role
lissa
- 此程序为gui的一个演示程序,展示给朋友们一个lissa曲线-This is a demonstrate programe of gui,it is show our friend a lissa curve.
java of draw
- 主要是用来绘图的JAVA的源代码,大家下着试试看吧,应该不错的-is mainly used in the mapping of Java source code, we try to where it should be good
绘制三次参数样条插值曲线 (3KB).ZIP
- 绘制三次参数样条插值曲线 (3KB).ZIP,快来下载-drawing three parameters spline interpolation curve (3KB). ZIP, breaking download Bowl
从 DLL、EXE 或资源文件中解开 ICON(3KB)
- 用VB写的从 DLL、EXE 或资源文件中解开 ICON(3KB),值得一看.-VB write from the DLL, EXE or resource documents untied ICON (3KB) overseas.
小型CAD系统(做图程序)
- 用C语言编写的小型做图程序。它提供了对直线,矩形,圆,图形文本等对象的绘制。-C language so small graphic program. It provides a pair of linear, rectangular, round, graphic objects, such as text drawing.
VB缩放漫游
- VB开发的简单GIS软件,实现了地图的缩放漫游和简单的查询等功能,有相关研究人员有相当的参考价值。-VB simple GIS software, the map roaming and scalability of a simple query capabilities, related research have quite the reference value.
该代码可以拾取屏幕上的颜色并显示RGB分
- 该代码可以拾取屏幕颜色,显示rgb分量!-The code can pick up color screen, showing rgb weight!
画图小程序
- 可以画直线、矩形、圆形和椭圆形。不可以画三角形和多边形。没有橡皮擦。-picturesque linear, rectangular, round and oval. Not painted triangle and polygon. No eraser.
times
- 功能概述: 提供一个时间序列的分析插件,只需要提供时间轴和数值轴,就可以进行相关的可视化分析计算。 接口要求: 利用TeeChart为主要平台构建,支持WebService,支持ActiveX,支持OLE Automation。 所有数值序列采用数组存储,独立于数据库,支持数据的转入转出,支持文本和XML等格式导入导出 图像支持矢量输出,支持多种文件格式输出,支持Stream方式输出图像。 序列数据源(含中间序列)支持交互修改. 基于年序列的频率分析见单独的频率分析插件Hfre
polygonclip_demo
- Polygon clipping is one of those humble tasks computers do all the time. It s a basic operation in creating graphic output of all kinds. There are several well-known polygon clipping algorithms, each having its strengths and weaknesses. The oldest on