搜索资源列表
IDCard_qiuyepingjing_2.针对普通的Web浏览器网页软件界面
- 针对普通的Web浏览器网页软件界面,华视推出“身份证阅读Web浏览器ActiveX控件” ,或者叫Web“插件” 。 ActiveX 浏览器控件是Microsoft提出的一组使用COM(Component Object Model,部件对象模型)使得软件部件在 网络环境中进行交互的技术集。它与具体的编程语言无关。作为针对Internet应用开发的技术,ActiveX被广泛应用于WEB服务器以及客户端的各个方面。 同时,ActiveX技术也被用于方便地创建普通的桌面应用程序。,For an
Genesis
- 改编过的遗传算法,c语言编写,用于选择全局最优-Genetic algorithms have been adapted, c language, used to select the global optimum
json-c-0.7
- JSON(Javascr ipt Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于Javascr ipt(Standard ECMA-262 3rd Edition - December 1999)的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, Javascr ipt, Perl, Python等)。这些特性使JSON成为理想的数据交换语言。[编辑本段]
MarvTheMiner_120
- Java游戏淘金者源代码!外国网站的东西。部分代码配合了C语言,游戏很小,想学习的朋友值得看一看。 -Java source code from the game Gold Rush! Things on foreign web sites. Part of the code with the C language, the game is very small, want to learn a friend is worth a look.
MarvTheMiner_120
- Java游戏淘金者源代码!外国网站的东西。部分代码配合了C语言,游戏很小,想学习的朋友值得看一看。-Java Games gold by the source code! Things foreign Web sites. Part of the code in line with the C language, the game is very small, want to learn a friend is worth looking at.
Andriod_JNI
- 在Android平台中用C/C++语言编写Native底层库,以及对应的JNI接口的详细例子-Implement the JNI interface for Google Android system. Introduce the method of building Java Native code.
C-Analysis
- java写的c-语言词法分析器,注释部分不够准确-C-languageAnalysis
slides
- C语言C++语言JAVA语言源代码生成,简单,易懂,操作简便-C Language C++ language JAVA language source code generation, simple, easy to understand, easy to operate
C-P-P-call-Java-classes
- 介绍了c++怎么调用java语言类,本资料对c++与java混合编程有很好的帮助。-Describes how invoke java c++ language class, the information on the c++ mixed programming with java a good help.
The-c--higher--of-languagein--ZTE
- 在使用 C 语言时,您是否对花时间调试 <javascr ipt: >指针 <javascr ipt: >和内存 <javascr ipt: >泄漏问题感到厌倦?如果是这样,那么本文就适合您。您将了解可能导致内存破坏的指针操作类型,您还将研究一些场景,了解要在使用动态内存分配时考虑什么问题-In the use of C language, whether you that time debugging < javascr ipt: > poin
Using-C-to-achieve--method
- 用C语言实现Java类的本地方法 1. 0目的与意义在用Java开发应用程序的过程中,如果能100 的使用Java,那当然是最好不过了。但是,有时候我们却不得不在Java的应用程序中使用其它语言编写的代码(即本地代码),例如:(1)原来已有大量经过测试的代码,想要直接在Java应用程序中使用,而把这些代码转换成Java代码可能需要大量的时间和财力。(2)有些功能如访问系统设备等,单纯地使用Java语言可能很难实现或根本就无法实现,这时就需要用其它语言来实现这种底层的功能,以综合各种语言的优点。(
c
- c语言经典编程一百个例子,学习C语言的好帮手-about the c laughang
The-C-language-lexical-analyzer
- 此代码是用eclipse作为开发环境的c语言词法分析器,编译器开发的第一步。-This code is c language lexical analyzer using eclipse as a development environment, the first step in the development of the compiler.
cifafenxi
- 简单的C语言的词法分析器,包含文档说明,一个完整的活动空间,直接引进就可以运行,要自己定义一个输入的文件。-This method analyzer simple C language, contains documentation for instructions
The-demo-of---java-----call----C---
- 成功实现在java里面调用已存在的c语言程序-Successful implementation of the java call inside the c language program already exists
21天学通C语言 光盘
- 21天学通c语言一书,所有程序代码,希望对您有帮助。-21 Days c language book, all the code, I hope for your help.
JOBJECTSTREAM
- Java源码,文件操作,OOP,读取数据 Java以对象形式读存数据,本例将演示如何实现以对象的形式读存数据,做到真正的OOP。在 OOP 编程中,数据经常和其上的操作一同被封装在一个类中,如工人的基本信息和其上的修改读取操作封装在一个类Worker 中。这样做得好处是数据的处理变得非常容易。但是如果在数据保存时还是沿用以前c 语言等面向过程语言的操作方法,则无论是写数据还是读数据都非常困难,容易出错。-Java source code, file operations, OOP, read
C-language-test-management-system
- java实现的C语言试题管理系统,简单易学入门的童鞋们可以学习下拉。-java implementation of the C language test management system, easy to learn the entry of children' s shoes can learn pulldown.
C-language-lexical-analyzer
- JAVA编写的《编译原理》C语言词法分析器-JAVA prepared by the " compiler theory" C language lexical analyzer
C语言个人编辑
- 用简单C语言十进制整数进行求两个整数之和(Find the sum of two integers)