装了winxp和linux双系统,后先在winxp下手动格式化了linux系统,后启动时提示grub错误,重新分区后系统也2010-09-17 21:07
【清风剑】 | 分类:Linux | 浏览991次用fdisk /mbr后,再ghostxp,启动提示 disk error! 用安装盘分区装了...
在c语言中,循环语句是重难点。,掌握while与do-while的区别以及条件,for循环的三个表达式。break表示结束本层循环,continue是结束本次循环,进行下次循环。数组与字符串的冒泡排序基本表达式为int
i,j;int a[5];int med;for(i=0;i<5;i++){ f...
分类:
其他好文 时间:
2014-06-04 14:57:26
阅读次数:
200
在安装AutoCAD2008时,安装过程中出现了一个小错误,虽然说不影响使用,也不影响功能,但还是需要把这个问题解决,今天就和大家分享解决这个问题的方法。错误描述会在安装过程中出现错误提示:Error
1904.Module C:Windowssystem32MacromedFlashFlash9....
分类:
其他好文 时间:
2014-06-03 15:45:33
阅读次数:
1240
An iterative algorithm takes one step at a
time, ensuring that each step makes progress while maitining the loop
invariant.A paradigm shift:View an al...
分类:
其他好文 时间:
2014-06-02 19:20:20
阅读次数:
286
1.提示为error C2440: “类型转换”: 无法从“void (__thiscall
xx::* )(void)”转换为“cocos2d::SEL_CallFuncN” 提示前
调用语句为callfuncN_selector(GameMenu::menuEnter) menuEnter这个方...
分类:
其他好文 时间:
2014-06-02 16:03:24
阅读次数:
194
Eclipse默认将这些受访问限制的API设成了Error。解决方法:只要将Windows---Preferences---Java--Complicer---Errors/Warings里面的Deprecated
and restricted API中的Forbidden references(a...
分类:
其他好文 时间:
2014-06-02 16:00:09
阅读次数:
229
Paper:
ImageNet Classification with Deep Convolutional Neual Network
Achievements:
The model addressed by Alex etl.
achieved top-1 and top-5 test error rate of
37.5% and
17.0% of classifyin...
分类:
Web程序 时间:
2014-06-02 15:08:24
阅读次数:
369
关闭PHP错误脚本提示是程序上线了必须做的一件事情,就是不管程序怎么报错我们都不能让错误日志在服务器上给大家看到,下面我来总结两种关闭PHP错误脚本提示的具体方法最简单的办法就是直接在php程序代码中加入下面代码:代码如下:error_reporting(E_ALL^E_NOTICE^E_WARNI...
分类:
Web程序 时间:
2014-06-02 13:14:07
阅读次数:
338
题目描述:
求1+2+3+...+n,要求不能使用乘除法、for、while、if、else、switch、case等关键字及条件判断语句(A?B:C)。
输入:
输入可能包含多个测试样例。
对于每个测试案例,输入为一个整数n(1<= n<=100000)。
输出:
对应每个测试案例,
输出1+2+3+…+n的值。
样例输入:...
分类:
其他好文 时间:
2014-06-02 10:36:56
阅读次数:
204
问题描述
求 1+2+ … +n ,要求不能使用乘除法、 for 、 while 、 if 、 else
、 switch 、 case 等关键字以及条件判断语句。
实际意义不大,题目涉及的知识还是不错的!
方法1
用构造函数求解。
#include
using namespace std;
class Plus
{
public:
Plu...
分类:
其他好文 时间:
2014-06-02 10:29:11
阅读次数:
208