-
kaoshi
c++实现的考试成绩管理系统,基于access数据库,可供初学者参考c++语言,及完整系统的设计与实现。(c++ implementation of the test result management system, based on the access database, available for beginners reference c++ language, and complete system design and implementation.)
- 2010-12-06 14:50:57下载
- 积分:1
-
Reverse-CR24
说明: 大佬做的C语言复现,并不能当作Wanna cry病毒的C语言版本使用(C Language Reproduction by others)
- 2019-04-21 15:24:37下载
- 积分:1
-
C# 模糊文字 点击按钮文字模糊
C# 制作的模糊文字 点击按钮文字模糊效果,这是基于WPF的一个图像特效,将文字模糊显示,如图所示,运行本程序后,点击窗口中的按钮,即可将按钮中的文字模糊处理。下面来看具体的模糊按钮文字的实现代码:
if (((Button)sender).BitmapEffect != null)
{
((Button)sender).BitmapEffect = null;
}
else
{
Button MyButton = (Button)sender;
var MyBlurEffect = new System.Windows.Media.Effects.BlurBitmapEffect();
MyBlurEffect.Radius = 4;
MyBlurEffect.KernelType = System.Windows.Media.Effects.KernelType.Box;
MyButton.BitmapEffect = MyBlurEffect;
}
- 2022-01-21 04:39:19下载
- 积分:1
-
ostu
使用大津法选定二值化阈值,并对彩色图像做二值化处理(Otsu binarization threshold is selected, and the color images do binarization processing)
- 2012-05-19 22:41:01下载
- 积分:1
-
Matlab-untitled
基于matlab语音端点检测双门限法程序代码(Based on matlab voice endpoint detection threshold method code)
- 2014-05-26 18:02:03下载
- 积分:1
-
fin
多普勒雷达测速(FPGA、DSP与界面显示)(Doppler radar velocity measurement)
- 2020-07-04 14:00:02下载
- 积分:1
-
MCU-samples100P-C-language-
本人所买单片机配套赠送的100多个程序源码,都是c语言编写。(I have bought more than 100 single-chip matching gift program source code, are the c language.)
- 2013-07-23 16:44:26下载
- 积分:1
-
Mcodes_for_coa
通信系统的Matlab代码,包括括通信原理书中的大多代码可直接使用。
(Matlab code of the communication system, including most of the code including communication theory book can be used directly.)
- 2012-07-26 14:21:16下载
- 积分:1
-
用于学习
led流水线控制,初试时间间隔为一秒,可利用按键设置时间间隔。
- 2022-01-26 06:02:39下载
- 积分:1
-
zuixiaoquandingdianfugai
给定一个赋权无向图G=(V,E),每个定点v∈U都有一个权值w(v)。如果U V,且对任意(u,v)∈E有u∈U或v∈U,就称U为图G的一个定点覆盖。G的最小权顶点覆盖是指G中所含顶点权之和最小的顶点覆盖。(Empowering given a undirected graph G = (V, E), each point v ∈ U has a weight w (v). If the UV, and for any (u, v) ∈ E there is u ∈ U or v ∈ U, on U that map G to a fixed-point coverage. G the right to the minimum vertex cover is contained in G refers to the right vertex of the vertex cover and minimum.)
- 2020-11-19 15:59:39下载
- 积分:1