码迷,mamicode.com
首页 >  
搜索关键字:expression language    ( 11402个结果
汇编语言-整型处理,利用堆栈原样输出
要求:输入任意一个整型数字字符串,并将整型原样输出。这个子程序主要用于格式化排版,比output直接输出字符串有很大美观性。 1 ; Example assembly language program -- 2 ; Author: Karllne 3 ; Date: revised 05/20...
分类:编程语言   时间:2014-05-26 13:38:13    阅读次数:371
1.SQL DDL DML
1.DDL数据定义语言(Data Definiton Language)用于create 和alter Schema。2.DML数据操作语言(Data manipulation Language)用于操作和获取数据,insertion,update,deletion,,,,.sql书sql tuni...
分类:数据库   时间:2014-05-26 12:42:47    阅读次数:268
【SharePoint学习笔记】第3章 SharePoint列表新特性以及数据访问
第3章 SharePoint列表新特性以及数据访问使用CAML查询语言 CAML:协作应用程序标记语言Collaboration Application Markup Language 使用Microsoft.SharePoint.SPQuery 对象查询列表数据 CAML语法: ...
分类:其他好文   时间:2014-05-26 11:54:46    阅读次数:255
HTTP简介
HTML(Hyper Text Markup language),超文本标记语言样式CSS,一般存储在样式表中CSS样式,一般分为三种:内嵌样式、外部样式、行内样式三种。其中p #green{color:green}表示只有p标签id为green的才有效HTTP(Hyper Text Transfe...
分类:其他好文   时间:2014-05-26 11:17:31    阅读次数:243
瞎翻译啊 CodeForces 41A - Translation
The translation from the Berland language into the Birland language is not an easy task. Those languages are very similar: a berlandish word differs from a birlandish word with the same meaning a litt...
分类:其他好文   时间:2014-05-23 02:27:26    阅读次数:587
基类的参考Expression能传一个lambda表达式
using System;using System.Collections.Generic;using System.Data.Entity.Infrastructure;using System.Linq;using System.Linq.Expressions;using System.Tex...
分类:其他好文   时间:2014-05-22 16:50:46    阅读次数:266
Evaluate Reverse Polish Notation
Evaluate the value of an arithmetic expression inReverse Polish Notation.Valid operators are+,-,*,/. Each operand may be an integer or another express...
分类:其他好文   时间:2014-05-22 15:28:54    阅读次数:175
Oracle Case When的妙用
Case when 的用法--简单Case函数简单CASE表达式,使用表达式确定返回值.语法: CASE search_expression WHEN expression1 THEN result1 WHEN expression2 THEN result2 ... WHEN expre...
分类:数据库   时间:2014-05-22 14:56:26    阅读次数:336
元计算的一个实际用例
元计算是我设计的太极语言中一个重要的特征。这里元计算指的是在编译时间运行从源语言代码编译后获得的目标语言代码。受到C语言中的预处理指令前缀#(#define, #if-#else等)的启发,我选用#开头的一组符号作为各种元运算的算符。比如##expression 是编译时间运行expression,...
分类:其他好文   时间:2014-05-22 14:00:09    阅读次数:237
常用sql语句
11:33 2013/6/26 SQL语句: DML(Data Manipulation Language 数据操作语言)语句:insert update delete selectDDL(Data Difinition Language 数据定义语言)语句:create table/ create...
分类:数据库   时间:2014-05-22 13:50:16    阅读次数:442
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!