aws用户
2021-01-28 04:16:08 2KB aws用户
1
shell 脚本一键安装mysql数据库(已打包成图形化安装),内涵.x类型可执行文件。可在linux桌面双击运行配置安装mysql 博客地址 : http://blog.csdn.net/u013255206/article/details/79176070 本资源是txt,内有下载链接
2020-01-09 03:11:43 32B shell安装包 mysql安装
1
其中包含MATLAB脚本代码和实验图片,可以实现张新鹏教授的加密域可逆信息隐藏,并且含有部分代码注释。
2020-01-03 11:40:11 1.11MB 可逆信息隐藏 MATLAB脚本代码 张新鹏
1
java android 执行脚本代码(java代码)
2019-12-21 22:21:23 6KB java android 脚本代码
1
c# 动态编译代码 执行脚本代码 关键字还会变色 // debug it step by step (F10, F11) using System; // for Console.WriteLine using System.Windows.Forms; // for MessageBox.Show, ... using System.Diagnostics; // for Debug.WriteLine using System.Collections.Generic; // for List // we can call static functions MessageBox.Show("Hello World!"); // output to DevStudio Output Console.WriteLine("Hello World!"); // same output over Debug Debug.WriteLine("Hello World!"); // we can define global var's var anystr = "Hello World {0} {1}"; int anynuber = 1; float anyfloat = 3.14f; // and we can use it Console.WriteLine(string.Format(anystr, anynuber, anyfloat)); // we can write functions string test1(int i, string s) { return s + " " + i; } double test2(double x) { double t = Math.Sin(x); // with local vars of course return t * t; }
2019-12-21 20:19:45 70KB c# 动态编译 执行脚本 调式代码
1
此脚本用unity3D实现了简单2D计算器,实现计算器的加减乘除等功能,博客地址https://blog.csdn.net/qq874455953
2019-12-21 18:52:45 19KB 简易计算器 Unity3D C#
1