-
类似vista任务栏的控件 自动隐藏在屏幕右边
类似vista任务栏的控件 自动隐藏在屏幕右边-Similar vista taskbar automatically hide the controls right on the screen
- 2022-08-04 00:35:52下载
- 积分:1
-
该文件是关于运动会分数统计的程序。问题描述: 参加运动会的有n个学校编号为1...
该文件是关于运动会分数统计的程序。问题描述: 参加运动会的有n个学校编号为1-----n。比赛分成m个男子项目和w个女子项目,项目编号分别为1---m和m+1---m+w。由于各项目参加人数差别较大,有些项目取前五名,得分顺序为7,5,3,2,1;有些项目取前三名,得分顺序为5,3,2。写一个统计程序产生得分报表。 基本要求: 产生总分报表,内容包括校号、男子团体总分、女子团体总分和团体总分。 测试数据: 对于n=4,m=3,w=2,编号为奇数的项目取前五名,编号为偶数的项目取前三名,设计一组实例数据。 实现提示: 可以假设n
- 2022-04-24 10:20:52下载
- 积分:1
-
汽车租赁管理系统,随着汽车工业的发展和体育产业的发展。
汽车租赁管理系统
随着汽车工业的发展和汽车的普及,汽车租赁成为近年来兴起的一个新兴行业。使用汽车租赁管理系统可以规范企业的管理和经营行为,减少企业的经营成本,提高工作效率。
后台数据库使用SQL Server,前台开发工具使用Visual Basic。术,并将每个数据库表的字段和操作封装到类中,从而成功地将面向对象的程序设计思想应用到数据库应用程序设计中。这也是本系统的特色和优势-car rental management system with the development of the auto industry and the popularity of car, car leasing has become in recent years the rise of a new industry. The use of car rental management system can standardize the management of enterprises and the business behavior and reduce the operating costs of enterprises, improve work efficiency. Background database using SQL Server, future development tools to use Visual Basic. Operation and each database table fields and operation of the Packaging category, thus the success of object-oriented programming design concepts applied to the database application design. This is also the system"s characteristics and advantages,
- 2022-05-26 05:40:52下载
- 积分:1
-
这是一个简单的防火墙,可以阻止一些危险的东西,也可以显示…
这是一个简单的防火墙,可以拦截一些危险东西,还可以显示来源IP,只是这是个英文版的,可能有点不好用。-This is a simple firewall can block some dangerous things that can also display the source IP, but this is the English version, may be a bit bad to use.
- 2022-07-26 01:20:26下载
- 积分:1
-
c++指针的使用举例,本文浅显易读,并带完整的源代码
c++指针的使用举例,本文浅显易读,并带完整的源代码-c++ pointer use, for example, simple easy to read this article, and with complete source code
- 2022-04-16 00:57:00下载
- 积分:1
-
guid生成程序
guid生成程序-guid generation process
- 2022-04-26 13:07:34下载
- 积分:1
-
在使用ADO技术时,需要导入一个ADO动态链接库msado15.dll,该动态库位于系统盘下的“Program FilesCommon FilesSystema...
在使用ADO技术时,需要导入一个ADO动态链接库msado15.dll,该动态库位于系统盘下的“Program FilesCommon FilesSystemado”目录下-In the use of ADO technology, there is a need to import an ADO Dynamic Link Library msado15.dll, the dynamic database system tray is located under the
- 2022-06-03 20:29:08下载
- 积分:1
-
命名管道充分利用了Windows NT和Windows 2000内建的安全机制。
将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系...
命名管道充分利用了Windows NT和Windows 2000内建的安全机制。
将命名管道作为一种网络编程方案时,它实际上建立了一个客户机/服务器通信体系,并在其中可靠地传输数据。
命名管道是围绕Windows文件系统设计的一种机制,采用“命名管道文件系统(Named Pipe File System,NPFS)”接口,因此,客户机和服务器可利用标准的Win32文件系统函数(例如:ReadFile和WriteFile)来进行数据的收发。
-named pipe full advantage of the Windows NT and Windows 2000 built-in security system system. To be named as a pipeline network programming package, which is actually the establishment of a client/server communication system, and in which reliable data transmission. A named pipe is on the Windows file system design of a mechanism, "Named Pipe File System (Named Pipe File System, NPFS) "interface, therefore, client and server can use standard Win32 file system functions (such as : ReadFile and WriteFile) data to the transceiver.
- 2023-07-21 23:15:04下载
- 积分:1
-
通常考虑在多用程序编写的程序
通常认为在编写程序中用到多线程是一个高级的编程任务,容易发生错误。在本月的栏目中,我将在一个Windows® 窗体应用程序中使用多线程,它具有实际的意义,同时尽量使事过去用 C++/MFC 开发程序时,常常为用户提供鼠标的右键单击功能,如今在 .NET 框架中使用 C#,也想在程序中提供鼠标右键单击功能,比如,在文本框、窗格、标签以及主窗口背景上使用鼠标右键。毕竟 C# 不是 C++/MFC,那么如何用 C# 处理鼠标事件呢?-Usually consider the procedures used in the preparation of multi-threaded programming is an advanced task, prone to error. In this month
- 2023-03-23 16:30:04下载
- 积分:1
-
关机定时器源码,如果孩子不在的话就行,很长一段时间..
定时关机源码,如果小孩子不听话,长时间玩电脑游戏,你可以用此软件强行关机,可以设定关机时间-Shutdown timer source, if the children do not toe the line, the long period of time playing computer games, you can use this software to force shutdown, can set the shutdown time
- 2023-04-19 02:55:03下载
- 积分:1