-
吃数游戏是一个在turboC2环境下编写的小游戏,该游戏要求在宫殿中找出几个数之和是7的数吃掉,并走到7的位置...
吃数游戏是一个在turboC2环境下编写的小游戏,该游戏要求在宫殿中找出几个数之和是7的数吃掉,并走到7的位置-eat a few games in turboC2 environment prepared by the small games, the games in the palace to identify several hours, and the number is seven eaten, and walked seven locations. .
- 2022-05-05 04:43:52下载
- 积分:1
-
系统可用编辑器1. Overview 2. System Requirements 3. Contents of the Distribution Packag...
系统可用编辑器1. Overview 2. System Requirements 3. Contents of the Distribution Package 4. List of Available Command Line Flag Options 5. Contents of the Extracted Files 6. Installing the Software in Interactive Mode 7. Installing the Software in Silent Mode 8. Installing the INF Files Prior to OS Installation 8A. Installing the Windows* XP INF Files Prior to OS Installation-system can be an editor. Overview 2. System Requirements 3. Contents of the Distribution Package 4. List of Flag Available Command Line Options 5. Contents of the Extracted Files 6. Installing the Interactive Software in Mode 7. Installing the Software in Silent Mode 8. Installing the INF Files Prior to OS Installation 8A.* Installing the Windows XP Files INF Prior to OS Installation
- 2022-07-23 00:11:25下载
- 积分:1
-
Delphi编写图书管理系统,ACCESS数据库
Delphi编写图书管理系统,ACCESS数据库-Delphi preparation of library management system, ACCESS database
- 2023-01-20 06:55:03下载
- 积分:1
-
C# 设置屏幕分辨率
C# 改变屏幕分辨率,功能仿windows 的屏幕分辨率设置,改变滑块改变分辨率大校本例可学习一下滑块的用法。源代码如下:
long RetVal = 0;
DEVMODE dm = new DEVMODE();
dm.dmSize = (short)Marshal.SizeOf(typeof(DEVMODE));
dm.dmPelsWidth = dWidth;//宽
dm.dmPelsHeight = dHeight;//高
dm.dmDisplayFrequency = 85;//刷新率
dm.dmFields = DEVMODE.DM_PELSWIDTH | DEVMODE.DM_PELSHEIGHT | DEVMODE.DM_DISPLAYFREQUENCY | DEVMODE.DM_BITSPERPEL;
RetVal = ChangeDisplaySettings(ref dm, 0);
- 2023-03-16 15:00:04下载
- 积分:1
-
基于simulink的pid和预测控制器设计仿真
基于simulink的pid和预测控制器设计仿真-And projections based on simulink of pid controller design and simulation
- 2022-03-21 21:35:57下载
- 积分:1
-
keil 平台下 写的一个蛇游戏,源码仅供学习和参考
keil 平台下 写的一个蛇游戏,源码仅供学习和参考-keil platform written by a snake game, the source code is for learning and reference
- 2023-07-24 07:50:04下载
- 积分:1
-
pb工资自动生成系统
pb工资自动生成系统-pb wage system automatically generates
- 2022-02-26 01:56:16下载
- 积分:1
-
gnuboy源代码:任天堂掌机游戏模拟器源代码,Linux环境…
gnuboy source code: 任天堂gameboy游戏模拟器源码,linux环境-gnuboy source code : Nintendo gameboy game simulator source code, linux environment
- 2022-08-09 05:24:25下载
- 积分:1
-
how to read the disk space and available space.
如何读取磁盘的空间及可用空间。-how to read the disk space and available space.
- 2022-01-27 15:37:57下载
- 积分:1
-
实现跳远运动员成绩的动态排序。每次一名运动员成绩出来,都会更新一次排名...
实现跳远运动员成绩的动态排序。每次一名运动员成绩出来,都会更新一次排名-Long jump athletes to achieve a dynamic sort. Every time an athletes out, will be updated every position
- 2023-03-04 07:20:03下载
- 积分:1