-
读蛋白质pdb文件的函数
文件file_io.m,包含四个函数
(1)read_pdbca:读取蛋白质Cα原子坐标;
输入参数file为文件名字符串,输出参数X为各原子的直角坐标值,格式是3*n的二维数组。
(2)read_pdbbb:读取蛋白质主链原子坐标;
输入参数file为文件名字符串,输出参数X为主链原子的直角坐标值,格式是3*n的二维数组。
(3)read_pdbaa:读取蛋白质全原子坐标;
输入参数file为文件名字符串,输出参数X为全部原子的直角坐标值,格式是3*n的二维数组。
(4)read_pdbseq:读取蛋白质序列
输入参数file为文件名字符串,输出参数S为蛋白质序列三字符数组,格式是3*n的二维字符数组。
- 2023-04-07 11:55:03下载
- 积分:1
-
根据数据库字段生成存储过程和c#引用代码
根据数据库字段生成存储过程和c#引用代码
- 2022-02-12 22:53:17下载
- 积分:1
-
SQL 服务器连接对话(可扩展)
翻译maninwest@Codeforge作者: Chris Winkelmann @CodeProject
显示具有扩展功能的 SQL 连接对话框,保存其生成的连接字符串到任何位置的连接
介绍:
首先要感谢 TWallick 想出了使用 Microsoft.Data.ConnectionUI.dll 和 Microsoft.Data.ConnectionUI.Dialog.dll 来表示Visual Studio 提供的 SQL 连接 UI 的原创想法。此版本是使用 C# 而不是 VB 语言编写的。但是,我整理了一下,在设计时显示 Visual Studio 连接控制,而不是在将其构建到代码中仅在运行时显示。
背景
抽象出SAVE() 功能,不管想保存到其他任何位置的连接字符串仍可以使用此对话框。 此模块的设计目的是能够 “依原样”插入任何人的解决方案中,可以按需扩展且无需重写。
Save 函数迁移到新的类:
public class SaveHelperDefault : ISaveHelper
任何人均可以通过 ISaveHelper接口的实现来创建一个新的SaveHelper 类 :
public interface ISaveHelper
{
///
/// A SaveHelper class
- 2022-08-05 10:42:20下载
- 积分:1
-
SQL Server精华 (CHM),总结MSSQL的编写内容的重点!
SQL Server精华 (CHM),总结MSSQL的编写内容的重点!-SQL Server精华(CHM), summing up the preparation of the contents of MSSQL focus!
- 2022-04-18 18:41:43下载
- 积分:1
-
yuandaima
做实验时候的代码,是数据库实验的一部分。不知道有没有用。(When the experiment code, the database part of the experiment. I do not know there is no use.)
- 2013-06-18 23:35:32下载
- 积分:1
-
VB6.0 SQL Server 2000下开发的。VB+SQL三层商品进销存管理系统。毕业设计做的,整理了一下。很好的系统。...
VB6.0 SQL Server 2000下开发的。VB+SQL三层商品进销存管理系统。毕业设计做的,整理了一下。很好的系统。-VB6.0 SQL Server 2000 under the development. VB+ SQL three-tier commodity Invoicing management system. Graduation design done, finishing a bit. A very good system.
- 2023-02-02 18:20:04下载
- 积分:1
-
小型超市管理系统 supermarket-database
小型超市管理系统
目录
1、项目计划
1.1系统开发目的
1.2背景说明
1.3项目确立
1.4应用范围
1.5定义
1.6参考资料
2、逻辑分析与详细分析
2.1系统功能
2.2数据流图
2.3用户类型与职能
2.4系统开发步骤
2.5系统环境需求
2.6系统安全问题
3、基于UML的建模
3.1语义规则
3.2 UML模型
3.3系统实现图
4、概要设计文档
5、逻辑设计文档
6、物理设计文档
7、小结
(Small supermarket management system directory 1 project 1.1 Background 1.2 The purpose of system development projects that 1.3 range 1.5 to establish 1.4 Applications 1.6 Reference 2 definition, logical analysis and detailed analysis of 2.1 system 2.2 Data Flow Graph 2.3 user types and functions of system development steps 2.4 2.5 system environment needs security issues 2.6 system 3, based on the UML Modeling 3.1 semantic rules 3.2 UML Model 3.3 System Figure 4, a summary of design documents 5, logic design document 6, the physical design documents 7, Summary)
- 2020-06-26 02:00:01下载
- 积分:1
-
DVD Rental System ~ vc++ Database sql management classic procedure .. have had a...
影碟出租系统~vc++进行数据库sql管理的经典程序..已调好-DVD Rental System ~ vc++ Database sql management classic procedure .. have had a good
- 2022-02-05 04:00:25下载
- 积分:1
-
应用vc+sqlserver做的一个保卫处数据管理系统,可以修改后用于各个部门的管理。...
应用vc+sqlserver做的一个保卫处数据管理系统,可以修改后用于各个部门的管理。-application vc sqlserver Security Department to do a data management system, can be modified for the management of the various departments.
- 2022-12-25 19:50:03下载
- 积分:1
-
MFC中有两类线程,分别称之为工作者线程和用户界面线程。二者的主要区别在于人工辅助线程没有消息循环,而用户界面线程有自己的消息队列和消息循环...
MFC中有两类线程,分别称之为工作者线程和用户界面线程。二者的主要区别在于人工辅助线程没有消息循环,而用户界面线程有自己的消息队列和消息循环-MFC there are two types of thread, thread workers were called and the user interface thread. The main difference between the two is artificial threads no news cycle, and the user interface thread has its own message queue and the news cycle
- 2022-11-24 12:35:03下载
- 积分:1