V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  15584185420  ›  全部回复第 1 页 / 共 1 页
回复总数  7
2018-04-06 13:53:19 +08:00
回复了 15584185420 创建的主题 C include 新库的时候遇到的问题。
@MeteorCat
@gnaggnoyil
已经解决,调换一下 include。*h 之间的顺序就解决了
2018-04-06 11:53:11 +08:00
回复了 15584185420 创建的主题 C include 新库的时候遇到的问题。
#include <djDraw.h>

#include <Eigen>

#include <iostream>

#include<inverse.h>

#include<forwardfuction.h>

#include<basicfuction.h>



using namespace Eigen;

using namespace std;
新添加了:“
#include <amp.h>
#include <amp_math.h>
using namespace concurrency;
using namespace precise_math;
2018-04-06 11:47:20 +08:00
回复了 15584185420 创建的主题 C include 新库的时候遇到的问题。
@gnaggnoyil
C:\Program Files (x86)\Windows Kits\8.1\include\shared\minwindef.h:157: error: C2632: “ int ”后面的“ int ”非法
C:\Program Files (x86)\Windows Kits\8.1\include\shared\minwindef.h:158: error: C2632: “ char ”后面的“ char ”非法
C:\Program Files (x86)\Windows Kits\8.1\include\um\winnt.h:726: error: C2632: “__int64 ”后面的“ long ”非法
C:\Program Files (x86)\Windows Kits\8.1\include\um\wingdi.h:5011: error: C2143: 语法错误: 缺少“)”(在“常量”的前面)
C:\Program Files (x86)\Windows Kits\8.1\include\um\winuser.h:8274: error: C2059: 语法错误:“常量”
2018-04-06 11:46:06 +08:00
回复了 15584185420 创建的主题 C include 新库的时候遇到的问题。
@MeteorCat 直接 using convurrency 而不是 using namespace concurrency;?
2018-04-02 20:07:24 +08:00
回复了 15584185420 创建的主题 算法 (求助)进行科学大量计算时,内存有限问题
@jadec0der 求教,怎么用 AwS
2018-03-26 13:38:57 +08:00
回复了 15584185420 创建的主题 算法 (求助)进行科学大量计算时,内存有限问题
@snachx 如果是稀疏矩阵,有什么好的办法吗?
2018-03-26 13:37:22 +08:00
回复了 15584185420 创建的主题 算法 (求助)进行科学大量计算时,内存有限问题
@jadec0der 讲真末流 985 高校是买不起这种设备的,还是需要在算法上进行攻克,如果原始数据量提升一倍,对内存和计算量的需求会增加 32 倍。
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2358 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 03:16 · PVG 11:16 · LAX 20:16 · JFK 23:16
Developed with CodeLauncher
♥ Do have faith in what you're doing.