搜索资源列表
编译原理实验_课程设计_词法分析
- 1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展。比如已将词法分析结果记入到了一个顺序存储的数据结构中,以待后用。 5、程序扫描处理一部分是经孙悦红老师的示范程序修改而成,(增加了一些功能)其他部分为了适应自己的接口,都是由本人编写。-one, t
Assignment-4
- 定义一个有理数类,属性有分子、分母 用成员函数重载 == 重载前缀++ 后缀++ (member function 或 friend function 均可 ) 重载 >> << 自己写 main 对有理数类进行测试 -Define a rational number class, property has numerator, denominator == overloaded with members of the function ov
code
- 将单实例类对象作为通讯类的测试代码,可以实现函数间的一种传参方式-A single instance of the class object as a communications test code, you can achieve a transfer function between the reference method
vector
- 自己实现的vector类,实现了capacity,reserve,push_back,pop_back,size,clear及erase函数;隐性调用了swap(调用reserve时调用swap),empty(选择功能4和6时调用empty)。简易控制台测试程序。对初学者很有帮助。-Own implementation of the vector class, capacity, reserve, the push_back, The pop_back, size, clear and eras
test
- 初始化Opengvs,包括系统自身的调用和回调用户的函数。-Initialization Opengvs, including call and callback function of the user of the system itself.
LinkQueue
- 这是一个带表头附加结点的链式队列的头文件,你可以自己写个主函数进行测试。-This is a band the queue chain header file header additional node, you can write your own main function test.
List
- 顺序表的插入和删除算法,顺序表的完整定义(基本操作函数的定义,下标处理函数的定义,元素操作的函数及其重载的定义,测试类)-Sequence table insertion and deletion algorithms, the full definition of the order form (basic operation function definition, the subscr ipt handler definition, the elements and the overloa
cordic_1-0
- 关于cordic算法的C MODEL实现,包括几种不同的模式,如求模值、求相角,求COS,SIN函数等。程序还包括TESTBENCH测试程序。-About cordic algorithm C MODEL implementation, including several different modes, such as modulus values, seeking phase angle, seeking COS, SIN function and so on. TESTBENCH test
Cpp1
- 设计一个名为Account 类。这个类包含: (1)一个名为id 的int 型数据域,表示账户的身份号(默认值为0)。 (2)一个名为balance 的double 型数据域,表示账户余额(默认值为0)。 (3)一个名为annualInterestRate 的double 型数据域,保存当前年利率(默认值为0)。 (4)一个无实参构造函数,创建一个默认账户。 (5)id、balance 和annualInterestRate 的访问器和更改器函数。 (6)一
testboost
- 该代码用于测试基于vs2010+opencv上添加库函数boost,测试是否加载成功的代码。-This code is used to test based on adding a library function vs2010+ opencv boost test whether load code of success.
testIp
- 一个简单的,利用库函数调用来查看本机IP地址的测试小程序,可以查看IPV4,IPV6以及dns地址-A simple, using the library function call to see the local IP address of the test applet, you can view IPV4, IPV6 and dns address
GR-TIEMS
- TOSHIBA GR-TIEMS is advanced and integrated tool for GR-200 Series IED. GR-TIEMS provide monitoring, record viewing, engineering and test support function.
dahuilang
- 自己改写的大灰狼很辛苦功能还是很全的小功能自己测试 -They adapted very hard wolf function is very small features its own full test
LinkNet
- 环境VC6.0主要功能中断拨号连接。重新拨号连接。读取系统宽带连接账号密码(Win7 WinXp测试通过。这个功能之前找到过类似源码不过是vs2008以上版本的,这是vc6.0的)。-The main function of the environment VC6.0 interrupted dial-up connection. Re-dial-up connection. Read system broadband connection account password (Win7 WinX
out-string
- 测试函数调用是否成功。 测试编译系统连接正常与否。-Test function call was successful. Test compilation system is connected properly or not.
QSort
- 快排递归算法的实现,测试数据从10000到100000000,并通过计时函数计算不同规模的数据递归快速排序所用的时间-Row fast recursive algorithm, test data 10 thousand to 100 million, and calculate the different sizes of data recursive quicksort time used by the timing function
Mechine_Learning
- 该功能包含决策树、随机森林、SVM机器学习算法,并在VS环境下实现并测试。-This function contains the decision tree, random forests, SVM machine learning algorithms, and implement and test in VS environment.
CTimer
- 时间类CTime,用于表示时间值(小时、分钟、秒)。要求:可以初始化时间值,显示当前时间,并具有将秒数加1的功能。在主函数中声明CTime的对象,并设置其初始时间,然后测试秒数加1的功能(通过一个循环语句将初始时间依次加1秒,并在屏幕输出当前时间)。-Time class CTime, used to represent the time value (hours, minutes, seconds). Requirements: You can initialize a time value,
fir_test
- 基于kaiser滤波的函数和测试结果、结果报告 已知滤波器的要求如下: Fpass 0.45 Fstop 0.55 Pass band gain 1 Stop band attenuation 80dB 滤波器的信号采样率为10KHz。 用c++ 实现其滤波器功能-Based on the kaiser filter function and test results, the results reported The known filter requir