资源列表
FIFOandOPT
- 用FIFO和OPT算法进行虚拟存储器,求缺页数和缺页率,用于操作系统的实验-With FIFO and OPT algorithm for virtual memory, and missing pages and missing page rate for the experimental operating system
vc++huazhixian
- 在屏幕中连续地以六个点绘出五条直线, 能够观察到绘制的过程,即从第一点开始依次到下一点绘制直线的过程动态地显示出来-On the screen in six consecutive points to draw five straight lines, able to observe the process of mapping, that is, from the beginning of the first point followed by drawing a straight line
FFT
- 快速傅里叶变换,依靠基2蝶形因子的思想,符合数字信号的处理需求-FFT
C-implement-fft-algorithm
- C implement fft algorithm
HtmlToText
- 使用正则表达式将html转换成为text(纯文本),常用户数据库全文搜索程序当中。-Regular expressions are used to convert html text (plain text). regular customer database full-text search program.
shiyan5
- 以二叉链表表示二叉树,实现二叉树先序遍历、中序遍历、后序遍历的递归算法;直接利用栈的基本操作,实现二叉树先序遍历的非递归算法。-Binary list, binary tree, Binary Tree, Inorder traversal, recursive algorithm after preorder direct use of the basic operation of the stack, the non-recursive algorithm Binary Tree.
Digitalclock3
- 电子时钟在数码管上显示并可以实现人工调时-Electronic digital display clocks in tube and artificially
bigint
- 利用运算符重载实现链接表的直接加减运算等功能-Use operator overloading to achieve directly linked table subtraction functions
juzhenbianhuanyiyuanfangcheng
- 用C#语言实现简矩阵变换一元方程的算法,内有详细代码-C# language using simple matrix transformation algorithm for a dollar equation, with detailed code
test1
- 可输入两个任意长度的数组,自动确定维数,并将其从最后一位开始向前依次比较(两数组维数可以不同),对应元素相同为1,不同为0,最终获得新的比较数组。-Enter the two arrays of arbitrary length, automatically determines the dimension, and in turn forward from the last one to start comparing (two array dimensions may be differen
MainWindow.xaml
- 用kienct读取深度图,并根据环境中距离设备的远近,进行着色。-reading depth with kienct
send_receive_struct_CSharp
- C#实现UDP收发结构体,具体采用逐字节发送的方式,解决了与C++之间的网络通信问题。-sending and receiving of struct in C#