-
About FreeBSD Comment.
About FreeBSD Comment.
- 2022-01-24 10:05:52下载
- 积分:1
-
获取系统信息的小程序
获取系统信息的小程序-access to the information systems of small procedures
- 2023-05-30 12:30:03下载
- 积分:1
-
wince对线程进行控制的实例程序,包括线程的创建,控制和同步等...
wince对线程进行控制的实例程序,包括线程的创建,控制和同步等-wince right thread for the control of the examples of procedures, including thread creation, control and synchronization
- 2022-07-02 10:40:06下载
- 积分:1
-
一套非常值得学习的完整源码,可以编译通过,包括作者常用的组件集能及演示如何实现注册的程序!...
一套非常值得学习的完整源码,可以编译通过,包括作者常用的组件集能及演示如何实现注册的程序!-a very complete source of the study, compile, including the author of the components used to collect and demonstrate how the implementation of the registration process!
- 2022-05-29 07:16:25下载
- 积分:1
-
lcd character routine
lcd字符例程
- 2022-07-13 08:45:19下载
- 积分:1
-
Data structure of some typical procedure of learning is very useful data structu...
数据结构的一些典型程序,对学习数据结构非常有用-Data structure of some typical procedure of learning is very useful data structure
- 2023-02-08 22:10:03下载
- 积分:1
-
simple and practical calculator, keyboard support
简单实用的计算器,支持键盘操作-simple and practical calculator, keyboard support
- 2023-02-26 16: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
-
画图,可变色,多文档
画图,可变色,多文档-drawing, color, Multi- Document
- 2022-06-13 01:48:11下载
- 积分:1
-
这个小程序用于解锁注册表,虽然很小,但很实用。网上看到许多文件都说用.reg文件修改注册表的值可解锁注册表,那种方法是不用的,所以编了这个小软件。...
这个小程序用于解锁注册表,虽然很小,但很实用。网上看到许多文件都说用.reg文件修改注册表的值可解锁注册表,那种方法是不用的,所以编了这个小软件。-procedures for the small to unlock the registry, although small, but practical. Read said many documents used. Reg registry files can unlock the value of the registry, which is not, so part of the small software.
- 2022-09-24 13:25:03下载
- 积分:1