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

搜索资源列表

  1. 1605

    0下载:
  2. 得到托盘区位置与动态显示/隐藏窗口-tray to be the location and dynamic display / hide window
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:178375
    • 提供者:lxj
  1. GENIE-SHELL

    0下载:
  2. Genie-shell for ucos 一、 基本要求(必做) (1) 设计并实现ucos的shell模型 (2) 实现简单的Shell命令 hostname命令在屏幕上打印一句话,即自定义的本机名称。 hello 命令可以带多个参数,如hello a b c d,回车后会显示: hello,I am Genie your argv is: a b c d (3)实现在串口和LCD的同步显示,即所有的命令操作过程都要显示在串口和L
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:394538
    • 提供者:天地殇
  1. CtlPanelApple

    0下载:
  2. 这是一个控制面板小程序,演示如何在控制面板创建自己的图标以及显示提示信息,双击图标后的处理等。 -This is a small control panel procedures, a demonstration of how the control panel to create your own icon and display a message, double-click on the icon after treatment.
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:125301
    • 提供者:liangjie
  1. 创建不在任务条中显示窗口按钮的应用程序

    0下载:
  2. 创建不在任务条中显示窗口按钮的应用程序(详细请看压缩包内的说明)-not mandate the creation of the display window button applications (for details please see compressed within the descr iption)
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:61678
    • 提供者:不羁的风
  1. DirTreeTxt

    0下载:
  2. 扫描一个目录将其内容显示成一个文本形式的目录树-Scanning a directory will display its contents into a text form of directory tree
  3. 所属分类:Shell api

    • 发布日期:2017-04-08
    • 文件大小:151342
    • 提供者:邓涛
  1. browse_shell_namespace_proj

    0下载:
  2. 能够轻轻松松实现文件目录选择。因此,需要此源代码的作用是不能忽视的。-can display those image ,so you can relise the importance of it.
  3. 所属分类:Shell api

    • 发布日期:2017-05-08
    • 文件大小:1921614
    • 提供者:彭振鹏
  1. showdask

    0下载:
  2. 显示桌面图标消失了莫要着急 教你制作显示桌面的小图标 -Show Desktop Icons disappear they must hurry to teach you to make a small icon on the desktop display
  3. 所属分类:Shell api

    • 发布日期:2017-03-27
    • 文件大小:606
    • 提供者:wen
  1. win32image_my

    0下载:
  2. This article is about demonstrating the creation of a compact application that can still take advantage of rich graphics. It also demonstrates how to access resources with the IImgCtx interface. As mentioned in strnghrs article there are numerou
  3. 所属分类:Shell api

    • 发布日期:2017-03-30
    • 文件大小:7541
    • 提供者:si perdana
  1. PicIE

    0下载:
  2. 一个简单的IE图片浏览器,获取网站上的图片地址,并根据选择显示到右侧窗口中-A simple picture IE browser, get pictures on the site address and select the display to the right under the window
  3. 所属分类:Shell api

    • 发布日期:2017-03-31
    • 文件大小:44785
    • 提供者:maby
  1. rili

    0下载:
  2. 批处理显示日历,也可以调出其他时间日历。-Use a batch can display the current calendar, or other time calendar V
  3. 所属分类:Shell api

    • 发布日期:2017-04-01
    • 文件大小:943
    • 提供者:xuyafei
  1. flean

    0下载:
  2. Program to display the flag keyboard
  3. 所属分类:Shell api

    • 发布日期:2017-11-08
    • 文件大小:305211
    • 提供者:xackera
  1. myshell

    4下载:
  2. 开发的Shell程序支持以下命令: 1)cd <directory>——将当前默认目录改变为<directory>。如果没有<directory>参数,则显示当前目录;如果<directory>目录不存在,会出现合适的错误信息提示。 2)clr——清屏 3)dir <directory>——列出目录<directory>的内容 4)environ——列出所有的环境变量 5)echo <comment
  3. 所属分类:Shell api

    • 发布日期:2017-05-29
    • 文件大小:11836179
    • 提供者:余雅婷
  1. Project1

    0下载:
  2. 我见过许多代码,在从ACCESS数据库读取图像数据后,往往需要借助一个临时文件进行转换才能显示,其实借助API,完全可以直接显示,而不需要临时文件,此外,大家还可以使用OleCreatePictureIndirect函数转图像数据转换成标准的IPicture接口,以实现VB图像显示的自动性和持续性,具体代码如下:-I ve seen a lot of code, after reading the image data from the ACCESS database, often need
  3. 所属分类:Shell api

    • 发布日期:2017-04-07
    • 文件大小:2691
    • 提供者:hanxu
  1. Project1

    0下载:
  2. 在编写B/S程序时,有时往往需要获取或设置控件中光标的位置,以便于对控件进行进一步的子类化,可是HTML中的标准控件没有HWND,也无明显相关的属性,实现起来有点复杂,俺曾经为这个问题苦恼了好长时间,在网上搜索也得不到答案,后来经过几天的实验,才发现其实只需要基于DOM就可以实现,为了让朋友们少走弯路,故把代码贴出来,并附上一个基于此代码对INPUT 控件进行子类化的实例(实现HTML文本的货币输入和显示)。-In the preparation of B/S program, sometim
  3. 所属分类:Shell api

    • 发布日期:2017-04-13
    • 文件大小:2643
    • 提供者:hanxu
  1. 1

    0下载:
  2. Write a program which display mode in which file is opened. Also set optional flag of file
  3. 所属分类:Shell api

    • 发布日期:2017-04-12
    • 文件大小:990
    • 提供者:rut
搜珍网 www.dssz.com