-
AppSecurityPermissions
This class contains the SecurityPermissions view implementation for Andriod.
- 2013-10-17 22:13:15下载
- 积分:1
-
Cesium挖填方设计源码
1.定义地形服务,绘制施工区域// 在使用地形服务前,请设置好 Cesium.Ion.defaultAccessTokenvar terrainProvider = Cesium.createWorldTerrain({requestWaterMask: true,requestVertexNormals: true }); // 定义填挖方的基准面高度var excavateHeight = 2300; // 开挖高度var buryHeight = 6000; // 填埋高度 // 定义施工区域var scope = [ Cesium.Cartesian3.fromDegrees(99, 29), Cesium.Cartesian3.fromDegrees(100, 29), Cesium.Cartesian3.fromDegrees(100, 30), Cesium.Cartesian3.fromDegrees(99, 30) ]; 2.剖分施工区域,计算每个区域的面积与填挖高度 核心思想:计算 开挖/填埋 的 开挖量/填方量 的 核心思想就是 剖分 微积分// 设置剖分最小单元 0.01°var subdivisionCell = 0.01; // 剖分精度自定义// 存储所有的剖分矩形var subRectangles = [];for (var i = 99; i { heights.push(point.height); }); }); 3.计算填挖方
- 2021-05-06下载
- 积分:1
-
利用JavaScript获取与设置FCKeditor编辑器的值。
利用JavaScript获取与设置FCKeditor编辑器的值。-Obtaining and setting the use of JavaScript editor FCKeditor value.
- 2022-01-27 14:07:25下载
- 积分:1
-
CSharpActiveXEgg
c#.net版Activex控件.Demo版.客户端可通过javascript进行调(c#. net version of Activex control. Demo Edition. client-side javascript can be adjusted)
- 2011-05-28 08:59:56下载
- 积分:1
-
echarts大数据模板
图表展示基于echarts,可以用在大屏幕上展示各种数据信息(Graph display based on echarts)
- 2018-10-24 14:30:54下载
- 积分:1
-
JAVA酒店管理系统源程序-调试版
JAVA酒店管理系统适用于各大酒店应用,程序采用了JFrame窗口设计基础,设计了离线单机版管理系统,增对于酒店内部网络单击使用安全性相对高。
- 2022-01-25 14:31:22下载
- 积分:1
-
55555555555555
popedom.SysUser = txtUserName.Text;
popedom.Password = txtUserPwd.Text;
ds=baseinfo.Login(popedom);
if (ds.Tables[0].Rows.Count > 0)
{
frmMain frm_main = new frmMain();
frm_main.Show();
if (Convert.ToBoolean(ds.Tables[0].Rows[0]["stock"])) frm_main.toolStripMenuItem1.Enabled = true;
if (Convert.ToBoolean(ds.Tables[0].Rows[0]["vendition"])) frm_main.toolStripMenuItem7.Enabled = true;
if (Convert.ToBoolean(ds.Tables[0].Rows[0]["storage"])) frm_main.toolStripMenuItem15.Enabled =
- 2022-06-12 12:03:14下载
- 积分:1
-
prooftechnique
javascript和正则表达式,用于验证一些表单,数据是不是符合要求( proof technique)
- 2009-06-22 17:56:28下载
- 积分:1
-
wztree
javascript实现的节点树,无限分级
还带有详细的使用说明,(javascript to achieve the node tree, unlimited classification also with detailed instructions,)
- 2009-01-06 16:46:12下载
- 积分:1
-
物流网站jsp的源码
前台地址:http://localhost:8080/WuLiu/后台管理地址:http://localhost:8080/WuLiu/Manager/使用JavaBean+Mysql实现
- 2022-02-01 13:56:23下载
- 积分:1