码迷,mamicode.com
首页 >  
搜索关键字:st    ( 5888个结果
根据字符串生成MD5
1import java.security.MessageDigest;import java.security.NoSuchAlgorithmException;public class MD5 { // MD5変換 public static String Md5(String st...
分类:其他好文   时间:2014-05-17 01:01:56    阅读次数:215
Qt设置windows系统时间
Qt设置windows系统时间网上的回答很多,但很少有一步到位的,一般会有8小时时差,下面给出直接解决代码: #include "windows.h"void Dialog::setTime() { SYSTEMTIME st; GetLocalTime(&st);//关键在这里 st.wHour....
分类:Windows程序   时间:2014-05-14 10:29:48    阅读次数:308
nyoj 740 “炫舞家“ST
“炫舞家“ST时间限制:3000 ms | 内存限制:65535 KB难度:3描述ST是一个酷爱炫舞的玩家。TA很喜欢玩QQ炫舞,因此TA也爱屋及乌的喜欢玩跳舞机(Dance Dance Revolution,DDR)。但是TA每天还要努力的学习,因此TA希望每次都保存最多的体力来学习。DDR的主要...
分类:其他好文   时间:2014-05-14 09:27:10    阅读次数:315
ArcSDE10.1配置Oracle 监听器来使用SQL操作ST_Geometry(个人改动版)
发了两天的时间来解决配置Oracle 监听器来使用SQL操作ST_Geometry的配置,网上搜索一大片,结果真正找到的只有方法可用,下面把这个方法我个人在总结下。ArcSDE10.1配置Oracle 监听器来使用SQL操作ST_Geometry和其他版本的配置区别还是有很多不同的,不过不像网上说的...
分类:数据库   时间:2014-05-14 07:53:51    阅读次数:428
《转载》ubuntu Sublime text 3 解决中文输入问题
其实,在这个文章之前,网上都有好多教程了。不知道是不是因为复制黏贴的传播太多,导致有些字符串的丢失,导致编译失败,so库文件无法载入,从而不能输入中文。折腾了许久之后,终于搞定了。记录下来,方便自己下次重装系统的时候用到。按照这个教程装好ST之后,按下面的命令步骤来操作即可使用中文输入。1.下载所需...
分类:其他好文   时间:2014-05-12 13:33:33    阅读次数:356
Java Socket文件上传
客户端:import java.io.FileInputStream;import java.net.Socket;/** * Created by 290248126 on 14-5-11. */public class Client { public static void main(St...
分类:编程语言   时间:2014-05-11 23:31:37    阅读次数:408
222
/* Endian swapping module.Simple example with Avalon streaming interfaces and a CSR busAvalon-ST has readyLatency of 0Avalon-MM has fixed readLatency ...
分类:其他好文   时间:2014-05-11 23:21:17    阅读次数:423
c# 委托详解
1.委托声明 2.委托入门实例namespace ConsoleApplication1{ public delegate void methodDelegate(string str); class Program { static void Main(st...
分类:其他好文   时间:2014-05-11 23:03:43    阅读次数:338
HDU 4280 Island Transport 网络流裸题
非递归版好像被卡掉了,其他2个板子都能过。 #include #include #include #include #include using namespace std; #define ll int const int MAXN = 100100;//点数的最大值 const int MAXM = 400010;//边数的最大值 const int INF = 0x3f3f3f3f; st...
分类:其他好文   时间:2014-05-09 22:55:23    阅读次数:476
【HDOJ】2612 Find a way
BFS。 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 #define INF 0x3fffffff 8 9 typedef struct node_st {10 int x, y, ...
分类:其他好文   时间:2014-05-09 20:18:48    阅读次数:339
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!