搜索资源列表

  1. C++现代大学教程

    0下载:
  2. 该代码是C++ AN INTRODUCTION TO COMPUTING 教材的源代码,解释详细,比较实用,对初学C++ 的人士有极大的帮助。
  3. 所属分类:书籍源码

    • 发布日期:2009-04-08
    • 文件大小:509792
    • 提供者:feixuedudiao
  1. 完整的C编译器源代码

    3下载:
  2. 一个完整的C编译器源代码, 可以编译出windows下可执行的exe文件,程序不大,总共不到2w行代码,是学习C编译器的好例子。 Features * SMALL! You can compile and execute C code everywhere, for example on rescue disks (about 100KB for x86 TCC executable, including C prep
  3. 所属分类:源码下载

  1. The C Programming Language-C语言详解英文版

    0下载:
  2. 这是一本讲解C语言的书,是英文编写,十分经典,是大部分公司的新职员入职之前必须要看的书籍之一,很多公司都以它作为培训教材,帮助你更快了解C语言的奥妙。 Contents l Preface l Preface to the first edition l Introduction 1. Chapter 1: A Tutorial Introduction 1. Getting Started 2. Variables and Arith
  3. 所属分类:其它文档

  1. Teach Yourself C in 21 Days

    0下载:
  2. Join the leagues of thousands of programmers and learn C++ from some of the best. The fifth edition of the best seller Sams Teach Yourself C++ in 21 Days, written by Jesse Liberty, a well-known C++ and C# programming man
  3. 所属分类:VC/C++相关

    • 发布日期:2011-06-09
    • 文件大小:337908
    • 提供者:eddieonrobot
  1. C++ in a Nutshell.rar

    0下载:
  2. C++ in a Nutshell is a langauge reference manual. It is not a tutorial. It is not for beginners. It is a concise, to-the-point reference for professionals and other serious programmers. C++ in a Nutshell is not a compreh
  3. 所属分类:VC/C++相关

    • 发布日期:2011-08-26
    • 文件大小:356783
    • 提供者:simonhexf
  1. C-code

    0下载:
  2. Numerical Recipes 是国际公认的高水平的、关于数值计算的书,其中有 200 多个可靠的算法源程序。-Numerical Recipes is an internationally recognized high standards, the numerical calculation of the book, which has more than 200 reliable source algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:92160
    • 提供者:王纪章
  1. C源码一个原始套接字的实例

    0下载:
  2. C源码一个原始套接字的实例,很详细-an original C source socket example, in great detail
  3. 所属分类:文档资料

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:张淳宇
  1. C迷宫代码

    0下载:
  2. 这是迷宫代码,输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。-code, the importation of an arbitrary size of the maze, with a stack get out of the maze of trails and on the screen.
  3. 所属分类:文档资料

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:宋瑞轩
  1. 用C语言实现键盘画图

    0下载:
  2. 用C语言实现键盘画图的绝佳代码-C language keyboard drawing an excellent source
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:太空
  1. 二階段式小波轉換的C程式附錄

    0下载:
  2. 图像的2阶段小波转换程序,极好的参考价值,台湾最新引进。-image of two phase wavelet conversion program, an excellent reference value, the introduction of the latest Taiwan.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:古寿
  1. C语言计算器

    0下载:
  2. 这是一个用C语言编写的计算器,源代码有点复杂,是我从网上找到的一个东东。-This is a C language of computers, the source code a bit complicated, I found an online Wanton.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:9216
    • 提供者:李想
  1. MD5加密的C++类例程

    0下载:
  2. 一个完整的MD5的加密器,可实现输出一个字符串,不错的-a complete MD5 encryption device that can achieve an output string of good
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:82944
    • 提供者:
  1. OO in C

    0下载:
  2. C 语言中的类模拟(C++编程思想) 在面向对象的语言里面,出现了类的概念。这是编程思想的一种进化。所谓类:是对特定数 据的特定操作的集合体。所以说类包含了两个范畴:数据和操作。而C 语言中的struct 仅仅是数 据的集合。-C language of analog (C Programming thinking), the object-oriented languages inside, a kind of concept. Th
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:164864
    • 提供者:曹成
  1. C语言代码

    0下载:
  2. OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用)-OCR arithm
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:873472
    • 提供者:李权波
  1. 记事本C++builder

    0下载:
  2. 一个更完善的写字板,一个更小的文字录入工具,相信一定会为您的工作学习带来帮助.-an improved tablet, a smaller text entry tool that will work for you to help bring about learning.
  3. 所属分类:中文信息处理

    • 发布日期:2024-05-14
    • 文件大小:340992
    • 提供者:gg
  1. c语言词法分析程序

    0下载:
  2. .X语言词法分析程序的设计 目的:设计、编制、调制一个具体的词法分析程序,加深对词法分析原理的理解。 要求: (1)通过理解正规式、有限自动机原理,根据下面的X语言的说明编制一个X语言的词法分析程序。 (2)提交实验报告,报告内容如下: 目的要求、DFA、程序清单(带注释)、测试样例及结果-. X language lexical analysis procedure is designed to: design, preparatio
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-14
    • 文件大小:33792
    • 提供者:萧飞
  1. 用Visual C++打造IE浏览器

    0下载:
  2. 此为本人期末的课程设计VC设计:浏览器程序设计。注:本源码用Word文档存放。 简介内容:随着互联网在世界范围的广泛应用,WWW(World Wide Web,万维网)也日益成为互联网上信息交流不可缺少的工具。它是一种以HTTP(HyperText Tranfer Protocol,超文本传输协议)为基础,使用HTML(HypeText Markup Language,超文本标记语言)编写的有若干Web网页构筑而成的世界。 本课程设计要
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:11264
    • 提供者:何浩
  1. C++Java

    0下载:
  2. C调用Java的一个例子程序,实现C和java的相互调用-C an example of calling Java procedures C and realize mutual java call
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-14
    • 文件大小:2192384
    • 提供者:weihua2000
  1. ARM-CAN-C++

    0下载:
  2. 周立功公司的ARM处理器,LPC2119上的CAN代码,用C++代码写的。-Ligong week s ARM processor, LPC2119 s CAN code, using C++ Code written.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-14
    • 文件大小:258048
    • 提供者:xingxuan
  1. What-energy-functions-can-be-minimized-via-graph-c

    0下载:
  2. 本文首先介绍了需要通过graph cut最小化的能量函数的特性。虽然是二进制变量但是很容易推广到其他方面。我们详细描述了通过graphcut最小化的能量函数。并提供了最小化能量函数的通用构建。最后给出了最小化二进制能量函数的必要条件。-In this paper, we give a characterization of the energy functions that can be minimized by graph cuts.
  3. 所属分类:文件格式

    • 发布日期:2024-05-14
    • 文件大小:330752
    • 提供者:巡洋舰
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org