-
我觉得有点问题了,我有点不相信了
我觉得有点问题了,我有点不相信了-I think some problems, I do not believe that the somewhat
- 2022-08-18 23:10:09下载
- 积分:1
-
学生管理系统,开发环境Microsoft Visual Studio 2005、asp.net2.0、sql server2...
学生管理系统,开发环境Microsoft Visual Studio 2005、asp.net2.0、sql server2-Student management system, development environment Microsoft Visual Studio 2005, asp.net2.0, sql server2000
- 2022-02-11 23:01:54下载
- 积分:1
-
C#调用ENVI函数实现一些简单功能,包括ENVI对图像的读取操作,浏览操作,以及一些对话框显示...
C#调用ENVI函数实现一些简单功能,包括ENVI对图像的读取操作,浏览操作,以及一些对话框显示-C# is called ENVI function is to achieve some simple features, the image including the ENVI read operations, browsing operations, as well as some dialog box is displayed
- 2022-12-19 00:00:03下载
- 积分:1
-
VB code test automation
VB automation 测试代码-VB code test automation
- 2022-02-02 12:20:40下载
- 积分:1
-
STM32库函数编写利用例程完成输入方波测频串口数码管显示(不作商业用途)
利用STM32的的输入捕获,完成输入方波的测频的任务,适合学习,易懂。
- 2022-08-26 14:54:57下载
- 积分:1
-
面向对象的设计
Object oriented design
- 2022-11-23 10:40:03下载
- 积分:1
-
pocketc写的备忘录源码,调用了系统数据库,大家可以研究研究...
pocketc写的备忘录源码,调用了系统数据库,大家可以研究研究-pocketc memorandum written source code, call the system database, we can study a
- 2022-11-28 06:00:03下载
- 积分: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
-
windows的IOCP源代码
应用背景此程序是简单网关的设计,可用于初学iocp的人员研究iocp用,逻辑比较简单,功能也较单一,文中函数都有详细注释,能够令新学者快速上手关键技术基于windows操作系统的网关源码,基于iocp架构,稳重从iocp的生成,到套接字和iocp的绑定,以及异步处理消息的投递,还有就是对于异步消息处理完毕之后的逻辑处理都有很详细的代码
- 2023-07-16 01:40:03下载
- 积分:1
-
PIC进行AD转换示例
学习PIC18系列单片机的AD转换步骤,通过采集电压来进行展示。
- 2022-01-26 03:36:55下载
- 积分:1