包含文档: TD8安装手册 TD工程项目定制过程 TD使用手册之TDExcel插件使用 TD使用手册之测试用例导出 TD中某项目工程BUG管理实施方案
2024-03-22 22:41:10 1.38MB TEST DIRECTOR
1
Brocade M6140 Director是支持24×7关键业务环境的最佳选择。在存储网络核心采用4Gbit/sec和10Gbit/sec博科公司导向器,就可以满足存储的指数型增长需求,并可以进一步扩展,满足企业中预料之外的调整需求。带有140个端口的Brocade M6140可以带来最高的可用性。它为部署数百个、甚至数千个端口的大型SAN提供了灵活的高性能组件。Brocade M6140还具有极高的灵活性,能够同时满足开放系统和主机FICON环境的连接需求。
2024-02-26 20:04:54 234KB
1
140 端口 Brocade M6140 导向器是超大型部署的理想 SAN 交换解决方案。 其采用独立于协议的体系结构设计,支持未来日新月异的技术并提供同时处理 FICON 和光纤通道通信的能力。
2024-01-18 08:20:01 185KB
1
Cinema Director - Sequencer & Cutscene Editor的插件
2024-01-01 16:47:51 23.52MB Unity插件
1
Director是美国Adobe公司开发的一款软件,主要用于多媒体项目的集成开发。广泛应用于多媒体光盘、教学/汇报课件、触摸屏软件、网络电影、网络交互式多媒体查询系统、企业多媒体形象展示、游戏和屏幕保护等的开发制作。
2023-09-27 13:31:23 131.07MB director
1
director多媒体制作.ppt
2023-05-10 19:17:05 793KB director
1
利用VMware vCloud Director实现云计算之基础架构既服务pptx,提供“利用VMware vCloud Director实现云计算之基础架构既服务”免费资料下载,主要包括VMware vCloud 产品系列和 vCloud Director 简介、通过 vCloud Director 消费基础架构即服务、通过 vCloud Director 实现基础架构即服务、渐进式的云计算实施途径等内容,可供学习使用。
2022-12-21 16:10:29 6.64MB 综合资料
1
此版本director 12中文 免安装版
2022-10-22 19:03:42 51.27MB director12 课件
1
Untiy Cinema Director 插件 1.6.2.0
2022-07-25 09:05:46 23.01MB unity3d插件 CinemaDirector
1
ChartDirector C# Demo 饼图,柱状等 有Demo就是好 // The data for the chart double[] data = {5.5, 3.5, -3.7, 1.7, -1.4, 3.3}; string[] labels = {"Jan", "Feb", "Mar", "Apr", "May", "Jun"}; // Create a XYChart object of size 200 x 190 pixels XYChart c = new XYChart(200, 190); // Set the plot area at (30, 20) and of size 140 x 140 pixels c.setPlotArea(30, 20, 140, 140); // Configure the axis as according to the input parameter if (img == "0") { c.addTitle("No Axis Extension", "Arial", 8); } else if (img == "1") { c.addTitle("Top/Bottom Extensions = 0/0", "Arial", 8); // Reserve 20% margin at top of plot area when auto-scaling c.yAxis().setAutoScale(0, 0); } else if (img == "2") { c.addTitle("Top/Bottom Extensions = 0.2/0.2", "Arial", 8); // Reserve 20% margin at top and bottom of plot area when auto-scaling c.yAxis().setAutoScale(0.2, 0.2); } else if (img == "3") { c.addTitle("Axis Top Margin = 15", "Arial", 8); // Reserve 15 pixels at top of plot area c.yAxis().setMargin(15); } else { c.addTitle("Manual Scale -5 to 10", "Arial", 8); // Set the y axis to scale from -5 to 10, with ticks every 5 units c.yAxis().setLinearScale(-5, 10, 5); } // Set the labels on the x axis c.xAxis().setLabels(labels); // Add a color bar layer using the given data. Use a 1 pixel 3D border for the // bars. c.addBarLayer3(data).setBorderColor(-1, 1); // Output the chart viewer.Image = c.makeWebImage(Chart.PNG); // Include tool tip for the chart viewer.ImageMap = c.getHTMLImageMap("", "", "title='ROI for {xLabel}: {value}%'")
2022-05-28 20:22:45 1.38MB Chart Director C# Demo
1