-
源码
说明: 充电桩程序设计,具备功能:刷卡,跟上位机通信,屏幕显示,按键选择,控制充电。(Charging pile program design, with functions: swipe card, communicate with the host computer, screen display, button selection, control charging.)
- 2019-01-19 16:39:52下载
- 积分:1
-
hologaphy_GitHub
近场声全息数据和matlab程序,仿真效果好,达到成像的目的(Near - field acoustic holographic data and matlab program, the simulation effect is good, to achieve the purpose of imaging)
- 2021-03-16 15:19:21下载
- 积分:1
-
这个是AT8XC51SND1C的各个技术芯片资料
这个是AT8XC51SND1C的各个技术芯片资料-This is AT8XC51SND1C various technical chip information
- 2022-11-24 03:50:03下载
- 积分:1
-
AH简单下载系统
AH简单下载系统-AH simple Download System Proposed
- 2023-03-05 16:20:04下载
- 积分:1
-
DFPropInsp Delphi控件包
DFPropInsp Delphi控件包,一个用于Delphi中的列表控制,比较老的控件了,不过效果挺好,用上后列表功能变多了,界面变漂亮了,大概效果请看下下边的截图。
- 2022-06-01 02:26:11下载
- 积分:1
-
Gmsh是三维有限元网格生成与构建
Gmsh is a 3D finite element grid generator with a build-in CAD engine and post-processor
- 2023-02-09 01:10:04下载
- 积分:1
-
VC++ 窗口透明的实现还有放大镜功能
VC++ 窗口透明的实现还有放大镜功能,简单研究CDC,实现透明窗口或放大镜窗口效果,适用于新手上路.
- 2022-07-20 02:55:50下载
- 积分:1
-
Application Wizard has been created for you this UserInterface applications. Thi...
应用程序向导已为您创建了这个 UserInterface 应用程序。此应用程序不仅演示 Microsoft 基础类的基本使用方法,还可作为您编写应用程序的起点。
本文件概要介绍组成 UserInterface 应用程序的每个文件的内容。
-Application Wizard has been created for you this UserInterface applications. This application not only the demonstration of Microsoft based on basic use, but also to write applications as your starting point. This document outlines the composition of applications UserInterface the contents of each file.
- 2022-01-26 07:20:01下载
- 积分:1
-
卡动画特效
Cartoon animation effect is a kind of 3D rotation according to the position of the mouse, and with light and shadow effects, the effect is very cool.
- 2019-05-17 18:00:34下载
- 积分:1
-
core2
bool AABB::intersects(const AABB &p_aabb) const {
if (position.x >= (p_aabb.position.x + p_aabb.size.x))
return false;
- 2020-06-19 15:40:02下载
- 积分:1