在本教程中,您将创建第一个Rasa NLU bot。 您可以直接在此处运行所有代码段,也可以安装Rasa NLU并在自己的计算机上运行示例。 作为一个例子,我们将开始一个新项目,以帮助人们搜索餐馆。 我们将从这些对话的极其简单的模型开始。 你可以从那里建立起来。 格式很乱,暂且先这样。嘿嘿
2019-12-21 18:51:16 119KB nlu
1
本程序设计的是一款牌类游戏,运行后会出现一个界面,当你鼠标去点击图片的时候,如果连续出现3个一样的图片,者图片显示出来,否则图片又重新盖上。
2019-12-21 18:51:00 2.57MB 翻牌
1
LCD1602时钟可页代码,不错,有proteus仿真,程序完整,大家可下载。
2019-12-21 18:50:10 106KB LCD1602时钟
1
牌游戏的aia,在课堂上的作业的时候做的一个app,可以在手机上玩水果消消乐的类似游戏,为了积分,上来看看能不能换点积分
2019-12-10 10:38:55 141KB app
1
HTML5源码牌对对碰,过关类游戏,每关卡牌倍增,看你能闯过几关。
2018-04-18 10:07:52 139KB HTML5
1
利用html5实现了对书页的效果,而且是双面的哦。
2014-07-26 00:00:00 3KB html5 翻书 双面
1
只实现了技术,动画什么的就简单了,可以自己添加了。
2014-03-30 00:00:00 1.11MB 翻页效果基础
1
qt 页效果 源代码 电子书阅读 图书页显示
2013-01-25 00:00:00 542KB qt 翻页效果 源代码 电子书阅读
1
qt 滑屏页效果C++程序 #ifndef PICTUREFLOW_H #define PICTUREFLOW_H #include class PictureFlowPrivate; /*! Class PictureFlow implements an image show widget with animation effect like Apple's CoverFlow (in iTunes and iPod). Images are arranged in form of slides, one main slide is shown at the center with few slides on the left and right sides of the center slide. When the next or previous slide is brought to the front, the whole slides flow to the right or the right with smooth animation effect; until the new slide is finally placed at the center. */ class PictureFlow : public QWidget { Q_OBJECT Q_PROPERTY(QColor backgroundColor READ backgroundColor WRITE setBackgroundColor) Q_PROPERTY(QSize slideSize READ slideSize WRITE setSlideSize) Q_PROPERTY(int slideCount READ slideCount) Q_PROPERTY(int centerIndex READ centerIndex WRITE setCenterIndex) public: enum ReflectionEffect { NoReflection, PlainReflection, BlurredReflection }; /*! Creates a new PictureFlow widget. */ PictureFlow(QWidget* parent = 0); /*! Destroys the widget. */ ~PictureFlow(); /*! Returns the background color. */ QColor backgroundColor() const; /*! Sets the background color. By default it is black. */ void setBackgroundColor(const QColor& c); /*! Returns the dimension of each slide (in pixels). */ QSize slideSize() const; /*! Sets the dimension of each slide (in pixels). */ void setSlideSize(QSize size); /*! Returns the total number of slides. */ int slideCount() const; /*! Returns QImage of specified slide. */ QImage slide(int index) const; /*! Returns the index of slide currently shown in the middle of the viewport. */ int centerIndex() const; /*! Returns the effect applied to the reflection. */ ReflectionEffect reflectionEffect() const; /*! Sets the effect applied to the reflection. The default is PlainReflection.
2011-08-05 00:00:00 12KB qt 滑屏 翻页
1
Qt 卷叶 特效,实现原理,分三个区域,画三部分1.不规则5边形, 2两条赛贝尔曲线和一条直线组成的区域和3.一个三角形。
2011-03-11 00:00:00 5.76MB Qt 卷叶 特效 算法
1