<?xml version="1.0" encoding="UTF-8" ?>
<NotepadPlus>
<AutoComplete>
<Environment ignoreCase="yes" startFunc="(" stopFunc=")" paramSeparator="," terminal=";" additionalWordChar="@"/>
<KeyWord name="#ce" />
<KeyWord name="#comments-end" />
<KeyWord name="#comments-start" />
<KeyWord name="#cs" />
<KeyWord name="#endregion" />
<KeyWord name="#forceref" />
<KeyWord name="#include" />
<KeyWord name="#include-once" />
<KeyWord name="#NoAutoIt3Execute" />
<KeyWord name="#NoTrayIcon" />
<KeyWord name="#OnAutoItStartRegister" />
<KeyWord name="#region" />
<KeyWord name="#RequireAdmin" />
<KeyWord name="@AppDataCommonDir" />
<KeyWord name="@AppDataDir" />
<KeyWord name="@AutoItExe" />
<KeyWord name="@AutoItPID" />
<KeyWord name="@AutoItVersion" />
<KeyWord name="@AutoItX64" />
<KeyWord name="@CommonFilesDir" />
<KeyWord name="@Compiled" />
<KeyWord name="@ComputerName" />
<KeyWord name="@ComSpec" />
<KeyWord name="@COM_EventObj" />
<KeyWord name="@CPUArch" />
<KeyWord name="@CR" />
<KeyWord name="@CRLF" />
<KeyWord name="@DesktopCommonDir" />
<KeyWord name="@DesktopDepth" />
<KeyWord name="@DesktopDir" />
<KeyWord name="@DesktopHeight" />
<KeyWord name="@DesktopRefresh" />
<KeyWord name="@DesktopWidth" />
<KeyWord name="@DocumentsCommonDir" />
<KeyWord name="@error" />
<KeyWord name="@exitCode" />
<KeyWord name="@exitMethod" />
<KeyWord name="@extended" />
<KeyWord name="@FavoritesCommonDir" />
<KeyWord name="@FavoritesDir" />
<KeyWord name="@GUI_CtrlHandle" />
<KeyWord name="@GUI_CtrlId" />
<KeyWord name="@GUI_DragFile" />
<KeyWord name="@GUI_DragId" />
<KeyWord name="@GUI_DropId" />
<KeyWord name="@GUI_WinHandle" />
<KeyWord name="@HomeDrive" />
<KeyWord name="@HomePath" />
<KeyWord name="@HomeShare" />
<KeyWord name="@HotKeyPressed" />
<KeyWord name="@HOUR" />
<KeyWord name="@IPAddress1" />
<KeyWord name="@IPAddress2" />
<KeyWord name="@IPAddress3" />
<KeyWord name="@IPAddress4" />
<KeyWord name="@KBLayout" />
<KeyWord name="@LF" />
<KeyWord name="@LogonDNSDomain" />
<KeyWord name="@LogonDomain" />
<KeyWord name="@LogonServer" />
<KeyWord name="@MDAY" />
<KeyWord name="@MIN" />
<KeyWord name="@MON" />
<KeyWord name="@MSEC" />
<KeyWord name="@MUILang" />
<KeyWord name="@MyDocumentsDir" />
<KeyWord name="@NumParams" />
<KeyWord name="@OSArch" />
<KeyWord name="@OSBuild" />
<KeyWord name="@OSLang" />
<KeyWord name="@OSServicePack" />
<KeyWord name="@OSType" />
<KeyWord name="@OSVersion" />
<KeyWord name="@ProgramFilesDir" />
<KeyWord name="@ProgramsCommonDir" />
<KeyWord name="@ProgramsDir" />
<KeyWord name="@ScriptDir" />
<KeyWord name="@ScriptFullPath" />
<KeyWord name="@ScriptLineNumber" />
<KeyWord name="@ScriptName" />
<KeyWord name="@SEC" />
<KeyWord name="@StartMenuCommonDir" />
<KeyWord name="@StartMenuDir" />
<KeyWord name="@StartupCommonDir" />
<KeyWord name="@StartupDir" />
<KeyWord name="@SW_DISABLE" />
<KeyWord name="@SW_ENABLE" />
<KeyWord name="@SW_HIDE" />
<KeyWord name="@SW_LOCK" />
<KeyWord name="@SW_MAXIMIZE" />
<KeyWord name="@SW_MINIMIZE" />
<KeyWord name="@SW_RESTORE" />
<KeyWord name="@SW_SHOW" />
<KeyWord name="@SW_SHOWDEFAULT" />
<KeyWord name="@SW_SHOWMAXIMIZED" />
<KeyWord name="@SW_SHOWMINIMIZED" />
<KeyWord name="@SW_SHOWMINNOACTIVE" />
<KeyWord name="@SW_SHOWNA" />
<KeyWord name="@SW_SHOWNOACTIVATE" />
<KeyWord name="@SW_SHOWNORMAL" />
<KeyWord name="@SW_UNLOCK" />
<KeyWord name="@SystemDir" />
<KeyWord name="@TAB" />
<KeyWord name="@TempDir" />
<KeyWord name="@TrayIconFlashing" />
<KeyWord name="@TrayIconVisible" />
<KeyWord name="@TRAY_ID" />
<KeyWord name="@UserName" />
<KeyWord name="@UserProfileDir" />
<KeyWord name="@WDAY" />
<KeyWord name="@WindowsDir" />
<KeyWord name="@WorkingDir" />
<KeyWord name="@YDAY" />
<KeyWord name="@YEAR" />
<KeyWord name="Abs" func="yes">
<Overload retVal="" descr="Calculates the absolute value of a number.">
<Param name="expression" />
</Overload>
</KeyWord>
<KeyWord name="ACos" func="yes">
<Overload retVal="" descr="Calculates the arcCosine of a number.">
<Param name="expression" />
</Overload>
</KeyWord>
<KeyWord name="AdlibRegister" func="yes">
<Overload retVal="" descr="Registers an Adlib function.">
<Param name=""function"" />
<Param name="[time]" />
</Overload>
</KeyWord>
<KeyWord name="AdlibUnRegister" func="yes">
<Overload retVal="" descr="Unregisters an adlib function.">
<Param name="["function"]" />
</Overload>
</KeyWord>
<KeyWord name="Asc" func="yes">
<Overload retVal="" descr="Returns the ASCII code of a character.">
<Param name=""char"" />
</Overload>
</KeyWord>
<KeyWord name="AscW" func="yes">
<Overload retVal="" descr="Returns the unicode code of a character.">
<Param name=""char"" />
</Overload>
</KeyWord>
<KeyWord name="ASin" func="yes">
<Overload retVal="" descr="Calculates the arcsine of a number.">
<Param name="expression" />
</Overload>
</KeyWord>
<KeyWord name="Assign" func="yes">
<Overload retVal="" descr="Assigns a variable by name with the data.">
<Param name=""varname"" />
<Param name=""data"" />
<Param name="[flag]" />
</Overload>
</KeyWord>
<KeyWord name="ATan" func="yes">
<Overload retVal="" descr="Calculates the arctangent of a number.">
<Param name="expression" />
</Overload>
</KeyWord>
<KeyWord name="AutoItSetOption" func="yes">
<Overload retVal="" descr="Sets the way coords are used in the caret functions, either absolute coords or coords relative to the current active window: 0 = relative coords to the active window 1 = absolute screen coordinates (default) 2 = relative coords to the client area of the active window ">
<Param name=""CaretCoordMode"" />
<Param name="param" />
</Overload>
</KeyWord>
<KeyWord name="AutoItSetOption" func="yes">
<Overload retVal="" descr="Changes how literal strings and % symbols are interpreted. By default strings are treated literally, this option allows you to use %environment% variables inside strings, e.g., "The temp directory is: %temp%". 1 = expand environment variables (similar to AutoIt v2) 0 = do not expand environment variables (default) Without this option the usual way would be: "The temp directory is: " & EnvGet("temp") ">
<Param name=""ExpandEnvStrings"" />
<Param name="param" />
</Overload>
</KeyWord>
<KeyWord name="AutoItSetOption" func="yes">
<Overload retVal="" descr="Changes how literal strings and variable/macro ($ and @) symbols are interpreted. By default strings are treated literally, this option allows you to use variables and macros inside strings, e.g., "The value of var1 is $var1$". 1 = expand variables (when in this mode and you want to use a literal $ or @ then double it up: "This is a single dollar $$ sign". 0 = do not expand variables (default) ">
<Param name=""ExpandVarStrings"" />
<Param name="param" />
</Overload>
</KeyWord>
<KeyWord name="AutoItSetOption" func="yes">
<Overload retVal="" descr="When ESC is pressed on a GUI the $GUI_EVENT_CLOSE message is sent. This option toggles this behavior on and off. 1 = Send the $GUI_EVENT_CLOSE message when ESC is pressed (default). 0 = Don't send the $GUI_EVENT_CLOSE message when ESC is pressed. ">
<Param name=""GUICloseOnESC"" />
<Param name="param" />
</Overload>
</KeyWord>
<KeyWord name="AutoItSetOption" func="yes">
<Overload retVal="" descr="Alters the position of a contr
段子手-168
- 粉丝: 4843
- 资源: 2745
最新资源
- 小霸王游戏机珍藏84合1
- 医疗试管挑样机_x_t全套技术资料100%好用.zip
- Matlab实现TTAO-CNN-BiLSTM-Mutilhead-Attention三角拓扑聚合优化卷积双向长短期记忆神经网络融合多头注意力机制多特征分类预测(含完整的程序,GUI设计和代码详解)
- 移载转板机械手step全套技术资料100%好用.zip
- pll电荷泵锁相环 cppll(已流片)仿真环境搭建好了 电路到版图都已流片验证,另外送PLL书籍电子版和对应工艺库 另加50就可以得到完整版图 三阶二型锁相环 参考频率50-100MHz 分频比可
- Matlab实现ABC-BP人工蜂群算法优化BP神经网络多变量回归预测(含完整的程序,GUI设计和代码详解)
- 大一课设-C语言链表火车票务管理系统开源
- 在线视觉点胶和自动贴合x_t全套技术资料100%好用.zip
- commons-compress-1.21.jar
- 粒子群算法在MPPT中的仿真,还有温度改变的情况,最基础的粒子群在MPPT中的应用,可用于参考学习
- 重型高速电梯安全钳sw19可编辑全套技术资料100%好用.zip
- 1-正整数的频率表.m
- 2-经验累积分布函数图形.m
- 3-绘制正态分布概率图形.m
- 4-样本数据的盒图.m
- 5-增加参考线图形.m
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈