搜索资源列表
ActionScript编程实例
- Chapter 2: Getting Started Hello World Hello World Enhanced A simple "Hello World" application that shows the basics of how to use an Actionscr ipt 3.0 class in an application. The Enhanced version adds a name-checking feature. These exam
loadpage
- 此程序采用C#来编程,设置的是一个hello world程序,输入的字符显示出来,对刚上手的人有用-This program uses C# to program, set up a hello world program, enter the characters shown on the person just useful to get started
jnitesting
- c-jni-java Hello world!
JNI_simple_example
- JNI简单示例 1.login 简介:一个通过调用C代码来实现认证登录的示例。 2.ndk_utf 简介:一个JNI代码的hello world程序。 3.ndkcallback 简介:C代码回调java代码示例 4.ndkhelloworld 简介:简单的使用JNI调用C代码,获取返回值。(C代码中包含字符串拼接,其结果显示在log中) 5.ndkpassdata 简介:传递JAVA中的值,在C代码部分进行相应的计算并返回结果,最后在java代码中实现