搜索资源列表
Csharp(实验2)
- C#实验(作业),其功能为:用随机函数给四位牌家发牌(扑克)。并在屏幕上显示出结果。-C# Experiment (operations), and its function as : random function to the four licensing home licensing (poker). And on the screen shows the result.
调用matlab函数的代码.ZIP
- C#调用matlab6.5.1函数的方法-the method of calling functions of matlab 6.5.1 with csharp
CsharpFuction
- Csharp函数的使用功能手册,是你编程的好帮手啊。
Csharp
- 此源码是Cell组件超级报表模板设计器C#.net源码示例。 Cell网站: http://www.cellsoft.cc/Cell/index.asp cell组件下载地址: http://www.cellsoft.cc/cell/down_list.asp 产品概述: Cell 组件适用于Windows环境下各种开发工具(如VB, VC, Visual Foxpro, Delphi, C++ Builder, PowerBuilder, .NET)等
Cshap_OpenGL_Draw.rar
- 演示了Net环境下C#语言调用 OpenGL函数 绘制程序的过程,进而可以进一步学习交互式绘图,Net environment to demonstrate C# language called OpenGL function mapping procedure, which can further study the interactive graphics
XmlHelper.rar
- 读取和写入XML文件的类库。 主要函数: ReadXML:读取XML文件 WriteXML:写入XML文件,Read and write XML documents library. Main function: ReadXML: read XML documents WriteXML: write XML documents
TProject.rar
- 一个非常好的Web services接口,有一个客户端和一个服务端,在开发Web services项目时非常实用:不要去添加"Web 引用"就可以完成所有任意的Web Services函数的调用,并准确的通信.,good
CShapAPIDLL.rar
- C#API大全 内置大量的在C#中申明的API函数接口,方便大家在C#中使用API函数,C#API大全 内置大量的在C#中申明的API函数接口,方便大家在C#中使用API函数
SnmpSharpNet
- 由于C#原始的库函数中没有专门实现SNMP的库,因此对于SNMP开发者而言,用C#开发出SNMP的应用程序具有相当的难度,要求开发者对C#和SNMP都有很深的认识和理解。SnmpSharpNet是用C#构建的,处理简单网络管理协议(SNMP)的API,它提供了非常丰富的成员函数供SNMP开发者调用,开发者只需要对SNMP的基本原理和实现SNMP的基本过程有所了解,便可以轻松入手。-Since C# is not the original library functions to achieve
Tao_GLUT_model (3DS格式)模型读取
- c#下用CSGL框架实现的3D(3DS格式)模型读取 ,glut函数用的是Tao.freeglut-c# under the framework of realization with CSGL 3D (3DS Format) model reads, glut function with the Tao.freeglut
Csharpleiku
- c#类库,方便查看各个函数,希望对大家有用。-c# leiku,easy to find imformation
opcdotnet
- 基于C#的OPCClient 实例,基本上将可能用到的OPC函数都包括了,希望对大家有所帮助。-C# Examples for OPC
Csharpuseapi
- 关于C#截屏和摄像头的资料集合,包括调用API函数(有注释说明)在vs2005下可调试,在vs开发环境下,我们可以很简单的调用api函数,完成相应的开发-Screenshots on the C# collection of information, including the call to API function (with explanatory notes) under which the vs2005 debug in vs development environment, we c
coredll_dll_API
- Wince下的主要dll,coredll.dll所包含的全部函数. 在API下就可以知道各个函数的使用方法.-Wince of the main dll, coredll.dll contains all the function. In the next API function to know the use of various methods.
RealGeneticAlgorithm
- 自已编写的c#自适应实数编码遗传算法,提供多种交叉变异和选择方法,应用时结合需要,修改适应度函数即可!-Write their own adaptive real-coded genetic algorithms, offers a variety of crossover and mutation and selection methods, application integration needs, modify the fitness function can be!
camera
- c# 调用摄像头 包含图片截取函数 和timer实例-c# call camera containing pictures interception function and timer examples
AutoRegression
- 数学统计分析基本函数,自回归分析,包括AIC,FPE等确定阶数。-Autogression
CSharpWinMMmci
- 用C#调用API实现声音的播放,C#没有提供播放MP3等音频文件的类,要编写播放MP3等音频文件程序,必须使用第三方控件或类。本文使用API函数mciSendString,编写一个播放MP3等音频文件的类。 -Call the API using C# to achieve playback sound, C# does not provide, such as MP3 audio files to play the class, be prepared to play MP3 audio fi
CSharp
- C#编程常用到的一些类库,函数,很实用,记住可以提高开发效率-C# Programming used to some of the libraries, function, very practical, remember that can improve development efficiency
CSharp并发编程经典实例
- 全面讲解C#并发编程技术,侧重于.NET平台上较新、较实用的方法。全书分为几大部分: 首先介绍几种并发编程技术,包括异步编程、并行编程、TPL 数据流、响应式编程;然后阐述一 些重要的知识点,包括测试技巧、互操作、取消并发、函数式编程与OOP、同步、调度;最后介 绍了几个实用技巧。全书共包含 70多个有配套源码的实用方法,可用于服务器程序、桌面程序和 移动应用的开发(Concurrency in C# Cookbook)