-
简单足球是在C++ builder环境下编写的一个比较简单的小游戏
简单足球是在C++ builder环境下编写的一个比较简单的小游戏-simple football is the environment in C builder prepared a simple little game
- 2022-02-10 13:12:27下载
- 积分:1
-
OPC Client本软件是一个利用OPC协议通讯的实例。其中用到的驱动是非注册版,如果您希望使用,请使用正版。...
OPC Client本软件是一个利用OPC协议通讯的实例。其中用到的驱动是非注册版,如果您希望使用,请使用正版。-OPC Client software is the use of a communications agreement OPC examples. Which to use the non-registered version, if you want to use, please use legitimate.
- 2023-03-17 07:10:04下载
- 积分:1
-
CString usage of Windows services, including the four major parts: First, Servic...
CString用法
Windows服务包括四大部分:
一,服务控制管理器(Service Control Manager)。是系统中的一个RPC服务器,总管所有服务,“Admin$System32Services.exe”。拥有一个在注册表中记录的数据库,包含了所有已安装的服务程序和设备驱动服务程序的相关信息。
二,服务控制程序(Service Control Program)。用来执行对服务程序的开启、控制和状态查询功能。
三,服务程序(Service Program)。服务的执行代码。
四,服务配置程序(Service Configuration Program)。 用来更改,查询已安装服务的信息。-CString usage of Windows services, including the four major parts: First, Service Control Manager (Service Control Manager). Is an RPC system servers, all mains services,
- 2022-04-24 01:16:09下载
- 积分:1
-
This is a Gaussian elimination of the solution equation c language. For multiple...
这是一个高斯消元发解方程的c语言实现。对于接多元方程非常的方便-This is a Gaussian elimination of the solution equation c language. For multiple access very convenient equation
- 2022-02-02 13:19:39下载
- 积分:1
-
C语言两种窗口屏幕截图的方法
C语言两种窗口屏幕截图的方法,
一种是通过PrintWindow 实现,可以后台截图,
另一种是通过dib实现,源码很简单,一看就能明白是什么意思。
- 2023-07-03 02:30:03下载
- 积分:1
-
控制系统,请仔细查看
也许对你有用
控制系统,请仔细查看
也许对你有用 -Control System, please carefully review may be useful to you
- 2022-07-28 07:12:22下载
- 积分:1
-
BT源码,现在很热门的P2P软件,可以在线下载工具
BT源码,现在很热门的P2P软件,可以在线下载工具-BT source, a very popular peer-to-peer software, tools can be downloaded online
- 2022-02-28 09:33:20下载
- 积分:1
-
Basic语言的基础上
资源描述Visual Basic是Microsoft公司于1991年在Basic语言的基础上研发而成的,它的第一个版本为Visual
Basic 1.0,该版本功能少,存在较多的问题。伴随着Windows操作系统的不断更新,Microsoft公司也陆续推出了Visual
Basic 2.0到Visual
Basic 6.0版本。其中的Visual
Basic 6.0在开发环境和功能上取得了长足的进步,尤其在数据库管理、网络编程方面功能更加强大。2001年Microsoft公司推出了完全支持面向对象的Visual
Basic.NET
- 2023-08-21 00:20:03下载
- 积分:1
-
火车订票系统
应用背景用C语言写的火车订票系统,对于C语言学习者学习链表有极大的帮助,内含测试文件供测试。。。。。。。。。。。。关键技术/*定义存储火车信息的结构体*/
struct train
{
char num[10];/*列车号*/
char city[10];/*目的城市*/
char takeoffTime[10];/*发车时间*/
char receiveTime[10];/*到达时间*/
int price;/*票价*/
int bookNum ;/*票数*/
};
/*订票人的信息*/
struct man
{
char num[10];/*ID*/
char name[10];/*姓名*/
int bookNum ;/*需求的票数*/
};
/*定义火车信息链表的结点结构*/
typedef struct node
{
struct train data ;
struct node * next ;
}Node,*Link ;
/*定义订票人链表的结点结构*/
typedef struct people
{
struct man data ;
struct people*next ;
}bookMan,*bookManLink ;
- 2022-02-01 04:42:30下载
- 积分:1
-
超级简单的JVAV ajax 的例子 简单的实现
超级简单的JVAV ajax 的例子 简单的实现-JVAV ajax simple examples
- 2023-04-16 08:55:03下载
- 积分:1