-
Socialengineering
这是一篇介绍黑客社会工程学攻击的八种常用伎俩(This is a description of the eight kinds of hacker attacks on commonly used social engineering tactics)
- 2009-09-12 13:25:34下载
- 积分:1
-
spatial autocorrelation
利用R语言进行两个变量的空间自相关分析,从而进行克里金插值(The spatial autocorrelation analysis of two variables is carried out by using R language.)
- 2018-08-07 09:59:00下载
- 积分:1
-
farrow
verilog语言编写的farrow滤波器的实现过程,供大家参考,谢谢。(Verilog language Farrow filter implementation process for your reference)
- 2021-03-28 16:09:11下载
- 积分:1
-
2048
说明: 在vs下实现的2048小游戏,用C/C++语言实现。(The 2048 mini-games implemented in vs are implemented in C/C++ language.)
- 2019-06-02 20:41:46下载
- 积分:1
-
PhaseRetrieval.synctex
PhaseRetrieval问题的源码,多种算法对相位恢复问题进行求解,有详细仿真及作图怎么才能凑够(PhaseRetrieval source code, a variety of algorithms to solve the problem of phase recovery, detailed simulation and graphics, how to scrape together enoug)
- 2017-10-22 16:20:14下载
- 积分:1
-
fwhint
fwhint
wincontrol hint components
- 2014-05-22 20:55:05下载
- 积分:1
-
VCA-master
说明: 高光谱解混端元提取VCA顶点成分分析算法,源码链接Jose M. Bioucas Dias主页(Extraction of VCA vertex components by Hyperspectral unmixing)
- 2021-02-22 11:39:41下载
- 积分:1
-
C# 监控Windows剪贴板程序
C# 编写的监控Windows剪贴板的小程序,这里面有计时器的相关创建方法,设置计时器间隔为1000毫秒并启动计时器,监控剪切板并判断剪贴板中是否存在文本数据,然后将剪贴板中的内容显示在richTextBox1控件中。下面的代码是本程序的核心:
private void Frm_Main_Load(object sender, EventArgs e)
{
timer1.Interval = 1000;//设置计时器间隔为1000毫秒
timer1.Start();//启动计时器
}
private void timer1_Tick(object sender, EventArgs e)
{
if (Clipboard.ContainsText())//判断剪贴板中是否存在文本数据
richTextBox1.Text = Clipboard.GetText();//将剪贴板中的内容显示在richTextBox1控件中
}
- 2023-08-14 00:35:02下载
- 积分:1
-
PSO(粒子群)-SA(模拟退火)
粒子群算法-模拟退火算法,关于matlab的算法说明(Particle swarm optimization-simulated annealing algorithm)
- 2021-01-20 10:48:41下载
- 积分:1
-
引定位代码
jQuery顶部固定标题索引定位代码是一款仿百度知道文章内容页面滚动顶部固定标题索引定位效果代码。(JQuery Top Fixed Title Index Location Code is a code that imitates Baidu Knows Article Content Page Scroll Top Fixed Title Index Location Effect Code.)
- 2019-03-29 15:31:12下载
- 积分:1