CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - AS.c

搜索资源列表

  1. java小型防真计算器

    0下载:
  2. 本“计算器”可以完成任意的通常借助手持计算器来完成的标准运算。“计算器”可用于基本的算术运算,比如加减运算等,以及C(清除)、AC(全部清零)、N(符号改变)、存储(M+、M-、MR)、平方根和百分比运算。关于科学计算本“计算器”暂不支持。-the "calculator" to be completed with the usual arbitrary use handheld calculators to complete the standard operation.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:36.75kb
    • 提供者:占琪
  1. IDCard_qiuyepingjing_2.针对普通的Web浏览器网页软件界面

    0下载:
  2. 针对普通的Web浏览器网页软件界面,华视推出“身份证阅读Web浏览器ActiveX控件” ,或者叫Web“插件” 。 ActiveX 浏览器控件是Microsoft提出的一组使用COM(Component Object Model,部件对象模型)使得软件部件在 网络环境中进行交互的技术集。它与具体的编程语言无关。作为针对Internet应用开发的技术,ActiveX被广泛应用于WEB服务器以及客户端的各个方面。 同时,ActiveX技术也被用于方便地创建普通的桌面应用程序。,For an
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-04-09
    • 文件大小:1.16mb
    • 提供者:大秋
  1. TheJavaEE5Tutorial3rdEdition.r

    0下载:
  2. The Java EE 5 Tutorial中文版电子书(chm格式),The Java EE 5 Tutorial is an introduction to programming server-side Java applications. This book takes a task-oriented, example-driven approach to show you how to build applications for the Java EE 5 platform. Thi
  3. 所属分类:Java Develop

    • 发布日期:2017-05-17
    • 文件大小:4.85mb
    • 提供者:ryan
  1. view system 网络视频播放系统

    0下载:
  2. 这个是java开发的网络视频系统,也是C/ s架构,又需要的看啊可能-This is the java development network video systems as well as C/s architecture, but also probably need look ah
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-05-27
    • 文件大小:10.04mb
    • 提供者:zhou
  1. local

    0下载:
  2. 运行本程序将返回本机的IP地址,如192.168.1.8-This procedure will return to run the machine IP address, such as 192.168.1.8
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-02
    • 文件大小:933byte
    • 提供者:wei
  1. java3

    0下载:
  2. 猜数字小游戏! 看到有好多版本 如c c++ 就是没有找到java 的-猜数字game! See a much better version, such as c c++ Is not found in java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1.52kb
    • 提供者:yuyong
  1. c

    0下载:
  2. 远程控制用的,早时候写的文档,共同学习用-Used remote control, as early as the time to write the document, together with
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:6.09kb
    • 提供者:zhangzhiye
  1. Hibernate_3.2.0_Reference_zh_CN

    0下载:
  2. Hibernate_3.2.0_Reference_zh_CN Hibernate的学习教程,内容由浅到深。既可用于Hibernate的学习书籍,也可作为开发时的参考资料-Hibernate_3.2.0_Reference_zh_CN Hibernate tutorial learning, content from shallow to deep. Hibernate can be used for the study of books, can also be used as refer
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:499.88kb
    • 提供者:zhao
  1. aerial

    0下载:
  2. 3大框架官方文档包括有spring Hibernate_api.chm struts.chm等资料-3 the broad framework of the official documents, including information such as spring Hibernate_api.chm struts.chm
  3. 所属分类:Java Develop

    • 发布日期:2017-06-14
    • 文件大小:21.43mb
    • 提供者:黄凤
  1. Spring-Reference_zh_CN

    0下载:
  2. Spring为编写企业应用程序提供了轻量的解决方案,同时仍然支持使用声明式事务、 用RMI或web service远程调用、以及使用多种方式来将数据持久化到数据库。Spring提供了全功能的 MVC framework, 以及透明集成AOP到你的软件中的能力。-Spring for the preparation of enterprise applications provides a lightweight solution, while still supporting the use
  3. 所属分类:Java Develop

    • 发布日期:2017-05-12
    • 文件大小:2.6mb
    • 提供者:鞠学健
  1. Empirical_Comparison_Of_C_C++_Java_and_other_lang

    0下载:
  2. a comparison between different programing language as c c++ java paython and -a comparison between different programing language as c c++ java paython and ...
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:149.05kb
    • 提供者:Amir Salah Hafez
  1. hibernate

    1下载:
  2. Hibernate 可以实现分页查询,例如:   从第2万条开始取出100条记录   Query q = session.createQuery("from Cat as c")   q.setFirstResult(20000)   q.setMaxResults(100)   List l = q.list() -Hibernate paging query can be achieved, for example: starting from th
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:4.59kb
    • 提供者:仓木小子
  1. JNI

    0下载:
  2. 使用JNI实现Java和其他语言(如:C++)之间的通信-JNI using implement communication between the Java and other languages (such as: C++)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:43.96kb
    • 提供者:wjt
  1. jeecms-2.4.2-final

    0下载:
  2. 作为国内最知名的Java开源CMS系统,我们一直秉承开源、易用、高性能、安全的系统开发原则,并以作国内优秀的开源网站管理系统为己任,始终坚持不懈地为用户提供强大的Java技术web应用服务。 JEECMS v2.4.2 正式版新增功能: 1、新增专题系统,满足用户的专题栏目发布需求; 2、新增下载系统,满足用户的下载需求; 3、新增全文检索功能,支持分栏目检索,后台控制文章生成索引; 4、采用了c3p0连接池组件,有效解决了多个jeecms项目同时运行时
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:469.17kb
    • 提供者:Oscar
  1. MyFirstJava

    0下载:
  2. 这是我初学JAVA的时候做的第一个程序,有一定的参考价值,特别是判断条件和C++不一样,请仔细读源代码。-This is my time to do JAVA beginners first program, there is some reference value, especially to determine the conditions and not the same as C++, please carefully read the source code.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4.51kb
    • 提供者:liumeng
  1. OrderFrom

    0下载:
  2. The most useful language is now editor, support almost all of the language, such as C, C++, ASM, PAS, ASP, HTML and common, also support the define your own key words, if you re a programmer or web producer, the software to you can be of help. Source
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-06-12
    • 文件大小:18.89mb
    • 提供者:匡森
  1. Using-C-to-achieve--method

    0下载:
  2. 用C语言实现Java类的本地方法 1. 0目的与意义在用Java开发应用程序的过程中,如果能100 的使用Java,那当然是最好不过了。但是,有时候我们却不得不在Java的应用程序中使用其它语言编写的代码(即本地代码),例如:(1)原来已有大量经过测试的代码,想要直接在Java应用程序中使用,而把这些代码转换成Java代码可能需要大量的时间和财力。(2)有些功能如访问系统设备等,单纯地使用Java语言可能很难实现或根本就无法实现,这时就需要用其它语言来实现这种底层的功能,以综合各种语言的优点。(
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-24
    • 文件大小:741.96kb
    • 提供者:pengjx
  1. jni

    0下载:
  2. jni,使用java调用本地函数库(如C函数)的历程程序,并附有详细的教程。-the jni, use the java call the local library (such as C function) the course of the program, together with a detailed tutorial.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-21
    • 文件大小:1.62mb
    • 提供者:齐飞
  1. AnalyseFrame

    0下载:
  2. 词法分析器。 词法分析程序,分析C源代码,找出其中的单词,并确定单词的类型-Lexical analyzer. /*** Sample application analysing C code to accidence file* lexical analysis procedures, analysis of the C source code, find the word, and to determine the type of word* Keyword KEY* identifi
  3. 所属分类:Java Develop

    • 发布日期:2017-12-07
    • 文件大小:4.24kb
    • 提供者:pz
  1. The-C-language-lexical-analyzer

    0下载:
  2. 此代码是用eclipse作为开发环境的c语言词法分析器,编译器开发的第一步。-This code is c language lexical analyzer using eclipse as a development environment, the first step in the development of the compiler.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-20
    • 文件大小:5.59kb
    • 提供者:李卫军
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com