上一页 1 ··· 291 292 293 294 295 296 297 298 299 ··· 353 下一页
摘要: 52控制DAC0832芯片输出电流,让发光二极管D12由灭均匀变到最亮。再有亮变灭。在最亮和最灭的时候蜂鸣器发出报警声,完毕整个周期的时间是控制在5s左右。 #include<reg52.h> #define uchar unsigned char #define uint unsigned int 阅读全文
posted @ 2017-06-02 11:03 yfceshi 阅读(355) 评论(0) 推荐(0)
摘要: Impala在线文档介绍了 Impala ODBC接口安装和配置 http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH5/latest/Impala/Installing-and-Using-Impala/ciiu_im 阅读全文
posted @ 2017-06-02 09:47 yfceshi 阅读(1559) 评论(0) 推荐(0)
摘要: Problem Description In computer science, the longest increasing subsequence problem is to find a subsequence of a given sequence in which the subseque 阅读全文
posted @ 2017-06-02 09:14 yfceshi 阅读(141) 评论(0) 推荐(0)
摘要: 使用SSM(Spring、SpringMVC和Mybatis)已经有三个多月了。项目在技术上已经没有什么难点了,基于现有的技术就能够实现想要的功能。当然肯定有非常多能够改进的地方。之前没有记录SSM整合的过程。这次刚刚好基于自己的一个小项目又一次搭建了一次,并且比项目搭建的要更好一些。曾经解决这个问 阅读全文
posted @ 2017-06-02 09:13 yfceshi 阅读(275) 评论(0) 推荐(0)
摘要: class Player { private: int health; //these are the attributes int strength; int agility; public: void move(); void attackEnemy(); //these are the met 阅读全文
posted @ 2017-06-02 09:11 yfceshi 阅读(161) 评论(0) 推荐(0)
摘要: 上次讲到跟我同一时候入职的女销售走了。回忆起来,她的问题多半是技巧足够,脑子不足够,走了之后再没联系。不久之后,在老板的要求之下。LilyG又招聘了两位男销售,英文名字非常登对一个叫Tom,一个叫Jerry。 销售部竞争格局 我到公司之前销售就三个女的。负责人是LLG、其余是FF和JJ(名字有点儿糙 阅读全文
posted @ 2017-06-02 08:35 yfceshi 阅读(324) 评论(0) 推荐(0)
摘要: 查找(一) 我们使用符号表这个词来描写叙述一张抽象的表格。我们会将信息(值)存储在当中,然后依照指定的键来搜索并获取这些信息。键和值的详细意义取决于不同的应用。 符号表中可能会保存非常多键和非常多信息,因此实现一张高效的符号表也是一项非常有挑战性的任务。 我们会用三种经典的数据类型来实现高效的符号表 阅读全文
posted @ 2017-06-01 21:49 yfceshi 阅读(1433) 评论(0) 推荐(0)
摘要: Theme Section Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 1098 Accepted Submission(s): 570 P 阅读全文
posted @ 2017-06-01 20:39 yfceshi 阅读(142) 评论(0) 推荐(0)
摘要: 首先你得确定你所监视的server与你的測试机是在同一个局域网内, 监控windows系统: 1、监视连接前的准备工作 1)进入被监视windows系统。开启下面二个服务Remote Procedure Call(RPC) 和Remote Registry (開始—)执行 中输入services.m 阅读全文
posted @ 2017-06-01 19:36 yfceshi 阅读(162) 评论(0) 推荐(0)
摘要: 题目:求不超过n的最大的x/φ(x),当中φ(x)是欧拉函数。 分析:数论。大整数。比赛时直接打表计算的。 实际上:φ(n)= n *(1 - 1/p1)*(1 - 1/p2)*(1 - 1/p3)*…*(1 - 1/pt)。 所以有:x/φ(x)= 1 /((1 - 1/p1)*(1 - 1/p2 阅读全文
posted @ 2017-06-01 18:37 yfceshi 阅读(183) 评论(0) 推荐(0)
上一页 1 ··· 291 292 293 294 295 296 297 298 299 ··· 353 下一页