登录
首页 » 图形图像 » 很不错的哦 很不错的哦 很不错的哦

很不错的哦 很不错的哦 很不错的哦

于 2023-02-18 发布 文件大小:1.91 kB
0 217
下载积分: 2 下载次数: 1

代码说明:

很不错的哦 很不错的哦 很不错的哦-very good, oh very good, oh very good very good, oh, oh, oh very good

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 本程序使用DrawBeziers方法绘制贝赛尔样条,一个很好的例子绝对值得收藏...
    本程序使用DrawBeziers方法绘制贝赛尔样条,一个很好的例子绝对值得收藏-procedures for the use of the method of mapping Bessel DrawBeziers kind of a good example worthy collection
    2022-01-25 21:29:47下载
    积分: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
  • 该编码显示了怎样预先在浏览器中选择文件夹以便放置文件夹对话框。...
    该编码显示了怎样预先在浏览器中选择文件夹以便放置文件夹对话框。-the coding shows how to advance in the browser select folders to put folder dialog.
    2023-05-30 21:10:03下载
    积分:1
  • 12864液晶显示程序的D.在LCD128*64这样的一个例子
    12864 LCD图形显示程序例子 这是一个在LCD128*64上显示图形的一个程序,一直以来都总是不知道怎么搞,现在终于都通了,想当初在网上总找,要不是程序不全,就是无法运行,或者是C51汇编语言,让人不爽,这样的痛苦不可以再让别人难受了。在LCD上显示一幅图,是“我的电脑,我的文档”。IC用PIC16F877A,晶振4MHZ,采用并行8线,LCD:TS12864-3,接法在程序中有定义,只要将此程序COPY到你的PICC里编译下载后,在目标板上即可以看到图画了!-12,864 LCD graphics display program is an example of this in LCD128* 64 on the display graphics a procedure has been always do not know how this, now finally have access to the Internet in the first place to find the total, either incomplete process is not functioning, or C51 compilation of language, people quickly do not let the suffering of other people uncomfortable. Displayed on the LCD in an illustration of the "My Computer, My Documents." IC with PIC16F877A, 4 MHZ crystal oscillator, using eight parallel lines, LCD : TS12864-3, then in a process of definition, As long as this program COPY of your compiler downloaded PICC Lane, the target board can see that picture!
    2022-02-22 00:00:38下载
    积分:1
  • my drawing, and so Albert located at the VC familiar with the resolution after a...
    我的画图程序,做毕设时的熟悉VC++后作的第一个画图程序,对理解VC++编程有重要帮助。可实现画直线,矩形,圆等图形。推荐-my drawing, and so Albert located at the VC familiar with the resolution after a drawing program, to understand VC program is important to help. Painting can achieve straight, rectangular, round and other graphics. Suggest
    2022-06-20 07:41:02下载
    积分:1
  • 数据读取。实验数据量过大时可用该程序读取其中部分数据。...
    数据读取。实验数据量过大时可用该程序读取其中部分数据。-Data read. Experimental data may be too much to read one of the program part of the data.
    2023-08-04 04:45:03下载
    积分:1
  • soft and source code for load tiff image and Image Processing
    soft and source code for load tiff image and Image Processing
    2022-06-12 12:32:16下载
    积分:1
  • 处理基础算法源代码
    图像处理基础算法,其中包括:中值滤波、直方图均衡化、阀值变换、梯度锐化、高斯平滑、灰度均衡、巴普拉斯锐化、对比度拉伸、傅里叶变换、均值滤波、图像旋转、图像细化、图像平移、hough变换等 
    2023-07-08 22:50:03下载
    积分:1
  • texture measurement based on the image segmentation, applicable to remote sensin...
    基于纹理度量的图像分割,适用于遥感图像,利用到K-mean算法-texture measurement based on the image segmentation, applicable to remote sensing images, the use of K-mean algorithm
    2023-07-20 12:50:04下载
    积分:1
  • 因为VTK可视化工具包具有的强大的功能,可视化领域的研究人员很多都在应用它。本压缩包是在VC下编写的一个使用vtk的生成球体的例程。...
    因为VTK可视化工具包具有的强大的功能,可视化领域的研究人员很多都在应用它。本压缩包是在VC下编写的一个使用vtk的生成球体的例程。
    2022-06-02 06:49:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载