Welcome![Sign In][Sign Up]
Location:
Search - Axiom

Search list

[GDI-BitmapAxiomDemos

Description: 使用Axiom写的一个游戏例子,Axiom是一个非常有名的游戏开发引擎-use Axiom wrote a game example, Axiom is a very famous game development engine
Platform: | Size: 84405 | Author: hanjinchang | Hits:

[Other resourceaxiom-0.7.2.0-src

Description: Open-source, cross-platform 3D rendering engine for .NET. The Axiom Engine is a high-performance C# port of the powerful OGRE engine. Its flexible component-oriented architecture allows easy extension and provides full support for both DirectX and OpenGL
Platform: | Size: 29011186 | Author: Charwavid | Hits:

[Other resourceSmartSharp

Description: 这是一个完全用C#写的引擎,全部是自己实现的,大约有1万行代码。目标是构造一个健壮、高效、动态的3D引擎(不仅限于游戏)。渲染框架借鉴了OGRE/Axiom,去掉了跨平台和跨图形API的能力并尽量使用DirectX自带的功能,结构得到了很大的简化。
Platform: | Size: 113860 | Author: 黄伦新 | Hits:

[JSP/Javaaxiom-sample

Description: A sample code for the axiom usage
Platform: | Size: 4050 | Author: lily | Hits:

[GDI-BitmapAxiomDemos

Description: 使用Axiom写的一个游戏例子,Axiom是一个非常有名的游戏开发引擎-use Axiom wrote a game example, Axiom is a very famous game development engine
Platform: | Size: 22046720 | Author: hanjinchang | Hits:

[Game EngineSmartSharp

Description: 这是一个完全用C#写的引擎,全部是自己实现的,大约有1万行代码。目标是构造一个健壮、高效、动态的3D引擎(不仅限于游戏)。渲染框架借鉴了OGRE/Axiom,去掉了跨平台和跨图形API的能力并尽量使用DirectX自带的功能,结构得到了很大的简化。-This is an entirely C# Write the engine, the full realization of their own, about one million lines of code. Goal is to construct a robust, efficient, dynamic 3D engine (not limited to games). Rendering framework draws on OGRE/Axiom, removing the cross-platform and cross-graphics API and the ability to make full use of DirectX
Platform: | Size: 1938432 | Author: 黄伦新 | Hits:

[JSP/Javaaxiom-sample

Description: A sample code for the axiom usage
Platform: | Size: 4096 | Author: lily | Hits:

[Game Engine3dgs_manual

Description: Lite-C manual. This is part of workshops tutorials from game engine A7 3D Gamestudio. With Atari s Lite-C language.
Platform: | Size: 20480 | Author: piratealx | Hits:

[Other Embeded programxinpiantest

Description: 微机原理实验的各个小程序,其中包括各个芯片的功能使用,例如8253,8251芯片-Computer Axiom various small programs, including the use of various chip functions, such as 8253,8251 chips, etc.
Platform: | Size: 9216 | Author: 天涯 | Hits:

[JSP/Javaaxiom-1.2.8-src

Description: axis2支持包的源代码,请有需要的多多支持下!-axis2 support the package' s source code, need lots of support!
Platform: | Size: 1544192 | Author: 紫菜 | Hits:

[Windows DevelopBLP

Description: :经典的BLP模型是在计算机安全系统中实现多级安全性支持的基础,被视作基本安全公 理.BLP模型采用“强制存取控制”和“自主存取控制”来实现其安全性,总结了BLP模型的“公理 化描述”、“有限状态机模型描述”和“信息流的格模型描述”三种不同描述方法,分析了其BLP模型 目前存在的安全缺陷主要是:安全级定义的不完备性、信息完整性缺陷、时域安全性缺陷和隐通 道.在对BLP模型的改进中,影响较大的主要有BLDM 与MBLP两种模型,-: BLP model is a classic computer security systems in the multi-level security support of the foundation, be regarded as basic security axiom. BLP model is a " mandatory access control" and " independent access control" to achieve its security, summed up the BLP model, " axiomatic description" , " finite state machine model description" and " information flow lattice model to describe the" three different method for describing the BLP model and analyzes its current security flaws are mainly: the definition of incomplete security level, information integrity defects, time-domain security flaws and covert channels. Improvement in the BLP model, the impact of the larger main BLDM with MBLP two models
Platform: | Size: 200704 | Author: dcs | Hits:

[Documentshoare-axiomatic

Description: hoare公理原作,难得的杰出作品,希望大家喜欢.-hoare axiom original, a rare masterpiece, I hope you like it.
Platform: | Size: 621568 | Author: quwenjian | Hits:

[xml-soap-webserviceaxiom

Description: Axiom 是一个基于StAX、兼容XML Infoset的对象模型,which supports on-demand building of the object tree. It supports a novel "pull-through" model which allows one to turn off the tree building and directly access the underlying pull event stream. It also has built in support for XML Optimized Packaging (XOP) and MTOM, the combination of which allows XML to carry binary data efficiently and in a transparent manner. The combination of these is an easy to use API with a very high performant architecture-Axiom is based on StAX, XML Infoset compliant object model, which supports on-demand building of the object tree. It supports a novel " pull-through" model which allows one to turn off the tree building and directly access the underlying pull event stream. It also has built in support for XML Optimized Packaging (XOP) and MTOM, the combination of which allows XML to carry binary data efficiently and in a transparent manner. The combination of these is an easy to use API with a very high performant architecture
Platform: | Size: 2750464 | Author: 明帆 | Hits:

[JSP/Javaaxiom-1.2.12

Description: Axis对象模型(AXIOM)是一个XML对象模型,设计用于提高XML处理期间的内存的使用率和性能,基于Pull解析。 Pull 解析方式,基于STAX(Streaming API for XML),Pull解析是最近处理XML的一种趋势,而SAX和DOM都是基于push的解析方式,也就是说解析控制在parser本身。Push解析方 式很容易使用,但在处理XML文档时效率并不好,(因为要在内存中生成完成的对象模型)。Pull解析方式颠倒了这种控制方式,增强了parser,只在 用户需要的时候才进行处理。用户决定处理或者忽略parser生成的事件。 AXIOM(也称为OM)可以控制解析过程,以提供延迟构建支持。延迟 构建是指AXIOM不完全构建对象模型,模型的其余部分基于用户的需要构建。以下实例对此概念进行了说明:假定某个用户需要从XML输入流中获得一个人的 元素值,AXIOM构建的对象模型将一直包含到元 -Axis Object Model (AXIOM) is an XML object model, XML processing designed to improve memory usage during and sexual Can, based on Pull parsing. Pull parsing, based on STAX (Streaming API for XML), Pull handle XML parsing is a recent trend, The SAX and DOM are push-based analytical methods, that control the parser resolve itself. Push is easy to parse manner Use, but the efficiency in the processing of XML documents is not good, (as done in memory to generate the object model). Pull parsing side Type reversed this control method to enhance the parser, the user only when it is needed for processing. Or the user decided to address the Ignore the parser generates events. AXIOM (also known as OM) can control the resolution process, to provide deferred building support. Deferred building is not completely built AXIOM Object model, the rest of the model based on the user s need to build. The following example illustrates this concept: Assume that a use Users need to get from the XML
Platform: | Size: 1560576 | Author: 杨懿 | Hits:

[JSP/Javawebservice_axis2_work

Description: 非常实用而且强大的框架,主要支持与webservice开发-Very practical and powerful frame, the main support and webservice development
Platform: | Size: 19344384 | Author: | Hits:

[JSP/Javaaxiom-1.2.7-src

Description: 这是一个XML的处理工具, Axiom使用了多个模型-This is an XML processing tools, Axiom uses multiple models
Platform: | Size: 1332224 | Author: 李华 | Hits:

[Web Servercxf

Description: CXF webservice 实现,简单实现,AXIOM和STAX的结合等方案-CXF webservice, a simple realization, AXIOM and programs such as the combination of STAX
Platform: | Size: 8845312 | Author: ABC | Hits:

[assembly languageHilbert

Description: 希尔伯特曲线一种能填充满一个平面正方形的分形曲线(空间填充曲线),由大卫·希尔伯特在1891年提出。 由于它能填满平面,它的豪斯多夫维是2。取它填充的正方形的边长为1,第n步的希尔伯特曲线的长度是2n - 2-n。 L系统记法: 变量: L, R 常数: F, +, - 公理: L 规则: L → +F--F+ R → − LF+RFR+FL− F : 向前 - : 右转90° + : 左转90-Hilbert curve can fill a square filled with a flat fractal curves (space-filling curve), proposed by David Hilbert in 1891. Because it can fill the plane, its Hausdorff dimension is 2. Take it fills the length of the square side length 1, Step n Hilbert curve is 2n- 2-n. L system notation: Variable: L, R Constant: F,+,- Axiom: L Rules: L →+ F- F+ R →-LF+ RFR+ FL- F: Forward -: 90 ° right turn +: Turn left 90
Platform: | Size: 4096 | Author: zhurongyan | Hits:

[OtherTopology

Description: 拓扑学课件 第一章 集合论初步 第二章 拓扑空间 第三章 连续映射 第四章 相对拓扑空间 第五章 连通性 第六章 可数公理 第七章 分离公理 第八章 紧致性-Topology Courseware Chapter preliminary set theory Chapter II topological space Chapter III continuous mapping Chapter IV relative topological space Chapter V Connectivity Chapter VI countable axiom Chapter VII of the separation axiom Chapter VIII of the compactness
Platform: | Size: 4172800 | Author: rfanddsp | Hits:

[.netAxiomDX9Game2

Description: Axiom Game App Simple c#.net game
Platform: | Size: 5776384 | Author: Blue | Hits:
« 12 »

CodeBus www.codebus.net