-
EXCEL formula to introduce the main functions, such as FIND, SEARCH
EXCEL的主要函数公式介绍,如FIND,SEARCH-EXCEL formula to introduce the main functions, such as FIND, SEARCH
- 2022-06-01 23:38:30下载
- 积分:1
-
封装了NT下底层安全功能的类,对windows安全方面的编程有帮助
封装了NT下底层安全功能的类,对windows安全方面的编程有帮助-package of NT security features of the bottom category of windows programming security help
- 2022-01-29 04:34:49下载
- 积分:1
-
频谱分析软件:利用VC6.0和matlab两个软件联合开发的,运行起来很不错的,是Vc调用matcom里面的fft函数来实现了,速度很快,精度很高。...
频谱分析软件:利用VC6.0和matlab两个软件联合开发的,运行起来很不错的,是Vc调用matcom里面的fft函数来实现了,速度很快,精度很高。-Spectrum analysis software: Using VC6.0 and matlab software jointly developed by two, up and running very good, is inside Matcom Vc call fft function to achieve a fast, high precision.
- 2023-05-09 15:35:02下载
- 积分: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
-
一个好用简单的window进程管理程序,使用VC++MFC编写。
一个好用简单的window进程管理程序,使用VC++MFC编写。-A simple window-to-use process management procedures, the use of VC++ MFC prepared.
- 2022-02-02 12:40:11下载
- 积分:1
-
一个小型的用于管理班级的同学录,像记事一样可用于记录各类信息.有大量的文档说明...
一个小型的用于管理班级的同学录,像记事一样可用于记录各类信息.有大量的文档说明-a small class for the management of the website, the same as Notepad can be used to record information of all kinds. A large number of documents note
- 2022-02-04 00:43:45下载
- 积分:1
-
记录金钱同朋友等的借来和借去,可放便管理个人理财。
记录金钱同朋友等的借来和借去,可放便管理个人理财。-record with money borrowed from friends and the borrow, it may take personal financial management.
- 2022-01-26 00:36:09下载
- 积分:1
-
c#抓包源码
是个txt文件,改个后缀名就可使用
c#抓包源码
是个txt文件,改个后缀名就可使用-c# capture source is a txt file, changed to use a suffix of
- 2022-01-25 17:52:31下载
- 积分:1
-
客户端和服务器通信程序
client:是客户端的程序,主程序文件是newclient.dsw。server:是服务器端程序,主程序文件是server.dsw。
- 2023-07-06 22:50:04下载
- 积分:1
-
FTP客户端开发,windows server ftp服务器的客户端开发,软件开发,(百度云连接下载测试使用)https://pan.baidu.com/s/1mhTMgCK
百度云共享:https://pan.baidu.com/s/1mhTMgCK,本软件是FTP客户端软件,是与windows server通讯的软件,具有下载,上传,删除,重命名文件功能。本代码冗余少,规范清晰,里面包含多线程技术的使用,托盘技术的实现,按钮自绘技术等等.
- 2022-02-24 10:27:47下载
- 积分:1