-
库存系统
库存管理系统是所有计算排序的详细信息和产品详细信息、 销售详细信息的过程,在此系统中保存的股票的详情。
- 2022-05-30 06:12:49下载
- 积分:1
-
迷你的文件切割软件
迷你的文件切割软件-mini paper cutting software
- 2023-06-25 04:10:03下载
- 积分:1
-
C#编程如何获取进程主窗口以及创建进程的执行程序
C#编程如何获取进程主窗口以及创建进程的执行程序 -C# programming process for obtaining the main window and the creation of the process of enforcement procedures
- 2022-09-19 00:30:03下载
- 积分:1
-
SDP Search and Record generator
OVERVIEW:
Recognizing the difficulty in c...
SDP Search and Record generator
OVERVIEW:
Recognizing the difficulty in creating an SDP service description and search
from scratch, Microsoft is providing a sample utility in bthnscreate.cxx to
automatically create a service or record. This utility can be run to create
an SDP record or to setup an SDP Service, Attribute, or ServiceAttribute
search based on information stored in a human readable file.-SDP Search and Record generator OVERVIEW: Recognizing the difficulty in creating an SDP service description and search from scratch, Microsoft is providing a sample utility in bthnscreate.cxx to automatically create a service or record. This utility can be run to create an SDP record or to setup an SDP Service, Attribute, or ServiceAttribute search based on information stored in a human readable file.
- 2023-06-03 11:50:02下载
- 积分:1
-
这是纸牌游戏斗地主,算法完整,可以单机,网络连线玩
这是纸牌游戏斗地主,算法完整,可以单机,网络连线玩 -This is a card game Doude Zhu, the algorithm complete, can be stand-alone, network connection to play
- 2022-03-24 08:17:20下载
- 积分:1
-
转换10进制数为二进制数。
% B = DE2BI(D) 转换正整数向量D成二进制矩阵B。
二进制矩阵B的每一行表示十进制向量D中相应的数。
B...
转换10进制数为二进制数。
% B = DE2BI(D) 转换正整数向量D成二进制矩阵B。
二进制矩阵B的每一行表示十进制向量D中相应的数。
B = DE2BI(D, N) 转换正整数向量D成二进制矩阵B,-Conversion of 10 hexadecimal for binary number. B = DE2BI (D) positive integer conversion into a binary vector D matrix B. Binary matrix B that each row vector D decimal number corresponding. B = DE2BI (D, N) vector D converter positive integer binary matrix B,
- 2022-08-12 12:48:54下载
- 积分:1
-
支持便携式网络图形格式的参考库
支持便携式网络图形格式的参考库-support the Portable Network Graphics format reference library
- 2022-07-10 14:12:16下载
- 积分:1
-
这是一个定时提醒使用电脑用户注意时间的程序,用户可以在ini文件自行设置任务,以及提醒内容
这是一个定时提醒使用电脑用户注意时间的程序,用户可以在ini文件自行设置任务,以及提醒内容- This is fixed time reminds the use computer user attention time
the procedure, the user may voluntarily establish the duty in the ini
document, as well as reminder content
- 2022-07-12 21:35:14下载
- 积分:1
-
英文单词拼写检查,并推荐正确单词示例源码
英文单词拼写检查,并推荐正确单词示例源码-English word spelling checker, and recommend the correct word sample source
- 2022-01-26 03:07:57下载
- 积分: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