- the-java-graphics--sharpening public class BlurAndSharpenDemo extends JFrame implements ActionListener { private JPanel jPanel = new JPanel() //面板jPanel用于容纳模糊
- A-star---Eight-digital-problem 用A*算法解决八数码问题
- AT89S51 单片机开发板电路图纸(有protel基础的可以自己做单片机的主板)
- lab23-SCIC DSP TMS320F28335 SCI模块开发例程
- pmsm simulation simulink using state space
- C# 实现一个基础c#网页平台
文件名称:NewfeaturesinCSharp4.0
介绍说明--下载内容来自于网络,使用问题请自行百度
The major theme for C# 4.0 is dynamic programming. Increasingly, objects are “dynamic” in the sense that their structure and behavior is not captured by a static type, or at least not one that the compiler knows about when compiling your program. Some examples include
• objects from dynamic programming languages, such as Python or Ruby
• COM objects accessed through IDispatch
• ordinary .NET types accessed through reflection
• objects with changing structure, such as HTML DOM scr ipt objects
• data readers and other user defined dynamic objects
While C# remains a statically typed language, we aim to vastly improve the interaction with such objects.
• objects from dynamic programming languages, such as Python or Ruby
• COM objects accessed through IDispatch
• ordinary .NET types accessed through reflection
• objects with changing structure, such as HTML DOM scr ipt objects
• data readers and other user defined dynamic objects
While C# remains a statically typed language, we aim to vastly improve the interaction with such objects.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
NewfeaturesinCSharp4.0.doc
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.