资源列表
cli2_win
- 发包,c++做的发包程序,还有一个对应的收包程序-contract, c doing letting process, there is a corresponding packet admission procedures
BresenhamCircle
- 利用Bresenham画圆法画同心圆-use Concentric Circle paintings
jacobi迭代
- 这是jacobi迭代算法-iterative algorithm to caculate Jacobi(matrix?)
编制Josephus问题的程序
- 一、需求分析 (1)、以结构体变量linklist表示利用单循环链表建立的Josephus环变量。其中num表示链表中的元素号码,也即Josephus环问题中成员的号数。next表示指向下一个结点的地址指针。 (2)、人数n,每次出列人号数m,开始时的人的号数s均可设定。 (3)、按给定的数据输出Josephus环问题的解,把每次出列的人的号数输出到屏幕上 (4)、测试数据以n=8,m=4,s=1为例,则执行结果为:
findkth
- 基于快速排序思想的找一给定数列的第k大个数-based on rapid sequencing of thinking for a given series of large number k
Move-Node-treeView
- TreeView 节点自由移动功能。 -TreeView Node Move, Can User Csharp Project
runDemo
- matlab 实现双边滤波,简单而高效,比高斯滤波更加优越-bilateral filtering Matlab, simple and efficient, more superior than the Gaussian filter
1112
- ug二次开发的一段小代码,grip程序,小试身手,高手勿下-ug secondary development of a small section of code, grip the program, small test their skills, experts do next
cubic_spline_wavelet_interpolation
- 三次样条插值(简称Spline插值)是通过一系列形值点的一条光滑曲线,数学上通过求解三弯矩方程组得出曲线函数组的过程。本函数中采用第一类边界值-Cubic spline interpolation (referred Spline interpolation) through a series of key points of a smooth curve, mathematically by solving the three-moment equations derived curve fu
nqct
- 牛股选择指标,能够选择出好的股票 。-bulls select.
cal_class
- 利用最大似然法,通过感兴趣区域对遥感图像进行分类-Using the maximum likelihood method, by region of interest on remote sensing image classification
Title-Description
- 题目描述 传说中有一种蜜汁序列特别甜,所以爱吃甜的强渣学长特别喜欢这种序列。。。 蜜汁序列的定义如下:对于一个长度为n的序列a1,...,an,如果这个序列的n个前缀和全部非负,即若a1> 0,a1+a2> 0,...,a1+a2+...+an> 0,则称a序列是蜜汁序列。。。 显然一些蜜汁序列可以分成更多的蜜汁序列,例如1 2这个蜜汁序列可以分成1和2两个蜜汁序列,现在有一个长度为n的蜜汁序列,要求你把他分成若干连续的段,使得每段都是一个蜜汁序列