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

  • 大小: 243KB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2021-05-27
  • 語言: 其他
  • 標簽: arx??

資源簡介

包含一個ppt及源代碼.源代碼中包含常見的選擇集,自定義實體及其反應器等等。

資源截圖

代碼片段和文件信息

//?(C)?Copyright?2002-2005?by?Autodesk?Inc.?
//
//?Permission?to?use?copy?modify?and?distribute?this?software?in
//?object?code?form?for?any?purpose?and?without?fee?is?hereby?granted?
//?provided?that?the?above?copyright?notice?appears?in?all?copies?and?
//?that?both?that?copyright?notice?and?the?limited?warranty?and
//?restricted?rights?notice?below?appear?in?all?supporting?
//?documentation.
//
//?AUTODESK?PROVIDES?THIS?PROGRAM?“AS?IS“?AND?WITH?ALL?FAULTS.?
//?AUTODESK?SPECIFICALLY?DISCLAIMS?ANY?IMPLIED?WARRANTY?OF
//?MERCHANTABILITY?OR?FITNESS?FOR?A?PARTICULAR?USE.??AUTODESK?INC.?
//?DOES?NOT?WARRANT?THAT?THE?OPERATION?OF?THE?PROGRAM?WILL?BE
//?UNINTERRUPTED?OR?ERROR?FREE.
//
//?Use?duplication?or?disclosure?by?the?U.S.?Government?is?subject?to?
//?restrictions?set?forth?in?FAR?52.227-19?(Commercial?Computer
//?Software?-?Restricted?Rights)?and?DFAR?252.227-7013(c)(1)(ii)
//?(Rights?in?Technical?Data?and?Computer?Software)?as?applicable.
//

//-----------------------------------------------------------------------------
//-----?acrxEntryPoint.h
//-----------------------------------------------------------------------------
#include?“StdAfx.h“
#include?“resource.h“

//-----------------------------------------------------------------------------
#define?szRDS?_RXST(“lxm“)

/*?Utility?definition?to?get?an??array‘s??element??count??(at??compile
???time).???For??example:??

???????int??arr[]?=?{12345};
???????...?
???????printf(“%d“?ELEMENTS(arr));

???would?print?a?five.??ELEMENTS(“abc“)?can?also?be?used?to??tell??how
???many??bytes?are?in?a?string?constant?INCLUDING?THE?TRAILING?NULL.?*/

#define?ELEMENTS(array)?(sizeof(array)/sizeof((array)[0]))


/*?All?the?functions?that?we‘ll?define?will?be?listed?in?a?single?table
???together?with?the?internal?function?that?we?call?to?handle?each.??The
???functions?all?take?a?single?argument?(the?resbuf?that?has?the
???arguments)?and?return?an?integer?(RTNORM?or?RTERROR?for?good?or?bad
???status).??*/


/*?First?define?the?structure?of?the?table:?a?string?giving?the?AutoCAD?name
???of?the?function?and?a?pointer?to?a?function?returning?type?int.?*/
struct?func_entry?{?TCHAR?*func_name;?int?(*func)?(struct?resbuf?*);?};

/*?Here?we?declare?the?functions?that?handle?the?calls;?at?the?moment?there?are
???two?of?them.?*/
int?fact???????(struct?resbuf?*rb);
int?squareroot?(struct?resbuf?*rb);
int?add (struct?resbuf?*rb);

/*?Here?we?define?the?array?of?function?names?and?handlers.?*/
static?struct?func_entry?func_table[]?=?{?{_T(/*MSG0*/“fact“)?fact}
??????????????????????????????????????????{_T(/*MSG0*/“sqr“)?squareroot}
??{_T(/*MSG0*/“myadd“)?add}
????????????????????????????????????????};
/*?To?add?more?functions?to?this?table?just?put?them?in?the?list?after
???declaring?the?function?names.??Note?that?in?standard?C?it‘s?all?right?to
???have?a?superfluous?comma?after?the?last?item.??*/


/*?The?code?from?here

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????234496??2011-11-15?15:29??Arx程序開發.ppt
?????目錄???????????0??2012-03-12?11:11??示例\
?????目錄???????????0??2011-11-15?17:08??示例\與lisp交互\
?????文件??????????49??2011-10-18?14:54??示例\與lisp交互\add.lsp
?????文件??????????47??2011-10-18?14:53??示例\與lisp交互\add.lsp.bak
?????目錄???????????0??2012-03-12?11:11??示例\與lisp交互\win32\
?????目錄???????????0??2011-10-18?14:54??示例\與lisp交互\與lisp交互\
?????文件????????1895??2011-10-18?13:50??示例\與lisp交互\與lisp交互\DocData.cpp
?????文件????????1692??2011-10-18?13:50??示例\與lisp交互\與lisp交互\DocData.h
?????文件?????????433??2011-10-18?13:50??示例\與lisp交互\與lisp交互\Resource.h
?????文件????????1371??2011-10-18?13:50??示例\與lisp交互\與lisp交互\StdAfx.cpp
?????文件????????4551??2011-10-18?13:50??示例\與lisp交互\與lisp交互\StdAfx.h
?????目錄???????????0??2012-03-12?11:11??示例\與lisp交互\與lisp交互\Win32\
?????文件???????10375??2011-10-18?14:54??示例\與lisp交互\與lisp交互\acrxEntryPoint.cpp
?????文件????????2429??2011-10-18?13:50??示例\與lisp交互\與lisp交互\與lisp交互.cpp
?????文件????????2166??2011-10-18?13:50??示例\與lisp交互\與lisp交互\與lisp交互.rc
?????文件????????5766??2011-10-18?13:50??示例\與lisp交互\與lisp交互\與lisp交互.vcproj
?????文件????????1477??2011-10-18?15:13??示例\與lisp交互\與lisp交互\與lisp交互.vcproj.WWW-9D451BD3E11.Administrator.user
?????文件?????????904??2011-10-18?13:50??示例\與lisp交互\與lisp交互.sln
?????文件???????15872??2011-10-18?15:13??示例\與lisp交互\與lisp交互.suo
?????目錄???????????0??2011-11-15?17:08??示例\創建實體對象\
?????目錄???????????0??2012-03-12?11:11??示例\創建實體對象\win32\
?????目錄???????????0??2011-10-19?10:00??示例\創建實體對象\創建實體對象\
?????文件????????1895??2011-10-17?16:40??示例\創建實體對象\創建實體對象\DocData.cpp
?????文件????????1692??2011-10-17?16:40??示例\創建實體對象\創建實體對象\DocData.h
?????文件?????????435??2011-10-17?16:40??示例\創建實體對象\創建實體對象\Resource.h
?????文件????????1371??2011-10-17?16:40??示例\創建實體對象\創建實體對象\StdAfx.cpp
?????文件????????4551??2011-10-17?16:40??示例\創建實體對象\創建實體對象\StdAfx.h
?????目錄???????????0??2012-03-12?11:11??示例\創建實體對象\創建實體對象\Win32\
?????文件????????5161??2011-10-19?10:00??示例\創建實體對象\創建實體對象\acrxEntryPoint.cpp
?????文件????????2419??2011-10-17?16:40??示例\創建實體對象\創建實體對象\創建實體對象.cpp
............此處省略107個文件信息

評論

共有 條評論