图片鼠标,键盘事件,右键正转,左键反转,鼠标上下左右。完整代码,截图,报告!c#
1
CIFAR-10 数据和Keras CNN程序 识别率89%左右 CIFAR-10数据为npz格式
2020-01-03 11:21:56 172.5MB CIFAR-10 Keras CNN
1
使用ViewGroup实现微信左右滑动切换界面以及界面裂开的效果
2020-01-03 11:17:59 2.15MB ViewGroup android 左右滑动 切换界面
1
CocosCreator实现左右跳游戏JumpLR.zip const {ccclass, property} = cc._decorator; @ccclass export default class Box extends cc.Component { @property(cc.Label) txtNum: cc.Label = null; private mPrevBox: cc.Node = null; private mNextBox: cc.Node = null; private mOffset: number = 0; // [-4,4] // LIFE-CYCLE CALLBACKS: // onLoad () {} start () { } // update (dt) {} setOffset(offset: number){ this.mOffset = offset; } getOffset(){ return this.mOffset; } setPrev(prev: cc.Node){ this.mPrevBox = prev; } getPrev(){ return this.mPrevBox; } setNext(next: cc.Node){ this.mNextBox = next; } getNext(){ return this.mNextBox; } setNum(num: number){ this.txtNum.string = `${num}`; } down(y: number){ this.node.runAction(cc.sequence( cc.moveBy(0.4, 0, y), cc.callFunc( () => { NodeMgr.putBox(this.node); }) )); } }
2020-01-03 11:17:56 807KB CocosCreator实现左右
1
一个用于处理图片的matlab程序。读取指定的图片,生成镜面对称的图片,然后保存到当前文件夹下。
2020-01-03 11:17:26 309B 图片翻转 Matlab 图片镜面对称
1
爆破字典 大约1400万条左右 自己收集的一部分 已经排序了
2019-12-26 03:10:23 133.44MB dictionary  ssh linux
1
本人JAVA结课作业,绝对能用~~欢迎大家下载
2019-12-21 22:24:37 146KB 设计文档 JAVA 500行 通讯录
1
芯片YDA138E功放模块的电路图,AUX3.5mm音频输入母头,左右双声道,每个声道最大可接8Ω10W(4Ω15W)的扬声器,8Ω5W的扬声器实测效果不错。
1
ViewPager实现动画左右滑动的效果,适合在第一次启动程序的时候给用户一个帮助
2019-12-21 22:22:34 407KB ViewPager
1
Android自动滚动的TextView,源码里面有两个自定义的TextView,一个上下自动滚动,一个左右自动滚动,用起来都非常简单;
2019-12-21 22:20:23 18.96MB Android 垂直滚动 左右滚动 TextView
1