摘要:目录(已经更新的文章会有连接,从7月25日开始,每2到3天更新一篇):Asp.Net+Jquery.Ajax详解1-开篇(2012.07.25发)Asp.Net+Jquery.Ajax详解2-$.Load(2012.07.26发)Asp.Net+Jquery.Ajax详解3-$.get和$.post(2012.07.30发)Asp.Net+Jquery.Ajax详解4-$.getJSON(2012.07.31发)Asp.Net+Jquery.Ajax详解5-$.getScript(2012.08.04发)Asp.Net+Jquery.Ajax详解6-$.ajaxSetup(2012.08.06 阅读全文
URAL 1181 Cutting a Painted Polygon(解题报告)
2012-08-08 22:40 by javaspring, 578 阅读, 1 推荐, 收藏, 编辑
摘要:转载请注明出处:http://blog.csdn.net/cxb569262726/article/details/7845369题目链接:http://acm.timus.ru/problem.aspx?space=1&num=1181代码如下:#include<iostream>
#include<algorithm>
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<queue>
#include<math.h>
#i 阅读全文
POJ3922 、HDU2486、HDU2580坑爹的博弈,一般人想五个小时也想不出啊!!
2012-08-08 00:40 by javaspring, 228 阅读, 0 推荐, 收藏, 编辑
摘要:转载请注明出处:http://blog.csdn.net/cxb569262726/article/details/7841521题目链接:http://poj.org/problem?id=3922http://acm.hdu.edu.cn/showproblem.php?pid=2486http://acm.hdu.edu.cn/showproblem.php?pid=2580A simple stone gameTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Subm 阅读全文
GPS项目小结
2012-08-07 11:23 by javaspring, 423 阅读, 0 推荐, 收藏, 编辑
摘要:GPS项目中涉及到的技术有地图纠偏,js与winform c#的交互等方面:1 google地图纠偏,可以私下call我...QQ(964877814)....,其实主要因为考虑到政治以及军事安全的问题,所以国内的地图存在偏差,而且不同地方的偏差不同,但是相应的计算偏差的算法不可能公开的缘故,所以只能依靠一些纠偏数据来纠正。 纠偏数据可以自己获得,因为地图所谓的偏差值只是:(例加入使用google map 代码加GPS经纬度),明显,GPS经纬度不可能出现错误,人家是卫星各种东东定位,商业产品...所以出错就是在于google map与 GPS经纬度的交互后,也就是说实际在google把准确的 阅读全文
关于谷歌地图GPS偏移问题的解决办法
2012-08-06 21:38 by javaspring, 297 阅读, 0 推荐, 收藏, 编辑
摘要:http://blog.csdn.net/hushoubo/article/details/7708804 阅读全文
使用WebClient或HttpWebRequest模拟上传文件和数据
2012-08-06 21:36 by javaspring, 491 阅读, 0 推荐, 收藏, 编辑
摘要:使用WebClient或HttpWebRequest模拟上传文件和数据转载 C# Winform利用POST传值方式模拟表单提交数据(Winform与网页交互) 阅读全文
Interop(交互) Between C# and C++ 研究一
2012-08-06 21:33 by javaspring, 145 阅读, 0 推荐, 收藏, 编辑
摘要:http://www.cnblogs.com/gandancing/archive/2008/10/14/1311234.html 阅读全文
程序C++ to C#交互
2012-08-06 21:32 by javaspring, 287 阅读, 0 推荐, 收藏, 编辑
摘要:http://blog.csdn.net/foodvc/article/details/3344241C#与C++的非托管代码交互小试(C#调用C++的DLL) 阅读全文
C#与C/C++的交互 转自(warensoft)
2012-08-06 21:30 by javaspring, 140 阅读, 0 推荐, 收藏, 编辑
摘要:http://blog.csdn.net/educast/article/details/7783037 阅读全文