搜索资源列表
otl
- This document describes the Oracle, Odbc and DB2-CLI Template Library, Version 4.0 (OTL 4.0). OTL 4.0 is a C++ library based on templates. It integrates all of the previous releases into one library.
vc_cli
- Rapid Control工具在windows下实现CLI的工程及源代码, 采用VC编译。-Rapid Control tool in windows under the CLI works and the source code, VC compiler used.
S4-000549R_PSS_GD_010_clean
- Streaming refers to the ability of an application to play synchronised media streams like audio and video streams in a continuous way while those streams are being transmitted to the client over a data network.-Streaming refers to the ability of an a
MySocket(C++CLI)
- C++/CLI代码,基于Socket的服务和客户端程序。VS2005环境。-C / CLI code, based on Socket services and client procedures. VS2005 environment.
mcs-1.0.2.tar
- .net CLI的实现源代码
VisualC++2005(bookResource)
- 本书系编程语言先驱者Ivor Horton的经典之作,是学习C++编程最畅销的图书品种之一,不仅涵盖了Visual C++ .NET编程知识,还全面介绍了标准C++语言和.NET C++/CLI。本书延续了Ivor Horton讲解编程语言的独特方法,从中读者可以学习Visual C++ 2005的基础知识,并全面掌握在MFC和Windows Forms中访问数据源的技术。此外,本书各章后面的习题将有助于读者温故而知新,并尽快成为C++高效程序员
Beginvisualc++2005
- 通过使用本书,您可成为优秀的C++程序员。Microsoft公司的最新开发系统Visual Studio 2005支持两种截然不同但又紧密相关的C++语言。该系统完全支持原来的ISO/ANSI标准C++,同时还支持名为C++/CLI的新版C++。C++/CLI由Microsoft公司开发,现在是ECMA标准。这两种C++版本互为补充,各自完成不同的任务。ISO/ANSI C++用于开发在本地计算机上运行的高性能应用程序,而C++/CLI专门为.NET Framework开发。本书将讲述使用这两种
2008101258647
- 编程高,实例解析C++CLI之代理与事件,仅供参考,大家一起享用
zubosrv+cli
- 实现网内组播,包含服务器端和客户端的代码
DataProcess2.0Release1000
- 使用C++ CLI 编写的(托管C++)数据分析软件 数据格式为 float(\\t)float(\\t) 注意去掉空格。 编写的目的是分析程控电源采集的数据。
网口文件传输程序
- LINUX网口文件传输,分别运行SER.O和CLI.O 传输文件路径可自行修改 或作成读取配置文件的形式-LINUX network file transfer, and running SER.O CLI.O document transmission path may modify or make the reader configuration file forms
libcli-1.9.4.tar
- 一个简炼的CLI库,可用于路由器中CLI管理系统的开发
CLI
- this describes how the commands are implemented and it defines different types of node for a virtual terminal
cli-cmds
- GDB CLI commands 用于windows操作系统-GDB CLI commands for windows
CLI
- This Standard is based on a submission from Microsoft. It describes a technology, called C++/CLI, which is a binding between the Standard C++ programming language and the Common Language Infrastructure (CLI). That submission evolved from anothe
Expert-CPP-CLI-for-Visual-C
- Expert C++/CLI:.NET for Visual C++ Programmers,这是一本英文书,专门为VC++程序员介绍专业的C++、CLI编程方法,值得学习-Expert C++/CLI:. NET for Visual C++ Programmers, this is an English book, specifically for VC++ programmers to introduce a professional C++, CLI programming, it is
cli-framwork
- C语言实现的通用命令行框架,适合于命令行编程入门-cli program architecture in common use, it must be useful for cli programming introduction.
cli-master
- golang package cli source
PaintCLIGraph-v1.7
- 读取cli文件,导入后,可以在界面中查看每层的图案,并添加了填充算法(After reading the CLI file, you can see the pattern of each layer in the interface and add the filling algorithm.)
C++/CLI入门实例
- 一个简单的C++/CLI入门实例,CLI封装C++,并提供给C#调用