#include #include #include using namespace
std;int main(){ double x1,y1,x2,y2; double result; while
(cin>>x1>>y1>>x2>>y2) { result ...
分类:
其他好文 时间:
2014-05-14 02:02:49
阅读次数:
242
Asp.net 在配置Microsoft Excel、Microsoft Word应用程序权限时
error: 80070005 和8000401a 的解决总检索 COM 类工厂中 CLSID 为
{000209FF-0000-0000-C000-000000000046} 的组件时失败,原因是出现...
分类:
Web程序 时间:
2014-05-14 01:51:35
阅读次数:
319
使用unity3D开发的一个客户端,需要导出为Android工程,然后接入一些第三方android
SDK。unity版本操作系统为:OS 名称: Microsoft Windows 7 旗舰版OS 版本: 6.1.7601 Service Pack 1
Buil...
分类:
移动开发 时间:
2014-05-13 22:36:52
阅读次数:
595
1 char * strcat(char * dest, const char * src)
{ 2 assert(dest != NULL && src != NULL); 3 char * p = dest; 4 while (*p)
5 p++; 6 ...
分类:
其他好文 时间:
2014-05-13 20:30:10
阅读次数:
272
1 #include 2 using namespace std; 3 4 int
ji(int); 5 int ou(int); 6 int main() 7 { 8 int m,n,x,y; 9 while (cin >> m
>> n)10 {11 ...
分类:
其他好文 时间:
2014-05-13 20:24:09
阅读次数:
255
1 #include 2 using namespace std; 3 char
grand(int); 4 int main() 5 { 6 int n; 7 while (cin>> n) 8 { 9 if (n>100
|| n<0)10 ...
分类:
其他好文 时间:
2014-05-13 19:58:21
阅读次数:
327
转自:http://blog.csdn.net/abcjennifer/article/details/7706581本篇内容集合了MATLAB中的基本操作、数据存储与计算、数据的直线与曲线拟合与画图、for-if-while语句的使用方法对一般matlab的操作进行了基本和详细的应用举例,非常适合...
分类:
其他好文 时间:
2014-05-13 19:41:00
阅读次数:
443
1>msvcrtd.lib(ti_inst.obj) : error LNK2005:
"private: __thiscall type_info::type_info(class type_info const &)"
(??0type_info@@AAE@ABV0@@Z) 已经在 libcmt...
分类:
其他好文 时间:
2014-05-13 19:30:41
阅读次数:
420
<?php
if(isset($_GET[‘type‘])&&$_GET[‘type‘]=="send"){
if($_FILES[‘userfile‘][‘error‘]==0){
/*echo‘FileName:‘.$_FILES[‘userfile‘][‘name‘].‘<br>‘;
echo‘FileType:‘.$_FILES[‘userfile‘][‘type‘].‘<br>‘;
echo‘FileSize:‘.$_FILES[‘userfile‘][..
分类:
Web程序 时间:
2014-05-13 13:18:26
阅读次数:
301
Apps that play audible content to the user while in
the background, such as a music player app (音频,如音乐播放)Apps that keep users
informed of their locati...
分类:
移动开发 时间:
2014-05-13 10:54:43
阅读次数:
441