搜索资源列表
编译原理及实践
- 目 录 译者序 前言 第1章 概论 1 1.1 为什么要用编译器 2 1.2 与编译器相关的程序 3 1.3 翻译步骤 5 1.4 编译器中的主要数据结构 8 1.5 编译器结构中的其他问题 10 1.6 &
doublem
- 矩阵运算库文件,动态定义了多维数组。其中包括了矩阵的定义,通用矩阵运算,内存管理,异常处理等等。内容很全,从此不必再为动态数组烦恼-matrix calculation libraries, dynamic definition of a multi-dimensional arrays. These include the definition of the matrix, GM matrix calculation, memory management, exception handling
huwenchuan
- 回文串程序 随意输入一断字符串,检验其是否是回文串 主要以动态数组来实现-Palindrome procedures random input strings a broken string, the test is whether the Palindrome Series main dynamic arrays to achieve
dtsz
- 一个关于动态数组进行排序的算法,希望对大家有帮助~-a dynamic array of the sort algorithm, we hope to help ~
VB56
- 这是一个有关VB的动态数组的有关设计,多多指导,多多批评-This is one of the VB dynamic array of the design, give more guidance, give more criticism
dongtaishuzu
- 动态数组用法的VC源程序,适用于VC初学者-dynamic array usage of the VC program applies to the VC beginners
baseCla
- 利用虚函数手段,按照三种不同的数据存储方式及其处理方法来实现如下的所谓“反序输出问题”:从键盘输入n 个int 型数据先存储起来(具体n 值由用户从键盘输入),而后再按照与输入相反的顺序将这些数据显示在屏幕上。具体地说,可通过在基类baseCla 及其派生类method1Cla、method2Cla 和method3Cla中说明如下的同一个虚函数“virtual void reverseout() ”,来实现所述问题的三种不同处理方法。例如,可设计并使用已经在第四章和第六章的实践题中所使用的数据
DynamicArray_Backup
- 利用VC中的标准模板库(STL)实现了二维动态数组,并进行了相应的封装。
Array
- 用动态数组实现的堆栈以及测试程序。实现功能包括入栈、出栈、栈的拷贝、2个堆栈等值判定、栈元素搜索。测试包括以上功能的测试和线程安全测试。
array
- c和c++动态数组的实现.visual studio 2008下编译通过
ds-2011-04-06
- 自己写的双向循环链表库,动态数组,红黑树,-Two-way circular linked list to write their own libraries, dynamic arrays, red-black tree, etc.
count-the-number-of-the-words
- 为一个字符串或者一段字符串(包括多个字符串)定义一个类Word,这个类至少包含2个成员变量,1是这个字符串(用指向动态数组的指针表示),2是字符串中单词的个数(若还需要其他成员变量,自己定义)。-how to count the number of the word
uCode
- 用delphi实现结构体(含指针,string,anstring,动态数组等)的复制,释放,流化,与反流化,可以应用是三层方面的传输部件,目前应用于实际项目. 虽然存在一定的BUG,修修就可以用了.-Structure (including pointer, string, anstring, dynamic arrays, etc.) with delphi copy, release, fluidization, and reflux can be applied to the three
polynomial
- H11增强Polynomial类 (1) 以动态数组实现多项式类。多项式系数的最大上限为int数据类型能表示的最大整数,但在构建对象时不指定系数上限 (2) 对两个Polynomial类对象的运算,分别重载“+”“-”运算,并能够级联调用 (3) 重载“<<”操作符,并能级联调用。 (4) 重载赋值运算符“=”,思考为何必须重载该运算符,如果不重载会发生什么问题? -H11 Enhanced the Polynomial class (1) dynamic arr
extract-words-in-text-2-array-by-C
- 把文本中的词提取到一个动态数组中,其中一行只有一个单词。-extract words in a text file to a dynamic array by C language
111
- C++ 十进制长整数转换为16进制和8进制 vectror动态数组分配-Decimal long integer is converted to hexadecimal and octal vectror dynamic array allocation
DelphiARRAY
- 利用动态数组作为参考使用及源码.Delphi-Dynamic arrays and use as a reference source. Delphi
Delphi_782124
- Delphi:这是一个更深层次的Delphi编程操作实例,Delphi利用动态数组作为函数参数使用。以上的程序截图中,输入相当参数,可进行函数计算,更多细节请下载本实例的源码研究。 -Delphi: This is a deeper level of Delphi programming operation instance, Delphi dynamic arrays used as function parameters. Screenshot above procedure, ente
maopao_sort
- 冒泡排序算法,用random函数随机生成数值放入动态数组,然后再用算法排序后打印到edit控件-Bubble sort algorithm with random function random value in a dynamic array, and then use the algorithm sort after printing to the edit control
我编写的delphi字符串炸开分割车成动态数组的库MyUtils
- 我编写的delphi字符串炸开分割车成动态数组的库MyUtils,很好用哦,