-
Android微信导航界面源码
基于Java代码制作的Android系统仿微信导航界面源码,只是一个导航页的效果,没有其它的功能,做安卓应用界面的时候,可参考下。
- 2023-06-21 18:00:03下载
- 积分:1
-
fft_ifft
fft and Ifft of an Image
- 2020-06-20 16:20:02下载
- 积分:1
-
自己写的一个文字游戏源码!vs2005上写的
自己写的一个文字游戏源码!vs2005上写的-Write their own source of a word game! written in VS2005
- 2022-08-05 22:59:30下载
- 积分:1
-
xwaf1.py
说明: waf是一个python写的waf自动绕过工具,上一个版本是bypass_waf,xwaf相比bypass_waf更智能,可无人干预,自动暴破waf(Waf is a waf automatic bypass tool written in python, the previous version is bypass_waf, xwaf is smarter than bypass_waf, no one can intervene, automatically break the waf)
- 2020-06-21 04:40:01下载
- 积分:1
-
C# 使用进程名禁止程序运行多次
C# 使用进程名禁止程序运行多次,
string moduleName = Process.GetCurrentProcess().MainModule.ModuleName; //获取当前活动进程的模块名称
string processName = System.IO.Path.GetFileNameWithoutExtension(moduleName);//返回指定路径字符串的文件名
Process[] processes = Process.GetProcessesByName(processName);//根据文件名创建进程资源数组
if (processes.Length > 1)//如果该数组长度大于1,说明多次运行
{
MessageBox.Show("本程序一次只能运行一个实例!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);//弹出提示信息
this.Close();//关闭当前窗体
}
- 2022-02-04 01:16:54下载
- 积分:1
-
运行环境:visual studio.net 2003
c#编写的一个猜数字小游戏(由系统生成一个4位随机数,猜中为止)...
运行环境:visual studio.net 2003
c#编写的一个猜数字小游戏(由系统生成一个4位随机数,猜中为止)-Runtime environment: visual studio.net 2003 c# Prepared a猜数字game (by the system to generate a random number four, guess so far)
- 2022-03-25 01:55:02下载
- 积分:1
-
sdl的gfx开发包,做游戏必备
sdl的gfx开发包,做游戏必备-sdl the gfx development kits, games must
- 2022-01-30 10:37:50下载
- 积分:1
-
es-ES_joomla_lang_full_3.7.2v1
Joomla script. Idioma for joomla 3.x
- 2018-02-05 23:07:42下载
- 积分:1
-
TCP connection
使用Labview同两个不同的端口进行TCP的连接.(Use Labview connect to TCP port)
- 2018-08-27 18:13:09下载
- 积分:1
-
动力学方程求解
论文《船用新型RV传动齿轮箱动力学特性研究》第三、四章动力学方程求解(Dynamics Simulation of Marine New Type RV Gear Box)
- 2019-06-13 09:37:45下载
- 积分:1