-
本书详细阐述了在编写C++程序的过程中应该注意什么尽量不要做什么,通读此书会对C++编程有更加使用的认识。...
本书详细阐述了在编写C++程序的过程中应该注意什么尽量不要做什么,通读此书会对C++编程有更加使用的认识。-This book describes in detail the preparation of C++ programs should pay attention to what the process try not to do, read the book will have a more C++ programming knowledge to use
- 2022-02-26 13:40:06下载
- 积分:1
-
学校小型系统,仅供学习。希望多多指教,本人学编程的,对编程特别感兴趣。...
学校小型系统,仅供学习。希望多多指教,本人学编程的,对编程特别感兴趣。-School mini-systems, only to learn.
- 2022-02-26 18:23:19下载
- 积分:1
-
识别各种图片上的文字,和符号,欢迎使用可能还需要其他的文件。在网络上下载就可以用了...
识别各种图片上的文字,和符号,欢迎使用可能还需要其他的文件。在网络上下载就可以用了-Identify a variety of pictures on text, and symbols are welcome to use may also need other documents. Download on the network can use the
- 2022-04-19 12:55:11下载
- 积分:1
-
this code is filemaneger.I hope you fill good. there is exefile in this RAR file...
this code is filemaneger.I hope you fill good. there is exefile in this RAR file.
- 2022-02-20 07:25:38下载
- 积分:1
-
一般的9
一般的9-7小波滤波器及其图像压缩性能研究,introduce the wavelet filters and its application in image processing-general 9-7 wavelet filter and image compression performance research, and introduce the wavelet filters and its application in image processing
- 2022-07-01 16:26:59下载
- 积分:1
-
运用HTML5中的canvas绘制图表
运用HTML5中的canvas画布绘制图表,并能够在各个浏览器中打开显示。适用于PC端,也适用于移动端,既可以在Android系统中打开也可以在iOS中打开。
- 2022-04-28 02:41:41下载
- 积分: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
-
企业社会责任 4.0 驱动程序
csr4.0 usb 驱动程序的源代码,从企业社会责任的官方网站,下载使用在 windows 平台上,windows ddk 解法和在 xp 和 win7 平台上测试好,它验证用于蓝牙 ble 开发,应用程序可以使用到互动,人机交互界面
- 2023-05-24 04:00:03下载
- 积分:1
-
lease read your package and describe it at least 40 bytes in English.
System wi...
lease read your package and describe it at least 40 bytes in English.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.lease read your package and describe it at least 40 bytes in English.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2022-09-09 17:50:02下载
- 积分:1
-
泰勒级数求高斯坐标c语言程序
高斯投影正算公式,就是由大地坐标(L,B)求解高斯平面坐标(x,y),而高斯投影反算公式则是由高斯平面坐标(x,y)求解大地坐标(L,B)。编程环境是在VC下,采用C++语言编写。
- 2022-05-20 00:01:07下载
- 积分:1