-
医院住院管理系统(VB+mssql)
医院住院管理系统(VB mssql)
- 2021-05-06下载
- 积分:1
-
fdtd2D1
一个很不错的用时域有限差分法解决二维直角坐标系下正方格子的matlab程序(a very good use of the finite difference time domain method to solve two-dimensional Cartesian coordinate system is the square lattice procedures Matlab)
- 2006-08-04 16:20:19下载
- 积分:1
-
MyMicro-channel
本软件基本实现微信的所有UI效果。具备如下功能点:
登录、功能指引、退出对话框、设置界面、会话界面、右上角功能键、详细资料头像点击放大效果、摇一摇
摇一摇判断“shake”部分来源于网络,具体地址忘了。。。。摇一摇的动画效果是我做的,支持真机摇一摇哦!
新特点:主界面使用的是viewpager 支持手势也支持底部图标点击!(比原版微信tabhost强多了!)
效果图:(The software basically all the UI micro-channel effects. Have the following functions:
Login, functional guidelines, exit the dialog box, set the interface, session interface, top right function key, detailed information Picture Click to enlarge effects, Shake
Shake judgment "shake" section from the network, the specific address forgotten. . . . Shake animation is what I do to support the real machine shake Oh!
New features: The main interface using viewpager support gestures are also supported at the bottom of the icon click! (Stronger than the original micro-channel tabhost more!)
Effect diagram:)
- 2013-11-07 10:57:03下载
- 积分:1
-
第6章 数据结构的魅力
说明: 给出了《C语言程序设计经典236例》》中236题的源代码文件,并且源代码还附有注释,十分详细,这是4-6章的代码(This is the code of chapter 4-6)
- 2019-10-25 16:36:21下载
- 积分:1
-
lock
界面密码锁,具有回删功能,只有输入正确的密码,才能打开界面,才能进行下一步的操作。(The Screen Lock)
- 2016-02-23 23:08:54下载
- 积分:1
-
QQLoginGUI
用于qq界面的登录实现功能,模拟性能好,超越一般的登录系统(Qq interface implementation for the login function, simulation performance, beyond the usual sign-on system
)
- 2011-05-07 17:06:19下载
- 积分:1
-
com_port_terminal_vb
COMPORT VISUAL BASIC WHITH SOURCE
- 2009-11-12 05:09:13下载
- 积分:1
-
ZNodes
说明: qt中提供了QGphicsView,QGraphicsScene,QGraphicsItem,QGraphicsPixmapItem是QGraphicsItem的子类
分辨创建它们的实例:view,scene,item,然后通过各自的方法scene->addItem(item);view->setScene(scene);就可以达到类似下图的效果,想要进一步定制,则要继承QGraphicsItem或QGraphicsPixmapItem,然后重写paint()、boundingRect()等方法,此外如果还想要获取鼠标事件,重写mousePressEvent等事件就好了,注意,一旦重写了mousePressEvent方法,就以为了qt不会再自动处理item的任何press事件了,可以在你重写的mousePressEvent方法中最后添加QGraphicsItem::mousePressEvent(event);解决这个问题,就是说你获取到了鼠标事件,但是依然让qt处理这个鼠标事件。(QGphics View, QGraphics Scene, QGraphics Item and QGraphics PixmapItem are provided in qt. They are subclasses of QGraphics Item.
Resolve the instances of creating them: view, scene, item, and then use their respective methods scene - > addItem (item); view - > setScene (scene); you can achieve the effect similar to the figure below. If you want to further customize, you need to inherit QGraphics Item or QGraphics Pixmap Item, and then rewrite paint (), boundingRect () and other methods, and if you want to do so. If you want to get mouse events, rewrite events like mousePressEvent. Note that once you rewrite the mousePressEvent method, you think that QT will no longer automatically handle any press events of item. You can finally add QGraphics Item:: mousePressEvent (event) to your rewritten mousePressEvent method to solve this problem. That is, you get the mouse event, but still let QT handle the mouse event.)
- 2020-06-16 20:20:01下载
- 积分:1
-
tanchishe
说明: 实现了贪吃蛇小游戏功能,没有使用pygame模块(Realize the function of greedy Snake game)
- 2020-06-28 11:57:01下载
- 积分:1
-
AdaptiveTransparency_Source
一種新的方法可以即時處理無須排序的重疊半透明三角形,比A-buffer方法的效率更高。(We introduce a new technique for real-time order independent transparency called Adaptive Transparency (AT) that closely approximates the ground-truth results obtained from A-buffer compositing but is 5x to 40x faster. The key contribution of Adaptive Transparency is the introduction of an adaptively compressed visibility representation that can be efficiently constructed and queried during rendering. It can be applied to a widerange of transparent geometry (e.g., foliage, windows, hair, and smoke). AT closely matches the ground-truth A-buffer solution and is both higher quality and faster than other approximate OIT techniques.
)
- 2011-05-27 01:39:12下载
- 积分:1