码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
<转>Stack and Heap
Stack memory is a special region of your computer’s memory that storestemporary variables created by each function(including themain()function). The s...
分类:其他好文   时间:2016-01-08 07:04:55    阅读次数:185
《第13章 猜拳游戏》
import java.util.Scanner;public class Game { Scanner input=new Scanner(System.in); boolean FLAG = true; Computer computer = new Computer(); User user ...
分类:其他好文   时间:2016-01-06 17:26:01    阅读次数:138
有参转录组常用数据库
NR(non-redundant,非冗余)数据库文献:Deng YY, Li JQ, Wu S F, Zhu YP, et al. Integrated NR Database in Protein Annotation System and Its Localization. Computer E...
分类:数据库   时间:2016-01-04 13:04:44    阅读次数:3979
HDU 1054 Strategic Game(树形DP)
Problem DescriptionBob enjoys playing computer games, especially strategic games, but sometimes he cannot find the solution fast enough and then he is...
分类:其他好文   时间:2016-01-03 19:39:27    阅读次数:205
OpenCV
一、简介 OpenCV的全称是:Open Source Computer Vision Library。OpenCV是一个基于(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows和Mac OS操作系统上。它轻量级而且高效——由一系列 C 函数和少量 C++ 类构成,同时提供了Pyt...
分类:其他好文   时间:2016-01-03 15:02:18    阅读次数:192
Computer Graphics - code_2
#include #include #include #include #include #include #include using namespace std;typedef struct Point { //点结构public: int x; int y; struct Point() .....
分类:其他好文   时间:2015-12-29 19:26:22    阅读次数:179
Computer Graphics - code_3
#include #include #include #define PI 3.141592653#pragma comment( lib , "opengl32.lib")#pragma comment( lib , "glu32.lib" )#pragma comment( lib , "glu...
分类:其他好文   时间:2015-12-29 19:10:22    阅读次数:203
PHP 类的继承一些知识点汇总
name; }}//定义一个子类class NoteComputer extends Computer{ //子类不需要父类的字段和方法,可采用重写的方法覆盖掉父类等等字段 public $name = 'james'; public function say() { ...
分类:Web程序   时间:2015-12-28 11:44:23    阅读次数:153
Computer Graphics - code_1
/*------------------------------------author:XD_Glocation:SWUNtime:09/2015~01/2016course:Computer Graphicsteacher:Tianyun Huang-----------------------...
分类:其他好文   时间:2015-12-27 17:36:52    阅读次数:166
ural 1072. Routing
1072. RoutingTime limit: 1.0 secondMemory limit: 64 MBThere is a TCP/IP net of several computers. It means that:Each computer has one or more net inte...
分类:其他好文   时间:2015-12-25 20:46:36    阅读次数:218
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!