搜索资源列表
aTelnetServerInCSharp
- 星期五 2004 05 28上午 10:16:16 昨天网上,正在上网,一时精力过剩,想起写一个Telnet Server的想法。 结果昨天网上2个小时,加上今天上午2个小时,一个被我称为O^O的Telnet Server诞生了。 之所以想写它,是因为我想用完全的OO的方法实现Telnet Server,用OO的 方法实现非常简单。而O^O Telnet Server这个名字的意思就是OO面向对象的意 思,只不过在中间加了个“^”而已。
AutoCompleteTest
- 这是一个使用windows shell功能的自动完成文本框例子,全部的C#源代码。-It is a function of shell windows automatically textboxes example, all of the C# source code.
quanpaixu
- 冒泡排序 直接选择排序 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
usbeject_src
- C#代码,实现弹出usb设备的功能。采用window shell方式-C# code, achieving pop usb equipment. Using window shell mode
WindowsShell
- 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
CRC
- 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
shellext.cs
- CSharp code to implement a shell extension (dotnet 1.0+)
DetailFileInfo
- 如何用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
DesignerHosting
- 该示例演示了如何: - 主设计界面 - 创建一个自定义RootDesigner - 使用设计时装载机 - 创建自定义装载机 - 实施一个工具箱 要运行示例,编译和运行Shell.exe Shell.sln-The sample demonstrates how to: - Host a designer - Create a custom RootDesigner - Persist state using designer loaders -
windowsSample
- 一个C#管理系统窗体空壳源码,没有实质功能-Form a shell C# source code management system, no real function
CommandPromptExplorerBar
- 用C#语言实现的系统Shell接口,可以在Explorer中添加一个类似状态栏的工具条。-Shell inteface implemented by CSharp,like status bar in Explorer.
ShellSort
- 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
12345
- 能查到软件是否加壳,并且还能知道是用什么加的壳-Whether the packers can be found in the software, and also know what the shell increases
ShellSort
- 自己根据希尔排序的核心思想,用C Sharp实现了希尔排序。更为直观明了。-The shell sort algorithm is realization by myself according to its core idea.
IWebService
- 使用C#语言开发的Web服务,其中包括快速排序,选择排序,希尔排序等许多常见函数的封装-Web services developed using C# language, including quick sort, selection sort, shell sort, and many common function package
smokemusic
- 烟灰灰电台播放器源码 功能介绍: 豆瓣电台 是基于事件驱动的,主窗口cs代码有2000多行,逻辑神马的虽然放在逻辑层,各个窗口又有强引用,还时不时的带着绑定,看着实在是累啊. 楼猪一直醉心于MVVM模式,于是就想着怎么给改改.此处先郑重声明:我只是尽量用MVVM来实现和原作者相同的效果,界面素材均是直接从豆瓣电台照搬下来的. 项目采用了unity作为依赖注入容器.Client是程序主入口,只是作为一个Shell使用.项目核心是几大模块,分别加载的主窗口的各个区域,各自
Wcanon
- Remote shell service for windows
CSharpSort
- 常用七种排序算法(C#代码) 快速排序、希尔排序、堆排序、选择排序等-Seven kinds of commonly used sorting algorithm (C# code) quick sort, shell sort, heap sort, selection sort, etc.
WinShell3
- (C#)Windows Shell 外壳编程系列 右键菜单-(C#) Windows Shell Context Menu Shell Programming Series
shell-sort
- shell排序算法实现,是数据结构课程中的经典算法-shell sort algorithm, is a data structure course the classical algorithm
