楼主: choumeikulian
4590 14

SAS GRAPHIC FOR JAVA 2007年版 [推广有奖]

  • 0关注
  • 1粉丝

本科生

44%

还不是VIP/贵宾

-

威望
0
论坛币
475 个
通用积分
0.3600
学术水平
0 点
热心指数
0 点
信用等级
0 点
经验
1360 点
帖子
123
精华
0
在线时间
10 小时
注册时间
2008-8-4
最后登录
2020-4-25

相似文件 换一批

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
<p>SAS GRAPHIC FOR JAVA 2007年版</p><p>希望对大家有帮助。</p><p>359页。11章。</p><p>2007. SAS&reg; Graphics for Java: Examples Using SAS&reg; AppDev Studio™ and the Output Delivery System. Cary,<br/>NC: SAS Institute Inc.<br/>SAS&reg; Graphics for Java: Examples Using SAS&reg; AppDev Studio™ and the Output Delivery System<br/>Copyright &copy; 2007, SAS Institute Inc., Cary, NC, USA<br/>ISBN 978-1-59047-693-2<br/>All rights reserved. Produced in the United States of America.<br/>For a hard-copy book: No part of this publication may be reproduced, stored in a retrieval system, or<br/>transmitted, in any form or by any means, electronic, mechanical, photocopying, or otherwise, without the<br/>prior written permission of the publisher, SAS Institute Inc.<br/>For a Web download or e-book: Your use of this publication shall be governed by the terms established by<br/>the vendor at the time you acquire this publication.<br/>U.S. Government Restricted Rights Notice: Use, duplication, or disclosure of this software and related<br/>documentation by the U.S. government is subject to the Agreement with SAS Institute and the restrictions set<br/>forth in FAR 52.227-19, Commercial Computer Software-Restricted Rights (June 1987).<br/>SAS Institute Inc., SAS Campus Drive, Cary, North Carolina 27513.<br/>1st printing, May 2007<br/>SAS&reg; Publishing provides a complete selection of books and electronic products to help customers use SAS<br/>software to its fullest potential. For more information about our e-books, e-learning products, CDs, and hardcopy<br/>books, visit the SAS Publishing Web site at support.sas.com/pubs or call 1-800-727-3228.<br/>SAS&reg; and all other SAS Institute Inc. product or service names are registered trademarks or trademarks of SAS<br/>Institute Inc. in the USA and other countries. &reg; indicates USA registration.<br/>Other brand and product names are registered trademarks or trademarks of their respective companies.</p><p></p><p>Acknowledgments ix<br/>Introduction xi<br/>Part 1 SAS AppDevStudio 1<br/>Chapter 1 Getting Started with SAS AppDev Studio 3<br/>1.1 Tag Libraries for SAS AppDev Studio 3<br/>1.2 Getting Ready to Add Graphs to Your SAS AppDev Studio<br/>Project 8<br/>1.3 Your Data 10<br/>1.3.1 Tips and Information 11<br/>Chapter 2 SAS AppDev Studio Custom Tags and Attributes for<br/>Basic Graphs 13<br/>2.1 SAS AppDev Studio 2 Tags 15<br/>2.1.1 sasads:Bar 15<br/>2.1.2 sasads:Combination 16<br/>2.1.3 sasads:Pie 16<br/>2.1.4 sasads:Scatter 17<br/>2.1.5 sasads:SegmentedBar 17<br/>2.2 SAS AppDev Studio 3 Tags 18<br/>2.2.1 sas:BarChart 18<br/>2.2.2 sas:BarLineChart 19<br/>2.2.3 sas:LineChart 20<br/>2.2.4 sas:LinePlot 21<br/>2.2.5 sas:PieChart 22<br/>2.2.6 sas:RadarChart 23<br/>2.2.7 sas:ScatterPlot 24<br/>2.3 Common Attributes 25</p><p>Chapter 3 SAS AppDev Studio 3 Graph Model Tags 39<br/>3.1 BarChartModel 40<br/>3.2 BarLineChartModel 50<br/>3.3 LineChartModel 64<br/>3.4 LinePlotModel 67<br/>3.5 PieChartModel 74<br/>3.6 RadarChartModel 87<br/>3.7 ScatterPlotModel 92<br/>3.7.1 Baselines 97<br/>Chapter 4 Nested Tags for Graph Models 99<br/>4.1 Axis Models 100<br/>4.1.1 Response Axis Baseline Models 107<br/>4.1.2 Corresponding Graph Models 108<br/>4.1.3 Column and Row Axis Models 110<br/>4.2 Legends 111<br/>4.2.1 Corresponding Graph Models 113<br/>4.3 Line Style Tags 113<br/>4.3.1 Corresponding Graph Models 116<br/>4.4 Text Style Tags 116<br/>4.4.1 Corresponding Graph Models 117<br/>4.5 AxisWallModel 118<br/>4.6 BackgroundFillStyle 119<br/>4.6.1 Corresponding Graph Models 122<br/>4.7 DataElementStyle 123<br/>4.8 DataTipModel 123<br/>4.9 SubgroupLabelModel 124<br/>Chapter 5 Supporting Tags 125<br/>5.1 Fill Tags 126<br/>5.2 Line Tags 130<br/>5.2.1 AxisLineStyle, GridLineStyle, StrokeLineStyle,<br/>FrameLineStyle, and OutlineLineStyle<br/>5.2.2 BasicStroke 133</p><p></p><p>5.3 Text Tags 133<br/>5.3.1 Font 133<br/>5.3.2 LabelTextStyle and ValueTextStyle 134<br/>5.3.3 TextStyle 136<br/>5.3.4 ShadowStyle 136<br/>5.4 Tick Mark Tags 136<br/>5.5 Miscellaneous Tags 137<br/>5.5.1 DiscreteFillColor 137<br/>5.5.2 MarkerStyle 137<br/>5.5.3 ReferenceLineModel 140<br/>Part 2 Output Delivery System 143<br/>Chapter 6 Important Concepts for Getting Started with ODS<br/>and Java 145<br/>6.1 Java Scriptlet Code 146<br/>6.2 General JSP Structure 146<br/>6.3 General JSP Requirements 148<br/>6.4 Connecting and Data Extraction 148<br/>6.5 A Few Last Notes about Data 151<br/>Chapter 7 Creating Graphs 153<br/>7.1 Types of Bar Charts 154<br/>7.1.1 Horizontal Bar Charts 154<br/>7.1.2 Vertical Bar Charts 155<br/>7.2 Types of Pie Charts 156<br/>7.2.1 Pie Charts 157<br/>7.2.2 Donut Charts 158<br/>7.2.3 Star Charts 159<br/>7.3 Contour Plots 159<br/>7.4 Types of Maps 160<br/>7.4.1 Block Maps 160<br/>7.4.2 Choropleth Maps 161<br/>7.4.3 Prism Maps 162<br/>7.4.4 Surface Maps 163<br/>7.5 Types of Plots 163<br/>7.5.1 Bubble Plots 164<br/>7.5.2 Plots 165</p><p>7.6 Three-Dimensional Graphs 166<br/>7.6.1 Scatter Plots 166<br/>7.6.2 Surface Plots 167<br/>Chapter 8 Parameters for Colors 169<br/>8.1 ODS Parameters 170<br/>8.1.1 Non-supported parameters 181<br/>8.2 GOPTIONS 182<br/>8.2.1 Non-supported options 186<br/>8.3 PROC GCHART 186<br/>8.3.1 Summary 192<br/>8.3.2 Non-supported parameters 193<br/>8.4 PROC GCONTOUR 193<br/>8.4.1 Summary 197<br/>8.5 PROC GMAP 197<br/>8.5.1 Summary 199<br/>8.6 PROC GPLOT 199<br/>8.6.1 Summary 204<br/>8.7 PROC G3D 204<br/>8.7.1 Summary 205<br/>8.7.2 Non-supported parameters 205<br/>Chapter 9 Parameters for Text 207<br/>9.1 ODS Parameters 208<br/>9.1.1 Non-supported parameters 213<br/>9.2 GOPTIONS 214<br/>9.2.1 Non-supported parameters 217<br/>9.3 PROC GCHART 217<br/>9.3.1 Summary 225<br/>9.3.2 Non-supported parameters 226<br/>9.4 PROC GCONTOUR 227<br/>9.4.1 Summary 231<br/>9.5 PROC GMAP 232<br/>9.5.1 Summary 234<br/>9.6 PROC GPLOT 234<br/>9.6.1 Summary 238</p><p>9.7 PROC G3D 239<br/>9.7.1 Summary 240<br/>Chapter 10 Other Parameters 241<br/>10.1 PROC GCHART 242<br/>10.1.1 Summary 264<br/>10.1.2 Non-supported parameters 267<br/>10.2 PROC GCONTOUR 268<br/>10.2.1 Non-supported parameters 272<br/>10.3 PROC GMAP 273<br/>10.3.1 Summary 277<br/>10.3.2 Non-supported parameters 278<br/>10.4 PROC GPLOT 278<br/>10.4.1 Summary 289<br/>10.4.2 Non-supported parameters 289<br/>10.5 PROC G3D 290<br/>10.5.1 Summary 298<br/>10.5.2 Non-supported parameters 298<br/>Part 3 Putting It Together 299<br/>Chapter 11 Final Reports 301<br/>11.1 Report 1: Using SAS AppDev Studio 3 Tags 301<br/>11.2 Report 2: Using ODS 307<br/>11.3 Conclusions 310<br/>Appendix A SAS/GRAPH Samples and WORK Data Sets 313<br/>References 315<br/>Index 317</p> 235900.pdf (7.09 MB) <br/>
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:SAS Graph GRAPHIC GRAPH GRAP Java SAS For Java GRAPHIC

沙发
kuhasu 发表于 2008-8-11 21:51:00 |只看作者 |坛友微信交流群
<p>Thank you for your contribution.</p><p></p><p>Select a book in this forum you want,I'll pay it for you.</p><p></p><p></p><p>the one I can afford*^_^*</p><p></p><p></p>

使用道具

藤椅
AAS1017 发表于 2008-8-12 09:02:00 |只看作者 |坛友微信交流群
THANK YOU VERY MUCH

使用道具

板凳
choumeikulian 发表于 2008-8-12 19:32:00 |只看作者 |坛友微信交流群
<p>呵呵。那我就狮子大开口了。</p><p>能否给我一本有关<strong><font color="#ff0000">蒙特卡罗模拟</font></strong>的书?版本、类别不限。谢谢!</p>

使用道具

报纸
kuhasu 发表于 2008-8-12 21:29:00 |只看作者 |坛友微信交流群
<div class="quote"><b>以下是引用<i>choumeikulian</i>在2008-8-12 19:32:00的发言:</b><br/><p>呵呵。那我就狮子大开口了。</p><p>能否给我一本有关<strong><font color="#ff0000">蒙特卡罗模拟</font></strong>的书?版本、类别不限。谢谢!</p></div><p></p>那就给你本儿我觉得还不错的书吧,留言给我告诉我126/163的邮箱

使用道具

地板
SignPingGu 发表于 2008-8-12 21:42:00 |只看作者 |坛友微信交流群
Thanks for sharing <br/>

使用道具

7
cfa2be 发表于 2008-8-13 00:29:00 |只看作者 |坛友微信交流群
good

使用道具

8
choumeikulian 发表于 2008-8-13 09:26:00 |只看作者 |坛友微信交流群
<p><a href="mailto:sasfans@163.com">sasfans@163.com</a></p><p>谢谢!</p>

使用道具

9
kuhasu 发表于 2008-8-13 09:34:00 |只看作者 |坛友微信交流群
<p>已发,我鼓励低价共享</p>

使用道具

10
choumeikulian 发表于 2008-8-13 09:44:00 |只看作者 |坛友微信交流群
已收到。感谢。

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注cda
拉您进交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-5-1 15:10