搜索资源列表
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)等
XmlHelper.rar
- 读取和写入XML文件的类库。 主要函数: ReadXML:读取XML文件 WriteXML:写入XML文件,Read and write XML documents library. Main function: ReadXML: read XML documents WriteXML: write XML documents
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
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-AND-javaScript
- C#代码与javascr ipt函数的相互调用-C# AND javascr ipt
PCSCCSharp
- PCSC智能卡连接函数,主要引用系统Wincard.dll类和智能卡的连接-smart card connection founction
CSharp-API
- c# 调用api函数。非常全面,不用到处搜寻其用法了。-C# call the API function. Very comprehensive, not everywhere in search of its usage.
yanzhengmashibie
- Charp验证码识别示例,包括所有CSharp处理图像的函数,包括去噪矫正等过程,对简单验证码可识别,主要是阐述其原理。-Charp sample identification code, including all images CSharp processing function, including correction, such as denoising process, the code can be simple to identify, mainly on its princip
CSharp-webBrowser
- C#中使用webBrowser模拟表单填写及鼠标点击 在编写网页自动登录器、网页自动注册器、广告模拟点击器的时候,你可以能会用到webBrowser,用来模拟表单的填写及鼠标点击事件等,以下是你可能会用到的函数: 判断是否网络正常 -C# using webBrowser simulation form filling and mouse clicksIn the preparation of webpage automatic login, automatic registra
TestIDLENVI
- C#与ENVI函数结合读取遥感影像,C#提供界面,调用ENVI函数读取影像,可为遥感工程开发提供很好参考-C# Function combined with the ENVI remote sensing image read, C# Provide interface, called ENVI function to read images, remote sensing can provide a good reference Project Development
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)