码迷,mamicode.com
首页 >  
搜索关键字:AMM    ( 444个结果
每日一题_191113
已知椭圆$\mathit{\Gamma}: \dfrac{x^2}{4}+\dfrac{y^2}{2}=1$,过点$P(1,1)$作倾斜角互补的两条不同直线$l_1,l_2$,设$l_1$与椭圆$\mathit{\Gamma}$交于$A,B$两点,$l_2$与椭圆$\mathit{\Gamma}$交 ...
分类:其他好文   时间:2019-11-09 20:00:47    阅读次数:82
uwsgi nginx与django之间的关系以及各自的作用
首先要明确几个概念及其作用(注意大小写的区别): WSGI uWSGI uwsgi Nginx WSGI 是一种协议,不是任何包不是任何服务器,就和 TCP 协议一样。它定义了 Web 服务器和 Web 应用程序之前如何通信的规范。 至于为什么和 Python 扯在一起?因为这个协议是由 Pytho ...
分类:其他好文   时间:2019-11-06 13:36:58    阅读次数:113
Codeforces Round #598 (Div. 3) E. Yet Another Division Into Teams dp
There are nn students at your university. The programming skill of the ii-th student is aiai. As a coach, you want to divide them into teams to prepar ...
分类:其他好文   时间:2019-11-06 12:54:44    阅读次数:85
OCR入门--资源、期刊与网站
1.深度学习文本检测识别精选资源汇总github网址 https://github.com/hwalsuklee/awesome-deep-text-detection-recognition 2.DBLP(DataBase systems and Logic Programming)是计算机领域内 ...
分类:Web程序   时间:2019-11-06 12:51:31    阅读次数:118
实验2
#include <stdio.h> int main() { int x=1234; float f=123.456; double m=123.456; char ch='a'; char a[]="Hello, world!"; // 定义一个数组a,数组中连续存放了字符串常量hello,wo ...
分类:其他好文   时间:2019-11-05 23:19:42    阅读次数:179
The 2019 China Collegiate Programming Contest Harbin Site K. Keeping Rabbits
链接: https://codeforces.com/gym/102394/problem/K 题意: DreamGrid is the keeper of n rabbits. Initially, the i th (1≤i≤n) rabbit has a weight of wi. Every ...
分类:其他好文   时间:2019-11-05 13:26:23    阅读次数:140
PAT-1012 The Best Rank (25 分) 查询分数对应排名(包括并列)
To evaluate the performance of our first year CS majored students, we consider their grades of three courses only: C Programming Language, Mathematics ...
分类:其他好文   时间:2019-10-29 13:43:36    阅读次数:104
Spring的AOP
AOP(Aspect Oriented Programming):面向切面编程 横向重复,纵向抽取。 简单的说它就是把我们程序重复的代码抽取出来,在需要执行的时候,使用动态代理的技术,在不修改源码的基础上,对我们的已有方法进行增强。 实现原理:动态代理; 在我们原始的控制事务中,Connection ...
分类:编程语言   时间:2019-10-27 23:18:23    阅读次数:179
python snippets
1、Find memory used by an object 2、Combine a list of strings into a single string 3、Find elements that exist in either of the two lists 4、Track frequen ...
分类:编程语言   时间:2019-10-27 16:39:49    阅读次数:93
使用Typora添加数学公式
使用Typora添加数学公式 <!-- flowchart 箭头图标 勿删 --> Typora是一款支持Markdown的编辑器,亲测非常好用。之前发CSDN博客也都是先在Typora上完成,然后直接导入到CSDN。最近在数学公式编辑上遇到了点麻烦,在此总结了常用的公式编辑方法,旨在文章更加的美观 ...
分类:其他好文   时间:2019-10-27 16:26:20    阅读次数:371
444条   上一页 1 ... 13 14 15 16 17 ... 45 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!