脚本开发,半年前用过的,现在不学了,分享一下
2021-01-28 00:56:13 25.32MB vscode 脚本语言 js
1
经典的竞技场射击游戏源码,是学习Unity 应用C#脚本编程的很好学习实例,是初学者的首选,掌握他就对Unity脚本编程已经掌握。
2021-01-28 00:48:04 772KB Unity3D C#脚本 游戏开发 脚本语言
1
可以开启 windows xp windows 7 windows 10 的管理员账号
2021-01-28 00:35:15 651B windows 10 脚本语言 windows
1
主要讲解的lua基础知识,个人觉得讲的还可以,需要windows电脑才能播放
2020-12-12 11:47:23 77B lua基础教程 lua
1
3ds MAXScript脚本语言 完全学习手册
2020-10-29 17:31:40 6.66MB 3dsMAXScript 脚本语言 完全学习手册
1
《3ds MAXScript脚本语言完全学习手册》850页(全) 入门必备 讲解简单易懂
2020-10-21 23:01:52 46.36MB 3ds MAXScript 脚本语言 完全学习手册
1
这里面是使用nodemcu作为MCU在lua脚本语言下的开发工具。包括了固件、刷固件工具、开发文档以及ESPlorer.jar代码编程以及调试环境。前提是你要配置好Java的环境!
2020-02-03 03:02:35 10.88MB nodemc lua固件
1
Google官方博客介绍了Android Scripting Environment(ASE、SL4A),将脚本语言带入Android,允许用户编辑和执行脚本,直接在Android设备上运行交互式解释器。脚本将能大幅度简化任务界面,用户能在交互式终端中使用脚本。ASE目前支持Python,Lua和 BeanShell,未来将加入对Ruby和JavaScript的支持。示例代码require "android"android.startSensing()android.sleep(1)  --Give the sensors a moment to come online.silent = falsewhile true do  s = android.readSensors()  facedown = s.result and s.result.zforce and s.result.zforce > 9  if facedown and not silent then    android.vibrate()  --A short vibration to indicate we are in silent mode.    android.setRingerSilent(true)    silent = true  elseif not facedown and silent then    android.setRingerSilent(false)    silent = false  end  android.sleep(1)end 标签:SL4A
2020-01-03 11:39:34 79.24MB 开源项目
1
JavaFX Script编程语言是Sun微系统公司开发的一种declarative,statically typed(声明性的、静态类型)脚本语言。JavaFX技术有着良好的前景,包括可以直接调用Java API的能力。
2020-01-03 11:15:54 19.46MB JavaFX 脚本语言 jar包
1
Google V8 Javascript引擎的.NET封装,能在.NET当中调用Javascript脚本。
2019-12-21 21:12:25 336KB v8sharp google javascript 脚本语言
1