Welcome![Sign In][Sign Up]
Location:
Search - c 4.5 java

Search list

[Program doc金仓串口MODEM池使用操作说明书

Description: 1 产品介绍..................................................................................................................................4 1.1 功能特点...................................................................................................................4 1.2 产品配件...................................................................................................................4 1.3 广泛应用...................................................................................................................6 2 联机指南..................................................................................................................................7 3 产品测试................................................................................................................................10 3.1 测试工具.................................................................................................................10 3.2 AT 测试指令...........................................................................................................11 4 AT 指令集与开发参考...........................................................................................................14 5 JAVA 二次开发指南...............................................................................................................18 5.1 总体概述.................................................................................................................18 5.2 GSMMultiPort 类 —— 基础短信开发接口........................................................19 5.2.1 常量说明.........................................................................................................19 5.2.2 GSMModemAutoTest —— 自动检测获取通讯信息..................................19 5.2.3 GSMModemGetSnInfo ——获取注册信息码.............................................21 5.2.4 GSMModemInit —— 初始化短信设备.......................................................21 5.2.5 GSMModemSMSsend ——发送短信息.......................................................22 5.2.6 GSMModemSMSReadAll —— 读取短信....................................................225.3.5 GSMModemSMSsend ——发送短信息.......................................................29 5.3.6 GSMModemSMSReadAll —— 读取短信....................................................29 5.3.7 GSMModemGetErrorMsg —— 获取过程错误信息....................................30 5.3.8 GSMModemIsConn —— 获取当前连接状态.............................................30 5.3.9 GSMModemRelease —— 断开连接,并释放资源.....................................30 5.4 GSMMessage 类 —— 短信存储类(略) .........................................................31 5.5 COMInfo 类 —— 通讯端口信息类(略) ........................................................32 5.6 GSMCommon 类 —— 公共方法类(略) ........................................................32 5.7 演示代码.................................................................................................................33 5.8 开发包说明.............................................................................................................33 6 VC/C 二次开发指南.............................................................................................................33 6.1 函数说明.................................................................................................................33 6.1.1 GSMModemAutoTest —— 自动检测获取通讯信息..................................33 6.1.2 GSMModemGetSnInfo ——获取注册信息码.............................................33 6.1.3 GSMModemInit —— 初始化短信设备.......................................................34 6.1.4 GSMModemSMSsend ——发送短信息.......................................................34
Platform: | Size: 289042 | Author: jaty613 | Hits:

[JSP/Javarandom-exam

Description: 通子的考试系统 本程序版权属于通子 程序功能: 1。考生可以选择科目进行考试 2. 考过科目不再重新登陆考试 2。考题时随机的,避免考生之间互相抄袭。 3。考题为五题,设定30秒后自动提交 4。提交后可以直接得到你的成绩,并知道你是否通过了考试了 5. 可以了解你的成绩与总成绩的对比 程序优缺点: 1。未使用javaBean技术。 2。使用的是声明语句在Conn.jsp,功能是进行数据库连接; 3。使用html处理的不好,页面不甚美观。 4。未采用MVC,M(mode-database),V(view-jsp),C(controller-servlet). 程序流程: 进入 考生 —— 登录界面 ——进入——测试——提交——成绩 login.jsp —— test.jsp —— score.jsp test.mdb test.mdb test.mdb 抱歉: 由于时间不足,未能把java(2)班全体同学的信息全部添加到数据库中。 附: java(2)班全体同学信息打包在里面了,有意者可以添加。 希望对此程序作改进的有我联系。我的QQ:120244312 E-Mail:zuotongyousai@163.com- 1 2. 2 330 4 5. 1javaBean 2Conn.jsp 3html 4MVCM(mode-database)V(view-jsp)Ccontroller-servlet. login.jsp test.jsp score.jsp test.mdb test.mdb test.mdb ,java(2)
Platform: | Size: 73728 | Author: 左达 | Hits:

[Internet-NetworkExercise 5

Description: Java Corba编程, 是将java 和 corba 结合在一起来实现远程方法调用. corba 比 rmi 应用的更广泛.-Java programming, java and corba will combine to achieve remote method invocation. Corba than rmi applications more extensive.
Platform: | Size: 25600 | Author: 王勤思 | Hits:

[Documentsslides07to12

Description: 国外java课件,思路清晰,简单易懂,很适合有C++基础的人的学,-abroad, clear and easily understood, it is very suitable for people based on the C school,
Platform: | Size: 1915904 | Author: 王先生 | Hits:

[Communicationjava_delphi

Description: 本程序 通过delphi 制作发送短信的dll 然后 通过java调用 用到JNI接口 dll 复制到java的 C:\j2sdk1.4.2_04\bin 目录下 请跟实际情况修改目录 用Java操纵串口,实现短信的发送-delphi through the production process by sending messages through the dll then called java JNI interface used to copy the dll java C : \ j2sdk1.4.2_04 \ bin directory please with the practical situation Contents Java Serial manipulation and achieve messages sent
Platform: | Size: 515072 | Author: 徐泼 | Hits:

[JSP/Java2006exam-cs

Description: 我的java课程设计,90分 标准化考试系6.4.2. 客户端主类Client 6.4.3. 客户端选择试题界面ChoiceFile 6.4.4. 客户端考试界面ClientTestArea 6.4.5. 服务器端主类Server 6.4.6. 服务器端读取试题 ReadTestquestion统 (C/S网络版) 不错啊!! -my java curriculum design, 90 points standardized test-6.4.2. the main types of client Client 6.4.3. client choice questions sector surface ChoiceFile 6.4.4. the client interface ClientTestArea six examinations. 4.5. the main types of server-Server 6.4.6. server reader questions ReadTestqu estion EC (C/S network version) good ah! !
Platform: | Size: 7168 | Author: 汪汪 | Hits:

[VC/MFCC++jiang_yi

Description: Part 1. OO Techniques (面向对象技术) Chapter 1. OO Software Development (面向对象软件开发) Chapter 2. Case Study--OO in C++ (C++面向对象程序设计实例) Part 2. Object-Oriented Programming (面向对象程序设计) Chapter 3. Basic C++ Programming (C++程序设计基础) Chapter 4. Object-Oriented C++ Programming (C++面向对象程序设计) Chapter 5. Java Programming Overview (Java程序设计简介)-Part 1. OO Techniques (object-oriented technology) Chapter 1. OO Software Development (object-oriented software development) Chapter 2. Case Study OO in C++ (C object-oriented programming examples) Part 2. Object-Oriented Programming (OOP) Chapter 3. Basic C++ Programming (C program design basis) Chapter 4. Object-Oriented C++ Programming (C object-oriented programming) Chapter 5. Java Programming Overview (Java Programming Introduction)
Platform: | Size: 1947648 | Author: 石鹏 | Hits:

[JSPJava

Description: 介绍Java环境,Java编译器,开发工具;Java的语言特点以及与C++的比较等;Java的语法介绍-Introduced the Java environment, Java compiler, development tools Java language characteristics and comparison of C , etc. Java syntax introduced
Platform: | Size: 107520 | Author: 刘丽 | Hits:

[Windows DevelopPrentice.Hall.C.plus.plus.How.to.Program.5th.Editi

Description: C++大学教程第五版;C++大学教程第五版-C++ University Guide Fifth Edition C++ University Guide Fifth Edition
Platform: | Size: 10693632 | Author: | Hits:

[JSP/Javajamvm-1.5.1.tar

Description: JamVM是一个新的Java 虚拟机, 符合JVM规范第二版本。它虽然小但支持完整的规范, 包括支持对象的收尾器调用, 对象的次、弱、虚引用, 类卸载, java 本地接口(JNI)与反射API。JamVM有两个最主要的特色, 一个是极小的二进制码, 与其它虚拟机( 不管是免费的还是商业的) 相比显得非常小( PowerPC 上35K 而Intel上100K) 。另一个是高效率的Java 解释器, 目前JamVM为了保证它的小尺寸只包括一个解释器, 但照样具有很高的运行效率。 JamVM 的解释器效率一般是Kaffe 的五倍, 采用了一个重要的程序设计技术就是堆栈缓冲。因为JamVM的大部分程序都用C 来实现, 它很易于和GNU Classpath 一同移植到嵌入式的linux 平台 上。-err
Platform: | Size: 599040 | Author: xiaogang | Hits:

[JSPThinkinJava

Description: 该书曾获1995 年SoftwareDevelopment Jolt Award 最佳书 籍大奖。作为一名有20 经验的编程专家,曾教授过世界上许多地区的人进行对象编程。最开始涉及的领域是 C++,现在也进军Java。他是C++标准协会有表决权的成员之一,曾就面向对象程序设计这一主题写过其他5 本书,发表过150 多篇文章,并是多家计算机杂志的专栏作家,其中包括《Web Techniques》的Java 专栏。 曾出席过C++和Java 的“软件开发者会议”,并分获“应用物理”与“计算机工程”的学士和硕士学位。-The book won the 1995 best SoftwareDevelopment Jolt Award-winning books. 20 have experience as a programming expert, Professor Zeng too many parts of the world s people to carry out the object programming. Most begin in the areas of C++, Now into Java. He is a C++ Standards Association has the right to vote, a member of the object-oriented programming on the design of the subject written five other books, published over 150 articles, and are more than a computer magazine columnist, one of including Web Techniques column of Java. Had attended the C++ And Java Software Developers Conference, and won the Applied Physics and Computer Engineering degree and a master s degree.
Platform: | Size: 1826816 | Author: 木眼 | Hits:

[Game Programchiness_chess(java)

Description: 一个基于JDK1.5的JAVA象棋小游戏的源代码 .电脑尚未智商.-JDK1.5 based on the JAVA chess game source code. PC has not yet IQ.
Platform: | Size: 103424 | Author: LKai | Hits:

[JSP/Javawb

Description: 基于c/s的网吧计费系统的设计与实现,包含全部源码,未生成exe,含ppt-Based on c/s of Internet cafes Billing System Design and Implementation, including all source code, not to generate exe, with ppt
Platform: | Size: 1379328 | Author: mm | Hits:

[OtherJava-EE_API

Description: J2EE说明性文档!有助于初学者学习和使用Java类库和编程!-J2EE descriptive document! Help beginners to learn and use Java class libraries and programming!
Platform: | Size: 5390336 | Author: Michael | Hits:

[Other systemsDecisionTreeApplet_3.20

Description: C 4.5 Desicion Tree Applet
Platform: | Size: 418816 | Author: Ruchika | Hits:

[JSP/Javamyeclipse7.5-plugins

Description: java blue 7.5的汉化包,希望能对大家有帮助~-java blue 7.5 package of Chinese, I hope you can help ~
Platform: | Size: 2624512 | Author: 王国际 | Hits:

[JSPDiscrete-Event-Simulation-in-Java

Description: Roskilde大学的一篇关于Java离散事件仿真的PDF文章,共105页,第65-105页是Java source code, 目录如下: A. The simset package B. Source code of the simset package C. The random package D. Source code of the random package E. Source code of the simulation.event package F. Car wash simulation with simulation.event G. Source code of the simulation.activity package H. Car wash simulation with simulation.activity I. Source code of the simulation.events package J. Car wash simulation with simulation.events K. Source code of javaSimulation L. Process-based car wash simulation with javaSimulation M. Event-based car wash simulation with javaSimulation N. Activity-based car wash simulation with javaSimulation O. Source code of the javaCoroutine package P. Test program for javaCoroutine-英文说明: A literature title" Discrete Event Simulation in Java", writen by Keld Helsgaun of department of Computer Science Roskilde University. Contents: 1 introduction 2 Discrete event simulation in Java 3 A package for coroutine sequencing in Java 4 Implementation of Java Simulation 5 Evaluation of Java Simulation 6 Conclusions
Platform: | Size: 214016 | Author: lijuan | Hits:

[Mathimatics-Numerical algorithmsc

Description: CURE: AN EFFICIENT CLUSTERING ALGORITHM FOR LARGE DATABASES-CURE: AN EFFICIENT CLUSTERING ALGORITHM FOR LARGE DATABASES
Platform: | Size: 1134592 | Author: Maha | Hits:

[JSP/Javajeecms-2.4.2-final

Description: 作为国内最知名的Java开源CMS系统,我们一直秉承开源、易用、高性能、安全的系统开发原则,并以作国内优秀的开源网站管理系统为己任,始终坚持不懈地为用户提供强大的Java技术web应用服务。 JEECMS v2.4.2 正式版新增功能: 1、新增专题系统,满足用户的专题栏目发布需求; 2、新增下载系统,满足用户的下载需求; 3、新增全文检索功能,支持分栏目检索,后台控制文章生成索引; 4、采用了c3p0连接池组件,有效解决了多个jeecms项目同时运行时导致的jar包冲突问题; 5、强化用户自定义标签,内容展示样式更加丰富多彩 -As the most well-known Java open-source CMS systems, we have been adhering to the open source, easy to use, high performance, security, system development principles and good for internal website management system open source responsibility, and always worked tirelessly to provide powerful Java technology web application services. JEECMS v2.4.2 full version of the new features: 1, add special systems to meet the needs of the user s special sections published 2, new download system, to meet the needs of users to download 3, the new full-text search functionality to support sub-section search, the article generated background control index 4, using the c3p0 connection pool component, an effective solution to a number of projects simultaneously jeecms jar package run-time due to conflict 5, enhanced user-defined labels, content, style is more colorful display
Platform: | Size: 480256 | Author: Oscar | Hits:

[JSP/JavajRegistryKey-bin-1.4.5

Description: java 对注册表的的操作源码 需要C++的支持- java for regedit
Platform: | Size: 45056 | Author: 我欲成仙 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net