-
Visual C++ 2005 programing example source code
Visual C++ 2005编程实例精粹 源代码-Visual C++ 2005 programing example source code
- 2022-03-23 09:27:23下载
- 积分:1
-
Fractal graphic,implementation of the CKochView cla
分形图形,又递归算法实现:implementation of the CKochView cla-Fractal graphic,implementation of the CKochView cla
- 2022-02-22 00:34:57下载
- 积分:1
-
bloo dbank
&这个
- 2022-09-19 12:45:03下载
- 积分:1
-
查看帮助及调用源码了解api使用方法,dephi7
查看帮助及调用源码了解api使用方法,dephi7-View the source code to help and understand the api call to use, dephi7
- 2022-02-05 13:58:34下载
- 积分:1
-
JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是...
JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是JNI。
JAVA通过JNI调用本地方法,而本地方法是以库文件的形式存放的(在WINDOWS平台上是DLL文件形式,在UNIX机器上是SO文件形式)。通过调用本地的库文件的内部方法,使JAVA可以实现和本地机器的紧密联系,调用系统级的各接口方法。
-JAVA characteristics of its cross-platform very popular, and because it is the purpose of cross-platform, making it the local machine to become small internal contact, the functions of its binding. JAVA solution on the local operation is a method of JNI. JAVA through JNI to call native methods, and the local method is based on the form of library files stored (in the WINDOWS platform are on the form of DLL files, in the UNIX machines are SO on the form of a document). By calling the local library file internal methods, so that JAVA and local machine can achieve close contact, call the system-level methods of the interface.
- 2022-08-19 07:40:31下载
- 积分:1
-
一个读取电话本记录的ril测试程序,自己写的,开源万岁,同时向大家请问一下有没有HTC的rilphone的源码,因为发现CDMA下手机的rilphone不能用r...
一个读取电话本记录的ril测试程序,自己写的,开源万岁,同时向大家请问一下有没有HTC的rilphone的源码,因为发现CDMA下手机的rilphone不能用ril_simsendsim的函数来发adup指令-a ril read phone book app
- 2022-12-10 12:00:03下载
- 积分:1
-
windows输入法编程。w indows输入法编程。
windows输入法编程。w indows输入法编程。-input method windows programming. w indows input programming.
- 2022-04-11 23:44:27下载
- 积分:1
-
C语言写的一个学生管理系统【数组版本】
用C语言写的一个不完善的代码项目,使用数组写成的,只能是一个新手可以看看的入门项目;
- 2022-01-22 10:41:52下载
- 积分:1
-
编译原理课程设计,基于VC++,实现了基于simple语言的编译器设计...
编译原理课程设计,基于VC++,实现了基于simple语言的编译器设计-Principles of curriculum design compiler, based on VC++, the realization of a simple language based on compiler design
- 2022-11-05 02:00:04下载
- 积分:1
-
基于c的一个销售管理系统
这是一个用c语言实现的销售管理系统,是一个比较简单的小程序,主要实现功能:销售信息的录入及保存,根据录入信息进行查询,进行相应的统计如按产品统计月销售额、按销售员统计月销售额等。代码很简明,对于初学者来说很容易理解,是一些简单的for循环,switch case分支语句,if else判断,sum加和还有一部分指针等。通过在菜单界面选择相应选项执行相应的操作。程序水平不高但很基础,望采纳。
- 2023-08-24 13:10:04下载
- 积分:1