-
This is a C# language example(Photograph manager).
我根据陈广老师的C#教程,自己动手编写的一个界面美观,功能不错的图片管理器,可以运行,源代码我有加注释,可以用来作为C#学习的实例,非常不错,大家也动手写一个。-This is a C# language example(Photograph manager).
- 2022-02-02 18:04:13下载
- 积分:1
-
哈工大 数据结构 课程设计 洗衣房管理系统 VB。Net实验
哈工大 数据结构 课程设计 洗衣房管理系统 VB。Net实验-Curriculum design data structure HIT Laundry Management System VB. Net Experiment
- 2022-02-15 21:37:46下载
- 积分:1
-
用户注册管理台串口联接终端,和和后台数据库相连
用户注册管理台串口联接终端,和和后台数据库相连-management Taiwan registered users connected to serial terminals, and associated database and background
- 2022-07-24 17:55:29下载
- 积分:1
-
拼接两幅bmp图像,并显示,保存,我上课时的一个简单例子,希望能对大家有帮助...
拼接两幅bmp图像,并显示,保存,我上课时的一个简单例子,希望能对大家有帮助-Splicing two bmp images, and display, preservation, I class a simple example, I hope we can help
- 2022-05-08 16:02:24下载
- 积分:1
-
c++编写的矩阵求逆,数值分析作业 !!!!1
c++编写的矩阵求逆,数值分析作业 !!!!1-c++ written in matrix inversion
- 2022-01-26 03:46:12下载
- 积分: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
-
stm32f103 + freertos + DMA
源代码功能简介:
stm32f103移植Freertos,利用DMA实现3路串口数据的收发功能;
4路PT1000温度采样,4路硬件PWM输出,利用PID算法控制温度,精度+/-0.5度;
内含原理图及PT1000 250度热敏电阻分度表
- 2022-03-18 00:08:13下载
- 积分:1
-
reading and writing large documents
读写大块资料文件-reading and writing large documents
- 2023-08-09 01:40:03下载
- 积分:1
-
5D shrunk the idea of the procedures for professional players to learn from vb
5D缩水程序 专业玩家的思路 可供借鉴 学习vb-5D shrunk the idea of the procedures for professional players to learn from vb
- 2022-03-31 15:50:07下载
- 积分:1
-
用vc++实现与usb通信
用vc++实现usb与设备通信,一个不错的入门资料,分享给大家,共同学习。
有想与usb通信的同学值得入手。c++源码。。。。。。。。。。。。。。。。。。。。。。。。
- 2022-12-22 20:05:03下载
- 积分:1