-
百度智能手环 源代码
百度智能手环 源代码 计步 睡眠 算法
- 2022-08-10 05:51:03下载
- 积分:1
-
w5500 DHCP 客户端 源代码
官方的DHCP 客户端源代码,经本人亲自验证 100% 可用。
- 2023-05-25 06:20:04下载
- 积分:1
-
用stm8s103写的C代码
用stm8s103写的C代码,带AD,LED,中断。
- 2022-04-21 23:12:00下载
- 积分:1
-
(stm32)RC522代码成功
stm32)RC522代码成功 ,实现刷卡,读卡,读取信息的功能,设置密码
- 2022-01-22 06:20:52下载
- 积分:1
-
四通道DMX512 led 灯光控制研究代码
dmx512led灯光控制代码,四通道,可以控制三路led的色彩、亮度,有频闪,自走等功能,可连接各类控台。
- 2022-01-25 17:38:33下载
- 积分:1
-
计算数学有限元方法
the structure of the DG-FEM is very similar to that of the finite element method (FEM), there are several fundamental differences. In particular,
the mass matrix is local rather than global and thus can be inverted at very
little cost, yielding a semidiscrete scheme that is explicit. Furthermore, by
carefully designing the numerical flux to reflect the underlying dynamics, one
has more flexibility than in the classic FEM to ensure stability for wavedominated problems. Compared with the FVM, the DG-FEM overcomes the
key limitation on achieving high-order accuracy on general grids by enabling
this through the local element-based basis
- 2022-01-25 17:37:52下载
- 积分:1
-
根据DXF文件生成相对应G代码(用于数控)
根据DXF文件生成相对应G代码(用于数控),内包含一些算法,用于生成G代码,稍微修改就可以用以精雕等数控机台的使用,用户可根据自己的需要进行修改!
- 2022-06-27 03:13:42下载
- 积分:1
-
帝国时代2游戏源码
帝国时代2游戏源码,完整版本编译通过。
- 2022-02-09 11:03:03下载
- 积分:1
-
LED驱动源码
这是基于ARM9开发板写的LED驱动测试代码,能够达到开关灯,流水灯等效果。这只是个例子代码,不做实际使用,不过是很好的驱动模板,大家可以学习学习,观摩观摩。大家一起学习。谢谢大家的支持。
- 2022-08-04 10:15:11下载
- 积分:1
-
程序守护(进程守护)-源代码C#
程序守护(进程守护)-源代码C#
/*
* 由SharpDevelop创建。
* 用户: zhang
* 日期: 2017/3/18
* 时间: 21:50
* 要改变这种模板请点击 工具|选项|代码编写|编辑标准头文件
*/
using System;
using System.Diagnostics;
using System.Drawing;
using System.Threading;
using System.Windows.Forms;
namespace CPinfoSafe
{
public sealed class NotificationIcon
{
private NotifyIcon notifyIcon;
private ContextMenu notificationMenu;
DialogResult dr;
#region Initialize icon and menu
public NotificationIcon()
{
notifyIcon = new NotifyIcon();
notificationMenu = new ContextMenu(InitializeMenu());
notifyIcon.DoubleClick += IconDoubleClick;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NotificationIcon));
notifyIcon.Icon = (Icon)resources.Get
- 2022-11-01 19:35:03下载
- 积分:1