Welcome![Sign In][Sign Up]
Location:
Search - 3 max

Search list

[ListView/ListBoxmax

Description: 设计文档基本内容如下: 1) 整体框架 2) 词法分析 Class CTokenizer Class CScaner C关键字表 标识符词法 3) 语法分析 Class CParser Grammar 基本树形结构 支持的语句及运算 4) 建立符号表 Class LineListRec Class BucketListRec Class CSymbolTable Class CFunArgsCheck 5) 类型检测 Class CAnalyzer 类型匹配 函数调用参数检测 6) 代码生成 PCode 80X86 ASM 7) 总结 详细内容请阅读本文提供的设计文档与全部源代码。-basic design documents as follows : 1) the overall framework 2) lexical analysis CTokenizer Class C Class CScaner keyword table identifier accidence 3) syntax analysis Class CParser Grammar basic tree structure support for the statement and Operational 4) Establishment of the symbol table Class LineListRec Class Buck etListRec Class CSymbolTable Class CFunArgsC heck 5) type detection Class CAnalyzer type matching function call parameters detection 6) code Generation PCode 80X86 ASM 7) summarized details please read this paper the design documentation and full source generation yards.
Platform: | Size: 8715 | Author: shifenai | Hits:

[Com Portmax-2.3.7.tar

Description: max 2.3是具有图形界面的数据采集系统,可以应用于RS232 GPIB 与CAMAC接口上。
Platform: | Size: 599171 | Author: 张华 | Hits:

[WEB Codei2c.tar

Description: The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general control and data transfer communication between ICs. Some of the features of the I2C bus are: • Two signal lines, a serial data line (SDA) and a serial clock line (SCL), and ground are required. A 12V supply line (500mA max.) for powering the peripherals often may be present. • Each device connected to the bus is software addressable by a unique address and simple master/ slave relationships exist at all times masters can operate as master-transmitters or as master-receivers. • The I2C bus is a true multi-master bus including collision detection and arbitration to prevent data corruption if two or more masters simultaneously initiate data transfer systems. • Serial, 8-bit oriented, bidirectional data transfers can be made at up to 100 KBit/s in the standard mode or up to 400 KBit/s in the fast mode.
Platform: | Size: 788781 | Author: lu | Hits:

[Data structsmin-max-array

Description: A simple programm that finds minimun and maximun value of 10 elements.
Platform: | Size: 484 | Author: besoyal@yahoo.gr | Hits:

[OtherAn Introduction to Matlab

Description: 1 MATLAB 2 2 Starting Up 2 2.1 Windows Systems . . . . . . . . . . 2 2.2 Unix Systems . . . . . . . . . . . . . 2 2.3 Command Line Help . . . . . . . . . 2 2.4 Demos . . . . . . . . . . . . . . . . . 3 3 Matlab as a Calculator 3 4 Numbers & Formats 3 5 Variables 3 5.1 Variable Names . . . . . . . . . . . . 3 6 Suppressing output 4 7 Built{In Functions 4 7.1 Trigonometric Functions . . . . . . . 4 7.2 Other Elementary Functions . . . . . 4 8 Vectors 4 8.1 The Colon Notation . . . . . . . . . 5 8.2 Extracting Bits of a Vector . . . . . 5 8.3 Column Vectors . . . . . . . . . . . . 5 8.4 Transposing . . . . . . . . . . . . . . 5 9 Keeping a record 6 10 Plotting Elementary Functions 6 10.1 Plotting|Titles & Labels . . . . . . 7 10.2 Grids . . . . . . . . . . . . . . . . . . 7 10.3 Line Styles & Colours . . . . . . . . 7 10.4 Multi{plots . . . . . . . . . . . . . . 7 10.5 Hold . . . . . . . . . . . . . . . . . . 7 10.6 Hard Copy . . . . . . . . . . . . . . 8 10.7 Subplot . . . . . . . . . . . . . . . . 8 10.8 Zooming . . . . . . . . . . . . . . . . 8 10.9 Formatted text on Plots . . . . . . . 8 10.10Controlling Axes . . . . . . . . . . . 9 11 Keyboard Accelerators 9 12 Copying to and from Word and other applications 10 12.1 Window Systems . . . . . . . . . . . 10 12.2 Unix Systems . . . . . . . . . . . . . 10 13 Script Files 10 14 Products, Division & Powers of Vectors 11 14.1 Scalar Product (*) . . . . . . . . . . 11 14.2 Dot Product (.*) . . . . . . . . . . . 11 14.3 Dot Division of Arrays (./) . . . . . 12 14.4 Dot Power of Arrays (.^) . . . . . . 12 15 Examples in Plotting 13 16 Matrices|Two{Dimensional Arrays 13 16.1 Size of a matrix . . . . . . . . . . . . 14 16.2 Transpose of a matrix . . . . . . . . 14 16.3 Special Matrices . . . . . . . . . . . 14 16.4 The Identity Matrix . . . . . . . . . 14 16.5 Diagonal Matrices . . . . . . . . . . 15 16.6 Building Matrices . . . . . . . . . . . 15 16.7 Tabulating Functions . . . . . . . . . 15 16.8 Extracting Bits of Matrices . . . . . 16 16.9 Dot product of matrices (.*) . . . . 16 16.10Matrix{vector products . . . . . . . 16 16.11Matrix{Matrix Products . . . . . . . 17 16.12Sparse Matrices . . . . . . . . . . . . 17 17 Systems of Linear Equations 18 17.1 Overdetermined system of linear equations . . . . . . . . . . . . . . . . . . 18 18 Characters, Strings and Text 20 19 Loops 20 20 Logicals 21 20.1 While Loops . . . . . . . . . . . . . . 22 20.2 if...then...else...end . . . . . . 23 21 Function m{ les 23 21.1 Examples of functions . . . . . . . . 24 22 Further Built{in Functions 25 22.1 Rounding Numbers . . . . . . . . . . 25 22.2 The sum Function . . . . . . . . . . . 25 22.3 max & min . . . . . . . . . . . . . . . 26 22.4 Random Numbers . . . . . . . . . . 26 22.5 find for vectors . . . . . . . . . . . . 27 22.6 find for matrices . . . . . . . . . . . 27 23 Plotting Surfaces 27 24 Timing 28 25 On{line Documentation 29 26 Reading and Writing Data Files 29 26.1 Formatted Files . . . . . . . . . . . . 30 26.2 Unformatted Files . . . . . . . . . . 30 27 Graphic User Interfaces 31 28 Command Summary 32
Platform: | Size: 877346 | Author: taffy320 | Hits:

[Documentspt

Description: 学习3D MAX的很好的材料,主要讲动画片头制作。-3D MAX learning the good material, the main speaker first animated production.
Platform: | Size: 377856 | Author: 马天雨 | Hits:

[Books3dmax

Description: 3dmax的3个事例,请大家共享-3Dmax the three stories, please share
Platform: | Size: 945152 | Author: 潘杰 | Hits:

[Windows Develop1047343490976

Description: 仿3dsmax界面及基本操作, 自我感觉界面和用户交互做得还可以-imitation 3dsmax interface and basic operation, a sense of self, interactive user interface and can also do
Platform: | Size: 1103872 | Author: 彬彬 | Hits:

[OpenGL programBasics

Description: 德国Signsoft公司的用于Opengl编程的控件事列1,可直接调用.3ds文件创建虚拟仿真环境。-Germany Signsoft company for Opengl programming controls things out of a can directly call .3 ds document creation of virtual simulation environment.
Platform: | Size: 1087488 | Author: 骆彬 | Hits:

[VHDL-FPGA-Verilogmaxshiyan

Description: 大学vhdl语言实验大全,基于max-plus2平台,内有8-3译码器,8位加法器,数字钟,数码显示,74ls138,8,4位计数器,d,rs触发器,加法器,交通灯等,此原码基于长江大学可编程器件实验箱,如要运行在其他平台上需要重新定义管脚-University VHDL language experiment Daquan, based on the max-plus2 platform within 8-3 decoder, 8 Adder, digital clock, digital display, 74ls138, 8,4-bit counter, d, rs triggers, Adder, traffic lights, the original code based on the Yangtze University programmable devices experimental box, To run on other platforms need to be redefined pin
Platform: | Size: 865280 | Author: 田晶昌 | Hits:

[ListView/ListBoxmax

Description: 设计文档基本内容如下: 1) 整体框架 2) 词法分析 Class CTokenizer Class CScaner C关键字表 标识符词法 3) 语法分析 Class CParser Grammar 基本树形结构 支持的语句及运算 4) 建立符号表 Class LineListRec Class BucketListRec Class CSymbolTable Class CFunArgsCheck 5) 类型检测 Class CAnalyzer 类型匹配 函数调用参数检测 6) 代码生成 PCode 80X86 ASM 7) 总结 详细内容请阅读本文提供的设计文档与全部源代码。-basic design documents as follows : 1) the overall framework 2) lexical analysis CTokenizer Class C Class CScaner keyword table identifier accidence 3) syntax analysis Class CParser Grammar basic tree structure support for the statement and Operational 4) Establishment of the symbol table Class LineListRec Class Buck etListRec Class CSymbolTable Class CFunArgsC heck 5) type detection Class CAnalyzer type matching function call parameters detection 6) code Generation PCode 80X86 ASM 7) summarized details please read this paper the design documentation and full source generation yards.
Platform: | Size: 8192 | Author: shifenai | Hits:

[Other3dmax_learning

Description: 介绍3dmax的书籍,从头开始,讲的比较详细,值得一看-introduced 3dmax books, and start from scratch, say in greater detail, an eye-catcher
Platform: | Size: 1674240 | Author: zlb | Hits:

[OpenGL programmaxLOADER

Description: 可以在OPENGL中打开3ds max导出的.3ds文件的小程序-in OpenGL open 3ds max derived .3 ds small document procedures
Platform: | Size: 108544 | Author: 孙文 | Hits:

[OpenGL programmodel3d

Description: 一个matlab程序可以调入和应用3D Max (.3ds)和Autocad (.dxf)文件。能够利用OpenGL作显示并进行简单的操纵(旋转,平易,重叠等)-a Matlab procedures can be transferred and applied 3D Max (.3 ds) and Autocad (. dxf) documents. To use OpenGL for show and simple manipulation (rotate kind, overlap, etc.)
Platform: | Size: 326656 | Author: | Hits:

[Other3dmax_study

Description: 这是一本介绍s3dmax的经典书籍,里面关于3dmax的介绍非常实用。-This is a classic s3dmax briefing books, on the inside 3dmax presentation very useful.
Platform: | Size: 1674240 | Author: 张永波 | Hits:

[Other3Dmaxallinone

Description: 3Dmax 原创教程合集.其中包含了大量的实例,3Dmax各个方面的基础以及进阶教程.不是吹牛,很难找到比这个更全面的3Dmax教程了.让你一本书就可以成为高手-3Dmax original Guide Collection. Which contains a large number of examples, 3Dmax various aspects of the foundation, and Advanced Guide. not bragging, difficult to find than the more comprehensive tutorial of 3 Dmax. allow you to a book can become master
Platform: | Size: 64577536 | Author: 郑勇 | Hits:

[OpenGL program3DSintoOpenGL

Description: 本程序将从3d max中导出的模型文件导入到OpenGL中,并设置了漫游程序。-This procedure derived from 3d max model file into OpenGL, and set up a roaming procedure.
Platform: | Size: 3932160 | Author: Liufang | Hits:

[SQL ServerSQLCHINA

Description: SQL 合计函数 使用 SQL 合计函数 你可以确定数据组的各种统计。你可以把这些函数用于查询和合计表达式,条件是在具备 SQL特性的 QueryDef对象中或在创建基于SQL查询的 Recordset对象时。 Avg 函数 Count 函数 First, Last 函数 Min, Max 函数 StDev, StDevP 函数 Sum 函数 Var 和 VarP 函数 -SQL aggregate function using the SQL aggregate functions you can be sure of the various statistical data sets. You can put these functions together for query and expression, on the condition that the availability of SQL characteristics QueryDef object or create a SQL query based on the Recordset object. Avg Function Count Function First, Last function Min, Max function StDev, StDevP function Sum function Var and VARP function
Platform: | Size: 206848 | Author: 397728431 | Hits:

[OpenGL programFFX

Description: 最终幻想X里的20个人物的3d模型。用3d max做的-Final Fantasy X s 20 personal objects of the 3d model. Done with 3d max
Platform: | Size: 1208320 | Author: 白天 | Hits:

[Software Engineering3.5GHz--channel-measurements

Description: 在3.49-3.51GHZ频段内的典型中国城市环境下,地面信号衰落仍服从经典的指数对数分布。在中度误差(σx =10.291)下,路损指数在3.1-3.7之间。半径2公里的小区内,RMS时延在3-4微秒之间;典型的办公室环境中,存在直达径时RMS时延小于0.1微秒。在城市环境中,多径现象很明显,主要由高层建筑物引起,并以簇的方式存在。在城市中低速移动条件下(接收机移动速度小于100 Km/h)某一强径的生存时间通常超过10分钟,但相对到达时间会发生滑动。单一小区内的传播环境具有一定相关性,如果存在直达径,相关性会上升到0.4-0.5。此外,室外室内的测量结果都可以证明Jake模型关于入射角分布假设的合理性。当天线间距在1个载波波长增大到10个载波波长时,天线相关性在0.05-0.4之间。 SIMO信道探测系统能够揭示B3G信道的很多特征,但不能够全面、充分的分析和评估B3G信道。在后续工作中,我们将进一步改进这个测试系统,对B3G系统作更深入的研究。 参考-Aided by a 1-Tx and 2-Rx system working in 3.5GHz frequency and 20MHz bandwidth, JSI-MTLab studied the classic B3G urban wireless propagation environment of China and the classic indoor channel propagation environment through a recent indoor and outdoor wireless propagation measurement. A new path loss exponent is proposed in such band while the general outdoor model of path loss is verified. Also, the statistic results of RMS excess delay, max excess delay and mean excess delay in both indoor and outdoor scenarios are given. The lag-time domain and time-frequency domain channel responses are analyzed. At the end, the results of correlation of different propagation environment in the singular cell and antenna correlation are given as well as the phenomenon being analyzed and explained.
Platform: | Size: 159744 | Author: xuchen | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net