-
实现离散卷积的一个小程序,希望对有需要的人有所帮助。
实现离散卷积的一个小程序,希望对有需要的人有所帮助。-Discrete convolution to achieve a small program, I hope those who are in need of help.
- 2022-05-23 11:17:32下载
- 积分:1
-
I wrote one for the other thread to start the code, you can scan the current run...
本人写的一个用于启动其他线程的代码,可以扫描当前正在运行的进程,并判断该进程是否在运行,如果没有则启动改进程-I wrote one for the other thread to start the code, you can scan the current running processes, and to determine whether the process was in operation, if not then start the change process
- 2023-07-11 14:40:02下载
- 积分:1
-
一条SIN曲线,正弦曲线,通过改变参数的设顶,可以改变曲线的形状,周期,幅度,等...
一条SIN曲线,正弦曲线,通过改变参数的设顶,可以改变曲线的形状,周期,幅度,等-the shape, periodic, amplitude of sin curve( sinusoid) can be changed by changing the parameters.
- 2022-05-30 17:24:15下载
- 积分:1
-
Winsock API编程原代码。值得一看
Winsock API编程原代码。值得一看-Winsock API programming source code. An eye-catcher
- 2022-12-16 00:10:04下载
- 积分:1
-
Access to the basic hardware information, VC++ under development, the test can b...
获取系统的硬件的基本信息,VC++下开发,测试通过,可以运行-Access to the basic hardware information, VC++ under development, the test can be run
- 2023-01-23 15:50:03下载
- 积分:1
-
这是栈数据结构。在操作系统中非常重要。本文件提供了一种C++实现方案。...
这是栈数据结构。在操作系统中非常重要。本文件提供了一种C++实现方案。-This is a stack data structure. At the operating system is very important. This document provides a C++ implementation program.
- 2022-03-30 20:42:56下载
- 积分:1
-
本代码利用组件实现定制文件打开对话框
本代码利用组件实现定制文件打开对话框-components of the code used to achieve customized document open dialog
- 2022-03-01 04:47:54下载
- 积分:1
-
Bricks is a computer game which is played by the single player at a time. In thi...
Bricks is a computer game which is played by the single player at a time. In this game a four layer of
bricks is there and you have to knock out the brick by the ball to get the point.
- 2022-03-21 13:44:29下载
- 积分:1
-
MD5的全称是Message
MD5的全称是Message-digest Algorithm 5(信息-摘要算法),在90年代初由MIT Laboratory for Computer Science和RSA Data Security Inc,的Ronald L. Rivest开发出来,经MD2、MD3和MD4发展而来。它的作用是让大容量信息在用数字签名软件签署私人密钥前被"压缩"成一种保密的格式(就是把一个任意长度的字节串变换成一定长的大整数)。不管是MD2、MD4还是MD5,它们都需要获得一个随机长度的信息并产生一个128位的信息摘要。虽然这些算法的结构或多或少有些相似,但MD2的设计与MD4和MD5完全不同,那是因为MD2是为8位机器做过设计优化的,而MD4和MD5却是面向32位的电脑。这三个算法的描述和c语言源代码在Internet RFC 1321中有详细的描述(http://www.ietf.org/rfc/rfc1321.txt),这是一份最权威的文档,由Ronald L. Rivest在1992年8月向IETF提交。
-err
- 2022-11-02 12:00:03下载
- 积分:1
-
明确选择
Option Explicit
Private Sub Timer1_Timer()
Label1.Caption = Time
End Sub
- 2023-01-15 12:00:03下载
- 积分:1