搜索资源列表
CH9_tuoguanCPPprogram
- CH9_托管C++程序设计.ppt 托管C++能够充分应用.NET Framework提供的功能,并能允许用C++编写的模块与其它语言(如C#、Visual Basic等)编写的模块组合。 本章主要介绍托管C++程序设计的基础知识,包括CLR、托管程序、垃圾回收、托管数据类型、程序集、托管类、托管继承、接口、抽象类、托管引用类型和值类型、委托和事件等概念和技术。这些内容是Windows程序设计的基础,也是.NET环境中C#、Visual Basic等语言中的通用编程概念和技术。
CSharp-CLR
- 一本c#框架的书,个人觉得很不错!供大家学习-failed to translate
vhdl
- library ieee use ieee.std_logic_1164.all entity decoder is port (clk:in std_logic clr:in std_logic data_in:in std_logic --待解码信元输入端; data_out:out std_logic) --解码信元输出端; end decoder architecture behave of decoder is component dff2
CLR-via-CSharp--Fourth-Edition
- CLR via C#, Fourth Edition 深入理解CLR,适合有一定基础的朋友,研究.NET更深层次技术-CLR via C#, Fourth Edition-depth understanding of CLR, a basis for the friends, study. NET deeper technical
dnlib-master
- .NET module/assembly reader/writer library written for [de4dot](https://github.com/0xd4d/de4dot/). dnlib was created because de4dot needed a robust .NET assembly library that could handle all types of obfuscated assemblies. de4dot used to u
CLR(MCPP)
- 即:托管C++程序设计,在.net中使用,即vs中clr工程。-Namely: Managed C++ programming, use in .net that vs the clr project.
Richter-J_---CLR-via-CSharp-4.5-Ru
- Richter J_ - CLR via C# 4.5 Ru
CLR-of-CSharp-(2nd)
- CLR Via C#第二版,英文版,尽管已经比较老了,但里面有很多东西还是值得借荐的。-2rd edition of CLR via C#, although it is old, there are still much knowledge that are useful.