-
读取256色的BMP灰度图,并用4*4的矩阵对其进行抖动,用opengl实现
读取256色的BMP灰度图,并用4*4的矩阵对其进行抖动,用opengl实现-BMP to read 256 color grayscale, and 4* 4 matrix of its jitter, using opengl implementation
- 2022-10-28 21:05:04下载
- 积分:1
-
该算法建立了由最小二乘法,离散点曲率和离散点曲率变化和三项组成的目标函数并求出了最优控制点序列坐标,采用非线性优化方法对权因子序列进行了调整,确立了逼近误差的近...
该算法建立了由最小二乘法,离散点曲率和离散点曲率变化和三项组成的目标函数并求出了最优控制点序列坐标,采用非线性优化方法对权因子序列进行了调整,确立了逼近误差的近似表示方法,并提出了包括上述方法的循环判断流程.-The algorithm was established by the least squares method, discrete points, the curvature and the curvature change and the three discrete points consisting of the objective function and find the optimal sequence of control point coordinates, using non-linear optimization method for sequence weights have been adjusted establishes the approximation error of the approximate representation, and proposed, including the cycle of the above methods to determine flow.
- 2022-03-11 09:45:16下载
- 积分:1
-
B样条曲线,是很实用性强的源码,对二维图形变成很有帮助。...
B样条曲线,是很实用性强的源码,对二维图形变成很有帮助。-B-spline curve, is a very practical source of two-dimensional graphics become very helpful.
- 2022-09-16 03:20:03下载
- 积分:1
-
用一个简单的算法来阻止10位数的有效识别
用一种简单的分块算法对10个数字进行了有效的识别-use of a simple algorithm to block 10 figures for the effective recognition
- 2022-11-05 06:35:03下载
- 积分:1
-
查找并批量删除CAD图形中的完全重合的重复对象,并在命令行提示删除对象的个数。...
查找并批量删除CAD图形中的完全重合的重复对象,并在命令行提示删除对象的个数。-Remove the complete overlap in the CAD graphic repetition of the object.
- 2023-05-29 22:05:04下载
- 积分:1
-
通过设置菜单功能,实现对应的长方形,直线,圆的绘制,以及对鼠标的当前位置在状态栏显示...
通过设置菜单功能,实现对应的长方形,直线,圆的绘制,以及对鼠标的当前位置在状态栏显示-By setting the menu functions, the realization of the corresponding rectangle, straight line, draw a circle, as well as the current mouse position in the status bar shows
- 2022-09-17 06:35:03下载
- 积分:1
-
三维地形绘制--四叉树递归算法 .比较具有参考价值,值得借鉴...
三维地形绘制--四叉树递归算法 .比较具有参考价值,值得借鉴-Three-dimensional topographical map- quadtree recursive algorithm. Compared with the reference value, it is worth drawing
- 2023-08-15 12:20:04下载
- 积分:1
-
are on Glscene example, the beginning of the study, hopes to have more friends i...
都是关于Glscene的实例,刚开始学习,希望有更多的朋友参与-are on Glscene example, the beginning of the study, hopes to have more friends in
- 2022-04-10 01:38:10下载
- 积分:1
-
看完这个程序后你就知道牛人实在太多,太厉害了!
看完这个程序后你就知道牛人实在太多,太厉害了!-after reading this you will know that so many cattle, too powerful!
- 2022-03-10 01:35:10下载
- 积分: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