assemblyinfo.vb

来自「这里是用VB写的数学库。以前用C、C++写的比较多。内容有:复数运算、矩阵运算、」· VB 代码 · 共 14 行

VB
14
字号
Imports System.Reflection
Imports System.Runtime.InteropServices

' General Information about an assembly is controlled through the following 
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.

' Review the values of the assembly attributes

<Assembly: AssemblyTitle("AdvancedIntegration")> 
<Assembly: AssemblyDescription("Extreme Optimization Accessing Matrix Components QuickStart Sample")> 
<Assembly: AssemblyCompany("Extreme Optimization")> 
<Assembly: AssemblyProduct("Extreme Optimization Mathematics Library for .NET")> 
<Assembly: AssemblyCopyright("Copyright 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?