-
Tsp的例子:程序计数器 差分计数器 4.1 将修改后的程序与它先前的版本进行比较。 4.2 找出在修改后的程序里增加和删除的代码行。 4.3 用记号来标出一个
Tsp的例子:程序计数器 差分计数器 4.1 将修改后的程序与它先前的版本进行比较。 4.2 找出在修改后的程序里增加和删除的代码行。 4.3 用记号来标出一个改动。 计数器 4.4 统计在修改后的程序里增加和删除的代码行。 4.5 统计在修改后的程序里总的代码行数。 生成文件 4.6 为修改后的程序版本生成一个新的程序源文件,这个新的程序源文件带有修改标记和行标记信息。 4. 7 在程序的头部插入一节带有修改标记的注释 4.8 注释里提供改变行的行标号 4.9 注释里保存删除的代码行 4.10 注释里按顺序列出先前程序的改动 报告 4. 11 可以打印一份程序修改信息清单。(只包括被修改的代码行) 4.11 可以打印一份程序清单,包括修改标记和行标记信息。 (即是把新生成的程序源文件打印出来) 4.13 可以打印一份程序清单,在修改后的程序的每一行代码前插入行号。 4.14 可以打印一份程序清单,在原来的程序的每一行代码前插入行号。-Tsp examples : Differential procedures Counter 4.1 of the revised procedures and its earlier versions were compared. 4.2 identify changes in the procedure after the world has increased and the deletion of a line of code. With 4.3 mark to a marked change. Counter 4.4 statistical changes in the procedure after the world has increased and the deletion of a line of code. 4.5 The revised statistics in the program, like the total number of lines of code. Generation 4.6 document for the revision of the procedure after the formation of a new version of the source files, the new
- 2022-05-23 01:04:55下载
- 积分:1
-
C++模板的集合,使用MFC/ATL / STL(例如:carrayt,clistt,cmapt,cqueuet…
集合的C++模板,使用MFC/ATL/STL(EX:CArrayT,CListT,CMAPT,CQueLeT,CStackT)
- 2022-03-26 01:56:09下载
- 积分:1
-
opengl 三维场景的渲染。其中包含了原代码,供需要者下载
opengl 三维场景的渲染。其中包含了原代码,供需要者下载-opengl rendering three-dimensional scene. Which contains the original code, for those who need to download
- 2022-04-07 13:38:03下载
- 积分:1
-
mfc实例教程 ,0基础起步,从最基础的窗口代码开始
mfc实例教程 ,0基础起步,分析详细 ,代码十分清晰
- 2022-03-02 06:19:13下载
- 积分:1
-
hard disk read and write simple procedures, able to test disk transfer rate, in...
简单的读写硬盘程序,能实现测试硬盘传输速率,实际中已得到验证-hard disk read and write simple procedures, able to test disk transfer rate, in reality has been demonstrated
- 2022-01-26 03:14:01下载
- 积分:1
-
按大小分割文本,按份数分割文本,统计文本
Borland c++;文本分割器...
按大小分割文本,按份数分割文本,统计文本
Borland c++;文本分割器-Divided by the size of the text, divided according to number of copies the text, statistical ;text;split;Borland c++
- 2022-04-21 11:38:19下载
- 积分:1
-
用mfc实现基于对话框的有背景图的应用程序
用mfc实现基于对话框的有背景图的应用程序-using dialog-based map of the background applications
- 2022-05-15 06:05:54下载
- 积分:1
-
从c到c++,从简单的程序到复杂的程序,一步一步教你学习c
从c到c++,从简单的程序到复杂的程序,一步一步教你学习c-From c to c++, From simple procedures to complex procedures, step by step and teach you to learn c
- 2022-05-18 11:05:41下载
- 积分:1
-
字符编码的转换,可以支持GB2312,电脑,汉字,字符…
字符编码转换,可以支持gb2312、ASCll、汉字、字符之间的转换-Character encoding conversion, can support gb2312, ASCll, characters, character conversion between
- 2022-02-07 17:53:17下载
- 积分:1
-
简单人事管理系统
#include
#include
#include
#include
using namespace std;
const int Maxr=100;
int ID=10000;
class Employee //职工类
{
int tag;//删除标记
int no;//职工编号
char name[20];//职工姓名
char zw[20]; //职工职务
- 2022-03-24 22:13:18下载
- 积分:1