How to view word document in WPF application (CSVSTOViewWordInWPF) Introduction The Sample demonstrates how to view word document in WPF application. ...
分类:
移动开发 时间:
2014-08-18 15:51:42
阅读次数:
231
All Sourcesample_all_source_aes256_imcore_net.zipJAVASample :sample_java_aes256_imcore_net.zipJava 6(only JDK6) security File :java_jdk6_security.zipA...
分类:
移动开发 时间:
2014-08-15 01:28:16
阅读次数:
1443
Sample error:SQL> startupORACLE instance started.Total System Global Area 285212672 bytesFixed Size 1321368 bytesVariable Size 153605736 bytesDatabase...
分类:
移动开发 时间:
2014-08-14 20:01:09
阅读次数:
359
###################################################################################### THIS IS SAMPLE CODE AND IS ENTIRELY UNSUPPORTED. THIS CODE AND ...
分类:
其他好文 时间:
2014-08-14 14:02:28
阅读次数:
147
Description
要求(A/B)%9973,但由于A很大,我们只给出n(n=A%9973)(我们给定的A必能被B整除,且gcd(B,9973) = 1)。
Input
数据的第一行是一个T,表示有T组数据。
每组数据有两个数n(0
Output
对应每组数据输出(A/B)%9973。
Sample ...
分类:
其他好文 时间:
2014-08-13 18:56:37
阅读次数:
196
如果你参加过我们近期的活动,你就会频繁的听到我们现在正在做的Autodesk Viewer大模型浏览器,这是一个不需要下载任何插件,基于WebGL技术的浏览器,可以支持几十种数据格式。同时viewer也提供了API,你可以把这个viewer嵌入到你自己的web程序中。我们也写了不少sample,发布...
分类:
其他好文 时间:
2014-08-13 18:41:06
阅读次数:
360
很久没有记笔记了,今天记一下,最近都在瞎忙活,都不知道自己干了些啥。先来一张目前的效果图:我的Controller是在官方的mvc sample的里面的PlayerDualController上更改的,所以很多地方还没来得及清理掉。源码如下: 1 local PlayerController = c...
分类:
其他好文 时间:
2014-08-13 12:29:26
阅读次数:
235
/*
Input
输入数据首先包含一个正整数C,表示有C组测试用例,每组测试用例的第一行是两个整数n和m(0
然后是m行数据,每行包含2个整数p和h(1
Output
对于每组测试数据,请输出能够购买大米的最多重量(你可以假设经费买不光所有的大米)。
每个实例的输出占一行,保留2位小数。
Sample Input
1
7 2
3 3
4 4
Sample Output
...
分类:
其他好文 时间:
2014-08-12 13:36:54
阅读次数:
139
cublasSscal //Example 1. Application Using C and CUBLAS: 1-based indexing#include #include #include #include "cublas_v2.h"#include #define M 6#define ...
分类:
其他好文 时间:
2014-08-12 00:13:14
阅读次数:
389