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

搜索资源列表

  1. 版本管理系統源碼,用Windows Shell編程的源碼,在指定的目錄,右鍵菜單會增加"EFVS版本管理"

  2. 一個基於Windows目錄,用Windows Shell編程的源碼,在指定的目錄,右鍵菜單會增加"EFVS版本管理",所有功能均寫在下面: HRESULT CVerMenu::QueryContextMenu(HMENU hmenu, UINT indexMenu, UINT idCmdFirst, UINT idCmdLast, UINT uFlags) { if(!(CMF_DEFAULTONLY & uFlag s)) { TCHAR szTitle[MAX_PATH] = {0}; T
  3. 所属分类:C++

    • 发布日期:2009-09-11
    • 文件大小:159kb
    • 提供者:kabala8888
  1. c++模板元编程(原版)

  2. "If you're like me, you're excited by what people do with template metaprogramming (TMP) but are frustrated at the lack of clear guidance and powerful tools
  3. 所属分类:C++

    • 发布日期:2009-09-24
    • 文件大小:2mb
    • 提供者:yangpinghzau
  1. 连接到指定的网站程序(VB6.0源代码编写)

  2. 连接到指定的网站程序(VB6.0源代码编写) If InternetCheckConnection("http://www.sohu.com/", 1, 0) = 0 Then
  3. 所属分类:VB

    • 发布日期:2010-03-07
    • 文件大小:795kb
    • 提供者:gouyue
  1. Replacing "RICHEDIT" control with "RichEdit20A"

  2. 来源: http://www.codeguru.com/cpp/controls/richedit/article.php/c2389/CRichEditCtrlEx--Replacing-RICHEDIT-control-with-RichEdit20A.htm While writing a dev notes Visual Studio plug in, I wanted the rich edit control in a dialog to understand URL's so d
  3. 所属分类:其它

    • 发布日期:2010-07-25
    • 文件大小:15kb
    • 提供者:hloveloveu
  1. source code for "ant in action"

  2. 是源代码, "Ant in Action" Second Edition of Java Development with Ant Steve Loughran and Erik Hatcher “... you owe it to yourself to read this book.” —Kevin Jackson, Ant Committer “If you do Java software, and there’s only one book you read this year, i
  3. 所属分类:Java

    • 发布日期:2010-09-28
    • 文件大小:6mb
    • 提供者:ztyfj
  1. 各种代码大全查询包括网页的等等

  2. 新闻 网页 mp3 贴吧 图片 ...展开收缩
  3. 所属分类:Javascript

    • 发布日期:2010-12-16
    • 文件大小:927kb
    • 提供者:lyz200812
  1. C语言:密码验证-程序控制台

  2. 纯属练习 可以用来当做众多小程序(例如你的练习程序)的总控制程序,第一次进入提示创建密码,以后就要输入密码,用文件保存密码,按程序代号进入相应的程序。 不足:忘了隐藏密码字符。 即,密码用 **** 表示,这个已经修正了,代码如下: #include #include #include int string_same(char *string_1,char *string_2);/*判断两个字符串是否一致的子函数原型*/ void enter_mima(char *enter_1); /
  3. 所属分类:C/C++

    • 发布日期:2011-03-25
    • 文件大小:5kb
    • 提供者:lz20051534
  1. #include "graphics.h" #include "graphics.h"

  2. #include "graphics.h" #include "stdio.h" #include "dos.h" #include "conio.h" #include "bios.h" #include "stdlib.h" #include "math.h" #ifdef __cplusplus #define __CPPARGS ... #else #define __CPPARGS #endif #define VK_LEFT 0x4b00 #define VK_RIGHT 0x4d
  3. 所属分类:C

    • 发布日期:2011-04-09
    • 文件大小:13kb
    • 提供者:lzhtj1227
  1. #include "graphics.h" #include "graphics.h"

  2. #include "graphics.h" #include "stdio.h" #include "dos.h" #include "conio.h" #include "bios.h" #include "stdlib.h" #include "math.h" #ifdef __cplusplus #define __CPPARGS ... #else #define __CPPARGS #endif #define VK_LEFT 0x4b00 #define VK_RIGHT 0x4d
  3. 所属分类:C

    • 发布日期:2011-04-09
    • 文件大小:15kb
    • 提供者:lzhtj1227
  1. DCPcrypt v2 Beta 3/v1.31 (Source + Demo)

  2. ********** 强力推荐 加密、解密控件 源码 Demo**********http://www.cityinthesky.co.uk/英国小伙David Barton的Open Source,小伙将在 7th January 2006 结婚,祝福他们!喜欢这个控件的兄弟,也发个邮件祝福他们吧,以下是邮箱:davebarton[at]cityinthesky.co.ukcrypto[at]cityinthesky.co.uk同时,也感谢万重兄弟的盒子,提供一个大家交流的平台!------
  3. 所属分类:Delphi

    • 发布日期:2006-01-13
    • 文件大小:348kb
    • 提供者:chenxh
  1. 八皇后问题

  2. package bia.arithmetic; import java.util.Date; /** * @author Administrator * * To change this generated comment go to * Window>Preferences>Java>Code Generation>Code and Comments */ public class EightQueen { Queen[] stack = new Queen[8];
  3. 所属分类:Java

    • 发布日期:2006-02-23
    • 文件大小:9kb
    • 提供者:chenxh
  1. 一个带有括号的计算器

  2. 为了应付作业而编的,一个新手,请大家多多指教。/** * Title: Calculator * Descr iption: * Copyright: Copyright (c) 2004 * Company: CUIT * Calculator.java * Created on 2004年10月13日, 下午2:35 * @author jacktom * @version 1.0*/import java.awt.*;import java.awt.event.*;import jav
  3. 所属分类:C

    • 发布日期:2006-02-23
    • 文件大小:7kb
    • 提供者:chenxh
  1. Unified Interbase 2.0RC1

  2. New component TJvUIBRepair. New component TJvUIBSecurity New component TJvUIBEvents. Rewritten TJvUIBscr ipt to handle large scr ipt. Corrected dataset (FPC 1.9.5 compatibility). Improved TJvUIBDatabase to retrieve database informations. Corrected &
  3. 所属分类:Delphi

    • 发布日期:2006-02-23
    • 文件大小:708kb
    • 提供者:chenxh
  1. 跟随鼠标的萤火虫

  2. 跟随鼠标的萤火虫[无须修改][]共1步]====1、将以下代码加入HEML的之间: ...展开收缩
  3. 所属分类:C

    • 发布日期:2006-02-23
    • 文件大小:6kb
    • 提供者:chenxh
  1. String a="hello" String b="hello" a==b 返回true的问题分析

  2. String a="hello world"; //在java中有一个常量池,当创建String 类型的引用变量给它赋值时,java会到它的常量池中找"hello world"是不是在常量池中已存在。如果已经存在则返回这个常量池中的"hello world"的地址(在java中叫引用)给变量a 。注意a并不是一个对象,而是一个引用类型的变量。它里面存的实际上是一个地址值,而这个值是指向一个字符串对象的。在程序中凡是以"hello world"这种常量似的形式给出的都被放在常量池中。 Strin
  3. 所属分类:Java

    • 发布日期:2012-05-17
    • 文件大小:976byte
    • 提供者:ljzlqxllx
  1. 考试系统--选择题(VB6.0源代码编写)Answer = "驻马店"

  2. 考试系统--选择题(VB6.0源代码编写)Answer = "驻马店" If MsgBox("您选择的答案为: 【" + Choose(Option1(Index).Index + 1, "驻马店", "北京 ", "上海", "大连") + "】 是否确定?", vbQuestion + vbYesNo, "是否确定选项") = vbYes Then If CBool(Answer = Choose(Option1(Index).Index + 1, "驻马店", "北京", "上海", "
  3. 所属分类:VB

    • 发布日期:2008-12-31
    • 文件大小:7kb
    • 提供者:leshan1025
  1. 播放gif动画程序(C#源代码编写)this.openFileDialog1.Filter="Gif Files(*.gif)|*.gif";

  2. 播放gif动画程序(C#源代码编写)this.openFileDialog1.Filter="Gif Files(*.gif)|*.gif"; if(DialogResult.OK==this.openFileDialog1.ShowDialog()) { Bitmap B; B = new Bitmap(this.openFileDialog1.FileName); this.pictureBox1.Image=B;
  3. 所属分类:C#

    • 发布日期:2008-12-31
    • 文件大小:1mb
    • 提供者:wvft
  1. 连接到指定的网站程序(VB6.0源代码编写) If InternetCheckConnection("http://www.sohu.com/", 1, 0) = 0 Then

  2. 连接到指定的网站程序(VB6.0源代码编写) If InternetCheckConnection("http://www.sohu.com/", 1, 0) = 0 Then MsgBox " 不能连接到 http://www.sohu.com/ ", vbInformation Else MsgBox " 已经连接到 http://www.sohu.com/ ", vbInformation End If
  3. 所属分类:VB

    • 发布日期:2009-01-16
    • 文件大小:5kb
    • 提供者:qq223857666
  1. On Error GoTo的应用(VB6.0源代码编写)If Text2.Text <> "" And Text1.Text <> "" Then

  2. On Error GoTo的应用(VB6.0源代码编写)If Text2.Text "" And Text1.Text "" Then On Error Resume Next Text3.Text = CInt(Text1.Text) + CInt(Text2.Text) End If
  3. 所属分类:VB

    • 发布日期:2009-02-05
    • 文件大小:6kb
    • 提供者:qq223857666
  1. l&quot;1-embeddability under the edge-gluing operation on graphs

  2. A graph is an l(1)-graph if its vertices can be labeled by binary vectors in such a way that the Hamming distance between the binary addresses is, up to scale, the distance in the graph between the corresponding vertices. In this note, we study when
  3. 所属分类:其它

    • 发布日期:2021-02-20
    • 文件大小:418kb
    • 提供者:weixin_38743084
« 12 3 4 5 6 7 8 9 10 ... 17 »