-
msp430x20x1_ca_01
Msp430 LaunchPad s sound code that edited by Visual C++l.
- 2012-07-13 01:06:53下载
- 积分: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
-
gabor_decon
基于Gabor 变换的地震反褶积正反变换程序,以及和维纳反褶积的对比程序
(Gabor transform based on seismic deconvolution forward and reverse transform procedures, and the Wiener deconvolution of the comparison program)
- 2017-05-03 10:46:46下载
- 积分:1
-
revit二次开发源代码——快速建族
revit二次开发源代码——快速建族,能够通过点的输入,达到快速建族的目的。revit建族比较麻烦,坐标不明确,通过这种在表格里输入坐标点,然后生成模型线,最后将模型线构成截面族,从而加快建族的过程。
- 2022-02-06 18:06:10下载
- 积分:1
-
圣诞雪花程序
windows桌面雪花下落效果,开启程序后,在windows桌面会有雪花从上往下落下的效果
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Imaging;
using System.Runtime.InteropServices;
using System.Windows.Forms;
namespace Snow
{
public partial class Form1 : Form
{
private s
- 2023-05-13 21:10:02下载
- 积分:1
-
vc基础知识
VC的基础知识,初学者必看(VC basic knowledge, beginners Watchable)
- 2004-12-02 11:04:31下载
- 积分:1
-
test4lg686
说明: brew中的一个测试程序,代码不错,请关注.谢谢!(brew of a test procedure code Yes, please take heed. Thank you!)
- 2006-03-25 14:42:51下载
- 积分:1
-
matpower4.1
用于MATLAB中潮流计算的软件包,内含使用说明和多个测试文件,使用方便(MATLAB software is used to calculate the trend, contains instructions and multiple test files, easy to use)
- 2014-08-13 20:00:22下载
- 积分:1
-
aRQUIVO
说明: Programas na linguagem C
- 2020-11-03 22:29:51下载
- 积分:1
-
STM32 医疗传感器控制 -呼吸波实验
STM32 医疗传感器控制 -呼吸波实验,使用IAR 开发, 呼吸波传感器采集,液晶显示
- 2023-01-07 17:30:04下载
- 积分:1