-
日志源码,在windows的事件日志中记录信息
日志源码,在windows的事件日志中记录信息-Log source, in the windows event log records information
- 2022-03-15 17:59:25下载
- 积分:1
-
ADO visits access database.It contains many sql sentences,very significant to be...
ADO访问访问数据库。它包含许多sql语句,对初学者很有意义
- 2022-12-24 01:25:03下载
- 积分:1
-
此程序是用排序实现换位递规的的版本, 对程序的操作有一定的帮助作用...
此程序是用排序实现换位递规的的版本, 对程序的操作有一定的帮助作用-This program realizes the conversion recursion by sorting, making some use to operation of program.
- 2022-03-29 10:12:21下载
- 积分:1
-
MD5是最常用的不可逆加密算法,广泛用于密码加密等不可逆的加密处理。本源码在c++ 6.0环境下编译通过。...
MD5是最常用的不可逆加密算法,广泛用于密码加密等不可逆的加密处理。本源码在c++ 6.0环境下编译通过。-MD5 is the most common non-reversible encryption algorithm, widely used in non-reversible password encryption is encrypted. The source code in c++ 6.0 environment, compiled by.
- 2023-04-08 21:20:04下载
- 积分:1
-
HFSS仿真的helix结构,以及结果照片
HFSS仿真的helix结构,以及结果照片-HFSS simulation of the helix structure
- 2022-06-02 09:21:20下载
- 积分:1
-
后台ip限制,给后台加上指定的IP才能进行后台管理
后台ip限制,给后台加上指定的IP才能进行后台管理-Ip restrictions on the background, giving the background with the specified IP in order to back-office management
- 2022-09-16 08:55:03下载
- 积分:1
-
智能车时钟系统程序
智能车必学的时钟系统,有助于更好的认识智能车如何操作。
- 2022-07-20 18:10:11下载
- 积分:1
-
single bus DS1820 temperature sensor applications (data collection, processing a...
单总线温度传感器DS1820的应用(数据采集,处理,输出,串行通信等)-single bus DS1820 temperature sensor applications (data collection, processing and output, serial communications, etc.)
- 2022-01-22 16:05:57下载
- 积分:1
-
基于遗忘因子的最小二乘法参数辨识
本程序是基于遗忘因子的最小二乘法辨识,对参数与传递函数的阶次进行同时辨识,效果基本实现,帮助大家参考,程序设计矩阵,所以需要对矩阵运算有一定了解
- 2022-08-21 21:17:41下载
- 积分:1
-
用vc++mfc做的时钟
#include "stdafx.h"#include"windows.h"#include "clock.h"#include "clockDlg.h"#include"math.h"#ifdef _DEBUG#define new DEBUG_NEW#undef THIS_FILEstatic char THIS_FILE[] = __FILE__;#endif/////////////////////////////////////////////////////////////////////////////// CAboutDlg dialog used for App Aboutclass CAboutDlg : public CDialog{public: CAboutDlg();// Dialog Data //{{AFX_DATA(CAboutDlg) enum { IDD = IDD_ABOUTBOX }; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAboutDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL// Implementationprotected: //{{AFX_MSG(CAboutDlg) //}}AFX_MSG DECLARE_MESSAGE_MAP()
- 2022-08-21 22:08:38下载
- 积分:1