-
dvsdm80
Buffer投针法计算圆周率,控制台小程序, 蒙特卡洛方法,()
- 2018-05-26 07:48:38下载
- 积分:1
-
c# 生成二维码示例源码下载
c# 生成二维码示例源码下载
- 2014-02-07下载
- 积分:1
-
CSV文件解析库的C #
CSV parsing library for c#
- 2022-01-23 11:13:46下载
- 积分: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
-
ffmpeg win 开发库
ffmpeg 的win上的开发库 官网下载 正品保证 免去编译之苦
- 2022-03-04 10:58:16下载
- 积分:1
-
用于获取二进制文件CRC16校验的C#源码
一个项目需要用到文件的CRC16校验和,针对二进制的文件的CRC校验工具真的不太好找,于是自己做了一个。多项式是8005,初值是0. 框架是Framework 4。
- 2023-08-25 08:35:03下载
- 积分:1
-
《Delphi技术手册源码》原书佩戴的光盘,DELPHI学习者不妨来看看。...
《Delphi技术手册源码》原书佩戴的光盘,DELPHI学习者不妨来看看。-"Delphi technical manual source" on the wearing of the original CD, Delphi may wish to look at the learners.
- 2022-07-06 09:04:42下载
- 积分:1
-
dma dac 正弦波
正弦波的显示 ,示波器,keil5正弦波的显示 ,用于测试波形的产生(Sine wave display, oscilloscope, keil 5 sine wave display, used to test the generation of waveforms)
- 2020-06-18 04:40:02下载
- 积分:1
-
Grabcut前景提取
基于Opencv3的grabcut提取。使用需要先配置opencv3环境,最好debug运行。首先用Harris提取角点,划定一个矩形范围。然后用Grabcut自动迭代,分出前景后景。并用imwrite,把前景保存到jpg格式图像中。
- 2022-05-26 16:01:43下载
- 积分:1
-
关于图像处理,彩色图像转化成黑白图像的算法
关于图像处理,彩色图像转化成黑白图像的算法-on image processing, color images into black-and-white image algorithm
- 2022-02-28 18:05:26下载
- 积分:1