码迷,mamicode.com
首页 >  
搜索关键字:basic    ( 4666个结果
第一讲:vcs simulation basic
要求: 1.complie a verilog/systemverilog design using vcs 2.simulate a verilog/systemverilog designvcs ===> c===>binary(编译之后有一个目录csrc生成)step1 : compile.....
分类:其他好文   时间:2015-09-03 14:07:16    阅读次数:225
Thread basic
* 一个进程可以有多个线程,程序是静态的,进程是动态的* 线程的主要方法 》start():启动线程,并执行相应的run()方法 》run(): 子线程要执行的代码 》currentThread():静态的,调取当前的线程 》get(set)Name():获取(设置)线程的名字 》yied...
分类:其他好文   时间:2015-09-03 01:50:50    阅读次数:312
Oreilly Cocoa and Objective C Up and Running
Book DescriptionBuild solid applications for Mac OS X, iPhone, and iPod Touch, regardless of whether you have basic programming skills or years of pro...
分类:其他好文   时间:2015-09-03 01:50:25    阅读次数:176
[LeetCode] Reverse Linked List II
The basic idea is as follows:Create anew_headthat points toheadand use it to locate the immediate node before them-th (notice that it is1-indexed) nod...
分类:其他好文   时间:2015-09-02 01:50:19    阅读次数:173
Eclipse常用设置及快捷键
1.设置字体Window-->Prefernces-->General-->Appearance-->ColorandFonts-->Basic-->Fonts2.显示行号General-->Editors-->TextEditor-->Showlinenumbers3.编程风格设置Java-->CodeStyle-->Formatter-->.....4.代码自动提示Java-->Edito..
分类:系统相关   时间:2015-09-01 18:33:15    阅读次数:238
glusterfs Self-Heal and Re-Balance Operations
In my previous article on ‘ Introduction to GlusterFS (File System) and Installation – Part 1‘ was just a brief overview of the file system and its advantages describing some basic commands. It...
分类:其他好文   时间:2015-09-01 15:22:56    阅读次数:294
PAT (Basic Level) Practise (中文) 1016. 部分A+B (15)
1016. 部分A+B (15) 时间限制 100 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 CHEN, Yue 正整数A的“DA(为1位整数)部分”定义为由A中所有DA组成的新整数PA。例如:给定A = 3862767,DA = 6,则A的“6部分”...
分类:其他好文   时间:2015-08-31 21:46:07    阅读次数:182
[Leetcode] Basic Calculator II
Basic Calculator IIImplement a basic calculator to evaluate a simple expression string.The expression string contains only non-negative integers, +, -...
分类:其他好文   时间:2015-08-31 21:40:03    阅读次数:166
[Leetcode] Basic Calculator
Basic CalculatorImplement a basic calculator to evaluate a simple expression string.The expression string may contain open ( and closing parentheses )...
分类:其他好文   时间:2015-08-31 21:14:54    阅读次数:144
Entity Framework 5.0 Code First全面学习
Code First 约定借助 CodeFirst,可通过使用 C# 或Visual Basic .NET 类来描述模型。模型的基本形状可通过约定来检测。约定是规则集,用于在使用 Code First 时基于类定义自动配置概念模型。约定是在 System.Data.Entity.ModelConfi...
分类:其他好文   时间:2015-08-31 18:53:02    阅读次数:186
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!