您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. WinAPI (Delphi版)

  2. Creating Windows CreateMDIWindow CreateWindow CreateWindowEx RegisterClass RegisterClassEx UnregisterClass Message Processing BroadcastSystemMessage CallNextHookEx CallWindowProc DefFrameProc DefMDIChildProc DefWindowProc DispatchMe ssage GetMessage
  3. 所属分类:Delphi

    • 发布日期:2004-11-10
    • 文件大小:1048576
    • 提供者:microrain
  1. c#做的俄罗斯方块,不下后悔

  2. 提供一个核心类,接口仅几个,方便外围开发,你可以在此基础上做一些扩展,如使其界面更美观,方块更美观等 class DyPanel :Panel { #region 类属性 private Timer t_slow,t_fast; private XY current_p, start_p; private XY []cur_square; private XY []afterChange_squar; private int wi dth, height; private SolidBrush
  3. 所属分类:C#

    • 发布日期:2009-05-18
    • 文件大小:247808
    • 提供者:zhou1zhou8
  1. C# 下的自由打印,不使用水晶报表,实现列表式的打印。

  2. 不使用水晶报表,实现列表式的打印。 刚学C# 1个月时写的,如果污染了视听,请见谅。 struct PageProperty { public int PageLeft; public int PageTop; public int PageBottom; public int PageWidth; public int PageHeight; public int RowSpace; public int ColSpace; public int AllVisibleColSpace; pu
  3. 所属分类:C#

  1. 不同效果swf 和js播放动态图片效果

  2. 利用swf js播放动态图片效果 很好看的网页效果 var FocusPic=function(BigPicID,SmallPicsID,TitleID,MemoID,width,height) { this.Data=[]; this.ImgLoad=[]; this.TimeOut=2000;//图片自动更换时间 var isIE=navigator.appVersion.indexOf("MSIE")!=-1?true:false; this.width=width;this.hei g
  3. 所属分类:Javascript

    • 发布日期:2009-07-27
    • 文件大小:299008
    • 提供者:qiuuan526
  1. PB设计窗口按比例缩放

  2. PB设计窗口按比例缩放 1.实例变量:Int ii_width,ii_height 2.OPEN事件加入: ii_width = This.Width ii_height = This.Height 3. 在RESIZE事件中加入: ...
  3. 所属分类:其它

    • 发布日期:2009-11-15
    • 文件大小:577
    • 提供者:hkqp2008
  1. web常用图片等比例缩放JS

  2. 好使的图片等比例缩放js 应用方法
  3. 所属分类:Javascript

    • 发布日期:2010-02-04
    • 文件大小:561
    • 提供者:jiaxun11
  1. jquery实例,有50个例子

  2. /*! * jQuery Javascr ipt Library v1.3 * http://jquery.com/ * * Copyright (c) 2009 John Resig * Dual licensed under the MIT and GPL licenses. * http://docs.jquery.com/License * * Date: 2009-01-13 12:50:31 -0500 (Tue, 13 Jan 2009) * Revision: 6104 */
  3. 所属分类:Javascript

    • 发布日期:2010-02-21
    • 文件大小:4194304
    • 提供者:yuyutu
  1. ClipImageClipImageClipImageClipImageClipImageClipImage

  2. using System; using System.Drawing; using System.Windows.Forms; namespace ClipImage { public partial class FormImage : Form { #region 自定义对象 private Point position; private Rectangle clip; private NotifyIcon notifyInfo; #endregion public FormImage()
  3. 所属分类:其它

    • 发布日期:2010-03-09
    • 文件大小:24576
    • 提供者:kingzhexian
  1. 作者:金哲显编的软件

  2. using System; using System.Drawing; using System.Windows.Forms; namespace ClipImage { public partial class FormImage : Form { #region private Point position; private Rectangle clip; #endregion public FormImage() { #region InitializeComponent(); this
  3. 所属分类:其它

    • 发布日期:2010-05-08
    • 文件大小:57344
    • 提供者:kingzhexian
  1. jquery实例,有50个例子

  2. /*! * jQuery Javascr ipt Library v1.3 * http://jquery.com/ * * Copyright (c) 2009 John Resig * Dual licensed under the MIT and GPL licenses. * http://docs.jquery.com/License * * Date: 2009-01-13 12:50:31 -0500 (Tue, 13 Jan 2009) * Revision: 6104 */
  3. 所属分类:Javascript

    • 发布日期:2010-07-03
    • 文件大小:4194304
    • 提供者:pjzhouyou
  1. 上传图片预览java代码

  2. 图片上传预览是一种在图片上传之前对图片进行本地预览的技术。 使用户选择图片后能立即查看图片,而不需上传服务器,提高用户体验。 但随着浏览器安全性的提高,要实现图片上传预览也越来越困难。 不过群众的智慧是无限的,网上已经有很多变通或先进的方法来实现。 例如ie7/ie8的滤镜预览法,firefox 3的getAsDataURL方法。 但在opera、safari和chrome还是没有办法实现本地预览,只能通过后台来支持预览。 兼容:ie6/7/8, firefox 3.5.5 后台支持下还兼容:
  3. 所属分类:Web开发

    • 发布日期:2010-07-09
    • 文件大小:13312
    • 提供者:lee80705041
  1. 图片缩放的css代码,测试过IE6和IE8

  2. 在贵站发现控制图片缩放的代码,我再修改了一下,现在更完美了: .mjw_pic { MAX-WIDTH: 126px!important;HEIGHT: 126px!important;width:expression(this.width > 126 ? "126px" : this.width)!i mportant; } ...展开收缩
  3. 所属分类:Web开发

    • 发布日期:2010-08-18
    • 文件大小:631
    • 提供者:honjehai
  1. c# 系列窗体全屏代码

  2. 用于窗口全屏的代码 两种全屏方法 c# /窗体的基本设置: //(1)工作区域设置 //方法1-获取工作区的分辨率 /* Rectangle rect = new Rectangle(); rect = Screen.GetWorkingArea(this); rect.Width=System .Windows .Forms .Screen .GetWorkingArea (this).Width ; rect.Height = System.Windows.Forms.Screen.Get
  3. 所属分类:C#

    • 发布日期:2010-09-28
    • 文件大小:32768
    • 提供者:lzv0626
  1. VR12/IMVP7 Pulse Width Modulation

  2. This document defines the PWM control chip features for the VRD12, VRM12 & IMVP7 CPU dc-dc converters used in Intel platforms. VR12/IMVP7 includes a Serial VID (SVID) interface; benefits of SVID can be seen in reduced number of required pins and 2 w
  3. 所属分类:其它

    • 发布日期:2010-11-29
    • 文件大小:669696
    • 提供者:Cowbody
  1. 对图像进行浮雕处理程序(C#源代码编写)if(this.openFileDialog1.ShowDialog()==DialogResult.OK)

  2. 对图像进行浮雕处理程序(C#源代码编写)if(this.openFileDialog1.ShowDialog()==DialogResult.OK) { bmp=new Bitmap(this.openFileDialog1.FileName); for (int i=0;i<bmp.Width-1;i++) { for(int j=0;j255) red=255; if(red<0) red=0; if(green& gt;255) green=255; if(green255)
  3. 所属分类:C#

    • 发布日期:2009-01-07
    • 文件大小:84992
    • 提供者:youthwyy
  1. 将彩色图片转换为灰度图片程序(C#源代码编写)if(this.openFileDialog1.ShowDialog()==DialogResult.OK)

  2. 将彩色图片转换为灰度图片程序(C#源代码编写)if(this.openFileDialog1.ShowDialog()==DialogResult.OK) { bmp=new Bitmap(this.openFileDialog1.FileName); for (int i=0;i<bmp.Width-1;i++) { for(int j=0;j<bmp.Height-1;j++) { Color Color1=bmp.GetPixel(i,j); int rgb=(Color1.
  3. 所属分类:C#

    • 发布日期:2009-01-07
    • 文件大小:92160
    • 提供者:qq223857666
  1. 设置窗体渐变色背景图像,C#源代码 Rectangle MyRect = this.ClientRectangle;

  2. 设置窗体渐变色背景图像,C#源代码 Rectangle MyRect = this.ClientRectangle; Bitmap MyBmp = new Bitmap(MyRect.Width, MyRect.Height); Graphics g = Graphics.FromImage(MyBmp); LinearGradientBrush MyBrush = new LinearGradientBrush(MyRect, Color.Blue, Color.Black, LinearG
  3. 所属分类:C#

  1. 创建椭圆形窗体,C#源代码MyPath.AddEllipse(20, 30, this.Width - 30, this.Height - 40);

  2. 创建椭圆形窗体,C#源代码MyPath.AddEllipse(20, 30, this.Width - 30, this.Height - 40); VisualStudio2008创建
  3. 所属分类:C#

    • 发布日期:2009-02-02
    • 文件大小:259072
    • 提供者:qq373163932
  1. 基于jquery的文章中所有图片width大小批量设置方法

  2. 前面要加载一个jquery库。 [removed] var setNewsImg = function(obj){ $(obj).find('img').each(function(i){ var imgw = $(this).width(); var imgh = $(this).height(); var scale=1; if(imgw>634){ scale = 634/imgw; console.log(scale); $(this).height(scale*imgh); $
  3. 所属分类:其它

    • 发布日期:2020-11-30
    • 文件大小:26624
    • 提供者:weixin_38682279
  1. 利用JS解决ie6不支持max-width,max-height问题的方法

  2. 今天遇到一个关于用js解决ie6不支持支持max-width,max-height的问题,刚开始用jQuery方法来实现,不过一直获取不到css里面的值,如 代码如下:  if($.browser.msie && $.browser.version == 6.0)  {    var maxWidth = parseInt($(‘.viewBigPic img’).css(‘max-width’));    $(‘.viewBigPic img’).each(function(){      i
  3. 所属分类:其它

    • 发布日期:2021-01-19
    • 文件大小:28672
    • 提供者:weixin_38694541
« 12 3 4 5 6 7 8 9 10 ... 50 »