Hpop

所属分类:Windows编程
开发工具:Visual C++
文件大小:2933KB
下载次数:279
上传日期:2011-05-13 23:27:55
上 传 者fulr
说明:  VC++卫星精密定轨(HPOP)程序,采用高阶精确力学模型。(VC2003)
(VC++ satellite orbit determination procedures, the use of high precision mechanical model.)

文件列表:
Hpop\ForceModels\CPP\CPP.sln (1467, 2005-10-14)
Hpop\ForceModels\CPP\Gen\Agi.As.Hpop.Plugins.CPP.Examples.cpp (2796, 2005-03-17)
Hpop\ForceModels\CPP\Gen\Agi.As.Hpop.Plugins.CPP.Examples.def (691, 2005-02-17)
Hpop\ForceModels\CPP\Gen\Agi.As.Hpop.Plugins.CPP.Examples.rc (3411, 2005-02-17)
Hpop\ForceModels\CPP\Gen\Agi.As.Hpop.Plugins.CPP.Examples.rgs (169, 2005-04-22)
Hpop\ForceModels\CPP\Gen\Agi.As.Hpop.Plugins.CPP.Examples.vcproj (7404, 2011-05-13)
Hpop\ForceModels\CPP\Gen\Agi.As.Hpop.Plugins.CPP.Examples.vcproj.FU.Administrator.user (1381, 2011-05-13)
Hpop\ForceModels\CPP\Gen\AgiAsHpopPluginsCPPExamples.idl (4126, 2006-09-13)
Hpop\ForceModels\CPP\Gen\Example1.cpp (38553, 2007-04-17)
Hpop\ForceModels\CPP\Gen\Example1.h (9818, 2007-04-17)
Hpop\ForceModels\CPP\Gen\Example1.rgs (850, 2006-11-22)
Hpop\ForceModels\CPP\Gen\resource.h (1006, 2005-02-17)
Hpop\ForceModels\CPP\Gen\stdafx.cpp (463, 2005-02-17)
Hpop\ForceModels\CPP\Gen\stdafx.h (2771, 2006-12-06)
Hpop\ForceModels\CPP\MyPlugin\MyPlugin.cpp (9355, 2005-09-29)
Hpop\ForceModels\CPP\MyPlugin\MyPlugin.def (207, 2005-09-28)
Hpop\ForceModels\CPP\MyPlugin\MyPlugin.h (7918, 2005-09-29)
Hpop\ForceModels\CPP\MyPlugin\MyPlugin.idl (2278, 2006-09-14)
Hpop\ForceModels\CPP\MyPlugin\MyPlugin.rgs (700, 2006-09-14)
Hpop\ForceModels\CPP\MyPlugin\MyPlugin.vcproj (6132, 2006-08-17)
Hpop\ForceModels\CPP\MyPlugin\MyPluginDll.cpp (1038, 2005-09-28)
Hpop\ForceModels\CPP\MyPlugin\MyPluginDll.rc (3137, 2005-09-28)
Hpop\ForceModels\CPP\MyPlugin\MyPluginDll.rgs (121, 2005-09-28)
Hpop\ForceModels\CPP\MyPlugin\resource.h (533, 2005-09-29)
Hpop\ForceModels\CPP\MyPlugin\stdafx.cpp (23, 2005-09-28)
Hpop\ForceModels\CPP\MyPlugin\stdafx.h (2200, 2005-09-28)
Hpop\ForceModels\CSharp\CSharp.sln (2038, 2005-10-18)
Hpop\ForceModels\CSharp\Gen\Agi.As.Hpop.Plugin.CSharp.Examples.csproj (5564, 2011-05-13)
Hpop\ForceModels\CSharp\Gen\AssemblyInfo.cs (1149, 2005-04-26)
Hpop\ForceModels\CSharp\Gen\bin\Debug\Agi.As.Hpop.Plugin.CSharp.Examples.dll (36864, 2011-05-13)
Hpop\ForceModels\CSharp\Gen\bin\Debug\Agi.As.Hpop.Plugin.CSharp.Examples.pdb (32256, 2011-05-13)
Hpop\ForceModels\CSharp\Gen\bin\Debug\Agi.As.Hpop.Plugin.CSharp.Examples.tlb (3644, 2011-05-13)
Hpop\ForceModels\CSharp\Gen\bin\Debug\Interop.AGI.Astrogator.Plugin.dll (4096, 2011-05-13)
Hpop\ForceModels\CSharp\Gen\bin\Debug\Interop.AGI.Attr.dll (12288, 2011-05-13)
Hpop\ForceModels\CSharp\Gen\bin\Debug\Interop.AGI.Hpop.Plugin.dll (36864, 2011-05-13)
Hpop\ForceModels\CSharp\Gen\bin\Debug\Interop.AGI.Plugin.dll (6144, 2011-05-13)
Hpop\ForceModels\CSharp\Gen\bin\Debug\Interop.AGI.STK.Plugin.dll (6656, 2011-05-13)
Hpop\ForceModels\CSharp\Gen\bin\Debug\Interop.AGI.VectorGeometryTool.Plugin.dll (28672, 2011-05-13)
... ...

/**********************************************************************/ /* Copyright 2006, Analytical Graphics, Inc. */ /**********************************************************************/ The following is a step by step procedure for registering HPOP Plugin components. 1. Install and register STK. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! NOTE: Before registering the components, if you have Microsoft AntiSpyware application actively running, you will have to perform one of the following tasks( A or B ): A. Allow the running of these scripts via the MS AntiSpyware applications options menu. B. Run the script, and when it asks for it to allow the script, check the box indicating "Remember this action". Then close the editor that will appear containing your scripts code. And perform step 3, to register it again, at which time the Antispyware application will not interfere with the registration. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 2. Locate the file containing your component in windows explorer. Components built as a Windows Script Component with a scripting environment (VBScript, JScript, Perl, Python) should have a filename extension 'wsc'. This is a XML text file declaring the implmenetation of the plugin interface. Compiled components are contained in a dynamic link library, whose filename has an extension 'dll'. You will need to know whether the component was built using a .NET language like C# or VB.NET. 3. This step registers your component as a COM component. WSC components Right click the file. If "Register ... " is available then choose it and confirm the dialog boxes. If not, create a command window (under the Start menu, hit "Run ...", type 'Command' and hit OK). Change your directory (using cd) to that of the file. At the command prompt, type 'regsvr32 YOUR_FILENAME'. For example: regsvr32 VBScript.Example1.Hpop.wsc . Dll components not built using .NET Create a command window (under the Start menu, hit "Run ...", type 'Command' and hit OK). Change your directory (using cd) to that of the file. At the command prompt, type 'regsvr32 YOUR_FILENAME'. For example: regsvr32 Agi.As.Hpop.Plugins.CPP.Examples.dll . Dll components built using .NET Create a command window (under the Start menu, hit "Run ...", type 'Command' and hit OK). Change your directory (using cd) to that of the file. At the command prompt, type 'regasm /codebase YOUR_FILENAME'. For example: regasm /codebase Agi.As.Hpop.Plugin.CSharp.Examples.dll . NOTE: Your system may not recognize the regasm command. In that case, you will need to specify the full filepath to RegAsm.exe. The file itself is found in a sub-folder of C:\WINDOWS\Microsoft.NET\Framework\. The actual folder depends on your version of the .NET Framework installed on your machine. 4. This plugin has already been registered in the "HPOP Plugins" Category in the "Hpop Plugins.xml" plugin point registration file; however the registration lies in a comment block that will not be executed. You must edit the file, and move the appropriate line containing the ProgID of the plugin you registered outside of the comment block. The registration file can be found in the Solution Explorer under "Solution Items". When creating your own plugins, you need to register your plugin similarly, either in a separate xml file or added to another plugin point registration file. 5. The plugin point registration file must be copied to a Plugins folder which will be searched by STK when it starts. STK looks in the following locations: - INSTALL_DIR\Plugins For example: C:\Program Files\AGI\STK 8\Plugins - CONFIG_DIR\Plugins C:\Documents and Settings\user_name\My Documents\STK 8.0\Config\Plugins 6. Start STK. Check the message viewer to see if any errors occurred when attempting to load the registration file. 7. Use STK documentation for directions on how to configure an Hpop Plugin for a given satellite. /**********************************************************************/ /* Copyright 2006, Analytical Graphics, Inc. */ /**********************************************************************/

近期下载者

相关文件


收藏者