-
粒子编辑器
A FREE WINDOWS cocos2d particle editor Upgraded to Cocos2dx 2.12,and support saving texture into plist。
- 2023-05-31 15:05:04下载
- 积分:1
-
图形学中一个基本的裁剪算法的实现,里面是呈现的源代码!...
图形学中一个基本的裁剪算法的实现,里面是呈现的源代码!-graphics, a basic method for the cut, which is showing the source code!
- 2023-03-13 12:50:03下载
- 积分:1
-
用滤波器组处理图像,用于低处理速率,且得到较好的图像质量。...
用滤波器组处理图像,用于低处理速率,且得到较好的图像质量。-filter used to process images for the low treatment rate, and get a better image quality.
- 2022-08-26 10:39:57下载
- 积分:1
-
关于二维码的一个实例,一个非常好的可以学习如何编码和解码2nd bar code...
关于二维码的一个实例,一个非常好的可以学习如何编码和解码2nd bar code-Two-dimensional code on an example of a very good can learn how to encode and decode 2nd bar code
- 2022-02-05 02:12:00下载
- 积分:1
-
画出流畅的线条使用Bezier曲线
利用bezier曲线画圆滑的直线-draw smooth line use bezier curve
- 2023-05-18 14:00:03下载
- 积分:1
-
一个华工研究生写的三维模哦具动态装配程序,很有参考价值的...
一个华工研究生写的三维模哦具动态装配程序,很有参考价值的-a labor of graduate students to write three-dimensional modeling with dynamic oh assembly procedures, great reference value
- 2022-07-26 23:52:50下载
- 积分:1
-
This is the VC of the most cattle the latest version of VAX plug V10.5.1711.0, i...
这是VC最牛插件VAX的最新版V10.5.1711.0,非常好用,是VC编程人员的好帮手。-This is the VC of the most cattle the latest version of VAX plug V10.5.1711.0, is very easy to use, is a good helper VC programmers.
- 2022-04-07 15:41:16下载
- 积分:1
-
本文讨论了一个随机的
This paper addresses a stochastic-#ow network in which each arc or node has several capacities and may
fail. Given the demand d, we try to evaluate the system reliability that the maximum #ow of the network is
not less than d. A simple algorithm is proposed "rstly to generate all lower boundary points for d, and then
the system reliability can be calculated in terms of such points. One computer example is shown to illustrate
the solution procedure.-This paper addresses a stochastic-#ow network in which each arc or node has several capacities and may
fail. Given the demand d, we try to evaluate the system reliability that the maximum#ow of the network is
not less than d. A simple algorithm is proposed "rstly to generate all lower boundary points for d, and then
the system reliability can be calculated in terms of such points. One computer example is shown to illustrate
the solution procedure.
- 2022-09-22 09:45:03下载
- 积分:1
-
用java编写的图像处理
用java编写的图像处理-process graghics with java
- 2022-03-15 08:17:29下载
- 积分: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