-
在C++中的一个小的基本解释器!
A tiny BASIC interpreter in c !
- 2022-02-05 05:39:06下载
- 积分:1
-
如何注册 COM 服务器
如果你经常有做与 COM 服务器,它是非常有用能向 (联合国) 注册这些资源管理器中。这不难扩展 explorer 的上下文菜单,你可以使用这个小 reg 文件添加"登记册"和"注销"的条目。
- 2022-10-06 14:15:02下载
- 积分:1
-
片上网络 容错路由算法源代码
片上网络 容错路由算法源代码-Noc
- 2022-03-25 23:24:05下载
- 积分:1
-
This package is excellent Liuzhou PXA270 development board with vga output board...
这个包是优龙pxa270开发板带vga输出的那种板子带的boot loader,可以启动wince, 全部源码,用ads1.2编译-This package is excellent Liuzhou PXA270 development board with vga output board with the kind of boot loader, can boot wince, all the source code, compiled with ads1.2
- 2022-07-18 02:25:59下载
- 积分: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
-
web服务安全技术与原理,介绍非常详细!~
web服务安全技术与原理,介绍非常详细!~-web services security technology and theory, introduced in great detail! ~
- 2022-01-22 05:19:08下载
- 积分:1
-
此程序主要实现网络,打飞机,聊天,两种功能。
先运行服务器程序,然后运行两个客户端程序,请求,连接,输入ip地址,就可实现此功能。...
此程序主要实现网络,打飞机,聊天,两种功能。
先运行服务器程序,然后运行两个客户端程序,请求,连接,输入ip地址,就可实现此功能。
-This procedure the main network, aircraft, chat, two functions. Server program is running first, and then running the two client programs, the request to connect, enter the ip address, can achieve this functionality.
- 2023-04-18 05:15:04下载
- 积分:1
-
大三的经典C++程序设计问题.关于静态成员函数与友员
大三的经典C++程序设计问题.关于静态成员函数与友员-junior classic C program design. Members of the static member function and Friends
- 2022-02-01 22:14:08下载
- 积分:1
-
VB preparation, similar to Zuma game, in some places, compare cards.
VB编写,类似祖玛的游戏,有些地方比较卡。-VB preparation, similar to Zuma game, in some places, compare cards.
- 2022-01-26 05:36:06下载
- 积分:1
-
可以取得几乎所有的windows操作系统的版本信息
可以取得几乎所有的windows操作系统的版本信息-can get almost all the windows operating system version
- 2022-01-27 23:47:44下载
- 积分:1