搜索资源列表
firstDemo
- VS2005 CSharp 开发的Geomedia定制能够程序,Geomedia版本V6.0.34.57,如果为其他版本,需重现加载引用,并注释掉MainFrm中以下内容: using AxMapviewLib = AxIntergraph.GeoMedia.MapviewLib using AxGMNorthArrowLib = AxIntergraph.GeoMedia.GMNorthArrowLib using AxGMScaleBarLib = AxIntergraph.
BigInteger_src
- C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random ran
CSharp
- Lậ p trình hư ớ ng đ ố i tư ợ ng C mong mọ i ngờ i ủ ng hộ
CSharpforChatting
- C#聊天室其中使用了socket编程 实现了文件传输群聊,组聊等功能,是学习SOCKET的基础教程。 飞鸽 -C# chat rooms in which the socket programming using the file transfer a group chat, group chat and other functions, is the basis of learning tutorial SOCKET. Dove
WaveEffects
- 用C#实现水波纹动画效果的图片显示,非常神奇。-To use C# to achieve the water ripples animation picture show, it' s fantastic.
WebSite1
- 实验室管理网站,分为学生端和教师端,内有学生选课,留言板等等网站常用功能-Laboratory management site, students are divided into client-side and teachers, with students in classes, message boards, etc. Web site commonly used functions
library
- 一个简单的图书馆管理系统,基本功能都得到了实现-A simple library management system, the basic functions have been the realization of
Csharp-pdf
- C# 语法全解 pdf版.CSharp是一种简单\现代\面向对象且类型安全的编程语言。-C# Grammar pdf version of the entire solution. CSharp is a simple and modern object-oriented type-safe programming language.
p
- 分词组件 for .net 2.0,即将发布。 o-Word component for. Net 2.0, the upcoming release. o
ShellControl_src
- 用C#编写的模拟命令行界面的控件,具备命令行常见的功能,包括自动补全等-Using C# prepared simulation command line interface controls with a common command-line functions, including auto-fill congruent
CS_FiveChees_Client_Server
- CSharp基于client/server的五子棋网络联机游戏源代码-CSharp-based client/server online game of backgammon source code
CsharpAjax_Chat_Room_.Net
- 学习ajax聊天室的好源代码,.net 实现(包括数据库文件),非常全。-Learn ajax chat room a good source code,. Net Code [including database files], very wide.
CSharpChatRoom
- 一个很不错的用C#编写的C/S模式的聊天室程序,实现了聊天室。悄悄话 振屏等功能,另带有Socket编程教程-A very good C# prepared by C/S model chat room procedures, implementation of the chat room. Whispering-screen features such as vibration, and the other with Socket Programming Tutorial
WindowsServices
- Simple Windows Services Describe Windows Service under Visual Studio Introduction As a matter of fact Microsoft Windows services, formerly known as NT services enable you to create long-running executable applications that run in its own Win
pelco-P
- Pelco-P to control the ptz camera.
p2p
- 这是我在学习p2p时网上找的资料,大家下载下来看吧,可以节省不少的的时间-study the p to p
code-p-value-csharp
- z distribution in Csharp
Visual-CSharp-P-SQL-Server
- 《Visual C# + SQL Server数据库开发与实例》 该书的源码-" Visual C#+ SQL Server database development and examples" source book
Csharp
- C#基础概念二十五问 1.静态成员和非静态成员的区别? 2.const 和 static readonly 区别? 3.extern 是什么意思? 4.abstract 是什么意思? 5.internal 修饰符起什么作用? 6.sealed 修饰符是干什么的? 7.override 和 overload 的区别? 8.什么是索引指示器? 9.new 修饰符是起什么作用? 10.this 关键字的含义? 11.可以使用抽象函数重写基类中的虚函数吗?
example-of-CSharp-call-CPP-dll
- C#调用C++dll实例(使用了P/Invoke的调用方法)-example of C# call C++ dll