-
MATLAB教程汇总
summary of matlab tutorial
- 2022-04-08 00:16:32下载
- 积分:1
-
graph algorithm will learn one of the elements in hopes of giving the incoming y...
图论算法中必学的内容之一,希望能给学习编程的学弟学妹们有所帮助-graph algorithm will learn one of the elements in hopes of giving the incoming young men and women to learn programming help
- 2023-05-29 02:35:03下载
- 积分:1
-
完成火车站的排序,利用堆栈完成。比如进站的火车为3辆 可排除所有的出战可能...
完成火车站的排序,利用堆栈完成。比如进站的火车为3辆 可排除所有的出战可能-Order to complete the railway station, the completion of the use of the stack. For example, the train stops for all three can be ruled out of play may
- 2022-03-19 14:44:10下载
- 积分:1
-
operation, and control of D1 digital display output. Proceedings began on the fi...
运行WDT,并控制数码管D1显示输出。程序开始先对数码管D1全闪烁控制,并进行喂狗处理;然后显示 - ,并进入死循环,等待WDT复位。-operation, and control of D1 digital display output. Proceedings began on the first full D1 digital tube flicker control, and DOG; Then display-and get a circle, waiting for the WDT reset.
- 2022-04-30 19:26:06下载
- 积分:1
-
Socks5Client 研究了一下SOCKS5代理协议,顺手用VC6写了个客户端演示程序。这个程序演示了如何使用winsock2穿过Scoks5代理取得HTT...
Socks5Client 研究了一下SOCKS5代理协议,顺手用VC6写了个客户端演示程序。这个程序演示了如何使用winsock2穿过Scoks5代理取得HTTP服务器上的网页内容。SOCKS5代理协议详见RFC1928和RFC1929。写这个程序的目的是为写一个SOCKS5代理服务器准备(可以用来调试协议),正在开发中。-Socks5Client some research SOCKS5 agency agreements with VC6 simply wrote the client presentations. This procedure demonstrated how to use WinSock2 Scoks5 Acting achieved through HTTP server on the web. SOCKS5 agency agreement detailed in RFC1928 and RFC1929. Was the purpose of this procedure is to write a SOCKS5 proxy preparation (can be used to debug protocol), is under development.
- 2022-06-17 14:43:25下载
- 积分:1
-
操作系统课程设计之文件系统
基于fat32的文件系统,可以添加,删除,修改文件或者文件名,提供类似dos的操作方法
- 2022-01-27 23:16:31下载
- 积分:1
-
a VB can be prepared by practicing calligraphy good compact (including source co...
一个用VB编写的能练习书法的小巧好程序(包括源代码)实现无纸练习书法的目的-a VB can be prepared by practicing calligraphy good compact (including source code) to achieve paperless practice calligraphy purpose
- 2022-03-12 20:56:12下载
- 积分:1
-
java3d,一个贴皮的程序,在圆筒上贴一个图片
java3d,一个贴皮的程序,在圆筒上贴一个图片-java3d, a paste percutaneous procedure, a picture posted in the cylinder
- 2022-06-13 12:28:16下载
- 积分:1
-
数学变换和滤波算法,很有实用价值
数学变换和滤波算法,很有实用价值-mathematical transformation and filtering algorithm, very practical value
- 2022-12-26 06:50:04下载
- 积分: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