-
openssl生成证书,数字签名,加密解码
资源描述
利用openssl 生成根证书,证书发布,数字签名。
握手建立会话长连接,发送,接收数据,最后销毁会话。
- 2022-01-22 10:52:17下载
- 积分:1
-
modbus模块控件,支持modbus
modbus模块控件,支持modbus-RTU协议,03
- 2022-08-08 00:07:44下载
- 积分:1
-
使用AutoCAD,从选定的折线返回的总长度。
Using AutoCad, returns the total length from the selected polylines.
- 2022-11-05 01:55:03下载
- 积分:1
-
读取dwg文件的dll,这是一个开源的项目。有源码的定期维护
读取dwg文件的dll,这是一个开源的项目。有源码的定期维护-a dll that can read/write dwg file format.
- 2022-01-29 03:00:08下载
- 积分:1
-
On the screen draws a square using CONSOLA.LIB under the CONSOLE pattern
在屏幕上用控制台库在控制台模式下
- 2022-05-28 11:14:31下载
- 积分:1
-
java简单小系统
初学者可以使用的java小程序,里面用到前端页面设计,主要是后端的商品的增删改的操作。用到数据库,用到html网页设计。可以在上面自己增加操作。使其更加完整。
- 2022-03-04 00:22:29下载
- 积分:1
-
用于启动界面的制作,以及对于词法的分析,很实用的东西
用于启动界面的制作,以及对于词法的分析,很实用的东西-Interface used to start production, as well as for lexical analysis, a very practical things
- 2023-01-06 08:50:03下载
- 积分:1
-
win开发用简易日志软件
简易日志显示软件。
支持显示日志、保存日志到文件、udp方式接收日志,支持显示日志网络来源。
本地调用:任何win软件使用如下函数,即可向该软件发送日志数据,日志软件会显示并保存到指定文件中。
int WriteLog(DWORD LogType, char* lpszFormat, ...)
{
static HWND m_hWndLog = NULL;
if (m_hWndLog == NULL)
{
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWndLog == NULL)
{
char cCurPath[MAX_PATH];
if (GetCurrentDirectoryA(MAX_PATH, cCurPath) > 0)
{
char cExePath[MAX_PATH];
wsprintfA(cExePath, "%sstk1Log.exe", cCurPath);
WinExec(cExePath, SW_SHOW);
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWndLog == NULL)
{
// AfxMessageBox("无法找到Stk1Log.exe用于显示日志!");
return -1;
}
}
}
}
else
{
if (IsWindow(m_hWndLog) == FALSE)
{
m_hWndLog = NULL;
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWnd
- 2022-07-25 17:36:54下载
- 积分:1
-
A very good c++ Learning video, was very detailed and thorough! Suitable for c++...
一部很好的c++学习视频,讲得非常详细,透彻!适合c++初学者使用,学习!-A very good c++ Learning video, was very detailed and thorough! Suitable for c++ Beginners use to learn!
- 2023-08-24 20:30:10下载
- 积分:1
-
该程序模拟了一个简单的神经元,神经networkreporting在稳定状态…
The program Neuron.c simulates a SIMPLE stable state neural networkreporting on both input and output states and energy levels after eachiteration (namely set up for 8, though usually the network stabilizes afterabout 4). The program demonstrates a very straight-forward method ofprogramming a content-addressable memory and receiving output from that memory.
- 2022-02-01 07:17:54下载
- 积分:1