登录
首页 » Windows_Unix » CDNN

CDNN

于 2021-01-12 发布 文件大小:4995KB
0 813
下载积分: 1 下载次数: 23

代码说明:

  这个软件可以被用来计算蛋白质二级结构比例,包括alpha-螺旋,beta-折叠(It can be used to calculate the two level structure of protein.)

文件列表:

CDNN, 0 , 2015-04-08
CDNN\DISK1, 0 , 2015-04-08
CDNN\DISK1\DISK1.ID, 5 , 1998-10-09
CDNN\DISK1\SETUP.EXE, 45312 , 1997-01-18
CDNN\DISK1\SETUP.INI, 71 , 1998-10-09
CDNN\DISK1\SETUP.INS, 70711 , 1998-06-18
CDNN\DISK1\SETUP.PKG, 1273 , 1998-10-09
CDNN\DISK1\_INST32I.EX_, 320411 , 1997-01-18
CDNN\DISK1\_ISDEL.EXE, 8192 , 1995-09-08
CDNN\DISK1\_SETUP.1, 1903732 , 1998-10-09
CDNN\DISK1\_SETUP.DLL, 6128 , 1996-12-20
CDNN\DISK1\_SETUP.LIB, 239717 , 1998-10-09
CDNN\install.zip, 2572133 , 2004-05-22
CDNN\msgtext.txt, 1971 , 2003-11-11
CDNN\references.htm, 32183 , 2003-11-11

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

发表评论

0 个回复

  • RN8209G新版用户手册_v2_0
    说明:  RN8029原理图,可以好利用一下,挺完整的,值得一用(RN8029 schematic diagram, you can make good use of it, quite complete, it is worth using.)
    2020-06-22 15:20:02下载
    积分:1
  • Perl程序添加2个数字
    说明:  Perl program to add 2 numbers
    2020-06-19 03:00:01下载
    积分:1
  • windows midi 播放器,相当不错,很不错
    windows midi 播放器,相当不错,很不错-MIDI Player
    2023-03-20 09:40:03下载
    积分:1
  • C51 some errors and attention to the business (ZT) 1) C taboo absolute positioni...
    C51的一些误区和注意事项(ZT) 1)C忌讳绝对定位。 常看见初学者要求使用_at_,这是一种谬误,把C当作ASM看待了。在C中变量 的定位是编译器的事情,初学者只要定义变量和变量的作 用域,编译器就把一个固定地址给这个 变量。怎么取得这个变量的地址?要用指针。比如unsigned char data x 后,x的地址就是... -C51 some errors and attention to the business (ZT) 1) C taboo absolute positioning. See beginners often require the use of _at_, this is a fallacy, ASM C as a treat. C variables in the positioning of the compiler things, as long as the definition of beginners variable and the variable scope, Compiler put a fixed address to this variable. How the variables made the address? Use indicators. Unsigned char data such as x, x is the address ...
    2022-09-01 21:15:03下载
    积分:1
  • 船舶运动控制actuator_dynamic_Station keeping
    船舶运动控制,PID控制算法,反步积分控制器(PID controller ,ship ,motion)
    2018-04-18 21:24:26下载
    积分:1
  • Program
    halcon联合labview调用相机实时采集输出图像,labview与halcon17都是32位操作系统(Halcon United LabVIEW calls the camera to collect and output images in real time. Both LabVIEW and Halcon 17 are 32-bit operating systems.)
    2020-06-25 20:40:02下载
    积分:1
  • MT4PEA-reference
    MT4+EA编程中级篇。EA编程人员学习宝典。(MT4+EA Reference)
    2020-07-25 00:18:43下载
    积分:1
  • a_visual_guide_to_stata_graphics
    说明:  STATA软件强大的绘图功能,帮助你轻松学习,从此不再烦恼。(STATA software, powerful graphics capabilities, to help you easily learn, never again worry.)
    2010-04-03 10:06:42下载
    积分:1
  • JSP毕业论文:教学管理系统文档+源代码
    JSP毕业论文:教学管理系统文档+源代码,福建师范大学学生作品,这个课程设计主要是使用J2EE的相关技术,比如Servlet,JSP,Struts,Hibernate等,完成一个基于Web的教学管理系统。系统所附带的论文原理深彻,介绍了所用到的技术点的详细说明,包括了流程图的设计,功能模块的实现等,一方面可作为毕业论文的设计参考,另一方面也可学习到很多JSp编写教学管理系统的技巧。
    2022-03-18 19:06:05下载
    积分:1
  • CH11-KEA128-SPI
    说明:  1. 硬件接线 (1)调试串口(UART_Debug)使用UART2,在“printf.h”文件中宏定义, 对应引脚为TX-PTD7,RX-PTD6 (在“uart.h文件中宏定义)。 (2)灯0~3(LIGHT_0~LIGHT_3)对应的引脚是PTC0~PTC3,高电平点亮(由硬件接法决定) (3)SPI0_CLK对应的引脚是PTE0, SPI0_MOSI对应的引脚是PTE1, SPI0_MISO对应的引脚是PTE2,SPI0_PCS对应的引脚是PTE3, SPI1_CLK对应的引脚是PTG4, SPI1_MOSI对应的引脚是PTG5, SPI1_MISO对应的引脚是PTG6,SPI1_PCS对应的引脚是PTG7。 (4)SPI0作为master,SPI1作为slave,SPI1接收SPI0发送的数据并产生中断。 用导线将PTE0与PTG4对接,将PTE1与PTG5对接,将PTE2与PTG6对接,将PTE3与PTG7对接。(1. Hardware wiring (1) Debugging Serial Port (UART_Debug) uses UART2, macro-defined in "printf.h" file, corresponding pins are TX-PTD7, RX-PTD6. (macro definition in the uart.h file). (2) The pins corresponding to the lamp 0~3 (LIGHT_0~LIGHT_3) are PTC0~PTC3, and the high-level lighting is determined by the hardware connection. (3) The pin corresponding to SPI0_CLK is PTE0, and the pin corresponding to SPI0_MOSI is PTE1. The pin corresponding to SPI0_MISO is PTE2, and the pin corresponding to SPI0_PCS is PTE3. The pin corresponding to SPI1_CLK is PTG4, and the pin corresponding to SPI1_MOSI is PTG5. The pin corresponding to SPI1_MISO is PTG6, and the pin corresponding to SPI1_PCS is PTG7. (4) SPI0 acts as master and SPI1 acts as slave. SPI1 receives data sent by SPI0 and generates interruption. PTE0 and PTG4 are docked by wire, PTE1 and PTG5 are docked, PTE2 and PTG6 are docked, PTE3 and PTG7 are docked.)
    2020-06-16 12:00:01下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载