-
ps32
PS32自动气象站的嵌入式代码,stm32主控,包裹GPRS模块M33G和AD7792,ublox电子罗盘,GPS等驱动。C代码(PS32 AWS embedded code, stm32 master, wrapped GPRS module M33G and AD7792, ublox electronic compass, GPS and other drivers. C code)
- 2014-01-23 14:52:13下载
- 积分:1
-
matlab-image-processing-
各种经典图像处理算法的matlab源代码,初学者可以看看(A variety of classical image processing algorithm Matlab source code, beginners can take a look at)
- 2012-08-11 14:07:35下载
- 积分:1
-
VCGIS2
Visual C++开发GIS系统(第2版),陈建春 编著(The Visual C++ development of GIS systems (2nd edition), CHEN Jian-ed)
- 2013-04-30 22:32:31下载
- 积分:1
-
Serial-communication
Matlab环境下PC机与单片机的串行通信及数据处理(Serial communication and data processing Matlab environment PC and SCM)
- 2013-12-11 13:50:53下载
- 积分:1
-
CandMatlab
一个典型的MATLAB河VC++的混合编程,对刚刚起步学习的人很有帮助(a typical VC MATLAB River mixed programming, which has just started to learn the helpful)
- 2006-06-08 17:21:53下载
- 积分:1
-
Teechart
Teechart绘图应用实例(随机线条、动态画线、画圆)(Teechart drawing application examples (random lines, dynamic draw lines, circle))
- 2020-12-04 21:19:26下载
- 积分:1
-
PVBArcObjectr
ArcGIS二次开发编程实例。全书分两部分:基础篇和提高篇。基础篇通过 100多个具体的实例详细地讲解了ArcGIS 二次开发过程中涉及及到的各个主要的知识点;提高篇则以实际项目开发为例,综合运用基础篇的各个知识点,详细地展示ArcGIS 二次开发的流程、方法和各种开发技巧。
(ArcGIS secondary development of the programming examples. The book is divided into two parts: The Basics and improve articles. Basics by more than 100 specific examples explain in detail the ArcGIS secondary development process involved and to all the major points improve the articles while the actual project development, for example, use Basic knowledge in detail show ArcGIS secondary development processes, methods, and a variety of development skills.)
- 2012-07-16 00:00:47下载
- 积分:1
-
sha算法实现
sha算法c语言实现, 在linux下编译运行
- 2023-08-30 22:10:03下载
- 积分:1
-
VisualStudio2010入门教程
说明: VS2010的入门讲解,适合新手使用,学习如何使用VS2010.(Introduction to VS2010)
- 2020-06-24 08:20:02下载
- 积分:1
-
ASP.NET实现进度条上传文件【附源代码下载】
解释一下这个程序,该程序采用了jquery框架,实现了小文件上传,不超过80Mb,可以在web.config文件中进行相应的配置,但是有个最大值,具体需要查看msdn,下一篇文章我将会实现大文件上传,下一篇文章估计得过段时间,因为接下来这几天我需要忙着去面试。另外,开发环境采用visual studio 2010 .net framework 4.0,运行的时候大家注意一下是否满足要求,好了,下面直入正题。 先来看看实现原理。基本原理:一个页面进行文件上传,另外一个页面去监听这个文件上传了多少。 这里面有两个地方需要解释一下:第一个,如何知道监听的这个文件就是上传的这个文件?实现机制很简单,就是让asp.net产生一个唯一的guid,这个id序号是唯一的,通过ajax取出来赋值给一个隐藏字段;第二个,如何获取guid标志的文件信息?通过asp.net缓存机制实现,上传的过程中,不断的将上传信息往缓存里面写,直到文件上传完成,而在另外一个通过guid获取缓存的信息,信息包括你想要的信息,比如上传了多少字节、消耗了多长时间等。
- 2013-02-19下载
- 积分:1