CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 搜索资源 - y

搜索资源列表

  1. 通用破解软件时间限制

    1下载:
  2. 这是一个可以实用的通用破解软件时间限制的程序源码,基本原理是在软件运行的前几秒钟里将系统时间设置为软件容许你使用的可用时间,使用时将编译的可执行文件和ExeInfo.ini文件放到要运行的软件的目录里,运行编译的可执行文件就可用启动要运行的软件。运行前需要设置ExeInfo.ini文件,说明如下: EXENAME 为要破解的软件的执行程序名 GAP=5000 为设置成可用时间的时间长度,毫秒为单位 INCTIME=Y 是否每次运行都增大可用时间(有些软件会检测可用时间必须大于上次运行时间) DA
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.66kb
    • 提供者:张文辉
  1. 3txt

    0下载:
  2. 相关方法: 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
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:2.46mb
    • 提供者:叶叶
  1. the_ th

    0下载:
  2. 枚举法(穷举法) “笨人之法”: 把所有可能的情况一一测试,筛选出符合条件的各种结果进行输出。 【例一】百元买百鸡:用一百元钱买一百只鸡。已知公鸡5元/只,母鸡3元/只,小鸡1元/3只。 分析: 这是个不定方程——三元一次方程组问题(三个变量,两个方程) x+y+z=100 5x+3y+z/3=100 设公鸡为x-enumeration method (exhaustive) "Benren Regulation" : all po
  3. 所属分类:工具条

    • 发布日期:2008-10-13
    • 文件大小:546.47kb
    • 提供者:林林
  1. 装备盒问题

    0下载:
  2. 装备盒问题。 大意是给出一个矩形地板,你有一个底面为矩形的盒子必须放在上面而不超过地板边界。 现在给出地板的长(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
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.34kb
    • 提供者:王国强
  1. ReadMe2006

    0下载:
  2. 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
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:1.97kb
    • 提供者:imam
  1. GraphAlgorithms

    0下载:
  2. 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
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:3.96kb
    • 提供者:李从
  1. winamp安装

    0下载:
  2. 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
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:316.33kb
    • 提供者:李寻欢
  1. VirtualTreeview

    0下载:
  2. 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
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:2.57mb
    • 提供者:xxx
  1. outhz

    0下载:
  2. 用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
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:138.65kb
    • 提供者:看看
  1. hourse

    0下载:
  2. 算法的基本思路是: 定义结构体:struct PLACE{int x, int y}表示棋盘上的位置。 依题意,马每跳一步之后都可以从七个不同的方向选择下一步的跳马,当然,前提是跳的这一步在棋盘内且它前面的任何一步都没跳到这一格子上(限界),就可以认为这一步跳成功,否则跳马不成功。若跳马不成功,则找下一个方向尝试跳马,若七个方向都跳马不成功,则回溯。 -algorithm for the basic ideas : the structure definition : PLAC
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:46.52kb
    • 提供者:杨小娜
  1. Scrosspectrum

    1下载:
  2. 两序列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
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3.83kb
    • 提供者:冯立成
  1. decomposeYUV

    0下载:
  2. 这个程序是实现对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
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:29.18kb
    • 提供者:祁云平
  1. wbgl_ado

    1下载:
  2. 网吧管理系统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
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:797.14kb
    • 提供者:wendy
  1. Loader

    0下载:
  2. 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
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:18.07kb
    • 提供者:李登煇
  1. 2004103011214618593

    0下载:
  2. rteyrnreyneryr etuer uyeyreytre y eryreyrtyturtueueue -rteyrnreyneryr etuer uyeyreytre y eryrey rtyturtueueue
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:28.08kb
    • 提供者:xiaozhux
  1. Rfname

    0下载:
  2. 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
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:40.78kb
    • 提供者:陈伟
  1. 06012504

    0下载:
  2. 特别开发, 特别开发, -particular development, especially development, particularl y development, particularl y development,
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:18.22kb
    • 提供者:李仪
  1. xiaoyi

    0下载:
  2. 最小二乘法曲线拟合 作者:佚名 文章来源:不详 点击数:164 更新时间:2006-1-4 【字体:小 大】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】 //最小二乘法曲线拟合 typedef CArray<double,double>CDoubleArray BOOL CalculateCurveParameter(CDoubleArray *X,CDoubleArray *Y,long
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8.44kb
    • 提供者:rere
  1. tiquSEG-Y

    2下载:
  2. 将格式为SEG-Y的地震数据的某道信息截出来,程序为c++程序,经过编译了-format will SEG-Y seismic data information of a certain cut, and procedures for c procedures are followed, the compiler
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3.95kb
    • 提供者:张显文
  1. X-Y_Table

    0下载:
  2. X-Y Table 與DS Actuator of Slider 控制-XY Table with DS Actuator of Slider control
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:656.5kb
    • 提供者:skytech
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com