-
世界您好
#include < stdio.h >
作废 main ()
{
printf ("你好世界");
}
- 2022-06-28 07:24:47下载
- 积分:1
-
设计开关电源时经常用到隔离变压器,这份文档可以告诉你如何设计隔离变压器...
设计开关电源时经常用到隔离变压器,这份文档可以告诉你如何设计隔离变压器-The design of switching power supplies often use isolation transformers, the document can tell you how to design the isolation transformer
- 2022-01-25 22:37:06下载
- 积分:1
-
C++开发的推箱子游戏
1.类的划分
Cdraw类
绘画加载地图(包括围墙、人、箱子等等)
Cman类
是否完成(过关)
即时更新...
C++开发的推箱子游戏
1.类的划分
Cdraw类
绘画加载地图(包括围墙、人、箱子等等)
Cman类
是否完成(过关)
即时更新地图
2.设计思想
从文件map.txt里读取地图信息,然后通过Cdraw类加载地图,通过keydown事件调用Cman里的重载函数updatemap,
单参数updateMap(UINT nChar)是用于更改当前小人以及箱子的坐标,记录下来后传给updateMap(int x1, int y1, int x2, int y2, int x3, int y3)
从而改变地图。-C development Tuixiangzi a game. Class division Cdraw painting category loaded maps (including the wall, boxes, etc.) if the class completed Cman (clearance) updated maps 2. Design ideas from the paper map.txt Lane read map information, then pass Cdraw Class Loading maps, Calling the incident through keydown Cman Lane updatemap of overloading functions, updateMap single parameter (UINT nChar) is used to change the current villains and the coordinates of the boxes, After record pass updateMap (int x1, y1 int, int x2, int y2, x3 int, int y3), thus changing map.
- 2022-01-25 13:53:04下载
- 积分:1
-
电子设计与CAD
电子设计与CAD
电子设计与CAD
电子设计与CAD-Electronic Design and CAD
- 2022-02-09 15:25:59下载
- 积分:1
-
游戏一个小游戏你可以自己在其中玩!很好玩的一款游戏啊
游戏一个小游戏你可以自己在其中玩!很好玩的一款游戏啊-game a little game you can play in them! Very fun in a game ah
- 2022-05-25 07:46:51下载
- 积分:1
-
51单片机4*4扫描C程序
这个是51单片机4*4扫描的C程序。欢迎大家下载、试用。谢谢大家的支持!
- 2022-07-18 04:29:28下载
- 积分:1
-
用C语言写的小游戏:贪食蛇。可以调蛇的速度,也可调关(共有10关)。...
用C语言写的小游戏:贪食蛇。可以调蛇的速度,也可调关(共有10关)。-Using C language to write a small game:贪食蛇. Can tune the speed of the snake, but also adjustable clearance (a total of 10 customs).
- 2022-01-28 04:26:21下载
- 积分:1
-
温度测量程序
本程序用mivro controlle avr写C来测量温度。本程序检查它是否正确运行并使用它。本程序为研究和键盘读取器及步进电机编写;
- 2022-01-25 16:30:46下载
- 积分:1
-
WQ系列_ vga.rar,C51
wq_vga.rar,系列C51列程,简单易懂,全部调试通过,欢迎试用并改经之,-wq_vga.rar, Series C51-way out, easy-to-read, all debug through, welcome to pass through the trial and, thank you
- 2023-02-06 09:30:04下载
- 积分:1
-
笔者在开发县级电网调度自动化系统的过程中,碰到一个要绘制电力系统一次接线图的问题。由于电力系统一次接线图比较复杂,图上有一 些特殊的符号,象变压器符号、开关...
笔者在开发县级电网调度自动化系统的过程中,碰到一个要绘制电力系统一次接线图的问题。由于电力系统一次接线图比较复杂,图上有一 些特殊的符号,象变压器符号、开关符号等等,用一般的编程方法来绘制比较困难,因此,笔者用C语言开发了一个手工绘制电力系统一次接线图 的键盘绘图程序,使用该程序绘制的一次接线图符合用户需求,效果良好。-writer in the development of county-level SCADA process, encountered a power system to draw a diagram of the problem. The electric system diagram of a more complex map some special symbols, symbols like transformers, switch symbol, and so on, using common programming methods to map more difficult, therefore, I used the C language development of a hand-drawn power system diagram of a keyboard mapping procedures, the use of the program was produced by a diagram meet the demands of users, to good effect.
- 2022-01-22 13:54:46下载
- 积分:1