#includeusing namespace std;int main(){ int p; while(cin>>p) if(p>=90) cout=80) cout=70) cout=60) cout<<"D"<<endl; else cout<<"E"<<endl; r...
分类:
其他好文 时间:
2014-07-02 18:57:53
阅读次数:
152
package com.expai.utils;import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamReader;import java.io.OutputStreamWriter;im...
分类:
编程语言 时间:
2014-07-02 18:55:54
阅读次数:
205
1、初始化密码 >sudo bin/mysqladmin -u root password 'pwd string'2、ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) 1)添加启动参...
分类:
数据库 时间:
2014-07-02 18:51:21
阅读次数:
172
自然人机交互设计技术 (全息三维投影,手势肢体识别,眼动跟踪 。。。) 符合人类心理的交互方式 自然用户界面 —— Natural User Interface 有机用户界面 —— Organic User Interface 第六感设备 —— 手势识别,摄像头,投影,云计算 通过对熟知的技术的组合...
分类:
其他好文 时间:
2014-07-02 18:50:00
阅读次数:
187
function checkNum(obj) { obj.value = obj.value.replace(/[^\d.]/g, ""); //清除“数字”和“.”以外的字符 obj.value = obj.value.replace(/^\./g, ""); //验证第一个字...
分类:
其他好文 时间:
2014-07-02 18:49:21
阅读次数:
167
procedure TMainForm.openForm(Caption, FormClassName: string);var i: integer; sheet: TUniTabSheet;begin for i := 0 to page.PageCount - 1 do begin ...
分类:
其他好文 时间:
2014-07-02 18:48:09
阅读次数:
224
#import "TargetConditionals.h"gcc based compiler used on Mac OS Xfor EX#if !TARGET_IPHONE_SIMULATOR Float32 preferredBufferSize = 0.0232; if (checkE.....
分类:
其他好文 时间:
2014-07-02 18:43:36
阅读次数:
203
暑假开始研究NLP,先从宗成庆老师的《统计自然语言处理》开始学起。一、语言:语言是由语音、词汇和语法构成的,语音和文字是构成语言的两个基本属性,语音是语言的物质外壳,文字则是记录语言的书写符号系统。二、语音学:1)发音语音学(articulatory phonetics) 2)声学语音...
分类:
其他好文 时间:
2014-07-02 18:40:23
阅读次数:
224
#includeusing namespace std;int main(){ int speed,limit,ex; cin>>speed>>limit; ex=100.0*(speed-limit)/limit+0.5; if(ex<10) cout<<"OK"<<endl; else if(....
分类:
其他好文 时间:
2014-07-02 18:39:46
阅读次数:
239
#includeusing namespace std;int main(){ int a,b,c; cin>>a>>b>>c; if(a""""""""=c) cout""""<<a<<endl; return 0;}
分类:
其他好文 时间:
2014-07-02 18:37:06
阅读次数:
170