CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 编辑框 搜索资源 - c program

搜索资源列表

  1. 多项式求和

    0下载:
  2. 1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。 2、 运行环境:C++ 3、 算法描述:首先,把输入的的多项式进行分析,把所有的系数放入一个单链表中llist,指数放入另一个单链表llist2中。然后再在指数链表中比较有没有相同的指数,如果有相同的指数,那就把相对应的系数进行求和,并把求和结果归并到llist2中;如果指数不相等的,就直接归并到llist2中。最后以指数的降幂形式输出。
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:6.09kb
    • 提供者:王俊
  1. 编译原理实验_课程设2005

    0下载:
  2. 本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展-this program is the role of TEST language lexical analysis. 2, double-click operation input file name,
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:129.32kb
    • 提供者:数据库
  1. 文本框

    0下载:
  2. 这是我又一个编程,通过它,你可以详细了解c++builder的使用 初学,请大家指教 -This is a program I have, through it, you can c builder detailed understanding of the use of learning, Please enlighten
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:36.54kb
    • 提供者:yoyo
  1. A24point

    0下载:
  2. 一个用C语言编写的小程序,玩过“速算24点”的朋友一定知道这是一个考验快速口算能力的小游戏,但其中包含了统筹思想,该程序是由用户输入4个数字,计算机程序计算出该四个数字通过加减乘除四则运算得到结果为24的一种算法。小巧实用,运行于DOS环境,有密码,密码为在下的名字汉语拼音(全部小写)。 -a C language prepared by the small programs and played "quick count 24 points," friends will k
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:23.1kb
    • 提供者:廖浩波
  1. bresenhamcircle

    0下载:
  2. 这是个C++的图形学划线的演示程序,总结了C++编程的思想,是初学者很好的典范。-This is a C graphics crossed the demo program, summed up the thinking of the C programming is a good model for beginners.
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:1.05kb
    • 提供者:CK
  1. cfhs

    0下载:
  2. 惩罚函数法C语言相关程序,运用了黄金分隔法,鲍威尔法-Penalty function method C language program related, using a gold space method, Powell method
  3. 所属分类:EditBox

    • 发布日期:2017-03-27
    • 文件大小:1.57kb
    • 提供者:刘河君
  1. MouseOperator

    0下载:
  2. 本程序用C语言实现对鼠标事件及键盘事件的响应方法,希望初学者可以参考-Implementation of this program with C-mouse event and keyboard events on the response, in the hope beginners can refer to
  3. 所属分类:EditBox

    • 发布日期:2017-04-01
    • 文件大小:2.04kb
    • 提供者:文闯
  1. WINDOWS_Code

    0下载:
  2. 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-About the principles and MFC MFC AppWizard
  3. 所属分类:EditBox

    • 发布日期:2017-03-30
    • 文件大小:44.78kb
    • 提供者:songtao
  1. Windows2V

    0下载:
  2. 用C++程序实现二维线性变换,拉长,顺时针与逆时针旋转。-With C++ program to achieve the two-dimensional linear transformation, lengthen, clockwise and counterclockwise rotation.
  3. 所属分类:EditBox

    • 发布日期:2017-04-05
    • 文件大小:8.78kb
    • 提供者:蓝枫
  1. siaoyuandaoyou

    0下载:
  2. 此文件是利用C语言编写的一个校园导航系统的图形界面总体大框程序,其它分部程序接下来会上传。-This file is the overall big box of the graphical interface program, a campus navigation system using C language and other Division program will upload next.
  3. 所属分类:EditBox

    • 发布日期:2017-04-05
    • 文件大小:1.08kb
    • 提供者:sandy
  1. BPSK

    0下载:
  2. BPSK the modulation and demodulation, with the main program in C
  3. 所属分类:EditBox

    • 发布日期:2017-04-10
    • 文件大小:657byte
    • 提供者:ezpwinf
  1. MFCyingyongkuangjia

    0下载:
  2. 基于MFC技术 根据C++进行编程,用来实现MFC程序的基本框架-MFC-based technology based on C++ programming, the basic framework of the MFC program
  3. 所属分类:EditBox

    • 发布日期:2017-11-27
    • 文件大小:60.55kb
    • 提供者:申兰兰
  1. Simple-calc

    0下载:
  2. 一个基础的+,-,*,/整数运算计算器,自己开始学C语言时写的第一个windows程序。-A basis+,-,*,/integer arithmetic calculator, when he started to learn the C language to write a windows program.
  3. 所属分类:EditBox

    • 发布日期:2017-11-19
    • 文件大小:1.19mb
    • 提供者:天平
  1. week1

    0下载:
  2. 对于c语言的编程,是初学者的一些应该学习的部分,本文件是对于一个界面的格式的编写程序-Beginners should learn c language programming, this document is an interface format program
  3. 所属分类:EditBox

    • 发布日期:2017-11-10
    • 文件大小:19.33kb
    • 提供者:yao
  1. editcontrol_box

    0下载:
  2. C++语言,基于MFC图形界面的程序。能实现在文本编辑框中输入内容,该内容同步显示到静态文本框中。代码风格清晰易懂,适合初学者学习。-C++ language, MFC-based graphical interface program. Can achieve in the text edit box, enter the content, synchronized display to a static text box. Code is clear and understandable s
  3. 所属分类:EditBox

    • 发布日期:2017-11-26
    • 文件大小:2.15mb
    • 提供者:chen ying
  1. kodas

    0下载:
  2. codes for c program development
  3. 所属分类:EditBox

    • 发布日期:2017-04-08
    • 文件大小:9.92kb
    • 提供者:babuska
  1. Poiseuille-Flow

    0下载:
  2. Poiseuille Flow C++程序源代码,采用D2Q9模型,程序完美运行,运行结果可以看出Poiseuille Flow 的基本特性。-Poiseuille Flow C++ program source code, using D2Q9 model, the program perfectly, the results can be seen that the basic characteristics of the Poiseuille Flow.
  3. 所属分类:EditBox

    • 发布日期:2017-04-13
    • 文件大小:2kb
    • 提供者:李鑫
  1. MATRIX-PROGRAM

    0下载:
  2. simple matrix program for c-simple matrix program for c++
  3. 所属分类:EditBox

    • 发布日期:2017-04-13
    • 文件大小:651byte
    • 提供者:rudi bryan
  1. MATRIKS-KEL-4

    0下载:
  2. matrix program for c-matrix program for c++
  3. 所属分类:EditBox

    • 发布日期:2017-04-13
    • 文件大小:1kb
    • 提供者:rudi bryan
  1. matriks-tambah

    0下载:
  2. add matrix program for c-add matrix program for c++
  3. 所属分类:EditBox

    • 发布日期:2017-04-13
    • 文件大小:961byte
    • 提供者:rudi bryan
搜珍网 www.dssz.com