搜索资源列表
DataAdo
- 我用VC++ 2005的托管代码编的一个C++/CLR的例子,该方面例子较少,希望给大家参考
C++CLICLR
- C++CLI CLR编程,很有实用性,可以仔细参考学习,请大家顶
C++_CLI.RAR
- VC++ 2008 C++ /CLR 开发全能
VS2008简明教程
- 写在前面:..............................................................................................................................1 第一章:启动软件............................................................................................................
CLR
- C库函数本手冊為txt格式(可以在dos下用任何察看器閲讀),按各個頭文件分類,對函數的原型、功能、使用參數及返回情況分別有介紹,並有使用範例-C library function
shell
- 自制的一个shell程序,实现cd,dir,clr,help,quit,if..then等命令-Made a shell program to realize cd, dir, clr, help, quit, if .. then other commands
music
- 单片机播放音乐实验(汇编) org 0000h ajmp main org 000bh ajmp timer0 org 0030h timer0: clr ea djnz 33h,exit mov 33h,53h djnz 32h,exit mov 32h,52h djnz 31h,exit1 mov 31h,51h djnz 30h,exit1 setb f0 ajmp exit exit1: cpl p2.1 e
CLR_via_CSharp_2E
- 框架设计(第2版):CLR Via C# 被china-pub会员评为“2007年我最喜爱的十大技术图书”之一 知名技术作家类Jeff Richter 为您提供专业指导,让您迅速掌握CLR和.NET Framework 2.0-The purpose of this book is to explain how to develop applications and reusable classes for the .NET Framework. Specifically, this m
ClrViaCSharp
- CLR Via C#,介绍C#编程的一本很好的书。-CLR Via C#
DirExp
- Directory explorer - example C++/clr-Directory explorer- example C++/clr
chap09toupiao
- 1) 公共语言运行库(Common Language Runtime, CLR) (2) 基础类库(Base Class Library) (3) 、、C#等语言运行库。 -1) The common language runtime (Common Language Runtime, CLR) (2) Foundation Class Library (Base Class Library) (3),, C# and other language runtime.
CLR
- C环境的CLR函数库,打包下载,bios,graphic-C environment CLR library, packaging download
Cpp_Native_CLI_interop
- he purpose of this code is to show how to write interop code using native C++ and C++/CLI. It also shows how using a managed *.dll that the same code can be accessed and used from any other CLR language.
giflib-4.1.6
- GIF操作函数库for c, c++,可以通过c# CLR, java jni等封给C#, Java使用,也可以通过dll封给python, delphi, powerbuilder, vb, 等等等等使用。功能强大,可读出,写入,完美支持多帧动画,自带颜色交错算法,完美避免gif颜色少的弊病。 这个函数库是最正宗的了,可以封装给工程使用,也可以应用在嵌入式环境、C#环境、Java环境、PHP环境、python环境、Linux或Windows的桌面工程、命令行工具中,更可以应用在Web
zlib-1.2.5
- 想操作zip压缩流吗?这个库就是你想要的。zip作为最流行的压缩流事实标准,在压缩速度、压缩效果上取得完美平衡,远超rar, lass之流不平衡的压缩格式。 zlib操作函数库for c, c++,可以通过c# CLR, java jni等封给C#, Java使用,也可以通过dll封给python, delphi, powerbuilder, vb, 等等等等使用。功能强大,可读出,写入,完美支持zip格式。 这个函数库是最正宗的了,可以封装给工程使用,也可以应用在嵌入式环境
c-CLR
- C语言库函数,收集了一些C语言的库函数希望能给新手一些帮助!-C library functions, collected some C library function hope can give beginners some help!
DataGridView_Odbc
- 关于DataGridView的最基本的实例程序,包括增加行、删除行、将修改结果送回数据库等功能。 框架为Visual C++ CLR,数据库种类ODBC,数据库位置为本地的mdb文件。 程序中使用的数据库也包含在了压缩包中,是我对一些IT公司的打分,除了说腾讯是250之外,没什么意义。-DataGridView instance on the most basic procedures, including an increase rows, delete rows, will modi
CLRPViaPCSharp
- 《CLR+Via+C#》 第二版,作者Jeffrey Richter.一部深入阐述.NET公共语言时和C#语言的非常好的英文原著。-"CLR+ Via+ C#" Second Edition Jeffrey Richter. A thoroughly elaborated. NET common language and the C# language, a very good English original.
CLR-Via-CSharp_code-
- CLR via C#, Second Edition
12.C#技术内幕
- C#.NET技术内幕全面阐述了C#语言和.NET Framework的基础知识。本书介绍了C#语言的语法和公共语言运行库(CLR)的基础,接着循序渐进地介绍了Windows Forms应用程序、ASP.NET应用程序、Web服务、XML、加密、应用程序部署、数据访问、保障应用程序的安全,以及调试和测试等内容。(This book is simple, clear thinking, and with appropriate sample code, especially for readers