阵列处理机: 通过反复设置大量同样的处理单元PE(Processing Element),将它们按一定方式互连成阵列,在单一控制部件CU(Control Unit)控制下。对各自所分配的不同数据并行运行同一组指令规定的操作。是操作级并行的SIMD计算机(SIMD指的是单指令流多数据流,是一种实现数据 ...
分类:
其他好文 时间:
2017-05-01 13:41:59
阅读次数:
214
http://alvinalexander.com/web/using-curl-scripts-to-test-restful-web-services http://stackoverflow.com/questions/7172784/how-to-post-json-data-with-cu ...
分类:
编程语言 时间:
2017-04-29 21:08:24
阅读次数:
156
法线贴图制作工具 NVIDIA Texture Tools for Adobe Photoshop A collection of texture tools generating normal maps, texture compression, mip map generation and cu ...
分类:
其他好文 时间:
2017-04-28 10:22:12
阅读次数:
152
mybatis在insert时报Cannot add or update a child row: a foreign key constraint fails (`yanchangzichan`.`productstatusrecord`, CONSTRAINT `p_cu` FOREIGN KE ...
分类:
其他好文 时间:
2017-04-20 14:13:54
阅读次数:
623
Linux环境下查看网络性能的基本命令由于Linux经常使用的是字符界面,而且Linux的功能比较强大,具有默认路由功能,相当于网关和路由器。在网络性能方面也比较稳定,而且配置简单。当然在配置网络的时候可能会发生网络的连通性不稳定或者不通。一下命令或许对大家有所帮助:1.cu..
分类:
系统相关 时间:
2017-04-20 11:24:45
阅读次数:
334
#!/bin/python#coding=utf-8importMySQLdbimporttimeimportsysimportMySQLdb.cursors#加上字符集参数,防止中文乱码print"---------TOPOSSLAVE10--------"conn=MySQLdb.connect(host="XXXX",db="mysql",user="user",passwd="password",port=3380,charset="utf8")cursor=conn.cu..
分类:
数据库 时间:
2017-04-18 20:01:26
阅读次数:
2234
[题解]: #include<cstdio> #include<cstring> #include<iostream> using namespace std; const int N=1e5+5; struct edge{int v,next;}e[N<<1];int tot,head[N],cu ...
分类:
其他好文 时间:
2017-04-12 03:51:00
阅读次数:
226
issue: nvcc fatal : Unsupported gpu architecture 'compute_11'CMake Error at cuda_compile_generated_matrix_operations.cu.o.cmake:206 (message): Error g ...
分类:
其他好文 时间:
2017-04-08 09:39:59
阅读次数:
830
pymsql pymsql是Python中操作MySQL的模块,其使用方法和MySQLdb几乎相同。 下载安装 使用操作 1、执行SQL 2、获取新创建数据自增ID 3、获取查询数据 注:在fetch数据时按照顺序进行,可以使用cursor.scroll(num,mode)来移动游标位置,如: cu ...
分类:
数据库 时间:
2017-03-31 17:04:44
阅读次数:
404
深度学习调参数: http://weibo.com/ttarticle/p/show?id=2309351000224088867811625595&u=2430204435&m=4090229897965079&cu=2430204435&ru=2295615873&rm=409018350906 ...
分类:
其他好文 时间:
2017-03-28 21:19:04
阅读次数:
214