-
C语言实现通讯录管理
萌新出投稿,这个程序其实不难,理解简单,适合初学者阅读与学习。
- 2022-06-30 10:36:57下载
- 积分:1
-
支持简单HTML标记的Label控件,可以实现斜体,粗体,段落等效果。...
支持简单HTML标记的Label控件,可以实现斜体,粗体,段落等效果。-Support simple HTML tags Label control can be achieved italic, bold, paragraphs and other effects.
- 2022-11-30 06:10:03下载
- 积分:1
-
mouse control, mouse hook
鼠标监控,鼠标钩子-mouse control, mouse hook
- 2022-02-05 23:38:47下载
- 积分:1
-
simulation tests mouse and keyboard input software description : The simulated t...
模拟测试鼠标及键盘的输入
软件简介:本例模拟测试鼠标及键盘的输入,适合于初级vc编程者阅读.
-simulation tests mouse and keyboard input software description : The simulated test cases mouse and keyboard input, suitable for junior programmers vc reading.
- 2022-01-26 05:54:45下载
- 积分:1
-
RealSystem SDK的一个例子
realsystem sdk 的一个例子-realsystem sdk an example
- 2022-11-28 02:35:02下载
- 积分:1
-
this is a logic regression algorithm.
this is a logic regression algorithm.
- 2022-01-25 21:17:39下载
- 积分:1
-
题目:有两个磁盘文件A和B,各存放一行字母,要求把这两个文件中的信息合并(按字母顺序排列), 输出到一个新文件C中。...
题目:有两个磁盘文件A和B,各存放一行字母,要求把这两个文件中的信息合并(按字母顺序排列), 输出到一个新文件C中。-topic : There are two disk files A and B, the store his letter, the requirements of these two documents, the information merger (in alphabetical order), the output to a new file C.
- 2022-01-31 16:14:08下载
- 积分:1
-
The program is mainly from a technical point of view, for the plant specific env...
本方案主要是从技术角度,针对工厂的具体环境,说明工程要完成两个子系统:考勤、消费的实现。
考虑到局域网已经全面覆盖了工厂,而基于TCP/IP通信方式的设备具有诸多优势,比如速度快、安装灵活、维护方便等,这都是基于传统的RS485通信方式的设备不具备的优点。在方案中全面采用基于TCP/IP通信方式的考勤机和消费机等设备。
-The program is mainly from a technical point of view, for the plant specific environment, explaining the project to complete the two subsystems: attendance, consumption achieved. Taking into account the local area network has been fully covered by the factory, but based on the TCP/IP communication device has many advantages, such as speed, installation flexibility and easy maintenance, etc., which are based on the traditional means of communication RS485 device does not have advantages. Fully in the program based on TCP/IP communications attendance machines and consumer machines and other equipment.
- 2022-03-11 23:58:10下载
- 积分: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
-
二叉树的非递归遍历搜索删除
采用C++语言,完成实现了一个二叉树的创建,以及前序中序后序查找,以及删除工作。完美实现,使用简单,注释完整。
- 2022-03-11 11:05:29下载
- 积分:1