Welcome![Sign In][Sign Up]
Location:
Search - gprs database

Search list

[J2MEzgjm

Description: 程序内建数据库免去以往类似软件的GPRS流浪费用。 建数据库近500中关于梦的解释包括: 1.动物 2.植物 3.天象 4.山地 5.建筑 6.人体 7.文化 8.情爱 9.生活 10.器物 11.神鬼 12.其他-Procedures built into the database, replacing the previous similar software costs GPRS stray. Build a database of nearly 500 on dream interpretation include: 1. Animal 2. Plant 3. Sky 4. Mountain 5. Building 6. The human body 7. Culture 8. Love 9. Life 10. Antiquities 11. The Aviator 12. Other
Platform: | Size: 206848 | Author: 管子 | Hits:

[Internet-NetworkGprsNetServe

Description: 基于CSocket的网络编程及ADO数据库的存放与浏览。可以选定侦听端口,待有连接进入后,进行双工通讯,并将通讯消息存放在ADO数据库中。此程序为服务端程序。(原创)-CSocket-based network programming and ADO database storage and browsing. Listener port can be selected after they have been connected into the post for duplex communication, and communication information stored in the ADO database. This procedure for the service client procedures. (Original)
Platform: | Size: 636928 | Author: 李远金 | Hits:

[Communicationgprs_vcserver

Description: gprs接收系统。包括网络,数据库功能。-gprs reception system. Including network, database functions.
Platform: | Size: 145408 | Author: | Hits:

[Internet-NetworkGPRS_CLASS

Description: GPRS类开发包,SC(Data Service Center)是用于接收DTU数据和向DTU发送数据的服务软件,和DTU之间通讯使用开发包中动态库wcomm_dll.dll,该文件包括和DTU通讯所需要的全部API函数,包括服务的启动、数据发送、数据接收、关闭服务等。-SC (Data Service Center) is a DTU to receive data and send data to the DTU of service software, and communications between the DTU in the use of dynamic database development kit wcomm_dll.dll, and the DTU of the document, including all the required communication API function, including start-up services, data transmission, data reception, the closure of services.
Platform: | Size: 514048 | Author: bora16 | Hits:

[Internet-Networkgprs

Description: 用于进行GPRS通讯的服务器端程序可以将接收到得数据送入数据库,里面包含了服务器程序,还有一个用VC模拟的客户端程序以及一个数据库文件,虽然很简单但毕竟是自己写的,通过调试了,能够实现与GPRS模块的通讯-GPRS communications used for server-side program can receive data into the database, which contains a server program, there is a simulation using VC client program and a database file, although a very simple but, after all, wrote it myself, through debugging, and can be achieved with GPRS communication module
Platform: | Size: 81920 | Author: nova | Hits:

[SMSSMSSender

Description: 该程序实现了从数据库中读取短信、通过GPRS Modem发送以及删除已发送短信的功能。-The program implements read messages from the database through the GPRS Modem to send text messages to send, and delete functions.
Platform: | Size: 3769344 | Author: 刘研 | Hits:

[Linux-Unixmessage

Description: linux下的minigui程序, 里面包含makefile文件,可执行文件为./msg ,此程序是模拟手机短信和通讯录功能,其中涉及到串口,数据库,gprs 等功能。-minigui program under linux, which contains the makefile file, executable file./msg, this procedure is the analog mobile phone text messages and address book functions, which relate to the serial port, database, gprs and other functions.
Platform: | Size: 2544640 | Author: 刘博 | Hits:

[JSP/Javawmmpmanager1

Description: 物联网WMMP协议管理平台的实现,采用Java语言编写,下行基于Gprs,采用Spread中间件、tcp 、Udp与远端的终端实现通信,上行通过Mysql数据库接口、Webservice接口与网站通信。目前主要应用于无线医疗行业-Things WMMP management platform to achieve an agreement, the use of Java language, down on Gprs, using Spread middleware, tcp, Udp achieve communication with the remote terminal, the uplink through the Mysql database interface, Webservice interface to communicate with the site. Currently used in wireless medical industry
Platform: | Size: 1745920 | Author: dennis | Hits:

[Internet-Networkcoords

Description: Linux daemon to listen a GPS-GPRS device sending data and store it on a database Mysql. -Linux daemon to listen a GPS-GPRS device sending data and store it on a database Mysql.
Platform: | Size: 2048 | Author: koce | Hits:

[GPS developGprs-receiving-location

Description: 车载设备向网络中心发送当前位置信息,网络中心收到数据后将数据保存到动态位置数据表中。-devices in car send current position data to network center,network center recieve these data and store it in database.
Platform: | Size: 103424 | Author: 付歌 | Hits:

[Delphi VCLgprssever

Description: delphi编写的一个gprs服务器,包括数据库操作,-write a delphi gprs servers, including database operations,
Platform: | Size: 12541952 | Author: jzt | Hits:

[JSP/JavaDTU-DATACENTER

Description: GPRS DTU数据中心 源代码,实际cdma的也可以用 DTU接受程序使用Java编写,其中,…\WSNserver\src 为源文件,…\WSNserver\bin 为可执行程序。该文件夹下project文件可用eclipse for java 直接打开编译。编译是需要注意的是将java-mysql的类库放置在C:\Program Files\Java\jre6\lib\ext路径下。本程序只用到这一个Java外部类库。 在源文件中,DataReceiver.java 为主程序类,通过该类调用其他子类。 其中:DataReceiver.java 包括主程序main,以及TCP/IP 接收数据的实现。 DataAnalysis.java 对接受的数据按照既定格式进行拆分 DataBase.java 将数据写入Mysql数据库 DataStructure.java 规定数据格式 TwoThread.java 开启多线程功能 post.java 实现向新浪网备份数据 GetIP.java 获取本机固定IP-GPRS DTU data center source code, you can also use the actual cdma DTU to accept the program written in Java, which, ... \ WSNserver \ src for the source file, ... \ WSNserver \ bin for the executable program. The project file folder opened directly available eclipse for java compiler. Compilation is important to note that the library will be java-mysql placed in C: \ Program Files \ Java \ jre6 \ lib \ ext path. This procedure is only used outside this a Java class libraries. In the source file, DataReceiver.java main classes, the class called by other sub-categories. Of which: DataReceiver.java including the main program main, and TCP/IP implementation to receive data. DataAnalysis.java of the received data in accordance with the established format for split DataBase.java to write data to Mysql database DataStructure.java data format requirements TwoThread.java on multithreading post.java Sina backup data to achieve GetIP.java fix
Platform: | Size: 31744 | Author: 刑名 | Hits:

[Other systemsGprsControlLampSolution

Description: 这个是GPRS路灯控制系统,实现了BCG库的操作,MFC框架的应用,SQL Server,ActiveX,dll,com(自己编写的ADO类来操作数据库),MFC仿真技术的改良和应用,内存DC的应用-This GPRS street light control system, BCG library operations, the MFC framework application, SQL Server, ActiveX, dll, com (ADO classes I have written to manipulate the database), the improvement and application of the MFC simulation technology, the memory DC applications
Platform: | Size: 263168 | Author: 中华 | Hits:

[GPS developGPRS

Description: GPRS远程抄表系统的菜单包括有数据查询菜单、数据通讯菜单、数据设定菜单、数据维护菜单以及退出系统。  数据查询菜单:数据查询菜单主要包括表具信息查询、日志信息查询、故障统计查询等。  数据通讯菜单:数据通讯菜单主要包括数据库下载、数据库上传、GPRS通讯等。  数据设定菜单:数据设定菜单主要包括服务中心信息设定、抄表员及日程设定、楼盘管理、任务分配、抄表点信息、竣工信息、权限管理以及基本参数设定等。  数据维护菜单:数据维护菜单主要包括数据分析、换表处理、数据导入、数据导出、人工审核。  退出系统菜单:关闭并退出SMART-D系统。 -The menu of the SMART-D systems, including data query menu, the menu of data communication, data setup menu, the data maintenance menu and exit the system.  Data Query menu: Data Query menu with information and inquiries, log information query, failure statistics query.  data communication menu: data communication menu including database download, database upload, GPRS communications.  setup menu: Data set menu including the information set of the service center, meter readers and calendar settings, real estate management, task assignment, meter reading point information, completion information rights management, as well as basic parameter settings.  Data Maintenance menu: Data Maintenance menu to include data analysis, for table processing, data import, data export, and manual review.  exit the system menu: Close and exit the SMART-D system.
Platform: | Size: 8296448 | Author: 施力 | Hits:

[Software EngineeringGPRS

Description: GPRS数据监控系统的设计与实现,本文研究了数据监控系统的设计与实现。该系统由数据分析子系统和∋ ( 子系统两大部分组成。数据分析子系统在移动核心网络的􀀁 ) 、接口上抓取数据并进行协议解析, 将解析的结 果写入+ ,− . /0 数据库。通过12 3 3 技术构建子系统负责提取数据库中的数据, 生成详细而多样的统计报表。-GPRS data monitoring system design and implementation, this paper studies the design and implementation of data monitoring system. The system consists of the data analysis subsystem and ( sub system of the two major components. The data analysis subsystem in mobile core network ), grab the data interface and protocol analysis, the parse nodeThe fruit is written+,-. 0 database. By 1233 techniques to construct a subsystem is responsible for extracting the data in the database, generating detailed and diverse statistics
Platform: | Size: 316416 | Author: 曹瑞翠 | Hits:

[CommunicationGPRS

Description: 本程序是电脑(上位机)和基于stm32系列开发板的GPRS无线通讯模块之间进行数据传输交互的代码,包括对传输数据的校验以及Oracle数据库的存储过程,并且支持多线程-This program is a computer (PC) and code data transfer interaction between the GPRS wireless communication module based on the the stm32 series development board, including a check on the transmission of data as well as the Oracle database stored procedures, and support for multi-threading
Platform: | Size: 50176 | Author: 李本立 | Hits:

[CommunicationSMSGateWay

Description: "GSM && GPRS 短信猫网关"是一款以数据库为接口的短信收发中间件,本系统界面友好易懂,用户操作极易上手. -" GSM & & GPRS SMS modem gateway" is a database interface messaging middleware, the system user-friendly easy to understand, easy to use user operation.
Platform: | Size: 2531328 | Author: 冷月宫主 | Hits:

CodeBus www.codebus.net