-
一个用TXT写的程序,看了说明后就知道怎么用了,据说是世界程序设计大赛第一名,真的很难相信是人写出来的...
一个用TXT写的程序,看了说明后就知道怎么用了,据说是世界程序设计大赛第一名,真的很难相信是人写出来的-a program writen in text. Read the introduction to use it. It said that it got the first place in world programming competition. Hard to believe it was writen by a person.
- 2022-03-12 14:40:03下载
- 积分:1
-
VBA在Word 2000中的信息
VBA For Word 2000 资料-Information of VBA For Word 2000
- 2022-02-13 15:13:25下载
- 积分:1
-
组件创建是一个商业化的
Component Create was a commercially-sold tool from 1995 to 1998, but I am now concentrating on other things. Although copyrighted, the package is freely available for download at the Component Create home page, http://www.compcreate.com.
- 2022-04-11 14:24:16下载
- 积分:1
-
汇编语言程序设计 汇编语言程序设计
汇编语言程序设计 汇编语言程序设计-assembly language programming a ssembly language programming
- 2022-01-26 06:20:51下载
- 积分:1
-
MFC 多个exe进程间通信_共享内存_DialogDemo
共享内存允许两个或多个进程进程共享同一块内存(这块内存会映射到各个进程自己独立的地址空间),从而使得这些进程可以相互通信。在需要频繁处理一个文件或者是一个大文件的应用场景时,使用共享内存这种方式处理IO效率比普通IO效率要高。本实例简单做了两个MFC的dialog, 一个作为server端,一个作为Client端,使用共享内存的方法实现两个exe间的数据共享。
- 2023-09-01 19:35:03下载
- 积分:1
-
在线购物车
这在线购物车系统的用户可以使用所有 servlet 概念而且可以购买通过在线项目。基于您的源代码和说明的质量。低质量、 重复的代码或描述的穷人将被删除。
- 2022-05-25 22:03:09下载
- 积分:1
-
这是一个用VB实现的数据库打印小程序。
这是一个用VB实现的数据库打印小程序。-This is a VB database Print small programs.
- 2022-11-11 05:55:03下载
- 积分:1
-
是一个用vb.net编写的定时提醒程序,可以拷贝到启动文件夹中,DayTimeSeed.txt用来设置时间,格式请参考已有设置。...
是一个用vb.net编写的定时提醒程序,可以拷贝到启动文件夹中,DayTimeSeed.txt用来设置时间,格式请参考已有设置。-is a preparation using vb.net regularly reminded of procedures to activate can copy folders, DayTimeSeed.txt used to set the time, please refer to format has been set.
- 2022-02-26 14:03:01下载
- 积分: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
-
基于SCOOT交通信号灯处理
利用java仿真交通信号灯
输入每条道路的流量数据
即可仿真出最优的时间周期
- 2022-02-07 09:02:42下载
- 积分:1