-
Java字符、字符串、数组操作实例
Java字符、字符串、数组操作实例,主要是数组的复制、反转字符串中的字符、命令行参数、求字符串的长度及每一个位置上的字符、数组的排序、String类数组的操作等方面的例子,相信对初学者学习Java有帮助的。
- 2023-08-19 18:20:03下载
- 积分:1
-
SPL
指标文件放在indicator文件夹,dll文件放在Libraries(Target files are placed in the indicator folder)
- 2020-06-19 21:40:02下载
- 积分:1
-
Lorenz系统分岔图
Rossker系统设计庞加莱截面,得到参数c的分叉图。把程序function改一下编程Lorenz系统即可(The Poincare cross section of Rossker system is designed and the bifurcation diagram of parameter C is obtained. Change the program function to programming Lorenz system)
- 2021-04-22 20:08:48下载
- 积分:1
-
微厦网校运营系统 v1.0
微厦网校运营系统是一款基于B/S架构的在线学习系统,支持手机端、电脑端,可以在安卓、苹果、微信中使用,方便学员利用碎片化时间进行随时随地的学习,可广泛用于培训机构、职业学院、机关单位、企业机构等等。该系统集在线学习、在线练习、模拟考试、在线考试于一体,这对于培训机构的远程教学开展更加有利。(Micro Xiamen campus operations system is a B/S structure of the online learning system based on mobile phone terminal, computer terminal, support, can be used in Android, apple, WeChat, convenient students use fragmentation time for learning can be widely used whenever and wherever possible, training institutions, Career Academy, institutions, organizations and so on.)
- 2017-08-04 15:19:40下载
- 积分:1
-
用kmp算法实现的文档助手算法
用kmp算法实现的文档助手算法-with KMP algorithm document assistant algorithm
- 2022-05-18 01:35:06下载
- 积分: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
-
Test
MFC平台
打砖块游戏代码
面向对象程序设计思想编写
(MFC platform BrickBreaker design object-oriented programming code written)
- 2021-01-10 13:28:51下载
- 积分:1
-
elm329-bt mini
Circuit elm 329 end source programmes.
- 2018-05-26 23:35:55下载
- 积分:1
-
jQuery EasyUI 1.4.4 版 API 中文版
中文API,下了受益终生,一次一块 日日日i日日(my english is to high hahahaha,)
- 2018-06-26 14:13:56下载
- 积分:1
-
Lecture06_MATLAB_Graph
数学建模竞赛,matlab画图入门基础大致教程。(Initial Programming of Mathematical Modeling with MATLAB Drawing .)
- 2020-06-16 06:40:02下载
- 积分:1