资源列表
三次样条曲线
- 3种源码,三次样条函数算法C++源代码,用于工程上计算平滑曲线的插值计算.(3 source code, three spline function algorithm C++ source code, for engineering calculation of smooth curve interpolation calculation)
Cpp_Redis_Projects
- Redis C++版本数据接受 传递,信道通信(Data acceptance, transmission, channel communication)
最大流
- 最大流入门必备,包含了几个入门最大流的经典题目的详细题解(The maximum flow of the necessary entry, contains a detailed solution to the classical subject several entry the maximum flow)
树剖
- 树链剖分入门必备,包含了几个入门树链剖分的经典题目的详细题解(The tree chain partition entry must contain detailed notes several classic title entry subdivision of the chain tree)
YLYOZQO108
- 企业级的网络设备管理和相应的银决方案,及以网络设备的原扑图的自动生成,()
CircleButton
- 一个圆控件,有单击事件,其它功能正在进一步开发中。(A round control with click events, and other functions are being developed further.)
1006194
- 使用的依赖包都在压缩包的lib目录下,如果只是需要依赖包()
实验七
- 升级文本编辑器: 要求:支持菜单选取文本和背景颜色,支持弹出控制面板设置文本字体大小和颜色(Update text editor: Requirements: support menu, select text and background color, support pop-up control panel, set text, font size and color)
PrintZigZag
- 锯齿形的转换 字符串“paypalishiring”写的是在一个给定的行数,这样一个曲折的模式:(你可能想在一个固定的字体更加易读显示模式)(ZigZag Conversion The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed fon
渐变柱状图代码
- matlab编程,生成渐变色的柱状图,可增强文章的可读性(bars in gradient color)
LongestSubstr
- 从一个字符串中找到一个连续子串,该子串中任何两个字符不能相同,求子串的最大长度并输出一条最长不重复子串。(From a string to find a continuous substring, any two characters cannot be the same substring, the maximum length of her series and output a maximum repeat substring.)
findMedianSortedArrays
- 给定两个数组大小分别为m和n,排好了序,可能是降序也可能是升序,求两个数组所有数字的中位数,要求算法复杂度为O(m+n)。这里的中位数是如下定义的:如果总个数为偶数那么就取第n/2和n/2+1个数的平均数,例如: 两个数组分别为:[1,2] 和[1,2]那么中位数就应该是1,1,2,2的中位数,也就是:1.5(Given two array sizes, respectively, m and N, arranged in order, may be descending, or may be
