-
Using vc++ programming matrix calculation and display of relevant information an...
使用vc++编程实现的矩阵相关信息的计算及显示等功能-Using vc++ programming matrix calculation and display of relevant information and other functions
- 2022-03-07 00:16:45下载
- 积分:1
-
WIN2000 restore deleted files of source code
WIN2000恢复删除文件的源代码-WIN2000 restore deleted files of source code
- 2022-08-18 08:00:31下载
- 积分:1
-
it a implementation and documente for explaine the basic and algorithme methone...
it a implementation and documente for explaine the basic and algorithme methone in detection an traching object.
- 2022-01-26 00:09:34下载
- 积分:1
-
fortran编写的相场法模拟剪切流的程序
fortran编写的相场法模拟剪切流的程序,由C-H方程来模拟了剪切流场中界面捕捉的过程,简单易学,非常适合初学者学习
- 2022-02-21 10:08:37下载
- 积分:1
-
DataSocket服务器和客户端程序采用
本例程通过DataSocket服务器与客户机端程序集成到同一面板中,实现服务器与客户机之间的双机通讯。-The routine adoption of DataSocket server and client-side program integrated into the same panel, to achieve the server and client communications between the two aircraft.
- 2022-03-11 22:14:46下载
- 积分:1
-
VB6 integrated environment that plug
VB6集成环境鼠标滚轮修正插件。 使用VB6打开工程,将它编译至C:Program FilesMicrosoft Visual StudioCommonMSDev98AddIns目录 在VB6的Add-In Manager里面激活“MouseWheel Fix”插件。你的VB6就可以使用鼠标滚轮翻动源代码了。-VB6 integrated environment that plug-in mouse wheel. Use VB6 open, it will be compiled to C : Program Files Microsoft Visual Studio Common MSDev98 AddIns directory in VB6 Add-In Manager activated inside "MouseWheel Fix" plug-ins. The VB6 you can use the mouse wheel banging the source code.
- 2022-04-22 12:05:21下载
- 积分: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
-
串口接受程序,共享访问程序
串口接受程序,共享访问程序-acceptance process, sharing the interviewing procedures
- 2023-04-23 16:30:03下载
- 积分:1
-
MFC easy to learn VC++ of the very good tutorial
MFC深入浅出,学习VC++的非常好的教程-MFC easy to learn VC++ of the very good tutorial
- 2022-02-02 22:14:15下载
- 积分:1
-
各种排序算法例程:简单选择排序;堆排序;插入排序;希尔排序;冒泡排序;快速排序;...
各种排序算法例程:简单选择排序;堆排序;插入排序;希尔排序;冒泡排序;快速排序;-Various sorting algorithm routines: Simple Selection Sort HEAPSORT Insertion Sort Hill sort Bubble Sort quick sort
- 2022-03-22 23:45:15下载
- 积分:1