救急,为什么下面的程序只能安装office 2000里的owc后才能正确显示?

xiaming 2005-04-19 03:54:19
而owc11.exe,owc10.exe安装好之后都不能显示,请问如何解决兼容问题?还有如何设置里面的字体大小?
救急,明天就要用了,客户端如果未安装office 2000请问如何解决?需要提供哪些文件供客户下载呢?


<object id=ChartSpace1 classid=CLSID:0002E500-0000-0000-C000-000000000046 style="width:100%;height:350"></object>
<br/><small><b>Source: </b>Voters Research and Surveys</small>

<script language=vbs>
Sub Window_OnLoad()
Dim categories, values

' Create a column chart with three series and four categories, showing the
'percentage of voters for the 1992 presidential election by race/ethic group.

' Clear the contents of the chart workspace. This removes
' any old charts that may already exist and leaves the chart workspace
' completely empty. One chart object is then added.
ChartSpace1.Clear
ChartSpace1.Charts.Add
Set c = ChartSpace1.Constants

' Set a tab-delimited string to the category data.
categories = "White" & Chr(9) & "Black" & Chr(9) & "Asian" & Chr(9) & "Latino"

' Add three series to the chart.
ChartSpace1.Charts(0).SeriesCollection.Add
ChartSpace1.Charts(0).SeriesCollection.Add
ChartSpace1.Charts(0).SeriesCollection.Add

' Series one contains election data for Perot.
' Set the series caption (the text that appears in the legend).
ChartSpace1.Charts(0).SeriesCollection(0).Caption = "Perot"

' Set the categories for the first series (this collection is zero-based).
ChartSpace1.Charts(0).SeriesCollection(0).SetData c.chDimCategories, c.chDataLiteral, categories

' Set a tab-delimited string to the values for Perot, and then set the series values.
values = "0.2" & Chr(9) & "0.06" & Chr(9) & "0.17" & Chr(9) & "0.13"
ChartSpace1.Charts(0).SeriesCollection(0).SetData c.chDimValues, c.chDataLiteral, values

' Series two contains election data for Clinton.
' Update the values string, and then set the chart data.
values = "0.38" & Chr(9) & "0.82" & Chr(9) & "0.28" & Chr(9) & "0.62"
ChartSpace1.Charts(0).SeriesCollection(1).Caption = "Clinton"
ChartSpace1.Charts(0).SeriesCollection(1).SetData c.chDimCategories, c.chDataLiteral, categories
ChartSpace1.Charts(0).SeriesCollection(1).SetData c.chDimValues, c.chDataLiteral, values

' Series two contains election data for Bush.
' Update the values string, and then set the chart data.
values = "0.42" & Chr(9) & "0.12" & Chr(9) & "0.55" & Chr(9) & "0.25"
ChartSpace1.Charts(0).SeriesCollection(2).Caption = "Bush"
ChartSpace1.Charts(0).SeriesCollection(2).SetData c.chDimCategories, c.chDataLiteral, categories
ChartSpace1.Charts(0).SeriesCollection(2).SetData c.chDimValues, c.chDataLiteral, values

' Make the chart legend visible, format the left value axis as percentage,
' and specify that value gridlines are at 10% intervals.
ChartSpace1.Charts(0).HasLegend = True
ChartSpace1.Charts(0).Axes(c.chAxisPositionLeft).NumberFormat = "0%"
ChartSpace1.Charts(0).Axes(c.chAxisPositionLeft).MajorUnit = 0.1
End Sub
</script>

...全文
154 1 打赏 收藏 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
keaizhong 2005-04-19
  • 打赏
  • 举报
回复
帖错地方了,去JS版吧。
内容概要:本文围绕基于混沌系统与DNA编码的彩色图像加密技术展开研究,提出了一种结合混沌系统伪随机置乱与DNA编码高维扩散特性的多层级图像加密解密方案。通过分离RGB三通道、混沌序列生成、像素位置置乱、DNA编码与灰度扩散等步骤实现图像加密,并完成相应的逆过程解密。研究系统分析了算法的密钥敏感性、像素相关性降低效果,并全面评估了其在高斯噪声、椒盐噪声干扰下的抗噪声性能,以及在不同面积和位置裁剪下的抗裁剪鲁棒性。结果表明,该算法具备极大的密钥空间、强密钥敏感性、优良的抗干扰能力与卓越的抗裁剪性能,能有效保障图像在复杂传输环境下的信息安全。; 适合人群:具备一定图像处理、密码学基础知识,从事信息安全、多媒体通信、算法设计等相关领域的研究生或科研人员。; 使用场景及目标:①应用于对图像传输安全性要求高的场景,如军事通信、医疗影像保护、数字版权管理等;②为研究新型图像加密算法的设计与鲁棒性评估提供理论参考和技术实现方案。; 阅读建议:建议读者结合Matlab代码实践加密解密流程,重点关注混沌系统参数设置、DNA编码规则设计对加密效果的影响,并通过添加不同强度噪声和裁剪攻击来验证算法鲁棒性,深入理解其安全机制。

21,889

社区成员

发帖
与我相关
我的任务
社区描述
从PHP安装配置,PHP入门,PHP基础到PHP应用
社区管理员
  • 基础编程社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧