-
pict-master
用于研究组合测试的开发工具,在此提供源码供大家参考(Development tools for studying combinatorial testing, source code is provided here for your reference.)
- 2020-06-16 14:34:28下载
- 积分:1
-
编辑距离问题
设A和B是2个字符串。要用最少的字符操作将字符串A转换为字符串B。这里所说的字符操作包括:1)删除一个字符;2)插入一个字符;3)将一个字符改为另一个字符。将字符串A变换为字符串B所用的最少字符操作称为字符串A到B的编辑距离,记为d(A,B)(Let A and B be two strings. String A is converted to string B with the least number of character operations. The character operations mentioned here include: 1) deleting a character; 2) inserting a character; 3) changing one character to another character. The minimum character operation used to convert string A to string B is called the editing distance from string A to B, which is denoted D D as D (A, B).)
- 2019-05-29 15:41:34下载
- 积分:1
-
Employee
创建四个类,分别为Employee类、SalariedEmplyee类、HourlyEmployee类和CommissionEmployee类。其中Employee类是其他三个类的父类。Employee类包含姓名和身份证号。除此之外,SalariedEmployee类还应包含每月工资;HourlyEmployee类还应包含每小时工资数和工作时间数;CommissionEmployee还应包含提成比例和销售总额。每个类都应有合适的构造方法、数据成员的设置和读取方法。编写一个应用程序,创建这些类的对象,并输出与对象相关的信息。注意子类有时需调用父类的构造方法和被覆盖的方法,成员变量定义为private,对有些方法实现重载。
(Create four categories, namely the Employee class, SalariedEmplyee class, HourlyEmployee classes and CommissionEmployee classes. Employee class is the parent class where the other three classes. Employee class contains the name and ID number. In addition, SalariedEmployee class also includes a monthly salary HourlyEmployee class should also include the number of hourly wages and the number of working hours CommissionEmployee should also include the proportion and total sales commission. Each class should have the right to set and read the constructor method, data members. Write an application to create objects of these classes, and output information associated with the object. Sometimes need to call attention to a subclass of the parent class constructor and methods are covered, member variables defined as private, to achieve overloading of some methods.)
- 2013-11-27 11:43:06下载
- 积分:1
-
pso_bp
PSO训练BP网络的matlab代码,下载后,加入输入输出样本即可运行。(PSO trained BP network matlab code, download, add input and output samples can be run.)
- 2010-01-31 00:56:56下载
- 积分:1
-
简单的防火墙
该程序可以实现基本的包过滤,包过滤作为最基本的防火墙基层策略是属于比较早起的防火墙开发思路。从这个源码中你可以看到早期的防火墙的基本开发流程,这相信对你以后独立防火墙的编码有所帮助。
- 2023-08-30 13:25:03下载
- 积分:1
-
Apostila-CPP
Apostila C++ para iniciantes
- 2011-11-25 00:08:47下载
- 积分:1
-
HANZILibrary
一个VB程序,功能为生成点阵字库,支持任意种字体,稍作修改就可以改变字体大小,默认生成点阵大小为16x16(A VB program, function to generate dot matrix font support any fonts, minor modifications can change the font size, the default generated lattice size 16x16)
- 2013-04-12 20:37:34下载
- 积分:1
-
关于FTP的代码,支持网络间的文件传输,用户权限的设定.
关于FTP的代码,支持网络间的文件传输,用户权限的设定.-on FTP code, the support network file transfer, set user privileges.
- 2022-01-31 12:07:58下载
- 积分:1
-
Digital-signal-processing
数字信号处理——基于计算机的方法(第四版)(英文改编版)光盘内容(Digital signal processing- computer-based methods (fourth edition) (English adaptation) CD-ROM content)
- 2013-07-31 10:02:56下载
- 积分:1
-
Gamma消高光
一种非常好的消高光的方法,不过是基于matlab。(A very good method of eliminating highlights, but based on matlab.)
- 2020-09-10 17:08:00下载
- 积分:1