91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 7.10MB
    文件類型: .rar
    金幣: 2
    下載: 12 次
    發(fā)布日期: 2021-04-06
  • 語言: VB
  • 標簽: AutoCAD??AutoLisp??Vlisp??VBA??ARX??

資源簡介

本光盤是《AutoCAD 工程師案頭書》系列中以下三本書的配套光盤: ? AutoCAD LISP/VLISP 函數(shù)庫查詢辭典 ? AutoCAD VBA 函數(shù)庫查詢辭典 ? AutoCAD ARX 函數(shù)庫查詢辭典 光盤中含有三個目錄: AutoLisp Vlisp 函數(shù), AutoCAD VBA屬性和AutoCAD ARX函數(shù)。 ? AutoLisp Vlisp 函數(shù)目錄對應(yīng)《AutoCAD LISP/VLISP 函數(shù)庫查詢辭典》,其中有一個文件名為AutoLisp Vlisp 函數(shù).chm的文件,為書的內(nèi)容補充。 ? AutoCAD VBA屬性目錄對應(yīng)《AutoCAD VBA 函數(shù)庫查詢辭

資源截圖

代碼片段和文件信息

#include??
#include??
#include?

void?initApp();?
void?unloadApp();?

void?helloWorld();?

void?initApp()
{
????//?register?a?command?with?the?AutoCAD?command?mechanism
????acedRegCmds->addCommand(“HELLOWORLD_COMMANDS“
????????????????????????????“Hello“
????????????????????????????“Bonjour“
????????????????????????????ACRX_CMD_TRANSPARENT
????????????????????????????helloWorld);
}

void?unloadApp()
{
????acedRegCmds->removeGroup(“HELLOWORLD_COMMANDS“);
}

void?helloWorld()
{
????double?RadiusDiameter;

Diameter=150;
Radius=Diameter/3;
acedCommand(RTSTR?“CIRCLE“RTSTR“100100“RTREALRadius0);
acutPrintf(“\nHello?World!“);

}

extern?“C“?AcRx::AppRetCode?
acrxEntryPoint(AcRx::AppMsgCode?msg?void*?pkt)
{
????switch?(msg)?
????{
????????case?AcRx::kInitAppMsg:
????????????acrxDynamiclinker->unlockApplication(pkt);
????????????acrxRegisterAppMDIAware(pkt);
????????????initApp();
????????????break;
????????case?AcRx::kUnloadAppMsg:
????????????unloadApp();
????????????break;
????????default:
????????????break;
????}
????return?AcRx::kRetOK;
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????3305943??2003-03-30?21:22??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典\AutoCAD?ARX函數(shù)\ARX\objectARX.chm

?????目錄??????????0??2010-06-03?11:06??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典\AutoCAD?ARX函數(shù)\ARX

?????文件?????221234??2003-02-14?14:29??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典\AutoCAD?ARX函數(shù)\sample\hello\Debug\hello.arx

?????文件????????744??2003-02-14?14:29??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典\AutoCAD?ARX函數(shù)\sample\hello\Debug\hello.exp

?????文件?????301180??2003-02-14?14:29??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典\AutoCAD?ARX函數(shù)\sample\hello\Debug\hello.ilk

?????文件???????1734??2003-02-14?14:29??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典\AutoCAD?ARX函數(shù)\sample\hello\Debug\hello.lib

?????文件??????21416??2003-02-14?14:29??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典\AutoCAD?ARX函數(shù)\sample\hello\Debug\Hello.obj

?????文件????4456632??2003-02-14?14:29??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典\AutoCAD?ARX函數(shù)\sample\hello\Debug\hello.pch

?????文件?????623616??2003-02-14?14:29??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典\AutoCAD?ARX函數(shù)\sample\hello\Debug\hello.pdb

?????文件?????230400??2003-02-14?14:29??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典\AutoCAD?ARX函數(shù)\sample\hello\Debug\vc60.idb

?????文件?????217088??2003-02-14?14:29??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典\AutoCAD?ARX函數(shù)\sample\hello\Debug\vc60.pdb

?????目錄??????????0??2010-06-03?11:06??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典\AutoCAD?ARX函數(shù)\sample\hello\Debug

?????文件???????1151??2003-02-14?13:09??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典\AutoCAD?ARX函數(shù)\sample\hello\Hello.cpp

?????文件?????????85??2003-02-14?11:55??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典\AutoCAD?ARX函數(shù)\sample\hello\Hello.def

?????文件???????4247??2003-02-14?14:54??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典\AutoCAD?ARX函數(shù)\sample\hello\hello.dsp

?????文件????????533??2003-02-14?11:45??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典\AutoCAD?ARX函數(shù)\sample\hello\hello.dsw

?????文件??????33792??2003-02-14?14:54??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典\AutoCAD?ARX函數(shù)\sample\hello\hello.ncb

?????文件??????57856??2003-02-14?14:54??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典\AutoCAD?ARX函數(shù)\sample\hello\hello.opt

?????文件???????1411??2003-02-14?14:29??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典\AutoCAD?ARX函數(shù)\sample\hello\hello.plg

?????目錄??????????0??2010-06-03?11:06??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典\AutoCAD?ARX函數(shù)\sample\hello

?????目錄??????????0??2010-06-03?11:06??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典\AutoCAD?ARX函數(shù)\sample

?????目錄??????????0??2010-06-03?11:06??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典\AutoCAD?ARX函數(shù)

?????文件?????825779??2003-03-26?11:54??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典\AutoCAD?VBA屬性\AutoCAD?VBA屬性.chm

?????目錄??????????0??2010-06-03?11:06??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典\AutoCAD?VBA屬性

?????文件????1841530??2003-03-25?17:57??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典\AutoLisp?Vlisp?函數(shù)\AutoLisp?Vlisp?函數(shù).chm

?????目錄??????????0??2010-06-03?11:06??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典\AutoLisp?Vlisp?函數(shù)

?????文件??????27136??2003-04-01?17:36??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典\光盤使用指導.doc

?????目錄??????????0??2010-06-06?10:37??AutoCAD?VLISP、VBA、ARX函數(shù)庫查詢辭典

-----------?---------??----------?-----??----

?????????????12173507????????????????????28

............此處省略1個文件信息

評論

共有 條評論

相關(guān)資源