CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - visual c 2008

搜索资源列表

  1. WTL81_9127

    0下载:
  2. 最新版的WTL源码,支持VC2008,做界面必不可少的工具-the source code of WTL, Support in Visual C++ 2008
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-30
    • 文件大小:889369
    • 提供者:beggar
  1. EdgeDetect

    0下载:
  2. 用Visual C++ 2008编写的显示图片的程序,用户可以在这个基础上进行灰度处理 边缘检测等~-Using Visual C++ 2008 to prepare the display picture of the process, the user can carry out on the basis of gray-scale edge detection, such as dealing with ~
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-10
    • 文件大小:1141689
    • 提供者:Orange
  1. c-3-0-unleashed-with-the-net-framework-3-5

    0下载:
  2. You’ll learn to do more with the new tools that are available, including Visual Studio 2008 and the .NET Framework Class Libraries.
  3. 所属分类:.net

    • 发布日期:2017-05-27
    • 文件大小:10344189
    • 提供者:chane
  1. linq-for-visual-cSharp-2008-firstpress

    0下载:
  2. * A clear and comprehensive yet concise introduction to using LINQ in C# * Covers LINQ to Objects, LINQ to SQL, LINQ to DataSet, and LINQ to XML * Rich in working examples of LINQ in action * Ideal for C# programmers at any level - * A
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:2407237
    • 提供者:chane
  1. beginning-microsoft-visual-cSharp-2008-wrox-begin

    0下载:
  2. * The C# Language: Basic language skills using console application. Content moves from the absolute basics to fairly involved OOP skills. * Windows Vista Programming: Using basic Windows applications, reinforcing earlier OOP and debugging skills.-
  3. 所属分类:CSharp

    • 发布日期:2017-06-01
    • 文件大小:14118337
    • 提供者:chane
  1. Visual_C_SHARP_2008_HOW_TO_PROGARM

    0下载:
  2. Visual C# 2008 22章源码-Visual C#
  3. 所属分类:CSharp

    • 发布日期:2017-05-18
    • 文件大小:5100364
    • 提供者:GARY
  1. Visual_C_SHARP_2008_HOW_TO_PROGARM_C01

    0下载:
  2. VISUAL C# 2008 大学教程第一章源码-VISUAL C# 2008 University of Tutorial first chapter source
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:30929
    • 提供者:gary
  1. Visual_C_SHARP_2008_HOW_TO_PROGARM_C04

    0下载:
  2. VISUAL C# 2008 大学教程第四章源码-VISUAL C# 2008 University of Tutorial Chapter IV source
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:28715
    • 提供者:gary
  1. Visual_C_SHARP_2008_HOW_TO_PROGARM_C05

    0下载:
  2. VISUAL C# 2008 大学教程第五章源码-VISUAL C# 2008 University of Tutorial Chapter V source
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:35868
    • 提供者:gary
  1. TetrisProject

    0下载:
  2. The Tetris game i make in Visual C++ 2008
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3340345
    • 提供者:hoach
  1. c4_5

    0下载:
  2. C版本的C4.5源代码在VC 2008环境下整合为一个库包。利用代码由于种种原因无法上传,见谅。-A lib with all C4.5 src which is edited in visual studio 2008
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-01
    • 文件大小:65810
    • 提供者:尤司陪
  1. cryptopp560

    0下载:
  2. 最新Crypto++5.6版 加密解密函数类库。C++版。完美支持Visual Studio 2008,2005,2003,2002,6.0,C++ Builder 2009,GCC等主流编译器。 -Abstract Base Classes cryptlib.h Authenticated Encryption AuthenticatedSymmetricCipherDocumentation Symmetric Ciphers SymmetricCipherDocumen
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1049029
    • 提供者:沧海
  1. CSV

    0下载:
  2. CSV Load Program In Visual C++ 2008, after loading CSV it compares against a set of data
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:32252
    • 提供者:_phoenix_
  1. mental_lenses

    0下载:
  2. Maya Pluin Source Code Fish eye and spherical environment lenses for Mental Ray with source code. ReadMe inside the arhive (russian language).-Maya Pluin Source Code Fish eye and spherical environment lenses for Mental Ray with source code. Re
  3. 所属分类:Graph program

    • 发布日期:2015-07-31
    • 文件大小:327611
    • 提供者:Jeffee
  1. dtw

    0下载:
  2. dynamic time warping is a method that using for matching in speaker identification. this code i write in C# using Microsoft visual studio 2008
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:36521
    • 提供者:yanadi
  1. WordCounter

    0下载:
  2. 封装一个类CText, 并编写一个软件,它可以完成对任意一个文本文件的字符统计工作, 可以统计的信息有:中文字符数、英文单词数、行数、字符个数(不计空格)、空格数。 同时上述的字符统计信息,要求能写到一个Report.txt文件中,并且能显示出来。但是不要求界面,只要能以命令行的形式输入及显示即可,另外统计功能也可参考Word中 的“字数统计工具”。 序遵循题目的要求,采用Visual Studio 2008编译环境编写,使用C++语言来完成。其中主要功能封装在CText类当中,并利
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-27
    • 文件大小:9804
    • 提供者:DongMu
  1. norm

    0下载:
  2. A source code of function which convert image from RGB scale - space into normalized RGB scale - space, using Visual C++ 2008 and OpenCV library. Normalized RGB scale - space can be used in color detection techniques, because this is independent
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:339109
    • 提供者:lukeam
  1. chap1-10

    0下载:
  2. C#和.NET 3.0第一步--适用Visual Studio 2005与Visual Studio 2008一到十章源代码-C# and. NET 3.0 The first step- for Visual Studio 2005 and Visual Studio 2008 source code chapter 1-10
  3. 所属分类:CSharp

    • 发布日期:2017-05-20
    • 文件大小:5892602
    • 提供者:潘东
  1. 20081020_7f3716f4c544a423e5746Mg7s0kSLgTy

    0下载:
  2. exe作成服务启动的代码,简单的c语言编写,是实现程序(木马)自启动的最好方式,能够逃脱杀毒软件的监视! -A remote administratio/bot source. Get command through either http or irc. Can execute a command on a specific time, uses simple XOR encryption for command file transfer. Also has embeded a repl
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3616958
    • 提供者:jmjjhjmk
  1. Caculater

    0下载:
  2. Visual C# 2008 初学者观摩代码之最简易计算器-caculater
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:347783
    • 提供者:俞志刚
« 1 2 3 4 5 67 8 9 10 11 ... 24 »
搜珍网 www.dssz.com