-
基本的游戏
这是游戏的基本的 c# 示例。
c# 代码比较简单,你可以做到。
(
私人 void Form1_Load EventArgs e 对象发件人)
{
pictureBox2.Visible = false;
pictureBox4.Visible = false;
pictureBox5.Visible = false;
}
私人 void Form1_KeyDown (对象发件人、 KeyEventArgs e)
{
如果 (e.KeyCode = = 点头哈腰)
{
pictureBox1.Left = pictureBox1.Left + 10 ;
- 2022-03-02 11:06:11下载
- 积分:1
-
screen capture program for capture screen images and save this example is a scre...
屏幕捕获程序 用以捕获屏幕图象并保存,本实例是一个能随时抓取屏幕图象的软件-screen capture program for capture screen images and save this example is a screen that can capture images of the software
- 2023-01-15 12:25:04下载
- 积分:1
-
词法扫描并生成中间表达式,理解中间代码,将非后缀式用来表示的算术表达式转换为用逆波兰式来表示的算术表达式...
词法扫描并生成中间表达式,理解中间代码,将非后缀式用来表示的算术表达式转换为用逆波兰式来表示的算术表达式
-Lexical scanning and generate intermediate expression, understanding of intermediate code will be used to indicate the non-suffix type is converted to the arithmetic expressions using reverse Polish expression to represent the arithmetic
- 2022-02-02 06:28:00下载
- 积分:1
-
WINDOWS CE how to 自动运行触摸屏校正源码
WINDOWS CE how to 自动运行触摸屏校正源码
-WINDOWS CE how to run automatically touch screen calibration source
- 2023-07-19 22:25:03下载
- 积分:1
-
详细描述模拟电梯的工作原理,比如上下的流程
详细描述模拟电梯的工作原理,比如上下的流程-A detailed description of the working principle of simulated elevator, for example, flow from top to bottom
- 2022-03-22 06:30:49下载
- 积分:1
-
使用VB开发的硬盘参数读取程序
通过建立一个调用WinIO.dll的DLL,开发一个通用的硬盘参数读取程序,包含获取参数的DLL代码和测试代码...
使用VB开发的硬盘参数读取程序
通过建立一个调用WinIO.dll的DLL,开发一个通用的硬盘参数读取程序,包含获取参数的DLL代码和测试代码-use VB drive parameters reader through the establishment of a DLL called WinIO.dll development of a common drive parameters reader, including access to the DLL code parameters and test code
- 2022-03-20 13:41:57下载
- 积分:1
-
阻塞用户输入
阻塞用户输入-所带源代码,是很好的示例.-Blocking user input-
- 2022-08-06 07:19:45下载
- 积分:1
-
自己最近写的poj代码,和某些同学的写的
自己最近写的poj代码,和某些同学的写的
-POJ recently written their own code, and some students wrote
- 2022-09-01 13:25:02下载
- 积分:1
-
game_five 基于端到端的球员
如果您想要运行此代码,首先你必须安装伯兰德生成器 c + +,导致该项目没有 vcl ;
我承认这段代码是如此 urgly,所以请大家原谅
- 2022-02-02 11:43:51下载
- 积分:1
-
CRC校验
Visual Basic源代码
CRC校验
Visual Basic源代码-CRC Checksum Visual Basic source code
- 2022-07-16 16:13:28下载
- 积分:1