CN103529773B - 一种行为控制脚本语言的自动化转化方法 - Google Patents
一种行为控制脚本语言的自动化转化方法 Download PDFInfo
- Publication number
- CN103529773B CN103529773B CN201310430783.2A CN201310430783A CN103529773B CN 103529773 B CN103529773 B CN 103529773B CN 201310430783 A CN201310430783 A CN 201310430783A CN 103529773 B CN103529773 B CN 103529773B
- Authority
- CN
- China
- Prior art keywords
- conversion
- vba
- function
- javascript
- file
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
- 238000000034 method Methods 0.000 title claims abstract description 64
- 238000006243 chemical reaction Methods 0.000 title claims abstract description 55
- 230000006870 function Effects 0.000 claims abstract description 55
- 238000013515 script Methods 0.000 claims abstract description 33
- 230000008569 process Effects 0.000 claims description 41
- 238000004458 analytical method Methods 0.000 claims description 15
- 230000009466 transformation Effects 0.000 claims description 13
- 238000012546 transfer Methods 0.000 claims description 12
- 238000007667 floating Methods 0.000 claims description 5
- 238000005516 engineering process Methods 0.000 abstract description 5
- 230000000694 effects Effects 0.000 abstract description 3
- 230000000007 visual effect Effects 0.000 abstract 1
- 238000004891 communication Methods 0.000 description 5
- 230000008859 change Effects 0.000 description 4
- 230000009471 action Effects 0.000 description 3
- 238000012545 processing Methods 0.000 description 3
- 230000001131 transforming effect Effects 0.000 description 3
- 238000010276 construction Methods 0.000 description 2
- 239000012634 fragment Substances 0.000 description 2
- 238000004519 manufacturing process Methods 0.000 description 2
- 238000000844 transformation Methods 0.000 description 2
- 101150026173 ARG2 gene Proteins 0.000 description 1
- 101100005166 Hypocrea virens cpa1 gene Proteins 0.000 description 1
- 101100379633 Xenopus laevis arg2-a gene Proteins 0.000 description 1
- 101100379634 Xenopus laevis arg2-b gene Proteins 0.000 description 1
- 230000002159 abnormal effect Effects 0.000 description 1
- 101150088826 arg1 gene Proteins 0.000 description 1
- 230000008901 benefit Effects 0.000 description 1
- 230000015572 biosynthetic process Effects 0.000 description 1
- 230000002860 competitive effect Effects 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 230000018109 developmental process Effects 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 230000008030 elimination Effects 0.000 description 1
- 238000003379 elimination reaction Methods 0.000 description 1
- 230000008140 language development Effects 0.000 description 1
- 238000007726 management method Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 239000003607 modifier Substances 0.000 description 1
- 238000011160 research Methods 0.000 description 1
- 230000000717 retained effect Effects 0.000 description 1
- 238000007493 shaping process Methods 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
- 238000003786 synthesis reaction Methods 0.000 description 1
- 238000013519 translation Methods 0.000 description 1
Classifications
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02P—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
- Y02P90/00—Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
- Y02P90/02—Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]
Landscapes
- Stored Programmes (AREA)
Abstract
Description
VBA | JavaScript | |
标签 | Label | label |
单选框 | OptionButton | radio |
按钮 | Button | Button |
复选框 | CheckBox | checkbox |
列表框 | ListBox | combobox |
组合框 | ComBox | DataListBox |
滚动条 | ScrollBar | scrollbar |
文本框 | TextBox | Textarea |
命令按钮 | CommandButton | Button |
图像 | Image | img |
切换按钮 | TabStrip | 利用OnClick设置css |
VBA | JavaScript | |
整数 | Integer | number |
长整形 | Long | number |
单精度浮点型 | Single | number |
双精度浮点型 | Double | number |
字符型 | Variant | String |
字符串 | String | String |
布尔型 | Boolean | Boolean |
变量的声明 | Dim/Public/Const | var |
VBA | JavaScript |
With-End With | 拆分成单个语句 |
For Each-Next | for/for-in |
GoTo | 消除goto语句 |
If-Then[-Else] | if-else |
Select-Case | switch-case |
For-Next | for/for-in |
Do While-Loop | While/do-while |
Do Until-Loop | While(true){if(条件)break} |
Claims (5)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201310430783.2A CN103529773B (zh) | 2013-09-18 | 2013-09-18 | 一种行为控制脚本语言的自动化转化方法 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201310430783.2A CN103529773B (zh) | 2013-09-18 | 2013-09-18 | 一种行为控制脚本语言的自动化转化方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
CN103529773A CN103529773A (zh) | 2014-01-22 |
CN103529773B true CN103529773B (zh) | 2015-01-21 |
Family
ID=49931862
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201310430783.2A Active CN103529773B (zh) | 2013-09-18 | 2013-09-18 | 一种行为控制脚本语言的自动化转化方法 |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN103529773B (zh) |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104461506A (zh) * | 2014-11-06 | 2015-03-25 | 国云科技股份有限公司 | 一种解决JavaScript中无限循环小数的算法 |
CN107632833A (zh) * | 2017-07-31 | 2018-01-26 | 广州神马移动信息科技有限公司 | 轻应用的生成方法、设备及电子设备 |
CN107908679B (zh) * | 2017-10-26 | 2020-11-27 | 平安科技(深圳)有限公司 | 脚本语句转换方法、装置及计算机可读存储介质 |
CN108595184B (zh) * | 2018-04-19 | 2022-02-11 | 北京微播视界科技有限公司 | 代码转换方法、装置、计算机存储介质和代码转换终端 |
JP7142463B2 (ja) * | 2018-05-15 | 2022-09-27 | Juki株式会社 | 生産システム、実装装置、生産方法 |
CN109558138A (zh) * | 2018-11-20 | 2019-04-02 | 北京小米移动软件有限公司 | 后代选择器处理方法及装置 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1841328A (zh) * | 2005-04-02 | 2006-10-04 | 华为技术有限公司 | 脚本语言的自动机方法 |
CN101261579A (zh) * | 2007-03-08 | 2008-09-10 | 青牛(北京)技术有限公司 | 一种实现VBScript语言跨平台应用的方法 |
CN101515318A (zh) * | 2009-04-03 | 2009-08-26 | 深圳市腾讯计算机系统有限公司 | 一种识别vbs网页木马的方法和装置 |
US8352926B2 (en) * | 2007-07-09 | 2013-01-08 | Megan Adams | Method and apparatus for a cross-platform translator from VB.net to java |
-
2013
- 2013-09-18 CN CN201310430783.2A patent/CN103529773B/zh active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1841328A (zh) * | 2005-04-02 | 2006-10-04 | 华为技术有限公司 | 脚本语言的自动机方法 |
CN101261579A (zh) * | 2007-03-08 | 2008-09-10 | 青牛(北京)技术有限公司 | 一种实现VBScript语言跨平台应用的方法 |
US8352926B2 (en) * | 2007-07-09 | 2013-01-08 | Megan Adams | Method and apparatus for a cross-platform translator from VB.net to java |
CN101515318A (zh) * | 2009-04-03 | 2009-08-26 | 深圳市腾讯计算机系统有限公司 | 一种识别vbs网页木马的方法和装置 |
Also Published As
Publication number | Publication date |
---|---|
CN103529773A (zh) | 2014-01-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN103529773B (zh) | 一种行为控制脚本语言的自动化转化方法 | |
CN106951694B (zh) | 一种电力系统二次设备在线监测系统自适应建模方法 | |
CN102799620B (zh) | 一种iec 61850通用数据库信息模型接口的设计方法 | |
CN112668069B (zh) | 基于输变电工程三维设计模型与bim引擎的变电站数字化移交方法 | |
CN102750358B (zh) | 一种系统数据模型到cim模型的映射方法及系统 | |
CN100487652C (zh) | 脚本语言的自动机方法 | |
CN104598240A (zh) | 一种跨平台的仿真模型开发方法及系统 | |
CN104134163A (zh) | 基于cim/e和cim/g的配电网图模管理系统及管理方法 | |
CN108320073A (zh) | 基于cim-e语言的继电保护装置定值信息的描述方法 | |
CN105205039A (zh) | 一种可定制的scd文件校验方法 | |
US10210177B2 (en) | Distribution management system | |
CN109753281B (zh) | 一种基于图形化编程的微电网能量管理策略可视化开发工具 | |
Li et al. | Intelligent Construction, Operation, and Maintenance of a Large Wastewater‐Treatment Plant Based on BIM | |
CN104036372A (zh) | 一种电力设备疑似重复数据识别方法 | |
CN105868410A (zh) | 一种模型驱动的智能变电站scd文件与调控主站cim/e文件转换工具及其方法 | |
CN107908731B (zh) | 基于psd-bpa广西电网网区负荷数据批量修改方法 | |
CN105447645A (zh) | 基于元模型树的电力调度异构业务系统模型通用加载方法 | |
CN103324693A (zh) | 基于iec61850协议和xml数据库的建模方法 | |
CN111105051A (zh) | 一种智能自动化系统轻量化主站及其信息核对方法 | |
CN102393820A (zh) | 一种楼宇监控系统控制逻辑的实现方法 | |
CN112882696B (zh) | 一种基于超级计算机的全要素模型训练系统 | |
CN103955863B (zh) | 一种电网监测装置数据的处理方法 | |
CN114676959A (zh) | 一种配网图模管理方法及装置 | |
CN103198377A (zh) | 楼宇智能综合布线管理系统 | |
CN113204864A (zh) | 一种适用于输电网仿真数据版本控制的方法及系统 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C14 | Grant of patent or utility model | ||
GR01 | Patent grant | ||
ASS | Succession or assignment of patent right |
Owner name: HUZHOU POWER SUPPLY COMPANY OF STATE GRID ZHEJIANG Free format text: FORMER OWNER: HUZHOU POWER SUPPLY COMPANY OF STATE GRID ZHEJIANG ELECTRIC POWER COMPANY STATE GRID ZHEJIANG CHANGXING POWER SUPPLY COMPANY CHINA REALTIME DATABASE CO., LTD. Effective date: 20150109 |
|
C41 | Transfer of patent application or patent right or utility model | ||
TR01 | Transfer of patent right |
Effective date of registration: 20150109 Address after: 100031 Xicheng District West Chang'an Avenue, No. 86, Beijing Patentee after: State Grid Corporation of China Patentee after: Huzhou Power Supply Company of State Grid Zhejiang Electric Power Company Patentee after: State Grid Zhejiang Changxing Power Supply Company Patentee after: China Realtime Database Co., Ltd. Patentee after: CHANGXING KUNLUN ELECTRIC POWER DESIGN CO., LTD. Address before: 100031 Xicheng District West Chang'an Avenue, No. 86, Beijing Patentee before: State Grid Corporation of China Patentee before: Huzhou Power Supply Company of State Grid Zhejiang Electric Power Company Patentee before: State Grid Zhejiang Changxing Power Supply Company Patentee before: China Realtime Database Co., Ltd. |