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

搜索资源列表

  1. c语言词法分析器

    0下载:
  2. 很好的c语言词法分析程序,该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的 源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录 的outpu.. 开发工具:C++Builder, 提供者:汤超 · 词法分析器11.rar, 2005-12-25 -good language lexical analysis procedures, the lexical analysis procedures us
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.22kb
    • 提供者:唯一
  1. c-star

    1下载:
  2. .h 头文件:常量声明,结构体,函数的声明 .c/.cpp 变量、函数的实现 流程: 1。读文件,方法可用读 section或者txt(检查到头[descr iption],开始读) 2。while/for 开始解析数据(定义一个结构体,把每一行的每个数据分别存入结构体内。最好考虑下文件的占用问题,可以读1000个关文件,读后一1000个再打开文件) 注意:处理Item:判断lenth是否合法,char*是否为NULL 要写个HandleE
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:21.93kb
    • 提供者:gaohao
  1. McGraw.Hill.C.CPP.Programmers.Reference.3rd.Editio

    0下载:
  2. This guide reviews the rules and syntax of the principle commands that comprise C and its object-oriented cousin, C++. The reference consists of 19 chapters that define operators and the standard input/output, string, character, and more.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:451.66kb
    • 提供者:李四
  1. c++代码转换诚高亮html代码

    0下载:
  2. 将cpp代码转换成高亮html代码的源程序,有说明的
  3. 所属分类:Windows编程

    • 发布日期:2010-01-06
    • 文件大小:2.94kb
    • 提供者:fwar34
  1. c/c++简单计算器源码

    0下载:
  2. c++编写的简单计算器 cpp源码,经过VS2008测试,可通过编译,四则运算功能/括号功能/过滤干扰字符功能
  3. 所属分类:源码下载

  1. 表达式转换求值 C++

    0下载:
  2. 表达式的转换求值 利用栈 中缀表达式转后缀 直接将扩展名转为CPP即可调试运行
  3. 所属分类:Windows编程

  1. C++ Builder && Matlab 混合编程

    0下载:
  2. C++ builder与 Matlab混合编程,通过Matcom将Matlab的m文件编译为cpp文件,实现C++ builder调用Matlab;软件完成后,可以脱离Matlab运行环境。
  3. 所属分类:matlab例程

    • 发布日期:2011-08-24
    • 文件大小:11.02mb
    • 提供者:self_discipline
  1. c++文件源码e1_2.cpp

    0下载:
  2. //e1_3.cpp #include float area(float r) //定义求半径为r的圆的面积的函数area { return 3.14159f * r * r; } void main() { float r; //定义浮点型变量r,用于存放圆的半径 cout<>r; //从键盘上输入圆的半径送给变量r cout<<"半径为"<<r<<"的圆的面积="<<area(r)<&
  3. 所属分类:C#编程

    • 发布日期:2011-11-11
    • 文件大小:160kb
    • 提供者:qu120664854
  1. CPP.rar

    2下载:
  2. NORAD公布的两行星历数据计算轨道参数模型,本程序包括SGP SGP4 模型,是用C++写的!前面上传了matlab版本,请读者搜索一下就可以找到,NORAD released two calendar data planet orbit-parameter model, the process includes the SGP SGP4 model is C++ Written! From in front of a matlab version, readers can be found
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:94.87kb
    • 提供者:zhanglin
  1. Harris-CPP

    0下载:
  2. 本代码是基于Harris边角检测的特征点提取代码,用C++程序编写。希望对大家有用-This code is based on Harris corner detection feature extraction code, using C++ programming. Hope to useful
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3.43mb
    • 提供者:潇洒
  1. 《Visual C++项目案例导航》源代码

    1下载:
  2. 《Visual C++项目案例导航》源代码- "Visual C Project Case Navigation" source code
  3. 所属分类:source in ebook

    • 发布日期:2017-11-09
    • 文件大小:11.85mb
    • 提供者:lanlamer
  1. asm-C-CPP-program

    0下载:
  2. 包括C语言哈夫曼树的实现;win32写的代码统计工具;汇编加密解密机masm程序;C++哈夫曼树的实现;汇编简单计算器;汇编编译工具-Including the realization of C language Huffman tree win32 statistical tools to write code assembly the encryption decryption machine masm process C++ Huffman tree realization com
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-03
    • 文件大小:4.95mb
    • 提供者:邢旭初
  1. C-CPP-programming-specification

    0下载:
  2. C、c++语言编程规范(华为、林锐、MISRAC)-C, C++ language programming specification (Huawei Lin sharp MISRAC,)
  3. 所属分类:software engineering

    • 发布日期:2017-11-07
    • 文件大小:1.23mb
    • 提供者:王志强
  1. Cpp源代码

    0下载:
  2. 各种算法的c语言程序,包括huffman、线性表、栈、队列等--All kinds of algorithm program in C language, including huffman, lineartable, stack, queue etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-20
    • 文件大小:18.95kb
    • 提供者:站长
  1. bashuma.cpp

    0下载:
  2. C++实现的八数码问题,采用A*算法,利用STL提供的priority_q-C to achieve the eight digital issues, the use of A* algorithm, the use of STL provided priority_q
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:2.04kb
    • 提供者:maxwell
  1. CPP(ProgramingLanguage)

    0下载:
  2. 该文件中包含《C++语言基础教程(吕凤翥)程序(第2版本)》中的所有例子的源代码,并按章节分装在各自的文件夹中。其中每个例子源程序都有一个(名字与例题编号相当一致且规范的)文件夹,其下只有三种文件类型(.cpp,.dsp,.dsw),所有源程序都在VC++6.0平台上编译通过。对这些程序,我在讲课时已用了好几遍。 -This document contains
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:497.35kb
    • 提供者:陈迅雷
  1. 32993992-c-cpp-programs-with-numerical-problems.r

    0下载:
  2. c++ (cpp) programs with numerical problems- c++ (cpp) programs with numerical problems
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:9.74kb
    • 提供者:vq
  1. Programming-high-quality-C-CPP

    0下载:
  2. 高质量C-CPP编程,经典书籍,总结概括了一些程序员容易犯的错误或误区。-C-CPP high quality programming, classic books, summed up a number of programmers easy mistake or misunderstanding.
  3. 所属分类:.net

    • 发布日期:2017-03-27
    • 文件大小:104.97kb
    • 提供者:pizili
  1. C-Cpp中文帮助文档

    0下载:
  2. 这是有关于html的帮助文档,希望对大家有所帮助。谢谢。(This is a helpful document about HTML, which I hope will help you. thank you)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:115kb
    • 提供者:文韬武略
  1. MifareHID C-Cpp-Sample

    0下载:
  2. Mifare Demo HID USB modem, allow to read, write, authenticate and generate Access Bits, Visual C++
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:316kb
    • 提供者:vibanez
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com