第一章:C语言概述及如何上机运行C程序让编程改变世界Change the world by programC语言概述C语言的发展过程C语言是在 70 年代初问世的。一九七八年由美国电话电报公司(AT&T)贝尔实验室正式发表了C语言。同时由B.W.Kernighan和D.M.Ritchit合著了著名的...
分类:
编程语言 时间:
2014-12-05 22:32:33
阅读次数:
237
1 Reada set of integers into a vector. Print the sum of each pair of adjacent elements.Change your program so that it prints the sum of the first and last elements,followed by the sum of the second an...
分类:
编程语言 时间:
2014-12-05 21:17:08
阅读次数:
314
The maximum number of controls allowed on MSCRM dashboards are 6. You cannot put the more than 6 graphs/charts/iframes/webresources etc. on the dashbo...
分类:
其他好文 时间:
2014-12-05 12:37:52
阅读次数:
139
图例用来在多系列图和混合图中将图形和对应的系列名称联系起来。从v3.2开始,每个系列的名称前面会展示对应的icon图标,这些图标具有交互作用,用户可以通过点击这些图标来显示或者隐藏对应的数据。参数说明取值renderAs数据在图表中展现的方式Area/LineshowLegend在饼图和环状图中使用...
分类:
其他好文 时间:
2014-12-04 19:51:51
阅读次数:
545
题目链接:点击打开链接
题意 :有5种硬币的面值,分别为 1 ,5 ,10 ,25 ,50 。。 给出n 问用这些面值的硬币有多少种组成n的方式。(每种硬币无限,使用硬币数也无限)
两种做法,母函数比较长,以前也写过就不说了。。
第二种做法是DP 设 dp[i] 为组成i 的种类数,初始化dp[0]=1; (有图有真相 题目中原话 :Note that we count that there...
分类:
其他好文 时间:
2014-12-04 15:43:17
阅读次数:
174
1:standby database :
SQL> select * from v$version;
BANNER
--------------------------------------------------------------------------------------------------------------------------------------------...
分类:
移动开发 时间:
2014-12-03 12:27:37
阅读次数:
472
出现这个问题是因为应用程序使用了特殊端口,修改端口就可以解决。特殊端口列表A security change has been made in Adobe Flash Player 9.0.115.0 to block commonly reserved ports (to prevent mali...
分类:
其他好文 时间:
2014-12-03 12:17:39
阅读次数:
207
Link:http://stackoverflow.com/questions/4315681/how-to-change-ipch-path-in-visual-studio-2010引用:The ipch folder is created by the IntelliSense system ...
分类:
其他好文 时间:
2014-12-02 17:14:18
阅读次数:
254
AJAX = Asynchronous JavaScript and XML(异步的javaScript和XML)
它是一种使用现有标准的新方法
与服务器交换数据并更新部分网页的艺术,在不重新加载整个页的情况下。
一个简单的DEMO
change this text
onclick="loadXMLDoc()">Change Content
func...
分类:
Web程序 时间:
2014-12-02 15:13:09
阅读次数:
193
处理办法如下:一:新建和个.txt的文件,并重新命名为change.reg二:右键-》编辑三:在打开的窗口中输入如下代码,并保存。Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D...
分类:
其他好文 时间:
2014-12-01 12:49:16
阅读次数:
208