-
后付费计费系统
与实时计费系统相比,后付费计费系统提供了更多的灵活性。例如,实时计费系统不能灵活地维护复杂的业务客户层次结构,因为后付费计费系统可以处理高达N级的客户层次结构。
- 2022-09-30 10:10:05下载
- 积分:1
-
turb disk XP 和具有同样的功能
turb disk XP 和具有同样的功能-turb disk XP and have the same functionality
- 2022-05-09 10:26:32下载
- 积分:1
-
本文详细的介绍了windows环境下驱动程序的开发方法。
本文详细的介绍了windows环境下驱动程序的开发方法。-this detailed account of the windows environment drive the development method.
- 2022-02-05 03:51:06下载
- 积分:1
-
C++程序的几个问题如何解决
C++ How To Program Odd Questions Solution
- 2022-04-30 15:38:24下载
- 积分:1
-
用vc++开发的downloade制造工具
是一个学习的好例子哦
用vc++开发的downloade制造工具
是一个学习的好例子哦-With vc++ Developed downloade manufacturing tool is a good example of a learning Oh
- 2022-08-11 07:21:47下载
- 积分:1
-
扫雷小游戏
本代码是油easyx简易界面库编写的扫雷小游戏,里面包含有第一次点击肯定是空白,空白散开使用的是BSF,对初学者还是比较有帮助
- 2022-03-21 00:42:28下载
- 积分:1
-
used as background dialog
用BMP 作为对话框背景-used as background dialog
- 2022-03-30 17:04:40下载
- 积分:1
-
将任意一个指定的文本文件中的字符进行哈夫曼编码,生成一个编码文件(压缩文件);反过来,可将一个压缩文件解码还原为一个文本文件。...
将任意一个指定的文本文件中的字符进行哈夫曼编码,生成一个编码文件(压缩文件);反过来,可将一个压缩文件解码还原为一个文本文件。-Would be arbitrary for a specified text file in characters Huffman encoding, to generate a code file (compressed file) in turn, can be a compressed file decoding back into a text file.
- 2022-09-12 18:35:04下载
- 积分:1
-
Packet communications information write to the specified dynamic library files,...
将通讯报文信息写入指定文件的动态库,文件编程例子!-Packet communications information write to the specified dynamic library files, document examples of programming!
- 2023-08-14 15:10:03下载
- 积分:1
-
获取word每页缩略图
private void ConvertToImage(string wordInputPath, int resolution)
{
try
{
Aspose.Words.Document doc = new Aspose.Words.Document(wordInputPath);
if (doc == null)
{
return;
}
- 2022-07-13 14:38:36下载
- 积分:1