-
运用信息论的知识求解图像的信息量也就是熵的算法。
运用信息论的知识求解图像的信息量也就是熵的算法。-use of information, the knowledge to solve image is the amount of entropy algorithm.
- 2022-01-27 12:43:43下载
- 积分:1
-
pwinDOS下仿WIN3.2
pwinDOS下仿WIN3.2-pwinDOS under fake WIN3.2
- 2022-03-23 11:30:39下载
- 积分:1
-
一个可以在桌面自由绘图的小程序,界面优秀
一个可以在桌面自由绘图的小程序,界面优秀-A free drawing on the desktop of small procedures, excellent interface
- 2022-03-29 04:13:01下载
- 积分:1
-
Realize a linear gray
实现线性灰度变换,灰度直方图均衡法等图像增强算法-Realize a linear gray-scale transformation, gray histogram equalization method, such as image enhancement algorithm
- 2023-01-15 09: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
-
五角星 但是不是可以随鼠标移动
五角星 但是不是可以随鼠标移动-five-pointed star but is not allowed to move the mouse movement! !
- 2022-02-03 08:17:35下载
- 积分:1
-
Genbank格式的基因序列绘制基因的结构图
应用背景
NCBI上很多基因组DNA序列都有结构描述,其中关于内含子结构的描述通常是 CDS join(1..193,290..1284),表示两个外显子,中间一个是内含子位置,有些基因组DNA更复杂,内含子数目可能达到10个以上,看起来眼花缭乱。很多研究者希望把这些结构信息以图形的形式展示,一目了然,容易分析。用这个perl脚本可以方便的绘制图形,只需要把序列下载下来,输入一个命令自动绘图成功!
关键技术
计算机条件:linux系统,我是在ubuntu系统上使用的。网上下载bioperl 安装。安装很简单,bioperl下载后解压到一个盘上,形成一个文件夹。安装Bio::Graphics的方法,在ubuntu的命令行下输入 sudo perl -MCPAN -e"install Bio::Graphics" 即可自动安装。在Ubuntu安装了bioperl,Bio::Graphics后,可以cd到这些perl脚本和文件所在的文件夹下,在linux终端输入命令行, genbankplot.pl NM_172587.gb >1.png,得到的png图像双击就打开,是基因的结构图!!!注意先把NM_172587.gb 这个genbank下载的文件拷贝到bioperl文件夹下。得到的图就像1.png。
- 2022-02-10 02:56:54下载
- 积分:1
-
3-D Chart的绘制代码form www.codeproject.com-3-D chart mapping code form www.codeproject.com
- 2022-08-23 17:00:46下载
- 积分:1
-
一个将图像转化为256色位图的代码
一个将图像转化为256色位图的代码-an image into a 256-color bitmap code
- 2022-08-23 01:25:21下载
- 积分:1
-
corrosion algorithm, morphology algorithm relatively basic operation
腐蚀算法,形态学算法中比较基本的操作-腐蚀,通过MATLAB编程实现,-corrosion algorithm, morphology algorithm relatively basic operation-corrosion, through MATLAB programming,
- 2022-04-09 06:50:10下载
- 积分:1