-
心电信号的峰值检测
R peak detect in ECG signal
- 2022-03-21 01:11:20下载
- 积分:1
-
AutoCAD多重拷贝命令。
命令名称:MulCopy
命令功能:本程序以代替AutoCAD中原有的Copy命令,当进行多重拷贝时,避免了使用Cop...
AutoCAD多重拷贝命令。
命令名称:MulCopy
命令功能:本程序以代替AutoCAD中原有的Copy命令,当进行多重拷贝时,避免了使用Copy命令时出现提示语需要键入“M”的烦琐。当不需继续多重拷贝时,可按回车或鼠标右键结束。-Multiple copies of AutoCAD commands. Command name: MulCopy command functions: This procedure to replace the Central Plains AutoCAD Some Copy command, when multiple copies, the Copy command to avoid the use of language when the need for prompt, type
- 2022-01-29 04:49:43下载
- 积分:1
-
北大密码学课程的课件~密码学基础1
北大密码学课程的课件~密码学基础1-4
讲得通俗易懂。适合初学者自学使用。也可用来辅助读加解密程序或者编程。-Beijing University courses courseware cryptography Cryptography ~ 1-4 speak basic user-friendly. Suitable for beginners to use self-study. Can also be used to support encryption and decryption procedures, or read programming.
- 2022-06-03 14:17:51下载
- 积分:1
-
采用VB6编制的小小程序,有源代码,无须解压密码,能够将阿拉伯数字转换成汉字...
采用VB6编制的小小程序,有源代码,无须解压密码,能够将阿拉伯数字转换成汉字-use VB6 procedures for the preparation of small, active code without extracting passwords can be converted into Arabic Chinese
- 2023-01-30 16:35:03下载
- 积分:1
-
expression of the realization of a binary tree. An arbitrary input before the or...
表达式二叉树的实现。输入任意一个前序中序或后序表达式,可生成对应的表达式二叉树并树状打印,之后用户可以选择以前序中序或后序将表达式再次输出。-expression of the realization of a binary tree. An arbitrary input before the order or sequence after sequence expressions, which will generate the corresponding binary tree and the tree expression Print, after users can choose before the order or sequence after sequence of expression of a recurrence.
- 2022-09-02 21:05:03下载
- 积分:1
-
使用没有连接到数据库的 DBGrid 演示.zip
使用没有连接到数据库的 DBGrid 演示.zip-use of the database is not connected to the DBGrid demonstration. Zip
- 2023-06-07 03:45:03下载
- 积分:1
-
扫雷 原代码 C#制作 适合于学生的课程设计 及实验
扫雷 原代码 C#制作 适合于学生的课程设计 及实验 -mine C# source code suitable for the production of students in the curriculum design and experiment
- 2022-03-10 18:29:49下载
- 积分:1
-
“作为一名C++程序员,我们早已掌握了面向对象程序设计的基本概念,而且Java的语法无疑是非常熟悉的。事实上,Java本来就是从C++衍生出来的。”...
“作为一名C++程序员,我们早已掌握了面向对象程序设计的基本概念,而且Java的语法无疑是非常熟悉的。事实上,Java本来就是从C++衍生出来的。”-"as a C programmers, we have already mastered the design of object-oriented programming to the basic concept, but Java syntax is very familiar with it. In fact, Java was originally derived from the C"s. "
- 2022-12-10 11:25:02下载
- 积分:1
-
Simple OPC client,值得研究。
Simple OPC client,值得研究。 -Simple OPC client, worth studying.
- 2022-03-06 12:12:32下载
- 积分:1
-
Js幻灯图片切换代码
一款简洁风格的Js幻灯图片切换代码,常言说:好吃不过饺子、舒服不过躺着。现在已经有很多焦点图片的代码了,有JS的、也有flash的。不过看了很多,却发现对于项目开发来说,很多的焦点图片却不是那么容易使用的:有的需要为之定义一个文本文件,有的兼容性存在问题,有的是基于jQuery实现的插件需加载过多的脚本,有的不能自适应图片的尺寸,有的会导致图片比例失调严重变形,有的编写过于随意难以做到动作和结构的分离……为此,我希望有这样一个焦点图片控件:1、便于项目开发者应用,动作和结构分离,程序员只要按约定输出相关数据即可,前端可以用简洁的结构;2、兼容各种主流的浏览器;3、对于图片能做到自适应,不要求特殊尺寸的图片,不导致图片变形。本着这个出发点,我写了这样一个JS的焦点图片:
1、我们已经假定你的页面上只会出现一个焦点轮换区域。事实上,多个焦点是毫无必要的,也是不友好的用户体验;
2、代码尽量简短,以加快加载的速度并减轻服务器负荷;
3、前端结构简洁,便于控制样式。
- 2022-03-18 20:56:19下载
- 积分:1