登录
首页 » Windows开发 » VB learning their assignments, the bad things a great weekend!

VB learning their assignments, the bad things a great weekend!

于 2023-05-30 发布 文件大小:139.07 kB
0 171
下载积分: 2 下载次数: 1

代码说明:

VB学习时自己的习作,不好的地方请多多指教!-VB learning their assignments, the bad things a great weekend!

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Windows窗体中实现绘图等功能
    代码实现windows界面的基础绘图功能,其中包括对文档的操作和绘制多种曲线。
    2022-08-03 13:57:40下载
    积分:1
  • 用来处理xml文件的类,读出元数据描述,组织成SelectItemStruc类结构...
    用来处理xml文件的类,读出元数据描述,组织成SelectItemStruc类结构-This is a class used for dealing with XML files. It reads out the data description and formats the SelectItemStruc class structure.
    2022-08-26 10:34:26下载
    积分:1
  • windows定时器
    Windows的自动开关任务,时间和任务设定后,让程序自动执行。Windows的注册表编辑器没有自动定位功能,要打开某项注册表键值必须一级级展开,十分麻烦,注册表定位器帮你一键快速定位到注册表项,方便之极,网络上的各种注册表定位器软件也是运用了此源代码,如果你设计的软件需要此项功能可以参考一下该源码,
    2022-04-09 03:00:30下载
    积分:1
  • Is a simple version of the banking system, in order to submit the written work,...
    是一个简易版的银行系统,是为了提交作业而写出来的,-Is a simple version of the banking system, in order to submit the written work, and
    2023-03-05 09:10:03下载
    积分:1
  • 跟640x480屏幕配套的触摸屏的驱动(for winCE),已测试
    跟640x480屏幕配套的触摸屏的驱动(for winCE),已测试-640x480 screen with touch-screen matching driver (for winCE), have been tested
    2022-05-27 08:46:36下载
    积分:1
  • C语言实现贪吃蛇
    //: Snake.c /* * * * * * * * * * * * * * * * * * * * * * * // Project: RedSnake(贪吃蛇) // Author: Problue // Version: 1.0 // Date: 19:55 2012-10-29 * * * * * * * * * * * * * * * * * * * * * * */ #include #include #include #include "pcc32.h" // 定义地图的尺寸及坐标 #define MAP_WIDTH 32 // 地图宽度 #define MAP_HEIGHT 32 // 地图高度 #define OFFSET_X 1 // 地图左右的边距 #define OFFSET_Y 1 // 地图上下的边距 #define TOTAL_WIDTH (MAP_WIDTH + OFFSET_X * 2) // 窗口宽度 #define TOTAL_HEIGHT (MAP_HEIGHT + OFFSET_Y * 2) // 窗口高度 #define GotoMap(x, y) gotoTextPos((x) * 2, (y)) // 定义地图方格的状态,分别为: 空格、蛇头、蛇身、蛇尾、食物 #define BS_SPACE 0 #define BS_SHEAD 1 #define BS_SBODY 2 #define BS_STAIL 3 #define BS_FOOD 4 // 蛇默认长度 #define SNAKE_MIN_LEN 5 // 定义蛇运动方向: 上、下、左、右 #define DIR_UP 1 #define DIR_DOWN 2 #define DIR_LEFT 3
    2022-05-15 19:59:34下载
    积分:1
  • XML document processing Thoughts
    XML文件处理的思考-XML document processing Thoughts
    2022-02-22 03:46:16下载
    积分:1
  • 风格化,基于VC++的opengl图形代码
    风格化,基于VC++的opengl图形代码-Style, and based on VC++ The opengl graphics code
    2023-04-21 22:00:03下载
    积分:1
  • 电路板绘制程序用vb编的
    电路板绘制程序用vb编的-circuit board drawing program with vb series
    2022-03-13 20:48:22下载
    积分:1
  • Windows Kernel
    Windows Kernel
    2022-04-27 19:42:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载