-
基于 vb 的图书馆系统
图书馆管理系统
- 2022-10-09 10:00:03下载
- 积分:1
-
This program is a document manager, the function includes adding, revising , del...
本软件对文档进行管理,功能包括添加、修改、删除、报表打印等.-This program is a document manager, the function includes adding, revising , deletion, report print etc..
- 2022-09-20 11:20:03下载
- 积分:1
-
获取cpu信息。
获取cpu信息。-cpu access to information.
- 2022-04-20 09:16:01下载
- 积分:1
-
Procedures for automatic installation process, you can plug in to run the instal...
程序自动安装程序,插上即可运行安装,无需手动安装。-Procedures for automatic installation process, you can plug in to run the installation, no need to manually install.
- 2022-01-26 08:27:59下载
- 积分:1
-
徐-远程控制和文件传输是基于TCP IP协议,聚远程控制和文件传输两种功能
- 2022-02-05 23:45:14下载
- 积分:1
-
大多数代码样本包括在本CD与微软Visual C++开发的价值。
Most code samples included on this CD were developed with Microsoft Visual C++ version 5.0 and the Microsoft Windows CE Toolkit for Visual C++ version 5.0. The Sspi and Crypto samples were developed with Microsoft Visual C++ version 6.0 and the Microsoft Windows CE Toolkit for Visual C++ 6.0. The code in sample applications is ported for a Handheld PC, but the programming concepts that are presented apply to all Windows CE-based platforms. -Most code samples included on this CD were d eveloped with Microsoft Visual C version 5.0 an d the Microsoft Windows CE Toolkit for Visual C v ersion 5.0. The Sspi and Crypto samples were dev eloped with Microsoft Visual C version 6.0 and t he Microsoft Windows CE Toolkit for Visual C 6.0 . The sample code in applications is ported for a Handheld PC, but the programming concepts that are presente d apply to all Windows CE-based platforms.
- 2022-03-14 22:53:50下载
- 积分:1
-
该程序能让你将一个小数的整数部分每个三位加一个逗号显示。很好的字符串处理小程序。...
该程序能让你将一个小数的整数部分每个三位加一个逗号显示。很好的字符串处理小程序。-The program allows you to a decimal integer part of each of the three shows plus a comma. Very good deal with a small string procedures.
- 2023-08-21 14:35:04下载
- 积分:1
-
作者创建了CNetwork及及其继承类CNetSearch,通过使用CNetSearch类的IsServer和GetRemoteName等方法,可以完成列举局域...
作者创建了CNetwork及及其继承类CNetSearch,通过使用CNetSearch类的IsServer和GetRemoteName等方法,可以完成列举局域网中的所有计算机的计算机名。该类使用简单,具体看源代码。-author and the creation of its successor CNetwork CNetSearch category, through the use of the category CNetSearch GetRemoteName IsServer and other methods, to be completed list of all LAN computer computer name. Such use of a simple, specific look at the source code.
- 2023-06-04 11:55:03下载
- 积分:1
-
进制间得转化 有2进制,10进制,16进制间的转换
进制间得转化 有2进制,10进制,16进制间的转换-Inter-band has transformed into a 2-band, 10 hexadecimal, 16 hexadecimal conversion between
- 2022-08-26 14:13:41下载
- 积分:1
-
undo/redo操作实现
用栈数据结构非常简洁完美的管理了undo redo命令的实现。每条command结构体里面保存了当前操作的ID,操作前状态,操作后状态,执行命令的同时把该命令push入undo管理栈,undo的时候pop出undo命令栈并push入redo命令管理栈,redo的时候pop出redo栈并push到undo栈。算法清楚明了,可以在此基础上拓展自己的任何类似操作。 &nbs
- 2022-12-31 03:25:03下载
- 积分:1