-
c language runtime environment
c语言的运行环境-c language runtime environment
- 2023-03-22 23:00:03下载
- 积分:1
-
相当不错的C++ 基本数据和输入输出课件
相当不错的C++ 基本数据和输入输出课件-Fairly good C++ Basic input and output data and courseware
- 2022-01-26 00:21:43下载
- 积分:1
-
CUDA的速度矩阵
cuda Faster Matrix-Vector Multiplication on GeForce 8800GTX
- 2022-05-14 01:26:27下载
- 积分:1
-
可以直接进行行列式的计算
输入为行列式,输出为行列式的值...
可以直接进行行列式的计算
输入为行列式,输出为行列式的值-Can directly enter the calculation of the determinant as the determinant, the output value for the determinant
- 2022-03-12 16:44:47下载
- 积分:1
-
CTreeCtrl控件和 ComcoBox控件的使用,比较基础
CTreeCtrl控件和 ComcoBox控件的使用,比较基础-ComcoBox control CTreeCtrl control and the use of basis of comparison. . .
- 2022-02-05 02:39:38下载
- 积分:1
-
OOP实验室数1例
应用背景这是面向对象程序设计实验室成立于2002例#实验室1关键技术没有新技术只是一些旧东西的练习和修改使用
- 2022-02-06 13:33:58下载
- 积分:1
-
计算器 用JAVA 编写的 第一次上传,多多支持
计算器 用JAVA 编写的 第一次上传,多多支持-calculator developed by JAVA,the first time to upload,thanks for you support
- 2022-10-12 00:00:03下载
- 积分:1
-
编程技巧(多媒体与系统篇)
编程技巧(多媒体与系统篇)-programming skills (multimedia system with Part 1)
- 2023-08-19 18:05: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
-
操作注册表的例子
罗的操作注册表的例子
.386
.model flat, stdcall
option casemap :none
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; Include 文件定义
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
include windows.inc
include user32.inc
includelib user32.lib
include kernel32.inc
includelib kernel32.lib
include Advapi32.inc
includelib Advapi32.lib
;>>>>>>>>>>>>>>>>>
- 2022-06-30 19:09:30下载
- 积分:1