码迷,mamicode.com
首页 >  
搜索关键字:basic    ( 4666个结果
Spt Olga v7.1(v6.3, V6.2) 全动态多相流模拟计算程序
Code V.v10.4.SP1 LightTools.v7.3 Stoner Pipeline Simulator v9.9.0(v9.7.2, v9.6, v9.5) (SPS)建立了鄯乌管道离线电子管道系统,借助Visual Basic(VB)程序开发语言,开发了具有与现场一...
分类:其他好文   时间:2014-10-08 12:18:15    阅读次数:479
Linux学习笔记(七)--Linux基本常识了解
下面内容大部参阅:鸟哥的私房菜(第三版)http://vbird.dic.ksu.edu.tw/linux_basic/linux_basic.php#part2我们下面对LINUX的基本常识做下介绍:Linux是一套开源的、性能稳定的多用户网络操作系统,支持多用户,多线程和多CPU。Linux所有的内容统称文件。详细有:A、普通文件(..
分类:系统相关   时间:2014-10-08 01:44:25    阅读次数:585
【转】Java异常:选择Checked Exception还是Unchecked Exception?
Java包含两种异常:checked异常和unchecked异常。C#只有unchecked异常。checked和unchecked异常之间的区别是:Checked异常必须被显式地捕获或者传递,如Basic try-catch-finally Exception Handling一文中所说。而unc...
分类:编程语言   时间:2014-10-06 00:50:49    阅读次数:384
UVa 10179 - Irreducable Basic Fractions
题目:计算一个给定数的欧拉函数(1~n-1中和n互质的数的个数)。 分析:数论,素数筛法,欧拉函数。             欧拉函数:φ(n)= n *(1 - 1/p1)*(1 - 1/p2)*(1 - 1/p3)*…*(1 - 1/pt);             这里利用筛法打表计算出50000内的素数,因为数据范围是1000000000内的,             所以,不...
分类:其他好文   时间:2014-10-05 15:04:08    阅读次数:215
Note for video Machine Learning and Data Mining——Linear Model
Here is the note for lecture three.  the linear model Linear model is a basic and important model in machine learning. 1. input representation        The data we get usually needs some change...
分类:其他好文   时间:2014-10-04 23:14:57    阅读次数:390
C++ Variables and Basic Types Notes
1. Type conversion:If we assign an out-of-range value to an object of unsigned type, the result is the remainder of the value modulo the number of val...
分类:编程语言   时间:2014-10-03 18:53:04    阅读次数:198
Swift 泛型參数
原文:http://www.cocoachina.com/newbie/basic/2014/0612/8802.html本页内容包含:泛型形參语句和泛型实參语句本节涉及泛型类型、泛型函数以及泛型构造器的參数,包含形參和实參。声明泛型类型、函数或构造器时,须指定对应的类型參数。类型參数相当于一个占位...
分类:编程语言   时间:2014-10-03 18:51:14    阅读次数:276
(一)Spring容器相关操作
一、spring事件spring的事件有如下两个成员。1、ApplicationEvent,容器事件,由容器发布2、ApplicationListener监听器,可以由容器中的任何监听器Bean担任(1)先顶一个spring的容器事件:package cn.study.basic;import or...
分类:编程语言   时间:2014-10-03 16:11:14    阅读次数:251
《算法竞赛入门经典——训练指南》第二章题库
UVa特别题库 UVa网站专门为本书设立的分类题库配合,方便读者提交: http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=442 注意,下面注有“extra”的习题并没有在书中出现,但在上面的特别题库中有,属于附加习题。 基础练习 (Basic Problems) ...
分类:其他好文   时间:2014-10-03 09:56:44    阅读次数:259
HDU-2857-Mirror and Light(计算几何)
Problem Description The light travels in a straight line and always goes in the minimal path between two points, are the basic laws of optics. Now, our problem is that, if a branch of light goes...
分类:其他好文   时间:2014-10-03 04:12:15    阅读次数:162
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!