登录
首页 » Java » zidongbofang

zidongbofang

于 2020-06-20 发布 文件大小:5696KB
0 209
下载积分: 1 下载次数: 0

代码说明:

  A simple example of picture slideshow playback, after opening, can automatically play drawable-hdpi directory img start picture, temporarily did not think of the application scenario of this example, friends in need can download and see for themselves.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • BT
    说明:  B树部分实现。在B-树中查找给定关键字的方法是,首先把根结点取来,在根结点所包含的关键字K1,…,Kn查找给定的关键字(可用顺序查找或二分查找法),若找到等于给定值的关键字,则查找成功;否则,一定可以确定要查找的关键字在Ki与Ki+1之间,Pi为指向子树根节点的指针,此时取指针Pi所指的结点继续查找,直至找到,或指针Pi为空时查找失败。(BTree data structrue)
    2017-12-09 22:03:02下载
    积分:1
  • psoSVM
    采用粒子群算法优化支持向量机的两个参数c与g,以进行后续的实验(Particle swarm optimization (PSO) is used to optimize two parameters c and G for support vector machines for subsequent experiments)
    2021-03-09 21:09:27下载
    积分:1
  • Java中的Canvas绘图源码实例
    Java中的Canvas绘图源码实例,主要是画线条、弧线、圆角矩形、三角形、文字、圆形等简单的几何图形,主要是通过创建DrawingCanvas对象canvas,为canvas设置命令监听者,实现接口CommandListener的方法,把缓冲区图像的内容绘制到画布上,画图部分代码:   int w = getWidth(); // 画布的宽度   int h = getHeight(); // 画布的高度   Image buffer = Image.createImage(w, h); // 用于绘图的缓冲图像   Graphics gc = buffer.getGraphics(); // 获取缓冲图像的图形环境   // 清除画布   public void clearScreen() {    gc.setColor(255,255,255); // 设置绘图颜色为白色    gc.fillRect(0,0,w,h); // 把缓冲图像填充为白色    gc.setColor(255,0,0); // 设置绘图颜色为红色   }   // 绘制直线   public void drawLine() {    setTitle("直线"); // 设置画布的标题    clearScreen(); // 清除画布    gc.drawLine(10,10,w-20,h-20); // 绘制黑色直线    gc.setColor(0,0,255); // 设置绘图颜色为蓝色    gc.drawLine(10,h/2,w-10,h/2); // 绘制蓝色直线   }   // 绘制弧   public void drawArc() {    setTitle("弧线和填充弧");    clearScreen();    gc.drawArc(5,5,w/2-20,h/2-20,60,216); // 绘制弧线    gc.drawArc(5,h/2-10,w/2-20,h/2-20,0,360); // 绘制圆    gc.setColor(0,0,255);    gc.fillArc(w/2,5,w/2-20,h/2-20,60,216); // 绘制填充弧线    gc
    2023-04-11 05:50:03下载
    积分:1
  • log4j的示例代码
    日志工具log4j的示例代码,并且有log4j.properties配置详解。
    2022-07-18 20:13:29下载
    积分:1
  • 4psk
    4psk系统,包括sinc滤波器的成型滤波部分,以及每一步的仿真结果图形(4psk communication system)
    2017-07-05 09:57:50下载
    积分:1
  • c-xuexi
    1将字符串给整形变量 2字符数据与整数进行算术运算,将小写转大写 3符号常量使用 4强制类型转换 5将有符号数据传送给无符号变量(1 to 2 string variables to the plastic character data and integer arithmetic operations to be lower case to upper case 3, the constant use of symbols 4 mandatory conversion 5 data will be transmitted to the symbol variable unsigned)
    2009-07-10 15:05:37下载
    积分:1
  • Riemann_Steger_Warming
    利用Steger_Warming格式求解一维Riemann问题(It is a computational fluid dynamic solver for solving classical Riemann problem with the scheme of Steger_Warming.)
    2017-08-15 22:16:53下载
    积分:1
  • alignment
    运动补偿中的距离对准技术,包括了互相关对准,最小熵对准法,以及模-1和模-2距离对准法(The range alignment techniques in motion compensation include cross-correlation alignment, minimum entropy alignment, and die -1 and die -2 range alignment)
    2017-07-26 17:07:44下载
    积分:1
  • kf
    说明:  该程序实现的是用标准卡尔曼和扩展卡尔曼滤波算法,对空中观测目标进行跟踪(The program is to use standard kalman and extended kalman filtering algorithm to track the air observation target)
    2017-10-25 08:55:47下载
    积分:1
  • Radar_Simulation-master
    说明:  shixianleidafangzhecsssd(shixianleidafangzhedsss)
    2020-06-23 16:20:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载