-
实现UNIX的“C”命令的猫”,我相信这对你是有帮助的
C编写的Unix的cat命令。全部使用C语言,具有很好学习和参考价值。-Implement the Unix s "cat" command in C, I m sure it is helpful for you
- 2023-05-02 23:45:03下载
- 积分:1
-
Windows2000下执行dos程序(wowexec.exe)的源代码
Windows2000下执行dos程序(wowexec.exe)的源代码 -Dos program under Windows2000 implementation (wowexec.exe) source code
- 2022-06-02 02:14:28下载
- 积分:1
-
show keyboard input, display and the pair of signal source
显示键盘的输入,显示键值及信号的源码-show keyboard input, display and the pair of signal source
- 2023-02-21 23:25:03下载
- 积分:1
-
用vc开发快速Fourier变换原理及其应用实例源代码
用vc开发快速Fourier变换原理及其应用实例源代码-Vc development with the principle of fast Fourier transform and its application source code
- 2022-04-30 18:57:00下载
- 积分:1
-
层次聚类
数据挖掘中聚类是旨在构建集群的层次结构的聚类分析的方法。战略层次聚类方法一般分为两种类型: [引文需要]集聚: 这是一种"自下而上"的方法: 每个观察值启动在它自己的群集中,并对集群会合并为一个层次结构中向上移动。分裂: 这是一种"自上而下"的方法: 所有观测值开始在一个群集中,并进行了拆分作为一个以递归方式将层次结构中下移。一般情况下,以贪婪的方式确定的合并和拆分。分层聚类的结果通常介绍聚类分析的结果。在一般情况下,凝聚聚类的复杂性是 O(n^3),这使得他们对于大数据集的速度太慢。分裂与穷举搜索聚类是 O(2^n),甚至更糟。然而,对于一些特殊的情况下,最优的有效凝聚方法 (O(n^2)) 已知的复杂性: 奥申 [1] 单连杆和碰杯 [2] 为完成连锁聚类法。
- 2022-03-18 03:27:47下载
- 积分:1
-
awk by Cao Siqin, 2007.7.17
awk <Format String>
Format string:
It may...
awk by Cao Siqin, 2007.7.17
awk
Format string:
It may contain following symbols:
$x: parameter x will be used here
= x07
= x0A
Example:
script.txt:
C:WINDOWSa logfile .log
C:WINDOWS txtfile .txt
input this command in a console window:
awk notepad.exe $1 $3 < script.txt
then following commands will be executed:
notepad C:WINDOWSa.log
notepad C:WINDOWS.txt
- 2022-07-01 19:45:10下载
- 积分:1
-
AVL树的程序,压缩包中含有项目文件,文件和…
构建一个avl树的程序,压缩包中含有项目文件,头文件和源文件。编译运行后输入结点的值如55,程序就会自动按avl规则建或重构AVL树,并以中序遍历打印出来,以100.001结束结点值的输入退出循环终止程序-AVL tree procedures, compressed packets containing project documents, files and source documents. After running compile input node as the value of 55, procedures will automatically AVL construction or remodeling rules AVL Tree, and to traverse the order to print out to the end of 100.001 node value of the input from cycle termination process
- 2023-03-08 08:30:03下载
- 积分:1
-
一个过程
程序实现了一个旋转而且每一个面带有不同色彩的立方体-One process
- 2022-05-17 05:23:48下载
- 积分:1
-
This is a compilation of procedures on 3D rotation of the classic, written by fo...
这是个汇编程序
关于3D旋转的
很经典的,是外国人写的哦-This is a compilation of procedures on 3D rotation of the classic, written by foreigners oh
- 2022-02-06 16:46:03下载
- 积分:1
-
BP算法拟合f(x)=sin(x)函数,样本数为9对,目标值0.001
BP算法拟合f(x)=sin(x)函数,样本数为9对,目标值0.001-BP fitting algorithm f (x) = sin (x) function, sample size for the nine right, the target value 0.001
- 2022-06-21 05:43:09下载
- 积分:1