-
适用于对行政、事业单位物品采购、入库、领用、维修、固定资产管理等工作进行计算机管理的专业软件。软件中集成的单据管理(入库单、出库库、退库单、盘点单、维修单、收款...
适用于对行政、事业单位物品采购、入库、领用、维修、固定资产管理等工作进行计算机管理的专业软件。软件中集成的单据管理(入库单、出库库、退库单、盘点单、维修单、收款单、付款单的登记、编辑)、固定资产管理(资产登记、部件登记、历史记录登记)、通用查询、系统维-apply to the Chief, institutions, procurement, warehousing, and their use, maintenance, management of fixed assets such as computer work for the professional management software. The software integrates document management (storage lists out reservoir and refunding single, single inventory, repair orders, billing, payment of the registration, editing), the management of fixed assets (asset register, components registration, the historical record registration), General Inquiries peacekeeping system
- 2022-03-20 06:36:40下载
- 积分:1
-
vb 文件 md5
说明 (英语): (提示: 至少 100 个字符。请尽你最大来描述您的项目中的详细信息。更好的内容将会获得更多
(英语) 说明: (提示: 至少 100 个字符。请尽你最大来描述您的项目中的详细信息。更好的内容将会为您获得更多积分)为你点)
- 2022-03-23 09:38:16下载
- 积分:1
-
socket programing
这是用C#进行的socket编程。程序中存在一个服务器和一个客户机。
- 2022-08-19 17:36:27下载
- 积分:1
-
简单网吧控制软件
简单网吧控制软件-simple control software for Internet cafes
- 2023-05-26 21:45:03下载
- 积分:1
-
类似GetRight的下载工具
类似GetRight的下载工具 -Downloading tool which is like to GetRight
- 2022-02-25 09:05:02下载
- 积分:1
-
服务器用户身份验证程序源代码 > 可内嵌于apache中,使用数据库信息验证用户身份 > 多种验证模式可选择(密码认证,cookie检测等)...
服务器用户身份验证程序源代码 > 可内嵌于apache中,使用数据库信息验证用户身份 > 多种验证模式可选择(密码认证,cookie检测等)-user authentication server source code gt; Apache can be embedded in, the use of database information to verify a user"s identity gt; Multiple choice test mode (password authentication, cookie detection, etc.)
- 2023-02-07 14:15:03下载
- 积分:1
-
Java网络编程实例第7章实例.rar
Java网络编程实例第7章实例.rar-Java Network Programming examples Chapter 7 case. Rar
- 2022-02-12 03:03:31下载
- 积分:1
-
java中ftp连接实例程序
java中ftp连接实例程序-ftp connections were examples of procedures
- 2022-10-26 23:15:03下载
- 积分:1
-
一个p2p的c#版源码
一个p2p的c#版源码 -a peer-to-peer version of the c# source
- 2023-02-19 10:20:03下载
- 积分:1
-
socket 网络通信 控制台程序 测试通过
socket 网络通信 控制台程序 测试通过
#include
#include
#pragma comment(lib, "ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;//WSAata用来存储系统传回的关于WinSocket的资料。
int err;
wVersionRequested = MAKEWORD( 1, 1 );
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||HIBYTE( wsaData.wVersion ) != 1 )
{
WSACleanup( );
return;
}
SOCKET sockClient=socket(AF_INET,SOCK_STREAM,0);// AF_INET ..tcp连接
//初始化连接与端口
- 2023-07-26 07:35:05下载
- 积分:1