-
ERP2010进销存管理系统源码
VB.NET ERP2010进销存管理系统源码(Vb. net ERP 2010 invoicing management system source code)
- 2021-01-18 11:08:43下载
- 积分:1
-
GenPadsLib
说明: 格式转换的软件,用于生成PADS(电路设计软件)的库。使用是,从Excel表格中导出器件管脚分布的信息,该软件对这些信息进行整理,然后输出符合PADS库管理工具能够识别的文本文件。(format conversion software, used to generate PADS (circuit design software) libraries. The use is that from an Excel spreadsheet pin device derived distribution of information, the software to collate information, then output with PADS library management tool to identify the text file.)
- 2006-02-13 12:36:41下载
- 积分:1
-
56774584754
VB绘制公交线路节点演示程序代码,有需要的下。(VB rendering node demo code, bus lines in need.)
- 2013-08-29 10:16:56下载
- 积分:1
-
CloseUSB
禁用USB,光驱,注册表,组策略..等,,(Disable USB, CD-ROM drive, registry, group policy .. and so on,)
- 2011-01-30 17:05:06下载
- 积分:1
-
SOURCE KOFD 7556
说明: Segue abaixo a source code do wyd do cliente 760
- 2020-06-24 16:20:02下载
- 积分:1
-
icePubDll
获取计算机硬件信息的动态链接库,CPU序列号,硬盘序列号,MAC地址等信息
例程:
void gethardinfo()
{
QString str1="";
char buff[1024];
char buff2[1024];
char temp;
typedef int (WINAPI ICEPUB_MACHINEGETINFO)(int typeFlag,char *strInfo);
ICEPUB_MACHINEGETINFO *icePub_machineGetInfo = 0;
HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll");
if(hDLLDrv)
{
icePub_machineGetInfo = (ICEPUB_MACHINEGETINFO *)GetProcAddress(hDLLDrv, "icePub_machineGetInfo");
}
icePub_machineGetInfo(3,buff);
str1=buff;
int i=0;
int n=0;
n=str1.length();
qDebug()<<n;
for(i=0;i<n;i+=2)
{
temp=buff[i];
buff2[i+1]=temp;
buff2[i]=buff[i+1];
}
QString str2=buff2;
qDebug()<<buff2;
qDebug()<<str2;
}(Access to the computer hardware information dynamic link library, CPU serial number, hard disk serial number, MAC address and other information)
- 2017-12-28 11:45:08下载
- 积分:1
-
ExcelOperate11
vc读写excel,这个是用mfc写的,基于对话框的小程序(Vc u8BFB u5199excel)
- 2017-05-25 11:34:36下载
- 积分:1
-
monitor
VB网络流量监视器英文版附代码,有需要的就下载吧。(VB network flow monitor English version attached to the code, there is need to download it.)
- 2013-08-15 17:49:27下载
- 积分:1
-
examples
这是LAMMPS中的所有例子,行接触到LAMMPS的新手,不知道在哪下载,我帮你么你列出来了。(This is all the examples in LAMMPS, line access to LAMMPS novice, do not know where to download, I help you you you listed.)
- 2018-11-01 17:49:00下载
- 积分:1
-
CloseScreenAndLock
锁定显示器时自动关闭计算机屏幕,节约能源(Automatic shutdown the computer lock screen display, energy saving)
- 2013-03-18 15:21:59下载
- 积分:1