-
WindowsXP landing principle and system verification mechanism outlined
WindowsXP 系统登陆原理及其验证机制概述-WindowsXP landing principle and system verification mechanism outlined
- 2022-07-08 05:12:26下载
- 积分:1
-
WINSOCKET LAN
基于WINSOCKET局域网聊天程序,使用Visual C++编写,帮助大家熟悉了解套接字。-WINSOCKET LAN-based chat program, using Visual C++ development, to help everyone to become familiar with socket.
- 2022-03-25 20:39:30下载
- 积分:1
-
从制定的文件中读入数据,查找重复的号码并随即抽取其中的号码,保存文件...
从制定的文件中读入数据,查找重复的号码并随即抽取其中的号码,保存文件-From the formulation of the document read into the data, repeat the search number and then taking one number, save the file
- 2022-01-26 15:13:01下载
- 积分:1
-
自制的代码编辑器,可以写C++,C语言的代码编辑器,实现代码折叠,系统保留字变色显示,使用scintilla实现,并很好的与MFC结合,可以用类似方法把该代码编...
自制的代码编辑器,可以写C++,C语言的代码编辑器,实现代码折叠,系统保留字变色显示,使用scintilla实现,并很好的与MFC结合,可以用类似方法把该代码编辑器放进自己的view类,只需仿照这个程序重写onsize,oncreate函数即可,scintilla使用的notepad++改装后重编译的版本,可以直接使用里面的d-Self-made code editor, you can write C++, C language code in this editor, code folding implementation, the system reserved word color display, using scintilla implementation, and a very good combination with the MFC, you can use a similar approach to the code editor into the your own view class, just along the lines of this program rewritten onsize, oncreate function can be, scintilla use notepad++ re-compile the modified version, can be used directly inside the dll
- 2022-02-28 14:53:16下载
- 积分:1
-
这是一个时钟,根据工具条中的时钟控制栏可以控制时钟的启动和停止;右下角的秒表可以计时。...
这是一个时钟,根据工具条中的时钟控制栏可以控制时钟的启动和停止;右下角的秒表可以计时。-This is a clock, in accordance with Article tool in the control bar to control the clock of the start and stop the clock the stopwatch to time the bottom right corner.
- 2022-05-26 21:15:26下载
- 积分:1
-
仓库管理
源码描述:
一、源码特点
1.、应用DBML作为数据驱动连接,想学习DBML的可以学习
2、采用MVC开发模式,MVC应用是基于vs2010项目模版开发
二、菜单功能
业务说明:
1、实现商品库存的入出存
2、实现入出存数据导出到EXCEL
三、注意事项
1、开发环境为Visual Studio 2010,数据库为SQLServer2008,使用.net 4.0开发。
2、管理员登陆名密码均为:51aspx
3、默认数据库连接字符串在webconfig配置文件中修改
4、DB_51aspx文件夹中是数据库文件,附加即可
- 2022-08-11 12:05:08下载
- 积分:1
-
pascal语言基础知识,新手可以通过它了解到有关pascal的基础知识...
pascal语言基础知识,新手可以通过它了解到有关pascal的基础知识-pascal基础
- 2022-02-22 02:19:06下载
- 积分:1
-
Windows 使用 azure 的联系人管理器
Windows Azure 是由 Microsoft windows 提供的云服务。这里一个源代码中的联系人管理器。在 azure 帐户中存储联系人。应用程序是为 windows 8 和以后。
- 2022-11-24 09:50:08下载
- 积分:1
-
[2005最新C++经典著作].Addison.Wesley.Effective.C.Plus.Plus.55.Specific.Ways.to.Improve...
[2005最新C++经典著作].Addison.Wesley.Effective.C.Plus.Plus.55.Specific.Ways.to.Improve.Your.Programs.and.Designs.3rd.Edition.May.2005.eBook-DDU-[2005 latest C++ Classics]. Addison.Wesley.Effective.C.Plus.Plus.55.Specific.Ways.to.Improve.Your.Programs.and.Designs.3rd.Edition.May.2005.eBook-DDU
- 2022-01-25 17:30:17下载
- 积分:1
-
串口发送数据源码(vc6)
串行端口是系统资源的一部分,其本质是作为CPU和串行设备间的编码转换器。当数据从 CPU经过串行端口发送出去时,字节数据转换为串行的位(Bit); 接收数据时,串行的位被转换为字节数据。应用程序要使用串口进行通信,必须在使用之前向操作系统提出资源申请要求(即打开串口),通信完成后再释放资源(即关闭串口)
- 2022-03-23 05:33:16下载
- 积分:1