-
通过setupapi安装驱动,可以制作成dll接口用来安装程序调用
通过setupapi安装驱动,可以制作成dll接口用来安装程序调用-Setupapi install the drive through, you can make a dll interface for call setup
- 2022-05-17 23:24:49下载
- 积分:1
-
用C++实现的bp算法程序 绝对经典,不容错过
用C++实现的bp算法程序 绝对经典,不容错过-C bp algorithm to achieve the absolute classic procedure, not to be missed
- 2023-06-26 15:35:03下载
- 积分:1
-
图书管理系统
图书管理系统其实是对图书、读者数据的管理,它的实现将为管理者提供极大的方便。系统功能模块如下: (一)登录模块 (二)书库管理模块 1.增加图书 2.图书查询 3.图书编辑 (三)借还管理模块 1.借阅管理 2.归还管理 (四)管理员模块 1.添加成员 2.修改密码管理员账户:root密码:123456调试软件:eclipse操作系统:window7数据库:MySQL运行环境:普通电脑
- 2022-03-23 10:38:19下载
- 积分:1
-
G711音频编解码器,可用于视频聊天或VoIP
G711 audio codec that can be use for video chat or voip
- 2022-03-24 17:05:59下载
- 积分:1
-
高斯消元法应用实例源码 具有通用性和实用性
高斯消元法应用实例源码 具有通用性和实用性-Gauss elimination with a generic source code application examples and practical
- 2022-04-02 06:40:43下载
- 积分:1
-
web端修改密码源代码,请各位同仁交流看看有没有更好的。
web端修改密码源代码,请各位同仁交流看看有没有更好的。-Change Password web client source code, please take a look at Tongren exchange have no better.
- 2022-02-14 12:56:36下载
- 积分: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程序设计第五版中文版北京大学出版社
window程序设计第五版中文版北京大学出版社-window program fifth edition of the Chinese version of the design of Beijing University Press
- 2022-05-27 03:54:47下载
- 积分:1
-
rotating polygons
这段代码介绍了如何用三角形构建一些简单的几何体,以及如何将它们作为一个整体进行移动、旋转和调整大小。
- 2022-07-08 11:38:33下载
- 积分:1
-
car racing
peed dreams is a fork of the famous open racing car simulator torcs. it mainly aims to implement exciting new features, cars, tracks and ai opponents to make a more enjoyable game for the player, while constantly improving visual and physics realism
- 2022-01-31 05:49:54下载
- 积分:1