-
《C++程序语言设计》是C++之父Bjarne Stroustrup 写的,本源码是其实例源码...
《C++程序语言设计》是C++之父Bjarne Stroustrup 写的,本源码是其实例源码- C++ Programming language design are C++ Writing Father of Bjarne Stroustrup, the source code examples are its source
- 2022-10-13 13:40:03下载
- 积分:1
-
Atheros网卡读定EEPROM工具
读写Atheros无线网卡EEPROM,测试过AR9280,手边没有别的网卡,请自行测试~
- 2023-05-15 20:55:03下载
- 积分:1
-
vc++学习资料,包括“孙鑫老师《vc++深入详解》1
vc++学习资料,包括“孙鑫老师《vc++深入详解》1-20课笔记”“VC++编程指南”“vc经典教程”-vc++ learning materials, including
- 2022-03-31 19:58:35下载
- 积分:1
-
GPS使用ANFIS网络集成
- 2022-04-18 21:41:39下载
- 积分:1
-
《Windows核心编程》(第五版)Code
这是一本经典的Windows核心编程指南,从第1版到第5版,引领着数十万程序员走入Windows开发阵营,培养了大批精英。
作为Windows开发人员的必备参考,本书是为打算理解Windows的C和C++程序员精心设计的。第5版全面覆盖Windows XP,Windows Vista和Windows Server 2008中的170个新增函数和Windows特性。书中还讲解了Windows系统如何使用这些特性,我们开发的应用程序又如何充分使用这些特性,如何自行创建新的特性。
- 2023-09-06 11:55: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
-
儿童认知APP
儿童认知APP是一款针对0到4岁儿童对颜色和数字认知手小游戏。开始游戏后,APP发出指令,告诉玩游戏的儿童把什么颜色的球多少个放到不同的篮子中去。儿童按照指令,在屏幕上根据指
令要求捡取相应颜色的球,扔到篮子中。捡取完后,裁判(系统)对儿童捡取的球的数量及颜色做出判断。如果儿童已经按要求完成任务,则告知成功。如果没有完成,则鼓励继续完成。
- 2022-05-24 15:38:54下载
- 积分:1
-
bcv
bcv-bcv
- 2023-01-31 03:40:03下载
- 积分:1
-
Qtopia on how a programming book, the main R
关于Qtopia如何编程的一本书,主要介绍研发环境和Qtopia的一些架构机制! 中文第四版-Qtopia on how a programming book, the main R
- 2022-03-29 14:33:23下载
- 积分:1
-
源代码资源管理
资源管理器的源代码-resources management of source code
- 2022-04-14 20:20:28下载
- 积分:1