Fork me on GitHub
Cloyee's blog


  • Home

  • About

  • Categories

  • Archives

  • Search

POJ3067--Japan

Posted on 2020-07-26 | In POJ |
Words count in article: 696 字 | Reading time ≈ 3 mins
题目:Japan plans to welcome the ACM ICPC World Finals and a lot of roads must be built for the venue. Japan is tall island with N cities on the East coa ...
Read more »

POJ3321--Apple Tree

Posted on 2020-07-23 | In POJ |
Words count in article: 1.1k 字 | Reading time ≈ 5 mins
题目:There is an apple tree outside of kaka’s house. Every autumn, a lot of apples will grow in the tree. Kaka likes apple very much, so he has been car ...
Read more »

树状数组统计子树权和

Posted on 2020-07-23 | In ICPC训练 |
Words count in article: 1.2k 字 | Reading time ≈ 4 mins
权和问题用线性数据结构的方法解决动态统计子树权和的问题 树状数组:也叫二叉索引树,是一个查询和修改复杂度都是$log_2n$d的数据结构,主要用于查询任意两位之间的元素之和。定义如下: ​ 数组$a[]$,元素个数为n,存储在$a[1]~a[n]$中; ​ 子区间的权和数组为$sum$, ...
Read more »

“LaTex数学符号表示”

Posted on 2020-07-22 | In LaTex |
Words count in article: 280 字 | Reading time ≈ 1 mins
转自:https://www.mohu.org/info/symbols/symbols.htm 1、指数和下标可以用^和_后加相应字符来实现。比如: 2、平方根(square root)的输入命令为:\sqrt,n 次方根相应地为: \sqrt[n]。方根符号的大小由LATEX自动加以调整。也可 ...
Read more »

数学建模之图与网络模型

Posted on 2020-07-22 | In 数学建模 |
Words count in article: 1.2k 字 | Reading time ≈ 5 mins
一、最短路问题1.两个指定顶点之间的最短路径Dijkstra算法: $(u_0,v_0)$ 按照距离$u_0$从近到远的顺序,依次求得$u_0$到G的个顶点的最短路径和距离,直至$v_0$或者G的所有顶点。 MATLAB代码如下(需要改图): 123456789101112131415161718 ...
Read more »

数学建模之整数规划

Posted on 2020-07-15 | In 数学建模 |
Words count in article: 398 字 | Reading time ≈ 1 mins
0-1型整数规划二进制变量 相互排斥的约束条件让未选中的约束条件恒成立$$y_i=\begin{cases}1,第i个约束起作用\ 0,第i个约束不起作用, i = 1,2,…,m, \end{cases}$$加一个充分大的常数M$$a_{i1}x_1+…+a_{ ...
Read more »

数学建模之线性规划

Posted on 2020-07-15 | In 数学建模 |
Words count in article: 282 字 | Reading time ≈ 1 mins
MATLAB求解:1.标准形式 注意是min,而且是小于。 f,x,b,beq,lb,ub为列向量; f:价值向量; b:资源向量; A,Aeq为矩阵。 2.求解线性规划的命令1[x,fval]= linprog(f,A,b,Aeq,beq,lb,ub) 3.例子 (1)化为标准型 ​$$min\ ...
Read more »

现代密码学思维导图

Posted on 2020-06-30 | In 密码学 |
Words count in article: 17 字 | Reading time ≈ 1 mins
直接上链接。 链接:https://pan.baidu.com/s/1fRPKXfIDsZnDuHR9f7gHhA提取码:5s1f
Read more »

信号与系统论文

Posted on 2020-06-30 | In 信号与系统 |
Words count in article: 53 字 | Reading time ≈ 1 mins
因为疫情期末考核变为论文,题目为 “基于傅里叶变换的图像去噪和图像增强” 文件见下(论文+matlab代码) 链接:https://pan.baidu.com/s/1QjwzEv705Vg2x5ydjLXB2A提取码:ua5s
Read more »

图论总结

Posted on 2020-06-30 | In 离散数学 |
Words count in article: 1k 字 | Reading time ≈ 3 mins
第七章 图7.1 零图,基图,标定图,关联,相邻,关联集,邻域,点v的度数,出度,入度,孤立点,G的最大(小)度,握手定理(有向图和无向图),度数列,可简单图化的判断及画图,图的同构定义,必要条件;简单图,平凡图,竞赛图,k-正则图,n阶无向完全图Kn,n阶有向完全图,彼得森图,二部图(偶图,不含有 ...
Read more »
12…4
CloyeeYH

CloyeeYH

35 posts
12 categories
© 2020 CloyeeYH
访问人数:  |  总访问量:  |  博客全站共 27.8k 字
0%