搜索资源列表
通用破解软件时间限制
- 这是一个可以实用的通用破解软件时间限制的程序源码,基本原理是在软件运行的前几秒钟里将系统时间设置为软件容许你使用的可用时间,使用时将编译的可执行文件和ExeInfo.ini文件放到要运行的软件的目录里,运行编译的可执行文件就可用启动要运行的软件。运行前需要设置ExeInfo.ini文件,说明如下: EXENAME 为要破解的软件的执行程序名 GAP=5000 为设置成可用时间的时间长度,毫秒为单位 INCTIME=Y 是否每次运行都增大可用时间(有些软件会检测可用时间必须大于上次运行时间) DA
3txt
- 相关方法: PictureBox.point(x,y)得到(x,y)点的RGB值 PictureBox.PSet(x,y) z: 设置(x,y)点的颜色为z颜色 不过这里的picture Load进来后要进行转换,因为不是按照像素值来进行的。 -correlation method : PictureBox.point (x, y) be (x, y) of the RGB values PictureBox.PSet (x, y) z : Setting up the
the_ th
- 枚举法(穷举法) “笨人之法”: 把所有可能的情况一一测试,筛选出符合条件的各种结果进行输出。 【例一】百元买百鸡:用一百元钱买一百只鸡。已知公鸡5元/只,母鸡3元/只,小鸡1元/3只。 分析: 这是个不定方程——三元一次方程组问题(三个变量,两个方程) x+y+z=100 5x+3y+z/3=100 设公鸡为x-enumeration method (exhaustive) "Benren Regulation" : all po
装备盒问题
- 装备盒问题。 大意是给出一个矩形地板,你有一个底面为矩形的盒子必须放在上面而不超过地板边界。 现在给出地板的长(X)和宽(Y),以及盒子的长(a)和宽(b),问是否可能达到要求(即放上去不超过边界)-equipment box problem. The effect is given a rectangular floor, you have a rectangular bottom of the box must be on the top floor and not over the
ReadMe2006
- AppWizard has created this Test application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what
GraphAlgorithms
- Lagrange插值函数lagr1(x0,y0,x)的matlab源程序: function y=lagr1(x0,y0,x) n=length(x0) m=length(x) for i=1:m z=x(i) -Lagrange interpolation function lagr1 (x0, y0, x) Matlab source : lagr1 function y = (x0, y0, x) n = length (x0) m = length (x) for
winamp安装
- E680i的应用软件,传回农历 y年的总天数 传回农历 y年的总天数 -E680i application software, Lunar y sent back to the total number of days came back Lunar y, t he total number of days
VirtualTreeview
- VirtualTreeviewVirtual Treeview is a treeview control built from ground up. More than 3 years of development made it one of the most flexible and advanced tree controls available today. Virtual Treeview starts off with the claim to improve many aspec
outhz
- 用TURBOC2.0 编写的在没有汉字系统的DOS下显示汉字的函数,(调用函数:int outhz(int x,int y,char *p,int color),p为所要显示的字符串首址),使用UCDOS的汉字库。-TURBOC2.0 prepared with the Chinese character system in the absence of the DOS display Chinese characters function (function call : int outhz
hourse
- 算法的基本思路是: 定义结构体:struct PLACE{int x, int y}表示棋盘上的位置。 依题意,马每跳一步之后都可以从七个不同的方向选择下一步的跳马,当然,前提是跳的这一步在棋盘内且它前面的任何一步都没跳到这一格子上(限界),就可以认为这一步跳成功,否则跳马不成功。若跳马不成功,则找下一个方向尝试跳马,若七个方向都跳马不成功,则回溯。 -algorithm for the basic ideas : the structure definition : PLAC
Scrosspectrum
- 两序列x(n)和y(n)的交叉谱分析,ol(0:m)频率,tl(0:m)周期,px(0:m)是x(n)的连续功率谱,py(0:m)是y(n)的连续功率谱,pxy(0:m)协谱,qxy(0:m)余谱,rxy(0:m)凝聚谱,cxy(0:m)位相差谱,lxy(0:m)滞后时间长度谱,rxy951(0:m)凝聚谱F-检验的95%置信上限,rxy952(0:m)凝聚谱Goodman-检验的95%置信上限,其中m=[n/2.]。 -two sequences x (n) and y (n) of the
decomposeYUV
- 这个程序是实现对YUV序列进行分解的小程序,先打开一个待分解的YUV测试视频序列,然后选择文件类型,有Sub-QCIF,QCIF,CIF,4CIF四种类型,然后填写需要分解为Y、U、V分量的前多少帧序列,最后点击分解,就会完成把序列分解为各个分量-this procedure is right YUV sequence decomposition of small programs, a question to open the decomposition YUV video test sequ
wbgl_ado
- 网吧管理系统7.0 编译环境Delphi7+Win2000 用到的控件 ReportMachine2.6 InfoPower4000Pro_vcl7 RxLib2.7 SkinEngine 3.47 DevExpress Bars4.2 DevExpress QuantumGrid Pro3.22 VCLZip2.23 sncCurrency AgentObjects_TLB(自己在Delphi倒入吧)-Internet Management S
Loader
- This article describes the customization of existing applications through the use of custom Dynamic-Link Libraries (DLLs) and the process of, what I have titled, Remote Library Loading. It also presents a small utility I developed to make this proces
2004103011214618593
- rteyrnreyneryr etuer uyeyreytre y eryreyrtyturtueueue -rteyrnreyneryr etuer uyeyreytre y eryrey rtyturtueueue
Rfname
- This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up you
06012504
- 特别开发, 特别开发, -particular development, especially development, particularl y development, particularl y development,
xiaoyi
- 最小二乘法曲线拟合 作者:佚名 文章来源:不详 点击数:164 更新时间:2006-1-4 【字体:小 大】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】 //最小二乘法曲线拟合 typedef CArray<double,double>CDoubleArray BOOL CalculateCurveParameter(CDoubleArray *X,CDoubleArray *Y,long
tiquSEG-Y
- 将格式为SEG-Y的地震数据的某道信息截出来,程序为c++程序,经过编译了-format will SEG-Y seismic data information of a certain cut, and procedures for c procedures are followed, the compiler
X-Y_Table
- X-Y Table 與DS Actuator of Slider 控制-XY Table with DS Actuator of Slider control