搜索资源列表
c
- 、有一种栈,这种栈是按数组索引减小的方向增长的。初始时栈为空且top=21。往栈中压入3个字符后,索引top=18,栈顶元素为list[top]=C。
C++开发图形计算程序
- 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出。 -Write C++ program performs the following functions: (1
webasto-1.0.tar
- The purpose of this project is to make it possible to remotely switch on a Webasto Thermo Top C water heater that is used to pre-heat the heating system of a car without starting the motor.
InputText
- 自己做的一个可以总在最上方显示的记事本程序,仅仅是在对照扫描的文本输入时用得着。-Their own can make a total shown in the top of the Notepad program, just scan the text in the control input useful.
c
- A Top-Down Verilog-A Design on the digital phase-lockedmloop
C++
- 基础类将帖子提前 放进我的网摘 推荐给好友 我要提问 帖子加分 生成帖子 置顶 推荐(加精) 取消推荐(加精) 锁定帖子 移动帖子 取消引用结帖去... 管理菜单 页面风格切换标准风格老版本论坛 如何将数值型字符转换为数字-Category will be based on early post into the net I picked recommend to friends I would like to post questions to generate extra points To
C
- Some of the basic design of C language algorithm C语言的几种算法:自顶向下、逐步求精方法、简单排序算法、枚举法、迭代法、递推与递归法、分治法-Some of the basic design of C language algorithmC language of several algorithms: top-down, stepwise refinement method, a simple sorting algorithm, enum
Design_Patterns
- 本文根据发表在CUJ Expert Forum上的两篇文章编译而成。C/C++ User s Jo urnal是目前最出色的C/C++语言专业杂志,特别是在C++ Report闭刊之后,CUJ的地位更 加突出。CUJ Expert Forum是CUJ主办的网上技术专栏,汇集2000年10月以来C++社群中 顶尖专家的技术短文,并免费公开发布,精彩纷呈,是每一个C/C++学习者不可错过的资 料。-In this paper, published in the CUJ Expert
Finance.Using.C.and.C.Sharp
- Computational Finance Using C and C# 使用 C 和 C# 計算財務 -Computational Finance Using C and C# “Think of Baxter and Rennie, add the pricing models from Wilmott and, to illustrate each model, Levy’s own Numerical Recipes in C and C#. Levy’s boo
HungryAnter
- 俄罗斯方块,弄了好久才弄好的哦,希望大家顶下!c program!-Russia' s box, get things right for a long time before the oh, hope that the next top! c program!
C
- 一个很不错的医院管理系统 三甲医院管理系统HIS源代码.-HIS top three hospital management system source code.
xuanju.c
- 某班在进行选举,现有5名同学参加选举,要从中选出得票最多的前三名同学。-A class during the election, the existing five students to participate in elections, to elect the most votes from the top three students.
Cmeansclusteringmethods
- 本算法在vc++6.0中进行实验。分别就分解聚类和C-均值聚类两种方法在IRIS数据集上进行操作。分类前先将数据集中的样本顺序打乱形成混合数据。分解聚类中,采用前100个样本用对分法编制程序将数据分为两类。C-均值聚类采用全部的150个样本,将类别参数K设为3,将数据分为三类。-The algorithm in vc++6.0 in the experiment. Separate cluster and decomposition of two C-means clustering metho
parser
- 编译原理 用C++编写的自上而下的语法分析器-Compiler theory written in C++, top-down parser
Wrox.Professional.C.Sharp.2008.Mar.2008
- C#高级编程Source code。 本书为C#经典名著!是Wrox红皮书中最畅销的品种之一。从第1版开始就名满天下,其第3版被评选为2005年最权威的十大IT图书之一,并荣获“2005年度引进版科技类优秀图书”奖。更可贺的是,其第4版又荣获“2006年最受读者喜爱的十大技术开发类图书”!第6版在详尽论述C# 2005的基础上,又增加了.NET 3.0 Framework的新特性,更加完善了C#的技术。是缺乏C#或.NET编程经验,但有其他语言编程经验的开发人员,以及了解.NET 2.0,而
C#音乐播放器
- 实现了本地音乐播放,以及播放,暂停,上一首,下一首,列表双击播放等功能(Implemented the local music playback, as well as playback, pause, top, next, list double-click play, etc)
C#教程实用版
- C#是微软公司发布的一种面向对象的、运行于.NET Framework之上的高级程序设计语言。(C# is an object-oriented programming language running on top of.NET Framework, which is published by Microsoft Corp.)
数据结构-c++-栈的验证-实验报告
- 1.实验目的及要求 1.1 实验目的: 1.掌握栈的顺序存储结构 2.验证顺序栈及其基本操作的实现 3.验证栈的操作特性 1.2 实验要求: 1.建立一个空栈 2.对已建立的栈进行插入、删除、取栈顶元素等基本操作(1. the purpose and requirements of the experiment 1.1 the purpose of the experiment: 1. the sequential storage structure of the m
C#窗体应用程序
- 在项目中添加一个窗体Form1,上方是一个文本框,包含“中华人民共和国成立70周年”的值。下面有两个分组框和一个复选框,分别用于修改文本框的字体、大学和是否为粗体。说明:设计本体需查阅Font类的相关文档。(Add a form Form1 to the project, with a text box on the top, which contains the value of "People's Republic of China 70th anniversary".