-
The use of DC to draw SourceFilter generated picture Visual C++, DirextX program...
使用DC来绘制SourceFilter生成的图片Visual C++,DirextX编程_DirextX-The use of DC to draw SourceFilter generated picture Visual C++, DirextX programming _DirextX
- 2022-08-13 14:11:15下载
- 积分:1
-
高斯平滑,在readme.txt里有详细的使用说明
高斯平滑,在readme.txt里有详细的使用说明-Gaussian smoothing the readme.txt are detailed usage
- 2022-02-06 15:27:56下载
- 积分:1
-
Ageia s PhysX(著名的游戏物理库) D3D 9使用代码演示。由于PhysX物理库使用OpenGL代码实现图形着色,从而使许多用DirectX 3D的...
Ageia s PhysX(著名的游戏物理库) D3D 9使用代码演示。由于PhysX物理库使用OpenGL代码实现图形着色,从而使许多用DirectX 3D的程序员不能使用/读懂demo代码,这是使用D3D着色引擎重新写的一些demo代码。-Rag doll(带执行文件)-Ageia s PhysX (well-known game physics library) D3D 9 demo using the code. PhysX physics library as a result of the use of OpenGL graphics rendering code so that many use the DirectX 3D programmer can not use/read demo code, which is the use of D3D shaders to re-write some demo code.-Rag doll (with the implementation of document)
- 2022-02-27 03:26:23下载
- 积分:1
-
在文档中显示一个不断闪烁的字符,用到了计时器和图形变成方面的知识...
在文档中显示一个不断闪烁的字符,用到了计时器和图形变成方面的知识-in the document shows a constantly blinking characters used in the timer and graphics into the knowledge
- 2022-02-06 07:37:07下载
- 积分:1
-
利用VC++6.0实现了对部分分形图的绘制功能
利用VC++6.0实现了对部分分形图的绘制功能-VC 6.0 part of the Fractal Map function
- 2022-11-04 05:45:03下载
- 积分:1
-
所谓分水岭算法有好多种实现算法,拓扑学,形态学,浸水模拟和降水模拟等方式。要搞懂就不容易了...
所谓分水岭算法有好多种实现算法,拓扑学,形态学,浸水模拟和降水模拟等方式。要搞懂就不容易了-The so-called watershed algorithm realize there are a variety of algorithms, topology, morphology, water modeling and simulation, such as precipitation. Should they get to know not so easily
- 2022-03-02 02:09:02下载
- 积分:1
-
一个绘图工具。可以从工具栏中选择绘图项,同时提供给图片更多的过滤器和效果...
一个绘图工具。可以从工具栏中选择绘图项,同时提供给图片更多的过滤器和效果-a drawing tool. From the toolbar can choose graphics, while providing for more pictures of filters and effects
- 2023-01-14 10:05:04下载
- 积分:1
-
JPEG无损压缩实现的源代码。
JPEG无损压缩实现的源代码。-Lossless JPEG compression to achieve the source code.
- 2022-04-01 04:37:23下载
- 积分:1
-
d3d 编程的好书,对学些游戏入门和DX编程有很大的帮助
d3d 编程的好书,对学些游戏入门和DX编程有很大的帮助-d3d programming books, right up some games entry-level and very helpful DX programming
- 2022-01-26 03:06:34下载
- 积分: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