-
EM4095
采用STC89C51编写的125K射频卡阅读器程序,采用EM4096基站芯片。(125K RF using STC89C51 written card reader program, the the EM4096 base station chip.)
- 2012-07-12 10:05:19下载
- 积分:1
-
网狐6603 赖子斗地主
网狐6603 赖子斗地主
- 2015-02-18下载
- 积分: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
-
最小生成树
最小生成树问题,介绍了Kruskal,Prim算法及其优化(Minimum spanning tree problem, Kruskal, Prim algorithm and its optimization are introduced.)
- 2020-06-16 06:20:01下载
- 积分:1
-
matlab RPCA程序代码
说明: rpca程序代码,是朋友做的,希望对大家的学习和生活能有所帮助,谢谢大家(RPCA program code, is a friend to do, and I hope that everyone's learning and life can help, thank you.)
- 2020-11-06 19:39:49下载
- 积分:1
-
pjoylem
求大数的阶乘问题源代码,在vs2005上亲自调试过,(For the large number of factorial problem source code, in the vs2005 personally debugged,)
- 2018-09-05 12:41:10下载
- 积分:1
-
Dropout11
MPCA的代码,非常有用,适合初学者。建议初学者学学,入门(MPCA s code, very useful for beginners. Recommended for beginners to learn, entry)
- 2014-09-13 23:45:59下载
- 积分:1
-
TB62209驱动步进电机
主要为STM32发送脉冲信号给TB62209,然后驱动步进电机运动,timer2作为脉冲源,timer3用了做加减速控制。
- 2022-02-01 03:18:54下载
- 积分:1
-
精确计算程序运行时间的C++程序
本程序利用CPU主频,精确地运算时间,可以用来计算程序运行时间,也可以用来计算某一部分代码所花费的时间,可以让您更加清楚所编写的代码能否满足时间上的要求。本程序是在VC6.0下编写,在高版本运行是需要进行一些小修改。
- 2023-06-23 09:05:03下载
- 积分:1
-
基于51的函数发生器设计
基于51的函数发生器设计,可以输出三角波,锯齿波,正弦波,方波,梯形波等波形。而且频率可以调动,本系统有四个按键,两个按键实现频率的加减,两个按键实现模式切换。
- 2023-07-27 09:25:02下载
- 积分:1