head

aauutthh

导航

2014年9月1日 #

编程题 - 概率问题,抽奖问题 48选7

摘要: 编程题 :有12组球,每组有编号为ABCD四个球. 任意球可记为 nX (1#include #include #include #include "combination.h"typedef long (*Com)(long,long);Com C=combination; // 这个函数请自行网... 阅读全文

posted @ 2014-09-01 11:26 aauutthh 阅读(608) 评论(0) 推荐(0) 编辑

2014年8月29日 #

编程题 -- 逻辑计算器 未完

摘要: 读取配置文件,如:independent_variable: A B C Ddependent_variable: Q S MQ = !(A | B)S = B & C | DM = Q ^ S输出:A B C D : Q S M0 0 0 0 : 1 0 10 0 0 1 : 1 1 ... 阅读全文

posted @ 2014-08-29 17:53 aauutthh 阅读(163) 评论(0) 推荐(0) 编辑

编程题 -- 分组问题,输出公式(一)

摘要: 编程题:命令行输入两个整数N 和 P. (N=1的整数数列.B1 B2 ... Bn 为 >=1的整数数列,且 满足:Bn>Bn-1多条公式为并列关系,无输出先后要求.该程序命名为grouping(分组). 有一批多种颜色的球(数量无限)需装进一个N个格子的包装里.每个包装中只有P种颜色的球.请问这... 阅读全文

posted @ 2014-08-29 17:22 aauutthh 阅读(612) 评论(0) 推荐(0) 编辑

2014年8月28日 #

世界最难的逻辑推理题之一 —— 真话精灵假话精灵和随机精灵

摘要: MIT(麻省理工 )哲学及逻辑学家George Boolos命制的推理题: Three gods A, B, and C are called, in no particular order, True, False, and Random. True always speaks truly, Fa 阅读全文

posted @ 2014-08-28 15:41 aauutthh 阅读(2445) 评论(0) 推荐(0) 编辑

tail