是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到

源代码在线查看: null.class

软件大小: 13704 K
上传用户: wuqiweipp
关键词: 经济学 应用软件
下载地址: 免注册下载 普通下载 VIP

相关代码

				/*                                  null
				
					Null class, typically used to create instances with all dynamic
					attributes.
				*/
				*! version 1.0.0  30jul2002
				
				version 8
				
				class {
				} , inherit(object)
				
				/* -------------------------------------------------------------------------*/
				/*
					Usage:  .nameof dyn_dex
				
					Returns the name of the dynamically declared attribute at index
					dyn_dex.
				*/
				
				program define nameof
				
					_cls nameoflocal .dynamicmv[`1']
					class exit `"`r(name)'"'
				end
							

相关资源