-
ce 5.0上的用mfc编制的ini文件读写源代码,调试OK。
ce 5.0上的用mfc编制的ini文件读写源代码,调试OK。-ce 5.0 on mfc prepared using ini file to read and write source code, debugging OK.
- 2022-04-08 00:07:56下载
- 积分:1
-
贪吃蛇是一款经典的小游戏,相当不错,是学习的好资料。
贪吃蛇是一款经典的小游戏,相当不错,是学习的好资料。-Snake is a classic game, pretty good, is to learn from good information.
- 2022-04-29 15:42:00下载
- 积分:1
-
bp网络算法,可以训练很多模式而榷有数九
bp网络算法,可以训练很多模式而榷有数九-bp network algorithm, the model can be trained a lot of knock several nine
- 2023-03-26 08:45:04下载
- 积分:1
-
一种 plc 模拟器
这是我第一版本的 PC PLC 模拟程序。近 15 年,现在我梦想成真,我梦到它。
我会把它尽可能接近真实,如果我有足够的时间。任何贡献是心存感激。
可编程逻辑控制器是为大多数工业应用而设计的。
为了控制外围电子设备 (如 Relay、Magnetic contactors、solenoid 阀......等。它被打算当一名翻译。
了 PLC 的编程语言是脑瘤像梯形图符号,电子自动控制,熟悉的人应该熟悉它。PLC 由程序控制,输入和梯子后程序计算 PLC 将控制输出,毕竟,您可以控制电子设备,如你所愿。
- 2022-12-08 03:35:02下载
- 积分:1
-
获取硬盘的序列号
获取硬盘的序列号-access to the hard drive serial number
- 2022-01-25 16:08:04下载
- 积分:1
-
vc++在操作系统的应用 vc++在操作系统的应用
vc++在操作系统的应用 vc++在操作系统的应用-vc in the operating system application in vc application of operating system
- 2022-11-12 13:50:04下载
- 积分:1
-
一种基于中国剩余定理加密的加密系统,用VC++实现,其中还应用到离散度数进行了二次加密!...
一种基于中国剩余定理加密的加密系统,用VC++实现,其中还应用到离散度数进行了二次加密!-Based on Chinese Remainder Theorem encrypted encryption system, using VC++ implementation, which also applied to the discrete degrees for a secondary encryption!
- 2022-06-26 06:55:02下载
- 积分:1
-
实例286——创建MFC常规DLL,通过导出函数显示颜色信息对话框
创建MFC常规DLL,通过导出函数显示颜色信息对话框。
- 2022-07-09 23:13:14下载
- 积分:1
-
分割midi音符test1split1str1.cpp
// test1split1str1.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
/*
File : split1.cpp
Author : Mike
E-Mail : Mike_Zhang@live.com
*/
#include
#include
#include
#include
#include
using namespace std;
//字符串分割函数
std::vector split(std::string str,std::string pattern)
{
std::string::size_type pos;
std::vector result;
str+=pattern;//扩展字符串以方便操作
int size=str.size();
for(int i=0; i
- 2022-03-22 16:35:52下载
- 积分:1
-
The Windows Installer XML (WiX) is a toolset that builds Windows installation pa
The Windows Installer XML (WiX) is a toolset that builds Windows installation packages from XML source code. The toolset supports a command line environment that developers may integrate into their build processes to build MSI and MSM setup packages
- 2023-07-09 01:30:05下载
- 积分:1