登录
首页 » 其他项目 » 很好玩很不错的类似WINDOWS的画板的一个VB语言源程序。推荐大家使用!...

很好玩很不错的类似WINDOWS的画板的一个VB语言源程序。推荐大家使用!...

于 2023-07-29 发布 文件大小:204.11 kB
0 167
下载积分: 2 下载次数: 1

代码说明:

很好玩很不错的类似WINDOWS的画板的一个VB语言源程序。推荐大家使用!-is a lot of fun quite similar WINDOWS slate of a VB language source. Suggest we use!

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

发表评论

0 个回复

  • OPNET仿真实验,做了很久才积累下来的
    OPNET仿真实验,做了很久才积累下来的-OPNET
    2022-08-10 08:19:05下载
    积分:1
  • 这是一个关于matlab和VC的例子
    this is a example about matlab and VC
    2022-06-02 20:59:16下载
    积分:1
  • GPS coordinates of a geographical distance calculation software, as long as know...
    通过matlab图形进行欧拉角的演示,对于理解欧拉角有很大的帮助。-Matlab graphics through Euler angle presentation, for understanding the Euler angle has a great help.
    2023-05-20 08:45:03下载
    积分:1
  • This is a 2D physics simulation software program, imitation of the real
    这是一款2D物理模拟软件程序,仿制了真实环境物体的各种连接与碰撞效果。 -This is a 2D physics simulation software program, imitation of the real-world objects in a variety of effects connected with the collision.
    2023-09-02 20:20:03下载
    积分:1
  • 平衡二叉树操作的演示 一、 需求分析 (1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。 (2) 初始,平衡二叉树为空树,操作...
    平衡二叉树操作的演示 一、 需求分析 (1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。 (2) 初始,平衡二叉树为空树,操作界面给出查找,插入和删除三种操供选择。每种操作均要提示输入关键字。每次插入和删除一个接点时,显示更新的平衡二叉树。 (3) 重点在于对删除算法的实现。假设要删除的关键字为X的结点,若X不在叶子结点上,则用左子树中的最大值或者右子树中的最小值取代X。如此反复,直到删除动作传递到某个叶子结点,删除叶子结点时,若要进行平衡变换,可采用插入的平衡变换反变换。 -balanced binary tree operation of a demonstration, demand analysis (1) using a balanced binary tree dynamic lookup table. Lookup, insertion and deletion of the three basic functions. (2) The initial, balanced binary tree is empty tree interface gives you insert and delete options for the three parade. Each operation will have to be me to input keywords. Each insert and delete a contact in that update balanced binary tree. (3), the focus is on the deletion algorithm. To remove the assumption that the keyword for the X-Node, if X is not the leaf nodes, Left-used for the highest tree or right-tree to replace the minimum X. So repeatedly, until the deletion of a transfer leaf nodes, delete the leaf nodes, if balancing transform, Ins
    2022-03-05 06:54:53下载
    积分:1
  • 数独游戏。可以自由创建并保存新的开局。带有简单的自动求解算法。...
    数独游戏。可以自由创建并保存新的开局。带有简单的自动求解算法。-A Sudoku game whith can easily create and save a custom game.It has a simple automatic solving algorithm build-in.
    2022-08-11 16:35:43下载
    积分:1
  • in DOS environment to support long file name to use
    在DOS环境下支持长文件名的使用-in DOS environment to support long file name to use
    2022-01-25 19:55:29下载
    积分:1
  • 基于C语言的万年历
    应用背景基于C语言的万年历项目,实现了阴历,阳历,节气,节日,生肖,天干,地支等功能,并且有window和Linux两个版本,内涵PPT供分析代码。关键技术/**年份码表**/ const unsigned int LunarCalendarTable[199] = { 0x04AE53,0x0A5748,0x5526BD,0x0D2650,0x0D9544,0x46AAB9,0x056A4D,0x09AD42,0x24AEB6,0x04AE4A,/*1901-1910*/ 0x6A4DBE,0x0A4D52,0x0D2546,0x5D52BA,0x0B544E,0x0D6A43,0x296D37,0x095B4B,0x749BC1,0x049754,/*1911-1920*/ 0x0A4B48,0x5B25BC,0x06A550,0x06D445,0x4ADAB8,0x02B64D,0x095742,0x2497B7,0x04974A,0x664B3E,/*1921-1930*/ 0x0D4A51,0x0EA546,0x56D4BA,0x05AD4E,0x02B644,0x393738,0x092E4B,0x7C96BF,0x0C9553,0x0D4A48,/*1931-1940*/ 0x6DA53B,0x0B554F,0x056A45,0x4AADB9,0x025D4D,0x092D42,0x2C95B6,0x0A954A,0x7B4ABD,0x06CA51,/*1941-1950*/ 0x0B5546,0x555ABB,0x04DA4E,0x0A5B43,0x352BB8,0x052B4C,0x8A953F,0x0E9552,0x06AA48,0x6AD53C,/*1951-1960*/ 0x0AB54F,0x04B645,0x4A5739,0x0A574D,0x052642,0x3E9335,0x0D9549,0x75AABE,0x056A51,0x096D46,/*1961-1970*/ 0x54AEBB,0x04AD4F,0x0A4D43,0
    2022-11-23 17:15:03下载
    积分:1
  • 在linux下如何编写多文件C程序的makefile文件,介绍器一般规则急用法...
    在linux下如何编写多文件C程序的makefile文件,介绍器一般规则急用法-in how many documents the preparation procedure makefile C introductory document for urgent use general rules
    2022-10-17 05:35:03下载
    积分:1
  • VC对ADO访问数据库操作的封装,包括一个小例子
    VC对ADO访问数据库操作的封装,包括一个小例子-VC database operations on ADO Access package, including a small example
    2022-04-09 18:10:16下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载