登录
首页 » Windows开发 » VB实现的一个小动画程序编写

VB实现的一个小动画程序编写

于 2022-02-01 发布 文件大小:3.76 kB
0 166
下载积分: 2 下载次数: 1

代码说明:

用vb实现的动画小程序用visual basic编写-vb achieved with a small animation visual basic procedures used to prepare

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

发表评论

0 个回复

  • 简单的系统调用,笔样式,实画刷,阴影画刷,pie函数
    简单的系统调用,笔样式,实画刷,阴影画刷,pie函数-Simple system calls
    2022-08-31 14:15:03下载
    积分:1
  • 波形生器的例子
    波形发生器的例子-example waveform generator
    2023-01-15 16:10:03下载
    积分:1
  • 一个线程池的一个类,基本使用如下:
    一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new TSession s->socket = socket //这里可以对连接的session进行自己的操作,例如给id找一个唯一的值 SetIoCompletionPort(socket, s) // 使连接socket与一个自定义结构体关联 } void myIocp::OnRead(void * p, char * buf, int len) { TSession *s = (TSession *)p send(s->socket, buf, len, 0) // 这里只是简单的把收到的消息返回给客户端 ... } void myIocp::OnClose(void * p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) // 开始监听网络端口,等待客户端连接 ... }-A class for thread pool,basic usage below: struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void* p, char* buf, int len) void OnAccept(SOCKET socket) void OnClose(void* p) } void myIocp::OnAccept(SOCKET socket) { TSession*s = new TSession s->socket = socket //here you can do something about connecti
    2022-07-17 05:14:52下载
    积分:1
  • 实用算法的分析与程序设计,内容全面,实用性强!
    实用算法的分析与程序设计,内容全面,实用性强!-Practical Algorithm for the analysis and program design, comprehensive, practical!
    2022-12-28 05:45:04下载
    积分:1
  • 采用labview设计的和单片机通信,有一定参考价值
    采用labview设计的和单片机通信,有一定参考价值-Design using LabVIEW ,coomn withMCU, has a certain reference value-Design using LabVIEW ,coomn with MCU, has a certain reference value
    2022-08-09 15:46:09下载
    积分:1
  • 讨论Attribute的高级应用,代码演示了一个实际的例子:假设有一个订单处理系统,当一份订单提交的时候,系统检查库存,如果库存存量满足订单的数量,系统记录订单...
    讨论Attribute的高级应用,代码演示了一个实际的例子:假设有一个订单处理系统,当一份订单提交的时候,系统检查库存,如果库存存量满足订单的数量,系统记录订单处理记录,然后更新库存,如果库存存量低于订单的数量,系统做相应的记录,同时向库存管理员发送邮件。 大致介绍了.NET Framework的对象调用拦截的实现机制,目的是让大家对这种机制有一个认识,通过代码的实现,可以看到消息如何被处理的过程。-Attribute to discuss high-level application code to demonstrate a practical example: Suppose there is a order processing system, when an order when submitted, the system checks inventory, if the inventory stock to meet the number of orders, the system record deal with record orders, and then update Stock, if the inventory stock is lower than the number of orders, the system to do the appropriate records, at the same time send a message to the Inventory Manager. Generally introduced. NET Framework object call interception mechanism to realize the aim is to enable everyone to have an understanding of such a mechanism, through the realization of the code, you can see how the news process.
    2022-08-26 14:00:02下载
    积分:1
  • one sample showed how to use system tray. and it is a little alarm clock too.
    一个托盘程序演示-闹钟 Alert 是关于WINDOWS编程的一个小程序,很好的。有利于各位学习借鉴-one sample showed how to use system tray. and it is a little alarm clock too.
    2022-01-31 17:14:16下载
    积分:1
  • Interestingly, a simple Sudoku game, spent a few days spare time to complete, co...
    一个简单有趣的数独游戏,花了几天业余时间完成,可以考虑给小孩子玩玩 益智-Interestingly, a simple Sudoku game, spent a few days spare time to complete, could be considered to children play puzzle
    2022-01-26 00:55:01下载
    积分:1
  • 在Prolog实现NIM游戏模拟
    NIM Game simulation implemented in Prolog
    2022-03-21 05:22:23下载
    积分:1
  • 本程序采用经典粒子图形算法仿真喷泉。P.
    本程序采用了图形学中经典的粒子算法,实现了喷泉的模拟。程序中可以自己改动粒子的运动轨迹方程,来模拟其它的景象,例如下雪。-This procedure uses classical particle graphics algorithm simulation fountain. Process can change the trajectories of particles equation, to simulate the other scenes, such as snow.
    2022-06-02 07:33:48下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载