-
基于DIV的JS文字滚动特效
基于DIV的JS滚动条控制文字滚动特效,拖动滚动条,文字区域可上下滚动,滚动条也是自定义的,不是默认风格的滚动条,本滚动条不但兼容IE浏览器,还可正常运行于火狐和Chrome等浏览器中。
- 2022-03-15 05:58:54下载
- 积分:1
-
用TC编写的一种下拉式菜单,操作方便简单。
用TC编写的一种下拉式菜单,操作方便简单。-TC prepared with a drop-down menu, convenient operation simple.
- 2023-07-17 13:25:02下载
- 积分:1
-
正则式转化为NFA
正则式转化为NFA-into NFA
- 2022-02-15 15:27:08下载
- 积分:1
-
Detection of the best LCD screen of the program good or bad, I have been in use
检测液晶屏幕好坏的最好的程序,本人一直在用-Detection of the best LCD screen of the program good or bad, I have been in use
- 2022-11-10 22:40:04下载
- 积分:1
-
测试数据使用蜂群
此程序引入新的测试方法使用的蜂群,结果显示此方法是最佳的比较与遗传算法和一些其他算法领域的测试在测试分支的白框中的路径中的自定义方式。
- 2022-10-16 10:40:03下载
- 积分:1
-
Introduction to Algorithms MIT course lecture notes, very complete, is a compute...
MIT算法导论课程的讲义,十分齐全,是计算机专业的学生学习算法设计的经典入门材料-Introduction to Algorithms MIT course lecture notes, very complete, is a computer science students to learn the classic algorithm design entry materials
- 2022-08-08 10:27:05下载
- 积分:1
-
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。...
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。 Fibonacci[0]=Fibonacci[1]=1 Fibonacci[i]=Fibonacci[i-2]+Fibonacci[i-1] (i>=2) -Write a Java program for Fibonacci series, the first output 20. Tip: Fibonacci sequence is defined as: first, two of the value of 1, starting from the third and was followed by the first two. Fibonacci [0] = Fibonacci [1] = 1 Fibonacci [i] = Fibonacci [i-2]+ Fibonacci [i-1] (i> = 2)
- 2023-03-11 04:55:03下载
- 积分:1
-
benchmark测试源程序, 测试源程序 ,测试源程序
benchmark测试源程序, 测试源程序 ,测试源程序-benchmark testing source, source testing, testing source source testing, testing source
- 2022-05-05 18:37:40下载
- 积分:1
-
This is a C Programming Document
这是一个C++编程文档-This is a C Programming Document
- 2022-01-26 06:57:18下载
- 积分:1
-
Java OOP 面向对象基础代码实例
Java OOP 面向对象基础代码实例,代码主要涉及分析类之间的关系、聚集和组合、依赖与继承、有理数类Rational、类的设计原则、内聚性、实例Instance和静态修饰符Static、用顺序图和状态图模拟动态行为、使用Java API在架构基础上编程等。
- 2022-01-28 02:48:50下载
- 积分:1