码迷,mamicode.com
首页 >  
搜索关键字:basic    ( 4666个结果
Linux环境下安装OpenCV
OpenCV is the most popular and advanced code library for Computer Vision related applications today, spanning from many very basic tasks (capture and pre-processing of image data) to high-level algorit...
分类:系统相关   时间:2015-03-19 16:26:16    阅读次数:303
蓝桥杯 BASIC 23 芯片测试(基础、统计、数组)
【思路】:需要用手写一下。如下图一目了然。 【AC代码】: #include #include #include #include #include using namespace std; #define MAX 20+2 int test[MAX][MAX]; char str[MAX][MAX]; int cnt[MAX]; int main() { //freop...
分类:编程语言   时间:2015-03-19 16:23:51    阅读次数:388
TCL之puts
1 Tcl commandsThe basic syntax iscommand arg1 arg2 arg3 ...2 UNIX Tcl scriptsExample 2.1 puts -writes the string to I/O steam set - assign a...
分类:其他好文   时间:2015-03-18 20:00:20    阅读次数:225
eclipse的设置代码字体大小、同变量或者方法被双击后显示颜色、每行显示代码字数
1、代码字体大小:菜单栏--window--preferences--general--appearance--colorandfonts--basic--textfont;2、双击后显示明显的颜色:菜单栏--window--preferences--editors--texteditors--annotations--occurrences,在右侧的“color”点击颜色栏换颜色;3、每行显示代码字数:菜..
分类:系统相关   时间:2015-03-18 18:36:39    阅读次数:1757
读经典——《CLR via C#》(Jeffrey Richter著) 笔记_CLR
1.CLR简介全称:Common Language Runtime(公共语言进行时)属性:一种托管模块使用对象:面向CLR的所有语言(C#、Basic、IL...)核心功能:内存管理、程序集加载、安全性、异常处理、线程同步2. 源代码与CLR的关系3.CLR托管模块的组成部分【PE32 或 PE32...
分类:Windows程序   时间:2015-03-17 23:33:27    阅读次数:240
Resharper
Resharper[1][2]ReSharper是一个JetBrains公司出品的著名的代码生成工具,其能帮助Microsoft Visual Studio成为一个更佳的IDE。它包括一系列丰富的能大大增加C#和Visual Basic .net开发者生产力的特征。使用ReSharper,你可以进行...
分类:其他好文   时间:2015-03-17 21:48:03    阅读次数:100
EventBus 和Otto的区别
EventBus 和Otto的区别 Otto is another event bus library for Android; actually it’s a fork of Guava’s EventBus. greenrobot’s EventBus and Otto share some basic semantics (register, post, unregister, …), but...
分类:其他好文   时间:2015-03-17 15:56:22    阅读次数:203
IntelliJ IDEA Default Keymap
编辑Ctrl + Space Basic code completion (the name of any class,method or variable)Ctrl + Shift + Space Smart code completion (filters the list of methods...
分类:其他好文   时间:2015-03-17 12:14:10    阅读次数:165
一个简单的knockout.js 和easyui的绑定
Basic DataGrid - jQuery EasyUI Demo Basic DataGrid The DataGrid is created from markup, no JavaScript code needed.
分类:Web程序   时间:2015-03-17 11:56:25    阅读次数:196
增强iOS应用程序性能的提示和技巧(25个)
转自http://www.cocoachina.com/newbie/basic/2013/0522/6259.html在开发iOS应用程序时,让程序具有良好的性能是非常关键的。这也是用户所期望的,如果你的程序运行迟钝或缓慢,会招致用户的差评。然而由于iOS设备的局限性,有时候要想获得良好的性能,是...
分类:移动开发   时间:2015-03-17 11:56:03    阅读次数:181
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!