-
html5结合jquery hover实现的图片悬停放大特效
html5结合jquery hover实现的图片悬停放大特效,根据冒泡事件实现的悬停放大,在排列成“心”形的照片墙上,鼠标悬停于任意一张头像图片后,该图片即可放大显示,此类效果在HTML5的页面中,利用相关属性来实现,是挺容易就实现的,本次果演示如截图所示。
- 2022-05-20 00:25:05下载
- 积分:1
-
EN50128_中文版
说明: EN50128中文版,翻译比较详细,编译对EN50128标准的理解(There is EN50128 which is transfered to Chinese)
- 2020-06-22 12:40:01下载
- 积分:1
-
这是个浏览文件夹对话框的源程序
这是个浏览文件夹对话框的源程序-This is a browser folder dialog of the source
- 2023-07-25 18:55:03下载
- 积分:1
-
Gaussxiaoqu
高斯消元法的简单Matlab程序,有简单的GUI界面,可以进行线性方程组的求解。(Gaussian Elimination simple Matlab program, a simple GUI interface, you can solve the linear equations)
- 2018-01-16 15:21:22下载
- 积分:1
-
JZZF
用于20以内的常见进制转换,二进制、八进制、十进制、十六进制的相互转换。(Common base conversion for less than 20.)
- 2018-01-09 10:12:13下载
- 积分:1
-
代理模式-基本代码
说明: 3DS kit extractor, used to extract .dbk and .dbf files
- 2020-06-24 08:00:02下载
- 积分:1
-
很不错的结合DateTime的综合例子
很不错的结合DateTime的综合例子-very good combination DateTime the comprehensive example
- 2023-08-16 04:30:04下载
- 积分:1
-
LS_ESPRIT
说明: LS_ESPRIT,均匀线列阵DOA估计,分两个子阵,最基础的ESPRIT方法,两个入射信号(LS-ESPRIT,Uniform linear array DOA estimation)
- 2019-05-07 11:55:17下载
- 积分:1
-
Assembly-CSharp
说明: 使用C#编程,将操作ini,的方法编写成类,方便下次直接调用(Using C # programming, the method of operating ini is written into classes to facilitate the next direct call.)
- 2020-06-25 11:40:01下载
- 积分:1
-
xian2
通过键盘创建有若干个元素(可以是整型数值)的单链表,实现对单链表的初始化,对已建立的顺序表插入操作、删除操作、查找操作、遍历输出单链表。
要求各个操作均以函数的形式实现,并且在主函数中调用各个函数实现以下操作:
( 1 )键盘输入单链表 x 、 x 、 x 、 x 、 x 、 x ,并输出显示,其中 x 为任意整数。
( 2 )在单链表的第 4 个位置插入 67 ,并输出单链表中的各元素值。
( 3 )删除单链表中的第 2 个数据元素,并输出单链表中的各元素值。
( 4 )查找单链表中的第 5 个元素并输出该元素的值。(A single linked list with several elements (which can be integer values) is created by keyboard to initialize the single linked list, insert operation, delete operation, search operation and traverse the output single linked list.
Each operation is required to be implemented in the form of a function, and each function is called in the main function to implement the following operations:
(1) Keyboard input single linked list x, x, x, x, x, x, and output display, where x is an arbitrary integer.
(2) Insert 67 at the fourth position of the single-linked list and output the values of each element in the single-linked list.
(3) Delete the second data element in the single-linked list and output the values of each element in the single-linked list.
(4) Find the fifth element in the single list and output its value.)
- 2019-04-18 20:15:36下载
- 积分:1