-
多边形裁减,多边形之间的交、并、异或、差。
多边形裁减,多边形之间的交、并、异或、差。-polygon reduction, polygon between pay and that the differences or, worse.
- 2023-03-14 05:30:03下载
- 积分:1
-
OpenGL的一个灯光效果源代码和应用程序
OpenGL的一个灯光效果源代码和应用程序-OpenGL, a lighting source code and applications
- 2022-03-01 08:29:55下载
- 积分:1
-
阵列式摄像头产生的立体视觉图像,彩色的
阵列式摄像头产生的立体视觉图像,彩色的-array camera produced a three-dimensional visual images, color
- 2022-08-03 07:05:33下载
- 积分:1
-
用c语言实现51单片机LCD图形显示
用c语言实现51单片机LCD图形显示-C51 LCD C
- 2022-03-05 01:12:32下载
- 积分:1
-
OpenGL high
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
- 2022-07-20 06:50:28下载
- 积分:1
-
目的
purpose
merges two PGM gray-scale images, the first will be in the upper-left half, the second one in the lower-right half
compile
gcc -g -o diagonal_merge diagonal_merge.c -lpgm -lpbm -lm
-purpose merges two PGM gray-scale images. the first will be in the upper-left half, the second one in the lower-right half compile g cc-g-o diagonal_merge diagonal_merge.c-RT m-lpbm- lm
- 2022-10-19 02:45:02下载
- 积分:1
-
VC6.0
VC6.0-This is a simple drawing program, VC6.0
- 2022-02-15 09:07:19下载
- 积分:1
-
a good VRML virtual procedures, oh look at the letter
一个很好的VRML虚拟的程序,不信看一看哦-a good VRML virtual procedures, oh look at the letter
- 2022-04-25 16:11:33下载
- 积分:1
-
人脸检测
资源描述基于adaboost级联分类器的人脸检测,调用Opencv库函数,经过adaboost级联分类器训练,得到的xml分类器,进行人脸检测,检测效果还不错,把检测到的人脸用矩形框给框出来.
- 2022-01-26 03:58:15下载
- 积分: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