Differences between revisions 3 and 4
Revision 3 as of 2005-07-20 14:25:16
Size: 1000
Editor: 141
Comment:
Revision 4 as of 2011-08-03 11:00:38
Size: 1004
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
[http://cl.sdsc.edu/ce.html Databases and Tools for 3-D Protein Structure Comparison and Alignment] [[http://cl.sdsc.edu/ce.html|Databases and Tools for 3-D Protein Structure Comparison and Alignment]]
Line 7: Line 7:
[http://peds.oxfordjournals.org/cgi/content/abstract/11/9/739 Shindyalov IN, Bourne PE (1998) Protein structure alignment by incremental combinatorial extension (CE) of the optimal path. Protein Engineering 11(9) 739-747.] [[http://peds.oxfordjournals.org/cgi/content/abstract/11/9/739|Shindyalov IN, Bourne PE (1998) Protein structure alignment by incremental combinatorial extension (CE) of the optimal path. Protein Engineering 11(9) 739-747.]]

MonthCalendar2(destine,2005,7) CategoryWebLogDestine

2005-07-20

Databases and Tools for 3-D Protein Structure Comparison and Alignment

Shindyalov IN, Bourne PE (1998) Protein structure alignment by incremental combinatorial extension (CE) of the optimal path. Protein Engineering 11(9) 739-747.

2005-07-18

여러 프로그램 연결

Dim progList(1) As String
dim FileName as String
Option Explicit

Private Sub cChoose_Click()
 Dim Excu As Long
 Excu = Shell(progList(cChoose.ListIndex)+ FileName , vbNormalFocus)
 
 End
End Sub

Private Sub Form_Load()
 FileName=Command '<===================================== !!! 추가 !!!
 progList(0) = "C:\Progra~1\namo\we.exe "
 progList(1) = "C:\Progra~1\Micros~1\explorer\ie.exe "
 cChoose.AddItem "namo"
 cChoose.AddItem "explorer"
End Sub

Private Sub Form_Unload(Cancel As Integer)
 Unload Me
End Sub

destine/2005-07 (last edited 2011-08-03 11:00:38 by localhost)

web biohackers.net