CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - shell
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - shell - List
[
CSharp
]
aTelnetServerInCSharp
DL : 0
星期五 2004 05 28上午 10:16:16 昨天网上,正在上网,一时精力过剩,想起写一个Telnet Server的想法。 结果昨天网上2个小时,加上今天上午2个小时,一个被我称为O^O的Telnet Server诞生了。 之所以想写它,是因为我想用完全的OO的方法实现Telnet Server,用OO的 方法实现非常简单。而O^O Telnet Server这个名字的意思就是OO面向对象的意 思,只不过在中间加了个“^”而已。 O^O可以支持多个客户端同时连接,调用CMD.exe实现Shell,暂时只支持 2000、xp、2003系列,因为我没有98下的vs.net,所以我也不打算让他支持98。 刚刚完成,bug很多,不管他,先来个0.1的release再说。 呵呵,搞不好是绝版哦,还不看看先! 上午 10:28:47-Friday 2004 05 28 10:16:16 yesterday morning Internet is the Internet, 1:00 excess energy, and thought to write a Telnet Server ideas. Yesterday, the results online two hours this morning with two hours, I was called an O ^ O Telnet Server was born. Why write it because I want to spend the full OO method Telnet Server, with the OO method is very simple. O ^ O and Telnet Server meaning of the name is OO object-oriented meaning only in the middle of a "^." O ^ O can support multiple client link, calling CMD.exe achieve Shell, temporary support only 2000, xp, 2003 series, because I did not vs.net under 98, so I do not intend to let him support 98. Just completed, many bug, regardless first 0.1 months to repeat the release. Oh, they might be out of print, oh, do not look at the first
Date
: 2008-10-13
Size
: 12.54kb
User
:
孙立文
[
CSharp
]
AutoCompleteTest
DL : 0
这是一个使用windows shell功能的自动完成文本框例子,全部的C#源代码。-It is a function of shell windows automatically textboxes example, all of the C# source code.
Date
: 2008-10-13
Size
: 22.98kb
User
:
ren
[
CSharp
]
quanpaixu
DL : 0
冒泡排序 直接选择排序 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] int length }SqList int random() void InsertSort(SqList &L) void main(){ SqList L L.r = new RedType[n+1] L.length=n for(int i=1 i<=n i++) L.r[i].key=random() long t1,t2 t1=clock() InsertSort(L) t2=clock() cout<<\" 时间: \"<<float(t2-t1)/CLK_TCK<<endl } -Bubble Sort direct selection Shell Ranking Ranking Ranking Rapid Merging Sort Heap Sort basic ordering directly inserted Algorithm # include
Date
: 2008-10-13
Size
: 703.68kb
User
:
zero
[
CSharp
]
usbeject_src
DL : 0
C#代码,实现弹出usb设备的功能。采用window shell方式-C# code, achieving pop usb equipment. Using window shell mode
Date
: 2008-10-13
Size
: 107.4kb
User
:
lfchen
[
CSharp
]
aTelnetServerInCSharp
DL : 0
星期五 2004 05 28上午 10:16:16 昨天网上,正在上网,一时精力过剩,想起写一个Telnet Server的想法。 结果昨天网上2个小时,加上今天上午2个小时,一个被我称为O^O的Telnet Server诞生了。 之所以想写它,是因为我想用完全的OO的方法实现Telnet Server,用OO的 方法实现非常简单。而O^O Telnet Server这个名字的意思就是OO面向对象的意 思,只不过在中间加了个“^”而已。 O^O可以支持多个客户端同时连接,调用CMD.exe实现Shell,暂时只支持 2000、xp、2003系列,因为我没有98下的vs.net,所以我也不打算让他支持98。 刚刚完成,bug很多,不管他,先来个0.1的release再说。 呵呵,搞不好是绝版哦,还不看看先! 上午 10:28:47-Friday 2004 05 28 10:16:16 yesterday morning Internet is the Internet, 1:00 excess energy, and thought to write a Telnet Server ideas. Yesterday, the results online two hours this morning with two hours, I was called an O ^ O Telnet Server was born. Why write it because I want to spend the full OO method Telnet Server, with the OO method is very simple. O ^ O and Telnet Server meaning of the name is OO object-oriented meaning only in the middle of a "^." O ^ O can support multiple client link, calling CMD.exe achieve Shell, temporary support only 2000, xp, 2003 series, because I did not vs.net under 98, so I do not intend to let him support 98. Just completed, many bug, regardless first 0.1 months to repeat the release. Oh, they might be out of print, oh, do not look at the first
Date
: 2025-12-22
Size
: 13kb
User
:
孙立文
[
CSharp
]
AutoCompleteTest
DL : 0
这是一个使用windows shell功能的自动完成文本框例子,全部的C#源代码。-It is a function of shell windows automatically textboxes example, all of the C# source code.
Date
: 2025-12-22
Size
: 36kb
User
:
ren
[
CSharp
]
quanpaixu
DL : 0
冒泡排序 直接选择排序 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] int length }SqList int random() void InsertSort(SqList &L) void main(){ SqList L L.r = new RedType[n+1] L.length=n for(int i=1 i<=n i++) L.r[i].key=random() long t1,t2 t1=clock() InsertSort(L) t2=clock() cout<<" 时间: "<<float(t2-t1)/CLK_TCK<<endl } -Bubble Sort direct selection Shell Ranking Ranking Ranking Rapid Merging Sort Heap Sort basic ordering directly inserted Algorithm# include
Date
: 2025-12-22
Size
: 703kb
User
:
zero
[
CSharp
]
usbeject_src
DL : 0
C#代码,实现弹出usb设备的功能。采用window shell方式-C# code, achieving pop usb equipment. Using window shell mode
Date
: 2025-12-22
Size
: 107kb
User
:
lfchen
[
CSharp
]
WindowsShell
DL : 0
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 projects.
Date
: 2025-12-22
Size
: 130kb
User
:
leizi
[
CSharp
]
shellext.cs
DL : 0
CSharp code to implement a shell extension (dotnet 1.0+)
Date
: 2025-12-22
Size
: 3kb
User
:
lqs3
[
CSharp
]
DetailFileInfo
DL : 0
如何用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 information obtained in the C# file information very easy, just use FileInfo class or category FileVersionInfo can get, but if you want to document the expansion of access to information, it can not be obtained from the two categories. However, in C#, this is not difficult, as long as the introduction of " Microsoft Shell Controls and Automation" of the COM can be obtained.
Date
: 2025-12-22
Size
: 34kb
User
:
zhangchaozheng
[
CSharp
]
DesignerHosting
DL : 0
该示例演示了如何: - 主设计界面 - 创建一个自定义RootDesigner - 使用设计时装载机 - 创建自定义装载机 - 实施一个工具箱 要运行示例,编译和运行Shell.exe Shell.sln-The sample demonstrates how to: - Host a designer - Create a custom RootDesigner - Persist state using designer loaders - Create custom loaders - Implement a toolbox To run the sample, compile Shell.sln and run Shell.exe
Date
: 2025-12-22
Size
: 426kb
User
:
甄春杰
[
CSharp
]
windowsSample
DL : 0
一个C#管理系统窗体空壳源码,没有实质功能-Form a shell C# source code management system, no real function
Date
: 2025-12-22
Size
: 382kb
User
:
wcj
[
CSharp
]
CommandPromptExplorerBar
DL : 0
用C#语言实现的系统Shell接口,可以在Explorer中添加一个类似状态栏的工具条。-Shell inteface implemented by CSharp,like status bar in Explorer.
Date
: 2025-12-22
Size
: 673kb
User
:
xjj
[
CSharp
]
ShellSort
DL : 0
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 allowing the comparison and exchange of elements that are far apart. The last step of Shell sort is a plain insertion sort, but by then, the array of data is guaranteed to be almost sorted. The algorithm is an example of an algorithm that is simple to code but difficult to analyze theoretically.
Date
: 2025-12-22
Size
: 1kb
User
:
Mahmoud
[
CSharp
]
12345
DL : 0
能查到软件是否加壳,并且还能知道是用什么加的壳-Whether the packers can be found in the software, and also know what the shell increases
Date
: 2025-12-22
Size
: 2.52mb
User
:
陈永
[
CSharp
]
CRC
DL : 0
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 shell, then display on the winform.
Date
: 2025-12-22
Size
: 56kb
User
:
[
CSharp
]
ShellSort
DL : 0
自己根据希尔排序的核心思想,用C Sharp实现了希尔排序。更为直观明了。-The shell sort algorithm is realization by myself according to its core idea.
Date
: 2025-12-22
Size
: 13kb
User
:
JiangHe
[
CSharp
]
IWebService
DL : 0
使用C#语言开发的Web服务,其中包括快速排序,选择排序,希尔排序等许多常见函数的封装-Web services developed using C# language, including quick sort, selection sort, shell sort, and many common function package
Date
: 2025-12-22
Size
: 65kb
User
:
chen
[
CSharp
]
shell-sort
DL : 0
shell排序算法实现,是数据结构课程中的经典算法-shell sort algorithm, is a data structure course the classical algorithm
Date
: 2025-12-22
Size
: 5kb
User
:
李明
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.