码迷,mamicode.com
首页 >  
搜索关键字:basic calculator    ( 5003个结果
随想录(从编程语言到库、框架、软件)
【 声明:版权全部,欢迎转载,请勿用于商业用途。 联系信箱:feixiaoxing @163.com】 从我開始学习计算机開始,接触的编程语言不下十余种。除了主要的C、C++、pascal、basic之外,光是脚本语言就接触了六、七种。出现这么多语言,一方面是由于业务的须要,还有一方面也来自于企业....
分类:编程语言   时间:2014-08-27 21:49:48    阅读次数:245
jcp.ch01.basic.CachedFactorizer
state in heap state in stack.
分类:其他好文   时间:2014-08-27 12:30:37    阅读次数:278
sql笔记01-创建表
//数据库引擎,编码,字符校验码,备注create table if not exists t_basic_job ( name varchar(20) not null default '')engine=innodb DEFAULT CHARSET=utf8 collate=utf8_...
分类:数据库   时间:2014-08-26 19:05:36    阅读次数:250
Incircle and Circumcircle(二分+几何)浙大月赛zoj3806(详解版)图
Incircle and CircumcircleTime Limit: 2 Seconds Memory Limit: 65536 KB Special JudgeA triangle is one the basic shapes in geometry. It's a polygon with...
分类:其他好文   时间:2014-08-26 19:03:46    阅读次数:201
mysql-表引擎
1.mysql的表引擎分为myisam & innodbmysiam 查询速度 比innodb 快,但是不支持事物好像myisam 不支持行锁2.有时间了 把两种引擎做个对比 ,画个表格3.修改表的引擎sql: alter table t_basic_city engine=innodb;
分类:数据库   时间:2014-08-26 18:56:26    阅读次数:221
discuz后台开发常用函数
showsetting()表单显示返回值:无参数:$setname - 指定输出标题,如:setting_basic_bbname, 自动匹配描述文字为:setting_basic_bbname_comment,comment形式文字可以在./source/language/lang_admincp...
分类:其他好文   时间:2014-08-26 17:00:56    阅读次数:201
POJ 2305 Basic remains(JAVA练习)
Description Given a base b and two non-negative base b integers p and m, compute p mod m and print the result as a base b integer. p mod m is defined as the smallest non-negative integer k such tha...
分类:编程语言   时间:2014-08-25 19:20:04    阅读次数:230
装饰者模式
模式说明装饰者模式装饰者模式可以动态地给一个对象增加一些额外的职责。就增加功能来说,装饰者模式相比生成子类更为灵活。模式结构图程序示例说明:一辆车,装饰窗户,装饰轮子代码:class Car(object): def description(self): print 'basic...
分类:其他好文   时间:2014-08-25 19:03:54    阅读次数:209
Erlang 设计原则 process port io
Erlang原理 (转载自ITEYE cryolite博客 ps:精彩)by Robert VirdingThis is a description of some of the basic properties and features of Erlang and an attempt to de...
分类:其他好文   时间:2014-08-25 16:21:54    阅读次数:185
winform异型不规则界面设计
一,不规则WINFORM窗体Author:unknown From:Internet在以前版本的Visual Basic或Visual C++中,创建不规则窗体和控件是一件很复杂的事,不仅需要调用大量API函数而且工作量也不小。不过,现在在Visual C#下,情况就完全不同了。运用Windows ...
分类:Windows程序   时间:2014-08-25 16:19:34    阅读次数:450
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!