-
pcshare
说明: 企业定制版,远程控制软件,包含2011年,企业定制版,会员定制版(Enterprise Custom Edition, Remote Control Software)
- 2019-05-05 16:53:35下载
- 积分:1
-
tongxunlu
通讯录MFC,通过Access建立数据库,ODBC接口访问数据库,Visual C++ 6.0开发环境实现添加、删除、查看、全部查看、退出等内容。(Mail list MFC, establish the database through Access, ODBC database access interface, Visual C++ 6 development environment to achieve add, delete, view, view all, exit and other content.
)
- 2014-06-30 18:53:22下载
- 积分:1
-
WPF window基础窗体
WPF window窗体的基本样式、依赖属性、路由事件等等功能,它可以用来随意定义window界面的样式。如有错误敬请谅解!!!!!!
- 2022-02-02 21:48:59下载
- 积分:1
-
bb1
说明: 用队列或栈实现一个简单的停车场管理的系统(Queue or stack with the realization of a simple car park management system)
- 2008-12-08 16:49:34下载
- 积分:1
-
Threshold-Autoregressive-Model
MATLAB-门限协整自回归模型,操作简单,使用方便(Threshold Autoregressive Model)
- 2015-02-15 20:31:56下载
- 积分:1
-
一个C#的好程序,对起步的同学有很大的帮助,是用 vs.net 2003 编得,大家快来下载,真的很不错哦!...
一个C#的好程序,对起步的同学有很大的帮助,是用 vs.net 2003 编得,大家快来下载,真的很不错哦!-a good procedure, the students started to be very helpful is the use of being vs.net 2003, we hurry to download, it is really good!
- 2022-05-19 10:18:25下载
- 积分:1
-
8_7
说明: 计算机算法试题库问题,用最大流实现,运行正确(Computer algorithms questions Treasury issues, with the realization of maximum flow, operating correctly)
- 2008-12-07 14:43:16下载
- 积分:1
-
md5加密c++跨平台
md5加密实现,c++ 跨平台,linux windows 都可以用static void MD5Init(MD5_CTX *context){ context->count[0] = 0; context->count[1] = 0; context->state[0] = 0x67452301; context->state[1] = 0xEFCDAB89; context->state[2] = 0x98BADCFE; context->state[3] = 0x10325476;}static void MD5Update(MD5_CTX *context, unsigned char *input, unsigned int inputlen){ unsigned int i = 0; unsigned int index = 0; unsigned int partlen = 0; index = (context->count[0] >> 3) & 0x3F; partlen = 64 - index; context->count[0] += inputlen count[0] < (inputlen count[1]++; context->count[1] += inputlen >> 29; if(inputlen >= partlen) { &n
- 2022-01-22 14:33:35下载
- 积分:1
-
eigen
在vs2015中编译过的eigen开源库的编译文件(The compiled file of the eigen open source library compiled in vs2015)
- 2021-04-17 10:38:53下载
- 积分:1
-
VOIP(H323)
采用H323协议的ip电话通信系统,可以移植裁剪应用。(Ip with H323 protocol telephone system, portable cutting applications.)
- 2010-11-22 19:58:20下载
- 积分:1