-
RainyNight
使用 C++在画布上实现城市的雨夜动态效果图。(Realizing the Dynamic Effect Map of Rain Night in the City)
- 2020-06-18 05:40:02下载
- 积分:1
-
Delphi 翻牌游戏源代码
Delphi 翻牌游戏源码,纯Delphi代码实现,无使用第三控件,玩法没搞懂,貌似不是翻牌游戏,感兴趣的自己下载源码编译运行下,Delphi7就可以顺利编译。
- 2022-01-23 10:08:03下载
- 积分:1
-
C#制作浮动的工具栏窗口
C#制作浮动的工具栏窗口,工具栏可以脱离主窗体,支持拖动功能,浮动在主窗口上,在WEB开发上,也有很多类似效果的浮动工具栏。
- 2022-08-07 06:07:12下载
- 积分:1
-
科斯塔斯环和锁相环
一个简易的科斯塔斯环和锁相环简介,可能对某些仿真有用(The costas loop can be simulated in MATLAB)
- 2017-11-09 17:08:56下载
- 积分:1
-
HFSS 带通滤波器 微带结构
HFSS 带通滤波器 微带结构 -HFSS microstrip structure band-pass filter
- 2022-01-24 13:38:22下载
- 积分:1
-
VT_X64
说明: 一份简单的VT框架源码~带关键的中文注释(A Simple VT Framework Source)
- 2020-06-19 22:40:02下载
- 积分:1
-
跨平台移动手机轮播图代码
jQuery跨平台移动手机轮播图代码是一款具有跨平台,响应式,支持移动设备等特点,并且在使用CSS3制作过渡动画。(JQuery Cross-Platform Mobile Phone Roadcasting Code is a cross-platform, responsive, mobile device support features, and in the use of CSS3 to produce transitional animation.)
- 2019-04-09 11:30:24下载
- 积分:1
-
MATLAB统计分析与应用:40个案例分析 程序与数据
说明: matlab实例,主成分分析,神经网络图像分割数据分析,因子分析等代码(MATLAB examples, principal component analysis, neural network image segmentation data analysis, factor analysis and other codes)
- 2020-11-10 19:43:05下载
- 积分:1
-
图形控件,画实时曲线,等操作方便
图形控件,画实时曲线,等操作方便-graphics controller, real-time curve paintings, and other convenient operation
- 2023-07-06 05:15:02下载
- 积分:1
-
FlappyBird2
大致思路说说,就是在外部SRAM里面做了一个大数组[320][240]做了一帧缓冲,所有屏幕相关操作都是在这一帧上面实现的,使用DMA直接丢数据到FSMC接口上,比I/O快多了,然后就是资源的去背问题,所有的图片都是我从手机版上面截图下来的,然后背景色都是0X4DF9,然后因为jpg转换软件的关系,蓝色的背景色会有偏差所以直接判断把0x4df9不显示不可行,后来想到可以用RGB颜色来入手,虽然不是0x4df9但是还是蓝色,所以蓝色分量肯定比红色多,所以做了一个阈值判断(Roughly speaking, a large array [320] [240] is made in the external SRAM to do a frame buffer. All screen-related operations are implemented on this frame. Using DMA to drop data directly to the FSMC interface is much faster than I/O. Then it is the problem of resource backtracking. All the pictures are taken from the top of the mobile version, and then the background color is 0X4DF9. Later, because of the relationship between JPG conversion software, the blue background color will be biased, so it is not feasible to directly judge that 0x4df9 is not displayed. Later, I thought that RGB color can be used to start with. Although it is not 0x4df9, it is still blue, so the blue component must be more than red, so I made a threshold judgment, and then it is the transition between scene and scene.)
- 2019-06-17 12:06:28下载
- 积分:1