CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Shell扩展

搜索资源列表

  1. shellcontextmenu_demo1

    0下载:
  2. 这是shell程序的扩展,可以添加右键菜单,这部分是演示程序。-This is a Shell Extension. It can add context menus, and it is a demo.
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:60058
    • 提供者:陈平
  1. uCOSii_for_8951_EXT_64k

    0下载:
  2. uCOS2 for 51系列,已经在SST89E564上测试通过,实验板要求有64K扩展ram,根据原来网上公开版本修改而成,附带提供在C51中利用函数指针带参数传递调用汇编接口例子和一个简单的shell界面-uCOS2 for 51 series, in SST89E564 testing, Experimental board requires 64K ram expansion, according to the original version of the Internet open
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:1632926
    • 提供者:龚树强
  1. shellgame1

    0下载:
  2. shell程序实现小游戏——俄罗斯方块。直接修改扩展名rar为sh-shell game for minor procedures -- Tetris. Direct changes rar extension of the sh
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:13694
    • 提供者:王飞
  1. neVideoTexture

    0下载:
  2. 本程序是使用DirectShow实现的视频纹理获取的dll,可以将视频文件转换为OpenGL纹理数据,实现动态视频纹理效果,还带声音。由本人修改自网上一强人的源码,扩展了功能。外壳程序请参考本人发的程序。-this procedure is the use of DirectShow video access the dll texture, video files can be converted to OpenGL texture, texture dynamic video effects
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:964662
    • 提供者:qianqian
  1. SHELLEXT2

    0下载:
  2. 轻松设置Windows外壳扩展程序-easily installed Windows shell extension procedures
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:30838
    • 提供者:胡进
  1. shellerext

    1下载:
  2. 这是Windows 2000 UI 新特点系列文章的例子程序,工程中将系列文章中所有UI特性的例子集中在一起。包括:信息条提示、栏目、清除和搜索处理等等。如果能仔细研究其中的代码,您一定能开发出界面更丰富、更吸引人的Windows 2000应用程序。外壳扩展的概念是在Windows 2000操作系统中被加固定型的。其新特性大大增强了开发者UI编程的能力。-This is the Windows 2000 UI features of the new series of articles exam
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:61582
    • 提供者:周汝胜
  1. propsheethandler

    0下载:
  2. 怎么制作像WINRAR一样的文件属性扩展页,融合COM和MFC和SHELL编程-how WINRAR production like the same page extended file attributes, and the integration of COM and MFC programming SHELL
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:48957
    • 提供者:蒋宏伟
  1. ShellExt

    0下载:
  2. shell上下文菜单扩展实用源码-shell context menu expansion practical source
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4501
    • 提供者:张中国
  1. tinySH-uCOS-II

    0下载:
  2. 现成的工程,不需要修改,开源,用MDK411打开。硬件上只要有一个带USART1的STM32F10x的开发板,25M外部晶振,即可立即体验tinySH提供的便捷。 tinySH是运用于单片机上的命令行交互接口,方便系统调试与维护。 该接口类似linux的shell,有ls, cd, tree, exit, ps, reset, halt等命。不同的是,该接口不需要文件系统的支持,容量小。程序员可以在root目录下扩展目录与命令。 本人一直使用tinySH做产品开发。绝对OK!-Rea
  3. 所属分类:uCOS

    • 发布日期:2017-03-29
    • 文件大小:327175
    • 提供者:
  1. shell_progress

    0下载:
  2. 在unix下的用shell写的进度显示小程序,可以自己扩展功能-Under unix used in writing the progress of shell showed procedures, can extend the functionality
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:926
    • 提供者:
  1. CopyHook_src

    2下载:
  2. 使用外壳扩展的copyhook监控资源管理的文件复制粘贴拷贝删除等等操作,也可以再操作执行前调用回调函数,决定是否执行-Expansion of the use of shell resources management monitoring copyhook copy and paste the file copy operation of delete, etc., also can be operated to implement a callback function before th
  3. 所属分类:Hook api

    • 发布日期:2015-09-17
    • 文件大小:272412
    • 提供者:chenmo
  1. batcmd

    0下载:
  2. 你可以使用DOS下的Edit或者Windows的记事本(notepad)等任何文本文件编辑工具创建和修改批处理文件。 bat是dos下的批处理文件 .cmd是nt内核命令行环境的另一种批处理文件 从更广义的角度来看,unix的shell脚本以及其它操作系统甚至应用程序中由外壳进行解释执行的文本,都具有与批处理文件十分相似的作用,而且同样是由专用解释器以行为单位解释执行,这种文本形式更通用的称谓是脚本语言。所以从某个程度分析,batch, unix shell, awk, bas
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-27
    • 文件大小:63227
    • 提供者:ljf
  1. fileEncry

    0下载:
  2. 基于COM 组件的文件加密。用DES算法对文件内容加密。然后还原文件。会在文件夹下扩展SHELL 菜单。-COM-based file encryption components. DES algorithm used to encrypt the contents of the documents. And then restore the file. Will expand the folder menu SHELL.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:379712
    • 提供者:崔志华
  1. DetailFileInfo

    0下载:
  2. 如何用C#获得文件信息以及扩展信息 在C#中获得文件信息很容易,只需要用FileInfo类或者FileVersionInfo类就可以获得,但是如果想要获得文件的扩展信息,则无法从这两类来获得。不过在C#中,这也不是件难事,只要引入“Microsoft Shell Controls and Automation”这个COM就可以获得。-How to use C# to obtain file information, as well as the expansion of informatio
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:34348
    • 提供者:zhangchaozheng
  1. simple ext

    1下载:
  2. 简单的shell 示范例子,实现右键的扩展功能-a simple shell sample。for count the lines of code file
  3. 所属分类:Shell编程

    • 发布日期:2012-11-19
    • 文件大小:43647
    • 提供者:随碟附送
  1. ShellProgram

    0下载:
  2. Delphi环境下的外壳扩展编程教程, 适合初学者-Delphi programming environment shell extensions tutorials, suitable for beginners
  3. 所属分类:Shell api

    • 发布日期:2017-05-04
    • 文件大小:1222121
    • 提供者:韩秋
  1. Shell_Extension

    0下载:
  2. 本程序实现了一个CONTEXT MENU的外壳扩展,完成了以下功能:对于任何文件实现“复制到/移动到”功能;对于COM组件实现“注册/注销”功能。-This program implements a CONTEXT MENU shell extension, complete the following features: realization of any file " Copy to/Move to" function for the COM component to
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:44276
    • 提供者:zz
  1. ShellExt111

    0下载:
  2. shell的扩展编程, 最近在研究, 所以上传大家-expansion of shell programming, the recent studies, so we look Upload
  3. 所属分类:Shell api

    • 发布日期:2017-03-28
    • 文件大小:34074
    • 提供者:wl
  1. Jess70

    0下载:
  2. Jess是由Sandia National Laboratories (as part of an internal research project)的一位专家写成。Jess全名为java expert system shell,是基于CLIPS规则扩展的一个系统工具,由java语言完成。通过应用事实规则几何可以退出新的事实。支持多对对的匹配。-Jess from Sandia National Laboratories (as part of an internal research pro
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:1634428
    • 提供者:hy zhang
  1. ulios2

    0下载:
  2. ulios1是我的毕业设计课题,它是一个简单的单内核多任务分时图形化操作系统。由于设计的疏漏和时间的限制,已经无法继续一些更高级的开发了。 ulios2在ulios1的基础上进行了结构、算法的重大改进,代码彻底重写。实现内核级线程的支持,实现共享库的支持,扩展进程地址空间到4G,提供高速IPC,提供高扩展性的内核API,成为一个用于x86桌面操作系统的微内核。 在这个微内核的基础上实现文件系统、可执行文件和库加载器、用户态驱动服务、TCP/IP驱动、GUI、CUI、shell以及工具软件甚至浏览
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:342908
    • 提供者:孙亮
« 1 2 3 45 »
搜珍网 www.dssz.com