码迷,mamicode.com
首页 >  
搜索关键字:pascal    ( 1256个结果
tms web core 与 kbmmw 第一次亲密接触
最近,tms 经过1年多,集合了数十名高手大牛,开发出了一个跨时代的产品,就是tms web core. 具体的介绍详见官网,https://www.tmssoftware.com/site/tmswebcore.asp。 这个产品可以把pascal 代码编译成 js 代码,以便浏览器识别。不同于以 ...
分类:Web程序   时间:2018-07-29 13:11:19    阅读次数:1412
delphi / 和div区别
在Object Pascal里面,我们可以把任意两个数字(实数或整都行)相除,可以直接使用 / 这个符号,计算 所得到的结果一定会是实数 。 如我们希望两个整相除,得到整数的话,就得使用 div 这个运算符号。 ...
分类:Windows程序   时间:2018-07-25 13:52:23    阅读次数:207
125.Pascal's Triangle II
题目: Given a non-negative index k where k ≤ 33, return the kth index row of the Pascal's triangle. 给定非负索引k,其中k≤33,返回Pascal三角形的第k个索引行。 Note that the row ...
分类:其他好文   时间:2018-07-20 22:31:37    阅读次数:175
python之函数整理
函数是什么? 函数一词来源于数学,但编程中的「函数」概念,与数学中的函数是有很大不同的。编程中的函数在英文中也有很多不同的叫法。在BASIC中叫做subroutine(子过程或子程序),在Pascal中叫做procedure(过程)和function,在C中只有function,在Java里面叫做m ...
分类:编程语言   时间:2018-07-17 23:32:35    阅读次数:211
LeetCode 118 Pascal's Triangle
Given a non-negative integer numRows, generate the first numRows of Pascal's triangle. In Pascal's triangle, each number is the sum of the two numbers ...
分类:其他好文   时间:2018-07-16 11:15:58    阅读次数:126
LeetCode 119 Pascal's Triangle II
Given a non-negative index k where k ≤ 33, return the kth index row of the Pascal's triangle. Note that the row index starts from 0. In Pascal's trian ...
分类:其他好文   时间:2018-07-16 11:15:19    阅读次数:147
【LibreOJ??】与众不同(RMQ,二分)
题意: 思路: C++ pascal ...
分类:其他好文   时间:2018-07-09 15:24:52    阅读次数:326
深度学习阅读清单
图书 深度学习,Yoshua Bengio,Ian Goodfellow,Aaron Courville,MIT Press,准备中。 评论文章 代表性学习:评论与新视角,Yoshua Bengio,Aaron Courville,Pascal Vincent,Arxiv,2012。 专题或评论文章 ...
分类:其他好文   时间:2018-06-29 14:12:27    阅读次数:305
C语言学习(27)
1 //用指向指针的指针输出若干字符串 2 #include 3 int main(){ 4 char *name[]={"Basic","Visual Basic","C","Visual C++","Pascal","Delphi"}; 5 char **p; 6 p=name; 7 for(i... ...
分类:编程语言   时间:2018-06-28 12:15:16    阅读次数:175
C# name scheme
1.For varibale.camel scheme.the first word lowercase the first letter,then other words capitalize the first letter2.FOR class and function.Pascal sche ...
分类:Windows程序   时间:2018-06-27 00:51:43    阅读次数:196
1256条   上一页 1 ... 17 18 19 20 21 ... 126 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!