搜索资源列表
简单的动态监控示例
- 代码名称:简单的动态监控示例(带定位数据库) 作者/收集者:kj_wang_20 开发环境:MapXtreme for Java + access 代码介绍: 基于MapInfo MapXtreme for Java的简单的GPS监控示例代码。
City1
- 设计考虑校园电子商务模式,人性化的设计,独特的校园式网络店铺平台。 ·功能十分强大的后台管理界面,通过IE浏览器即可管理整个网站,让你不懂技术也可以管理。 ·主要针对校园,设计定位准确、界面清新。 ·具有函数功能,可以方便模板制作。 ·具有运行速度快、安全,开源,可以修改模板等特点。 ·优化程序代码:结构合理,执行速度快速,代码优化
TreeFileBrowser_src
- JSPWiki 中文增强集成版 增强的内容 附件彩色图标显示(修改了内核代码) 集成 WikiWizard 编辑器(修正了中文字体显示问题, 中文资源化, 扩大编辑区, 自动定位), 推荐使用! 集成 FckEditor 可视化编辑器(编辑纯 HTML 或者不包含插件的页面的时候比较有用, 但是否则可能会破坏原来的页面内容, 谨慎) 中文页面名和附件名的支持 例如这个链接: 沙箱 源码:[沙箱]. 或者用 Wiki.jsp?page=中文页面名创建 Searc
print
- java swing打印功能参考代码,java定位打印(如:超市,票据打印)-java swing printing reference code, java positioning print (such as: supermarkets, ticket printing)
Surge-wave-animation-effects
- 用javascr ipt模拟一个炫光波形动画特效看到flash的实现这类的动画非常的便捷,于是试图胡搞一下。 全部是用dom模拟的像素点,锯齿是难免的…… 这个要避免锯齿恐怕要再加一次滤镜了吧,或者用图片。 大家感兴趣可以来讨论一下。 另外,还遇到个问题,上面代码中ie下面的透明度滤镜不起作用,经研究得知,改变父容器的定位会影响子节点的透明滤镜的继承。 -Javascr ipt analog waveform with a glare flash animatio
GradeManage
- [lwvcl-3.5.0.zip] - Zaval Light-Weight Visual Components Library (LwVCL) is a pure Java alternative to humble AWT-based GUI interfaces for wide ranges of platforms, inclu- ·J2ME开发大全一书的全部源代码 ·使用j2me编写的手机平台上GPS定位的 ·毕业论文:J2ME在移动设备上的应用 ·J2ME实现蓝牙
LBS
- 移动平台定位代码,包括基站定位,gps定位,wifi定位,看以参考改代码,-about gps ,lbs,location from android
qqwry0910
- 根据IP定位城市,java代码 根据IP定位城市,java代码 -Positioning cities based on IP, java code based on IP positioning cities, java code based on IP positioning cities, java code based on IP positioning cities, java code
terminal
- 残疾人代码,手机定位,一键呼救应用程序,对残疾人的生活起到了很大的作用-Disabled code, mobile positioning, a key application for help
LocationDemo
- 这个是使用腾讯sdk定位的官方代码,很不错!-this is tencent sdk location program
wifi
- 实现WiFi定位,其中有详细的代码注释 。希望对别人能有所利用!!加油- WiFi positioning to achieve
GPS-android
- 这篇文章主要介绍了Android实现GPS定位实例,对关键操作部份给出代码示例并做了一定的注释,需要的朋友可以参考下-This article introduces the Android realize GPS positioning example shows the code for the key operating part of the sample and do a certain amount of comment, a friend in need can refer
wifiLocation
- 基于指纹定位的室内定位,在线匹配用的是KNN算法,文件中包含了客户端和服务器代码,需要自己配置好相应的数据库并部署好定位AP才能使用。-Fingerprint-based indoor location positioning, online match using KNN algorithm, the file contains the client and server code, you need to configure their own good and the appropriat
code
- 基于Baidu地图实现的定位功能的实现代码-Based on Baidu map to achieve the positioning function of the code
BLE_IndoorPositioning-master
- 室内定位,安装成功后,打开蓝牙就可以使用,代码可以自己修改满足要求-Indoor positioning, the installation is successful, open the Bluetooth you can use, you can make changes to meet the requirements of the code
GPSshujuchuli
- 该程序代码实现的功能是找出$GPRMC语句,计算校验和,找出其中校验正确,并且字段2表示已定位的语句,从中计算出时间,换算成北京时间。一次数据中会包含多条$GPRMC语句,以最后一条语句得到的北京时间作为结果输出。-The function of the program code to achieve is to find $GPRMC statement, calculate the checksum, find out the check is correct, and field said
Kyle Simpson You Dont Know JS Scope & Closures
- 与“you dont know JS”系列中的其他书籍一样,作用域和闭包潜入许多Javascr ipt程序员简单避免的语言中较复杂的部分。有了这些知识,就可以实现真正的Javascr ipt掌握。 了解范围,这是一组规则,帮助Javascr ipt引擎在代码中定位变量。 深入嵌套范围,一系列变量和函数的容器 探索基于函数和块的范围、“提升”以及基于范围的隐藏的模式和好处。 探索如何为同步和异步任务使用闭包,包括创建Javascr ipt库(Like other books in the