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

搜索资源列表

  1. EC.zip

    0下载:
  2. $Author$ $Modtime$ $Revision$ Descr iption: Implementation of class "CECDlg" (dialog box, which displays all countries of the European community) $Log$
  3. 所属分类:对话框与窗口

    • 发布日期:
    • 文件大小:148141
    • 提供者:
  1. bastChart

    0下载:
  2. 经典绘图 本程序详细的说明了自制控件的创建方法 包括字体,画笔,底色,无闪烁等技术-classic Mapping the procedures detailed descr iption of a self-made control methods include the creation of fonts, brushes, background color, Flicker-free technology
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:43333
    • 提供者:南敏庚
  1. 插入排序的设计实现分析比较

    0下载:
  2. 数据结构中的插入排序分析和比较。有各种插入排序的算法描述。-data structure of the insert sequencing analysis and comparison. Various insertion sorting algorithm descr iption.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:46996
    • 提供者:苏辉
  1. v4884_xskjgl

    0下载:
  2. 学生课绩管理系统(升级版) 《学生课绩管理系统》的升级版,采用了sertlet+jsp+javabean+sqlserver,并且做了许多修改! 说明: 数据库连接 在classes目录下的 sqlbean.java中 默认的用户名:1 密码: 1 -courses and scores Management System (upgrade version), "student class performance management systems," an updated
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:384534
    • 提供者:吕鹏
  1. hnwenxue

    0下载:
  2. 文学网采用飞翔网的内核和界面作了较大程度的修改和美化 主要功能有: 1、界面美化 2、增加网文周榜和推荐作品 3、增加每个栏目图片和栏目的导读 4、增加推荐作品和会员文集 5、增加会员个人管理中心 6、增加站内短信功能 7、增加个人文集名称和简介功能 8、编辑管理和个人管理结合 9、防SQL注入-literary uses to fly the kernel and network interface were higher degree of modification and beautifi
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1993926
    • 提供者:福兴
  1. CURSORS.ZIP

    0下载:
  2. 图表类,用于界面开发,进行解压即刻,内服详细说明-chart types for interface development, extracting immediate, detailed descr iption Orally
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:428009
    • 提供者:杨领
  1. 3D_ICONS.ZIP

    0下载:
  2. 界面开发,属于解压即刻,内服详细说明;使用简单,易用。-interface development, belonging to extract immediate, Oral detailed descr iption; Using simple, easy-to-use.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:135485
    • 提供者:杨领
  1. 动态标题栏

    0下载:
  2. 动态Icon 简介: 这个简单的类可以允许你在你的应用程序的主窗口的标题栏中使用 -Dynamic Icon Descr iption : This simple class can allow you in your application's main window to use the column headings
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:48154
    • 提供者:王涛
  1. 多项式求和

    0下载:
  2. 1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。 2、 运行环境:C++ 3、 算法描述:首先,把输入的的多项式进行分析,把所有的系数放入一个单链表中llist,指数放入另一个单链表llist2中。然后再在指数链表中比较有没有相同的指数,如果有相同的指数,那就把相对应的系数进行求和,并把求和结果归并到llist2中;如果指数不相等的,就直接归并到llist2中。最后以指数的降幂形式输出。
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:6238
    • 提供者:王俊
  1. 绚丽的仪表控件

    0下载:
  2. 在工业控制软件中经常要显示测量数据,如果在在界面上单纯显示一些数字会显得很单调,如果能在软件中添加色泽艳丽的控件,就一定会为你的软件增色不少,让人有爽心悦目的感觉。本程序就演示一款这样的仪表控件。压缩包附有程序的说明.-in industrial control software often measured data to show that, if the interface simple figures show was very dull, and if the software can
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:373109
    • 提供者:袁刚
  1. cpu的VERILOG描述

    0下载:
  2. RISC CPU的VerilogHDL描述-RISC CPU Verilog HDL descr iption
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:369497
    • 提供者:陈俊
  1. fillwordtable

    0下载:
  2. 在实际应用中,编程者往往喜欢程序能自动生成word说明文档,说明程序运行的状况或运行的结果;或者程序能提取数据库的内容生成word表格,使用户能方便的查看和修改,打印。但是VC++中调用word的确不容易,特别是对word中各种函数的使用,本文以作者的工作经验详细介绍一下如何调用word和进行word表格的填写,有同样需求的编友也可查看一下MSDN中的Automation Microsoft Office 97 and Microsoft office 2000。-in practical ap
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:50384
    • 提供者:hwz
  1. SD_MMC

    0下载:
  2. 这是SD卡的协议说明,其中还包含有MMC卡的协议说明-This is the SD card agreement note, which also includes MMC Descr iption
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2903767
    • 提供者:谭思远
  1. 如何为工具栏添加动态真彩按钮?

    0下载:
  2. 让工具栏的按钮动起来,并且详细的说明了动态按钮的单击事件的代码添加。-let toolbar button to move, and detailed descr iption of the dynamic click the button to add the code.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:62042
    • 提供者:邢鹏翔
  1. 操作标题栏

    0下载:
  2. 动态Icon 简介: 这个简单的类可以允许你在你的应用程序的主窗口的标题栏中使用 -Dynamic Icon Descr iption : This simple class can allow you in your application's main window to use the column headings
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:17258
    • 提供者:李建春
  1. 用c语言进行cgi程序设计

    0下载:
  2. 源代码和说明都包含在一个txt文件里面.有关cgi的说明和一个可以执行的源程序都在里面. -source code and annotations are contained in a txt file inside. Cgi on the descr iption and implementation of a source can have on the inside.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4238
    • 提供者:吴俊良
  1. 描述统计

    0下载:
  2. 这是一个有关概率中描述统计的例子.是用vb编写而成,仅供大家参考.-This is a descr iption of the probability statistics example. Vb is prepared, the only reference.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:17956
    • 提供者:张华仁
  1. 万年历OCX控件ccalendarx

    0下载:
  2. 万年历的控件软件简介: 本代码通过对image类的序列化,实现读取jpg,gif,bmp格式的图像文件,并显示出来程序的执行需要GdiPlus.dll。 -hefty almanac of Control Software Descr iption : The code of the image sequence category, achieving read jpg, gif, bmp format of the image file, and demonstrate imple
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:14456
    • 提供者:丁晓峰
  1. 带百分比的进度条xgauge

    0下载:
  2. 万年历的控件软件简介: 本代码通过对image类的序列化,实现读取jpg,gif,bmp格式的图像文件,并显示出来程序的执行需要GdiPlus.dll。 -hefty almanac of Control Software Descr iption : The code of the image sequence category, achieving read jpg, gif, bmp format of the image file, and demonstrate imple
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:5259
    • 提供者:丁晓峰
  1. 2003062715485812383

    0下载:
  2. TIN.rar软件简介: 本代码通过对image类的序列化,实现读取jpg,gif,bmp格式的图像文件,并显示出来程序的执行需要GdiPlus.dll。 -TIN.rar Software Descr iption : The code of the image sequence category, achieving read jpg, gif, bmp format of the image file, and demonstrate implementation of the
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:596631
    • 提供者:丁晓峰
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com