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

搜索资源列表

  1. aTelnetServerInCSharp

    0下载:
  2. 星期五 2004 05 28上午 10:16:16   昨天网上,正在上网,一时精力过剩,想起写一个Telnet Server的想法。 结果昨天网上2个小时,加上今天上午2个小时,一个被我称为O^O的Telnet Server诞生了。   之所以想写它,是因为我想用完全的OO的方法实现Telnet Server,用OO的 方法实现非常简单。而O^O Telnet Server这个名字的意思就是OO面向对象的意 思,只不过在中间加了个“^”而已。  
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:12.54kb
    • 提供者:孙立文
  1. AutoCompleteTest

    0下载:
  2. 这是一个使用windows shell功能的自动完成文本框例子,全部的C#源代码。-It is a function of shell windows automatically textboxes example, all of the C# source code.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:22.98kb
    • 提供者:ren
  1. quanpaixu

    0下载:
  2. 冒泡排序 直接选择排序 Shell排序 快速排序 归并排序 堆排序 直接插入排序基本算法 #include<iostream.h> #include<stdlib.h> #include<time.h> const int n=100000 typedef struct{ int key }RedType typedef struct{ RedType *r //r[n+1
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:703.68kb
    • 提供者:zero
  1. usbeject_src

    0下载:
  2. C#代码,实现弹出usb设备的功能。采用window shell方式-C# code, achieving pop usb equipment. Using window shell mode
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:107.4kb
    • 提供者:lfchen
  1. WindowsShell

    0下载:
  2. Windows Shell Namespace Extension Framework This sample and how-to guide shows you how to use C# and PInvoke to build a reusable framework for writing Windows shell namespace extensions. It includes three sample shell namespace extension pr
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:129.94kb
    • 提供者:leizi
  1. CRC

    1下载:
  2. CRC循环冗余计算C#代码,包括动态实现和静态实现。通过调用.exe 文件实现。完成shell和windows form之间的通信。-1the CRC function in a CalcCRC Class with both static method and none static method. Windows form project to call the .exe file, transmit the parameter through the winform to the
  3. 所属分类:C#编程

    • 发布日期:2012-11-01
    • 文件大小:56.32kb
    • 提供者:
  1. shellext.cs

    0下载:
  2. CSharp code to implement a shell extension (dotnet 1.0+)
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:2.98kb
    • 提供者:lqs3
  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
    • 文件大小:33.54kb
    • 提供者:zhangchaozheng
  1. DesignerHosting

    0下载:
  2. 该示例演示了如何: - 主设计界面 - 创建一个自定义RootDesigner - 使用设计时装载机 - 创建自定义装载机 - 实施一个工具箱 要运行示例,编译和运行Shell.exe Shell.sln-The sample demonstrates how to: - Host a designer - Create a custom RootDesigner - Persist state using designer loaders -
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:426.15kb
    • 提供者:甄春杰
  1. windowsSample

    0下载:
  2. 一个C#管理系统窗体空壳源码,没有实质功能-Form a shell C# source code management system, no real function
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:381.99kb
    • 提供者:wcj
  1. CommandPromptExplorerBar

    0下载:
  2. 用C#语言实现的系统Shell接口,可以在Explorer中添加一个类似状态栏的工具条。-Shell inteface implemented by CSharp,like status bar in Explorer.
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:672.9kb
    • 提供者:xjj
  1. ShellSort

    0下载:
  2. Shell sort is a sorting algorithm, devised by Donald Shell in 1959, that is a generalization of insertion sort, which exploits the fact that insertion sort works efficiently on input that is already almost sorted. It improves on insertion sort by all
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:1.31kb
    • 提供者:Mahmoud
  1. 12345

    0下载:
  2. 能查到软件是否加壳,并且还能知道是用什么加的壳-Whether the packers can be found in the software, and also know what the shell increases
  3. 所属分类:CSharp

    • 发布日期:2017-05-12
    • 文件大小:2.52mb
    • 提供者:陈永
  1. ShellSort

    0下载:
  2. 自己根据希尔排序的核心思想,用C Sharp实现了希尔排序。更为直观明了。-The shell sort algorithm is realization by myself according to its core idea.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:12.97kb
    • 提供者:JiangHe
  1. IWebService

    0下载:
  2. 使用C#语言开发的Web服务,其中包括快速排序,选择排序,希尔排序等许多常见函数的封装-Web services developed using C# language, including quick sort, selection sort, shell sort, and many common function package
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:65.39kb
    • 提供者:chen
  1. smokemusic

    0下载:
  2. 烟灰灰电台播放器源码 功能介绍: 豆瓣电台 是基于事件驱动的,主窗口cs代码有2000多行,逻辑神马的虽然放在逻辑层,各个窗口又有强引用,还时不时的带着绑定,看着实在是累啊. 楼猪一直醉心于MVVM模式,于是就想着怎么给改改.此处先郑重声明:我只是尽量用MVVM来实现和原作者相同的效果,界面素材均是直接从豆瓣电台照搬下来的. 项目采用了unity作为依赖注入容器.Client是程序主入口,只是作为一个Shell使用.项目核心是几大模块,分别加载的主窗口的各个区域,各自
  3. 所属分类:CSharp

    • 发布日期:2017-11-13
    • 文件大小:2.85mb
    • 提供者:qwang
  1. Wcanon

    0下载:
  2. Remote shell service for windows
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:43.37kb
    • 提供者:Afshin Hamilton
  1. CSharpSort

    0下载:
  2. 常用七种排序算法(C#代码) 快速排序、希尔排序、堆排序、选择排序等-Seven kinds of commonly used sorting algorithm (C# code) quick sort, shell sort, heap sort, selection sort, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-11-20
    • 文件大小:3.61kb
    • 提供者:netbooting
  1. WinShell3

    0下载:
  2. (C#)Windows Shell 外壳编程系列 右键菜单-(C#) Windows Shell Context Menu Shell Programming Series
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:25.35kb
    • 提供者:张文
  1. shell-sort

    0下载:
  2. shell排序算法实现,是数据结构课程中的经典算法-shell sort algorithm, is a data structure course the classical algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:5.07kb
    • 提供者:李明
« 12 »
搜珍网 www.dssz.com