-
一个PE文件查看器,可以查看PE文件的详细信息
一个PE文件查看器,可以查看PE文件的详细信息-A PE File Viewer, you can view PE file details
- 2022-01-25 15:48:44下载
- 积分:1
-
bank savings system's main purpose is to depositors of their deposits, and c...
银行储蓄系统的主要用途是为储户保管存款,并计算存款利息,提供自由存款与取款的服务-bank savings system"s main purpose is to depositors of their deposits, and calculate interest on deposits, deposits and withdrawals free services
- 2023-01-19 02:40:04下载
- 积分:1
-
7. 编程序CompFile,首先让用户输入两个文件名及其路径(二文件均为text文件),而后通过使用类成员函数getline逐行读入这两个指定文件的内容并进行...
7. 编程序CompFile,首先让用户输入两个文件名及其路径(二文件均为text文件),而后通过使用类成员函数getline逐行读入这两个指定文件的内容并进行比较。若发现有不同,则在屏幕上显示出相异二行的行号及其内容,并暂停下来询问用户是否需要继续比较后继行,直到用户回答不需要继续进行比较,或者已经比到了二文件的结束时停止处理。-7. Programmed CompFile, first of all allow users to enter two file names and their paths (two files are text files), then through the use of class member function getline reads line by line, the contents of the two specified file and compare. If it is found they were different, differences on the screen shows the line number 2 and its contents, and suspend the down and asks if they need to continue to compare follow-up line, until the user answers do not need to continue to compare, or is already higher than to the two documents stop processing at the end.
- 2022-04-27 23:39:29下载
- 积分:1
-
对基本的vc程序控制的研究比较,与大家分享,好…
学习VC控件的比较基础的程序,与大家分享,适合初学者-Comparison of VC control study of the basic procedures, to share with you, suitable for beginners
- 2022-06-01 09:12:58下载
- 积分:1
-
2 编写将一棵二叉树的所有左右子树进行交换的算法。
提示:验证是否交换可以调用二叉树的遍历算法,比较输出结点序列
1 编写采用二叉链表形式存储的二叉树...
2 编写将一棵二叉树的所有左右子树进行交换的算法。
提示:验证是否交换可以调用二叉树的遍历算法,比较输出结点序列
1 编写采用二叉链表形式存储的二叉树的创建、先序、中序、后序和按层遍历的算法。
创建的二叉树:
-2 the preparation of a binary tree will be all about the exchange of sub-tree algorithms. Tip: Verify that the exchange can be called binary tree traversal algorithm to compare the output node sequence of a list prepared by using the binary form of a binary tree stored in the creation, the first sequence, in sequence, after the order and by level traversal algorithms. Create a binary tree:
- 2023-02-11 06:00:04下载
- 积分:1
-
北大ACM试题poj 第3067 3071题源码,很好的代码,希望对搞ACM的同学有帮助...
北大ACM试题poj 第3067 3071题源码,很好的代码,希望对搞ACM的同学有帮助
-Peking University ACM Chapter 30,673,071 question Question poj source code, good code, and want to help students engage in ACM
- 2022-04-29 23:26:00下载
- 积分:1
-
wince对线程进行控制的实例程序,包括线程的创建,控制和同步等...
wince对线程进行控制的实例程序,包括线程的创建,控制和同步等-wince right thread for the control of the examples of procedures, including thread creation, control and synchronization
- 2022-07-02 10:40:06下载
- 积分:1
-
During the code development phase I detected some variables and actions that are...
During the code development phase I detected some variables and actions that are general for all the resizable controls and for this reason I decided to move them in a general interface, IResizeControl, from which all the resizable controls are to inherit. Technically, IResizeControl is not an interface because it doesn t have any pure virtual functions, but I still consider it an interface because it doesn t make any sense to declare IResizeControl objects. In fact, I am preventing the creation of IResizeControl objects by declaring the IResizeControl s constructor and destructor as protected. The IResizeControl class
- 2022-07-01 21:38:20下载
- 积分:1
-
一个Win2000系统下的并口驱动程序源代码,在Vc6.0环境下编的....
一个Win2000系统下的并口驱动程序源代码,在Vc6.0环境下编的.-a Win2000 system under the parallel port driver source code, the environment Vc6.0 series.
- 2022-07-26 04:50:08下载
- 积分:1
-
通过修改VCL源码实现自定义输入对话框,在BCB中有两个函数可以实现输入对话框:InputBox和InputQuery,其实InputBox也是调用了Input...
通过修改VCL源码实现自定义输入对话框,在BCB中有两个函数可以实现输入对话框:InputBox和InputQuery,其实InputBox也是调用了InputQuery,这个函数有几个缺点:-amend VCL source implementation-defined input dialog, the BCB has two functions can be achieved input dialog : InputBox and InputQuery, also called the InputBox InputQuery, this function has several drawbacks :
- 2023-08-08 23:05:03下载
- 积分:1