-
用于系统优化 , 并附带一些实用工具
此软件 暂只完全支持 windows XP...
用于系统优化 , 并附带一些实用工具
此软件 暂只完全支持 windows XP-For system optimization, and some utility attached to this software is only temporary full support for windows XP
- 2023-02-24 19:30:04下载
- 积分:1
-
邮票问题:设一国家发行n种不同面值的邮票,并且每封信至多允许贴m张邮票,对于给定的m,n值,写一个算法求出从邮资1开始在增量为一的情况下可能获得的邮资值的最大连...
邮票问题:设一国家发行n种不同面值的邮票,并且每封信至多允许贴m张邮票,对于给定的m,n值,写一个算法求出从邮资1开始在增量为一的情况下可能获得的邮资值的最大连续区域以及获得这个区域的各种可能面值的集合。如,当 n=4,m=5,若有面值为(1,4,12,21)的四种邮票,则邮资最大的连续区域为1到71。还有其他面值的四种邮票可组成同样大小的区域吗-stamp issue : Let a national issue n different denominations of the stamps and letters each allow up to m stamp affixed, to the m, n, write an algorithm derived from a postage in an increment of the circumstances, may obtain a postage value of the maximum continuous access to this region and regional various denominations could assemble. For example, when n = 4, m = 5, if the values of (1,4,12,21) of the four stamps, postage largest regional consecutive 1-71. There are four other denominations of the stamps can be the same size as the composition of the region? ?
- 2022-02-24 19:12:53下载
- 积分:1
-
易语言编写的希网域名更新程序,可以随便更改源码
易语言编写的希网域名更新程序,可以随便更改源码-xiwangyuminggengxinchengxu
- 2023-05-23 17:15:02下载
- 积分:1
-
LM1875芯片资料。有需要的朋友请下载
LM1875芯片资料。有需要的朋友请下载-LM1875 chip information. Friend in need, please download
- 2022-03-14 16:06:35下载
- 积分:1
-
Source Insight 3, a tool which is helping for programming.
源码洞察3,一个帮助编程的工具。
- 2023-04-03 14:00:03下载
- 积分:1
-
迷宫游戏
本程序是在VB.NET下编写的,由标签作成的墙体,由鼠标来触发,用鼠标不能碰到墙体则会返回到原点来达到走迷宫的效果,达到终点时会出现对话框提示完成。
- 2022-07-05 07:44:12下载
- 积分:1
-
ILog公司JSP PDP预测销售分析系统
ILog公司JSP PDP预测销售分析系统,是目前优秀且为数不多的预测销售系统。有同类开发需要的朋友,可以做下的参考。代码文件较全,测试前请先配置好JSP运行环境。
- 2022-01-31 08:59:19下载
- 积分:1
-
C# 监控Windows剪贴板程序
C# 编写的监控Windows剪贴板的小程序,这里面有计时器的相关创建方法,设置计时器间隔为1000毫秒并启动计时器,监控剪切板并判断剪贴板中是否存在文本数据,然后将剪贴板中的内容显示在richTextBox1控件中。下面的代码是本程序的核心:
private void Frm_Main_Load(object sender, EventArgs e)
{
timer1.Interval = 1000;//设置计时器间隔为1000毫秒
timer1.Start();//启动计时器
}
private void timer1_Tick(object sender, EventArgs e)
{
if (Clipboard.ContainsText())//判断剪贴板中是否存在文本数据
richTextBox1.Text = Clipboard.GetText();//将剪贴板中的内容显示在richTextBox1控件中
}
- 2023-08-14 00:35:02下载
- 积分:1
-
MoAspEnginer ASP MVC开发框架 v3.1.1.382
MoAspEnginer ASP MVC开发框架,一款基于JScript的ASP开源MVC框架。模板编译ASP代码,让ASP代码和程序真正分离,单文件入口,支持类库扩展以及模板自定义标签扩展,支持多数据库操作,支持表单验证,提供HttpRequest,HttpUpload,Soap,OAUTH2.0等模块,提供AES/DES/RC4/Rabbit/pbkdf2/ripemd160等算法,内置Json解析和多种路由方式,支持类库缓存,编译缓存,HTML缓存,数据库Model缓存等。。。让您换一种方式开发ASP应用。
- 2022-05-13 13:02:04下载
- 积分:1
-
多台计算机在研究中,看它实现
好多计算机方面的研究 与 实现 大家看看吧 -many computers in the study and look at it to realize
- 2023-04-01 02:30:03下载
- 积分:1