-
derectional input and output of console application program
控制台应用程序定向输入和输出-derectional input and output of console application program
- 2022-03-12 12:46:40下载
- 积分:1
-
二叉树的应用
利用结构体变量定义了二叉树的指针,完成二叉树的创立可以利用头插法或者尾插法实现。再创立二叉树的过程中直接创立平衡二叉树,然后再平衡二叉树中插入新的节点,此时平衡二叉树失去平衡,重新调整直至平衡。然后再删除一个节点,再重新调整平衡二叉树。还是实现了查找关键字的处理。
- 2023-07-27 09:00:03下载
- 积分:1
-
use inherit example of c++
用到继承的C++例子-use inherit example of c++
- 2022-08-11 14:50:20下载
- 积分:1
-
客户机/服务器系统比文件服务器系统能提供更高的性能,因为客户端和服务器端将应用的处理要求分开,同时又共同实现其处理要求,对客户端程序的请求实现“分布式应用处理”...
客户机/服务器系统比文件服务器系统能提供更高的性能,因为客户端和服务器端将应用的处理要求分开,同时又共同实现其处理要求,对客户端程序的请求实现“分布式应用处理”。服务器为多个客户端应用程序管理数据,而客户端程序发送、请求和分析从服务器接收的数据,这是一种“胖客户机 (Fat Client)”,“瘦服务器 (Thin Server)”的网络计算模式。服务器处理服务要求的过程实际是,先获取传送来的头信息,然后根据头信息新建文件,然后继续接受数据写入文件,当接受完数据后关闭文件。-client/server systems over file server systems can provide higher performance, because the client and server-side applications will be processed separately, but also to achieve their common processing requirements, the client"s request to achieve "distributed application processing." Server for a number of client applications data management, and client send request from the server and analysis of the data received, it is a "fat client (Fat Client)", "thin servers (Thin Server)," the network computing model. Server service requirements of the actual process, first to obtain the first delivery of information, according to new information first, and then continue to receive data into the document when they were closed
- 2023-06-10 06:20:03下载
- 积分:1
-
A program shows how to implement the Huffman code contains encoding and decodi...
这是一个有关哈夫曼编码的软件,包括哈夫曼的编码和翻译.-A program shows how to implement the Huffman code contains encoding and decoding
- 2022-02-15 00:55:31下载
- 积分:1
-
Tic Tac Toe
这是我在C++开发的一个TIC TAC趾游戏,作为我的一部分。课程.TicTac Toe是一个两人的智力游戏。我在DeVC++ C++开发了这个游戏,使用了OOPS概念。这是一款基于游戏机的游戏。游戏询问矩阵行和列以获取输入,并为玩家1返回“x”,为玩家2返回“o”。游戏通过正确的验证完成,它检查输入是否正确,并提示用户输入是否正确。游戏不允许用户选择已使用的单元格;
- 2022-03-22 15:34:19下载
- 积分:1
-
不错的代码,很好用 不错的代码,很好用 不错的代码,很好用...
不错的代码,很好用 不错的代码,很好用 不错的代码,很好用-good,jsgood,jsgood,jsgood,jsgood,jsgood,js
- 2022-01-26 02:40:50下载
- 积分:1
-
用vc++编写的简易安装程序,可以用来安装其它程序,是很好的VC++学习资料。...
用vc++编写的简易安装程序,可以用来安装其它程序,是很好的VC++学习资料。-vc prepared with simple installation procedure and can be used to install other programs, the VC is a very good learning materials.
- 2023-05-08 21:05:02下载
- 积分:1
-
可以查看windows ce 下的nk.bin文件。其他的请察看源码
可以查看windows ce 下的nk.bin文件。其他的请察看源码-can check the windows ce document nk.bin. Please see the other FOSS
- 2022-03-06 20:38:06下载
- 积分:1
-
Because the Windows implementation of awk print ... efficiency is too low, so th...
因为 Windows 下执行 awk print ... 效率实在太低,所以引入 awkprint,相当于 awkprint
awkprint by Cao Siqin, 2007.7.17
awkprint
Format string:
It may contain following symbols:
$x: parameter x will be used here
= x07
= x0A
Example:
script.txt:
C:WINDOWSa logfile .log
C:WINDOWS txtfile .txt
input this command in a console window:
awk notepad.exe $1 $3 < script.txt
then following commands will be listed:
C:WINDOWSa.log
C:WINDOWS.txt-Because the Windows implementation of awk print ... efficiency is too low, so the introduction of awkprint, equivalent to awkprintawkprint by Cao Siqin, 2007.7.17awkprint
- 2022-01-25 19:33:15下载
- 积分:1