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

搜索资源列表

  1. 再谈VB制作不规则窗口

  2. 由于使用了一些新的函数,本程序必须在Windows2000下运行。 Option Explicit Public Declare Function GetObjectAPI Lib "gdi32" Alias "GetObjectA" (ByVal hObject As Long, ByVal nCount As Long, lpObject As Any) As Long Public Declare Function DeleteObject Lib "gdi32" (ByVal hObj
  3. 所属分类:桌面系统

    • 发布日期:2012-09-23
    • 文件大小:30720
    • 提供者:a546669204
  1. C_多线程开发.doc

  2. ,您将创建一个动态链接库 (DLL),其中包含可供其他应用程序使用的有用例程。使用 DLL 是一种重用代码的绝佳方式。您不必在自己创建的每个程序中重新实现这些例程,而只需对这些例程编写一次,然后从需要该功能的应用程序引用它们即可。
  3. 所属分类:C/C++

    • 发布日期:2012-09-24
    • 文件大小:524288
    • 提供者:bobomongzhiya
  1. filter wi pro 5.0

  2. 最好用滤波器设计软件的最新版,可设计各种滤波器,界面华丽,只可惜没有破解,不能给出具体参数
  3. 所属分类:嵌入式

    • 发布日期:2012-10-17
    • 文件大小:7340032
    • 提供者:iamashit
  1. 怎么获选批量删除的checkbox

  2. --var recdElement = docElement.appendChild(xmlDoc.createElement("record")); recdElement.setAttribute("bizobj","CM_USERS"); recdElement.setAttribute("state","update"); var trNode = checkBoxs[i].parentNode.parentNode; user_wids[count]=trNode.cells[0].
  3. 所属分类:Java

    • 发布日期:2013-04-15
    • 文件大小:1024
    • 提供者:u010307442
  1. c俄罗斯方块 代码

  2. #include #include #include #define ESC 27 #define UP 'e' #define DOWN 'd' #define LEFT 's' #define RIGHT 'f' #define BLANK ' ' #define BOTTOM 2 #define CANNOT 1 #define CAN 0 #define MAX 30 #define F1 315 #define ADD 43 #define EQUAL 61 #define D
  3. 所属分类:C/C++

    • 发布日期:2013-04-23
    • 文件大小:9216
    • 提供者:u010421384
  1. cximage关于分辨橘子

  2. RGBQUAD Color; int x,y,n,m,S; DWORD hei,wid; hei=m_pImage->GetHeight(); wid=m_pImage->GetWidth(); int **color=new int*[wid]; for(int i=0;i<wid;i++) color[i]=new int[hei]; int **color1=new int*[wid]; for(int j=0;j<wid;j++) color1[j]=new i
  3. 所属分类:C++

    • 发布日期:2013-09-25
    • 文件大小:16777216
    • 提供者:u012238162
  1. WebSphere Integration Developer环境搭建

  2. WebSphere Integration Developer环境搭建说明书
  3. 所属分类:其它

    • 发布日期:2013-12-27
    • 文件大小:816128
    • 提供者:bolatuh
  1. isrgb.m,matlab

  2. isrgb.m matlab rgb function y = isrgb(x) %ISRGB Return true for RGB image. % FLAG = ISRGB(A) returns 1 if A is an RGB truecolor image and % 0 otherwise. % % ISRGB uses these criteria to determine if A is an RGB image: % % - If A is of class double,
  3. 所属分类:教育

    • 发布日期:2014-03-27
    • 文件大小:1024
    • 提供者:bob601450868
  1. 期末设计文档

  2. 最基础的贪吃蛇的代码 #include #include//基本型态定义。支援型态定义函数。使用者界面函数 图形装置界面函数。 #include //用户通过按键盘产生的对应操作 (控制台) #include #include //日期和时间头文件 #define LEN 30 #define WID 25 int ...
  3. 所属分类:C

    • 发布日期:2014-06-18
    • 文件大小:102400
    • 提供者:u012442939
  1. 计算长方体体积C语言

  2. #include #define Height 10 int calculate(int Long,int Width); int main() { int m_Long; int m_Width; int result; printf("长方形的高度为: %d\n",Height); printf("请在下方输入长度\n"); scanf("%d",&m_Long); printf("请在下方输入宽度\n"); scanf("%d",&m_Width); result=calculate(m
  3. 所属分类:C/C++

    • 发布日期:2014-09-02
    • 文件大小:540
    • 提供者:qq_20311659
  1. GTK 2.0中文教程 HTML格式

  2. 版本号: V_0.1.0  2002年6月25日 本文是有关通过 C 语言接口使用 GTK (the GIMP Toolkit) 的教程。 -------------------------------------------------------------------------------- Table of Contents 中文版说明 简介 从这里开始 用 GTK 来写 Hello World 编译 Hello World 程序 信号和回调函数的原理 事件 Hello World
  3. 所属分类:C

    • 发布日期:2008-10-27
    • 文件大小:500736
    • 提供者:fantasy666666
  1. CircularProgressButton

  2. package com.example.androidtest.view; import android.annotation.SuppressLint; import android.content.Context; import android.content.res.ColorStateList; import android.content.res.TypedArray; import android.graphics.Canvas; import android.graphics.d
  3. 所属分类:Android

  1. DxAutoInstaller-2.1.7 for delphi Tokyo

  2. Compressed archives combine multiple files into a single file to make them easier to transport or save on diskspace. Archiving software may also provide options for encryption, file spanning, checksums, self-extraction, and self-installation. Zip is
  3. 所属分类:Delphi

    • 发布日期:2017-04-02
    • 文件大小:3145728
    • 提供者:ma9888
  1. eclipse 实现RangeSeekbar 单双滑块各种效果包括双滑块推动选择效果等

  2. 详情根据 http://www.see-source.com/androidwidget/detail.html?wid=1213 RangeSeekbar 优化双滑块推动选择类似于汽车之家价格选择
  3. 所属分类:Android

    • 发布日期:2017-04-05
    • 文件大小:1048576
    • 提供者:tianzhong0303
  1. c++计算一个立方体盒子体积

  2. 实验题目1:计算一个立方体盒子的体积 (1)程序功能简介 定义一个盒子(Box)类,数据成员包括长(length)、宽(width)、高(height)、体积(volume),能够使用构造函数对数据成员进行初始化,使用成员函数disp_vol()输出盒子的体积。 (2)程序设计说明 ① 在头文件中声明类,在源文件中定义类的成员函数和测试函数; ② 注意类的数据成员和成员函数的访问权限问题; ③ 注意类的重载构造函数和拷贝构造函数的声明和定义方式,使用重载构造函数的方法,并提供2种或以上初始化数
  3. 所属分类:C/C++

    • 发布日期:2017-11-27
    • 文件大小:882
    • 提供者:wuque12138
  1. firtex_beta102_src

  2. FirteX介绍 功能: 支持增量索引,差量索引,多字段索引,提供了3种前向索引方式; 支持纯文本,HTML,PDF等文件格式; 提供快速中文分词; 从底层到高层,提供了多种索引访问接口,灵活自由地使用索引文件; 提供丰富的检索语法,支持多字段检索,日期范围检索,检索结果自定义排序等。 性能: 在Pentium 4 2.8G 2GRAM的机器上超过200Mb每分钟的索引速度 在近7G的索引文件(100G网页,11G纯文本的索引)上检索,仅使用十几M内存在数毫秒内返回查询结果; 支持Tb数量级的
  3. 所属分类:Web开发

    • 发布日期:2008-12-21
    • 文件大小:13631488
    • 提供者:daniel_shi
  1. c 语言原代码 俄罗斯放快

  2. 查看文章 C语言写的俄罗斯方块 #include #include #include #define UP 0x4800 #define DOWN 0x5000 #define LEFT 0x4b00 #define RIGHT 0x4d00 #define ESC 0x011b #define SPACE 0x3920 int a[7][7],b[4][4]; initialize() { int driver,gmode; driver=VGA; gmode=VGAHI; initg
  3. 所属分类:C

    • 发布日期:2008-12-23
    • 文件大小:32768
    • 提供者:love349538544
  1. Addison.Wesley.OpenGL.ES.2.0.Programming.Guide.[2008]

  2. OpenGL ES 2.0 is a software interface for rendering sophisticated 3D graphics on handheld and embedded devices. OpenGL ES 2.0 is the primary graphics library for handheld and embedded devices with programmable 3D hardware including cell phones, PDAs
  3. 所属分类:其它

    • 发布日期:2009-01-20
    • 文件大小:4194304
    • 提供者:henryfenny
  1. 判断色彩图

  2. wid = sprintf('Images:%s:obsoleteFunction',mfilename); str1= sprintf('%s is obsolete and may be removed in the future.',mfilename); str2 = 'See product release notes for more information.'; warning(wid,'%s\n%s',str1,str2); y = size(x,3)==3; if y if
  3. 所属分类:图像处理

    • 发布日期:2018-05-20
    • 文件大小:1024
    • 提供者:zhaoyjys1995
  1. Web and Big Data_First International Joint Conference, Part I-Springer(2017).pdf

  2. This volume (LNCS 10366) and its companion volume (LNCS 10367) contain the proceedings of the first Asia-Pacific Web (APWeb) and Web-Age Information Man- agement (WAIM) Joint Conference on Web and Big Data, called APWeb-WAIM. This new joint conferen
  3. 所属分类:算法与数据结构

    • 发布日期:2018-01-27
    • 文件大小:36700160
    • 提供者:windstand
« 1 23 4 5 6 7 »