-
短信的开发示例:
从短信的上行到短信的下行都有详细的说明...
短信的开发示例:
从短信的上行到短信的下行都有详细的说明-messages development Example : uplink from SMS messages downlink to have detailed explanation
- 2022-12-29 05:20:03下载
- 积分:1
-
Struts2
Struts2笔记,主讲:梁健全
Struts2 是基于WebWork 框架发展而来.
Struts2 与Struts1 可以说没有太直接关系. (Struts2 notes, Speaker: beam sound Struts2 is based on WebWork framework evolved. The the struts2 with the Struts1 can be said without too direct relationship.)
- 2013-04-26 12:19:41下载
- 积分:1
-
hid类主机对打印机操作的应用例程,供大家参考,希望对做hid类的朋友有帮助...
hid类主机对打印机操作的应用例程,供大家参考,希望对做hid类的朋友有帮助-hid type of printer to operate mainframe application routines for your information, I hope to do kind of hid friends help
- 2022-03-25 02:18:09下载
- 积分:1
-
Trasform
二进制、十进制、八进制、十六进制的相互转换,及JTextField键盘事件的处理(Binary, decimal, octal, hexadecimal, mutual conversion, and the handling of keyboard events JTextField)
- 2010-02-08 14:50:32下载
- 积分:1
-
android 高仿易信 源码下载
android 高仿易信 源码下载
- 2014-05-12下载
- 积分:1
-
AnimalFight
基于JAVA的简单斗兽棋游戏,可实现简单的人机对战(Based on JAVA simple Doo chess game, you can achieve a simple man-machine confrontation)
- 2020-12-24 16:19:05下载
- 积分:1
-
3D立方体翻转插件
说明: 一款jQuery 3D立方体翻转插件。该插件可以创建水平或垂直的3d立方体效果,(A jQuery 3D cube flip plug-in. The plug-in can create horizontal or vertical 3D cube effects.)
- 2019-01-09 16:04:42下载
- 积分:1
-
ajax,javascript源码大全,全新java基础实践教程等
ajax,javascript源码大全,全新java基础实践教程等-ajax,jsp,and so on
- 2022-01-24 08:52:30下载
- 积分:1
-
二级联动小程序
二级联动,主要设计的语言是Java,javascript,ajax等很多语言涉及到了,是一个很不错的小例子,很适合一个初学者看,也很容易看懂,是自己写的一个小程序,
- 2023-04-11 10:25:28下载
- 积分:1
-
用于java画函数曲线
纯Java语言书写,package test;
import java.util.Scanner;
public class test {
public static void main(String args[])
{
Scanner input=new Scanner(System.in);
int num;
int s[];
System.out.print("input number");
num=input.nextInt();
s=new int[input.nextInt()];
for(int i=0;i
- 2022-07-12 03:55:08下载
- 积分:1