资源列表
k
- 对于稀疏矩阵的存储,可不使用二维数组来存储,而使用链表,只存储其中的非0元素。链表中的每个结点包含的域为(行,列,值, next),如以下稀疏矩阵: 0 2 0 0 0 3 0 0 0 6 0 0 0 0 0 0 0 7 0 0 则链表为: 请实现两个稀疏矩阵的相加,并输出结果。要求:相加后原来的两个矩阵仍然存在。-For sparse matrix storage, without using the two-dimensional array
AutoResizeDataGridTableStyle
- 根据窗口大小自动调整Grid所有或最后字段的宽度,以填充剩余空间。-automatically resize it s last column, or all columns a little bit, so the DataGrid fills the indicated space.
87
- 单链表,实现链表的插入,输出,删除等功能-Single linked list, insertion, the output of the linked list, delete functions
112
- 数值计算解大规模线性方程组,计算牛顿方法,多维插值方法-compute large scale calculation problem
Traingame
- 用satck和que整的卡牌游戏(火车接连)-Card game (with satck and que whole train after another)
CompressLib
- CompressLib Allow to compress and decompress text or memory stream using GZIP algorithm
7EULER
- 常微分方程组的求解方法,采用定步长欧拉方法求解-Method for solving ordinary differential equations, using a fixed-step Euler method to solve
De-noising
- 一种利用小波变换的算法,实现对图像的去噪。-A method of wavelet transform algorithm, to achieve image denoising.
TCPClientServer
- source code TCPclient server
CSharp--notifyicon--menu
- c# 实现窗体最小化,隐藏任务栏任务,notification ,并且实现右击菜单-c# realize the form is minimized, hide Taskbar, notification, and realize right-click menu
yuesefu
- 约瑟夫问题是个有名的问题:N个人围成一圈,从第一个开始报数,第M个将被杀掉,最后剩下一个,其余人都将被杀掉。例如N=6,M=5,被杀掉的人的序号为5,4,6,2,3。最后剩下1号。 假定在圈子里前K个为好人,后K个为坏人,你的任务是确定这样的最少M,使得所有的坏人在第一个好人之前被杀掉-Josephus problem is a well-known problem: N personal circle, starting from the first report the num
zhoucheng
- 轴承故障诊断,经验模态分解,采用切片双谱-Bearing fault diagnosis, empirical mode decomposition, using slices bispectral