-
微分进化算法
differential evolution 源码。用c++实现的实数型编码方案,并且改进了差分因子和突变因子的表达形式。非常适合初学者使用。
- 2022-04-13 06:41:58下载
- 积分:1
-
编写一个简单的聊天室程序,增加多客户端,实现聊天室
编写一个简单的聊天室程序,增加多客户端,实现聊天室-Write a simple chat program, increase the number of clients to achieve Chat Room
- 2022-04-12 11:27:45下载
- 积分:1
-
基本的CoreJava,用JDBC技术连接oracle数据库开发的联系人通讯录系统
基本的CoreJava,用JDBC技术连接oracle数据库开发的联系人通讯录系统......................................................
- 2022-07-10 09:01:35下载
- 积分:1
-
Chat WCF app with acf
对等信道是WCF中的一种多方对等(P2P)通信技术。它为应用程序开发人员提供了一个安全、可扩展的基于消息的P2P通信通道。可从对等通道获益的多方应用程序的一个常见示例是诸如聊天之类的协作应用程序,其中一组人以对等方式彼此聊天而不需要服务器。对等通道支持围绕P2P协作、内容分发、负载平衡和分布式处理的消费者和企业场景。
- 2022-03-11 08:23:36下载
- 积分:1
-
一,把本目录的全部文件copy到你的IIS虚拟目录下面
二,运行"安装"目录下面的setup.bat
三,试用版保留有本公司信息及版权...
一,把本目录的全部文件copy到你的IIS虚拟目录下面
二,运行"安装"目录下面的setup.bat
三,试用版保留有本公司信息及版权-First, the catalog copy all the files to your IIS virtual directory following the Second, run install directory below Setup.bat III trial version retains the copyright information and the Company
- 2022-03-21 04:03:24下载
- 积分:1
-
一个动态链接开发实例,可以很好体现动态链接库的作用
一个动态链接开发实例,可以很好体现动态链接库的作用-The development of a dynamic-link example, you can very well reflect the role of a dynamic link library
- 2023-08-28 00:40:03下载
- 积分:1
-
This component (inherited from TPaintBox) will draw itself }
{ as transparent...
This component (inherited from TPaintBox) will draw itself }
{ as transparent part of form (shows what be under form), }
{ with possibility to set glass color and degree of the }
{ transparency.-This component (inherited from TPaintBox) will draw itself }
{ as transparent part of form (shows what be under form), }
{ with possibility to set glass color and degree of the }
{ transparency.
- 2022-03-17 08:27:07下载
- 积分:1
-
WINCE驱动开发参考书籍
WINCE驱动开发参考书籍 -WINCE-driven development reference books
- 2022-12-31 18:25:03下载
- 积分:1
-
模拟电梯程序,可模拟电梯的实际运行情况,具有很强的可操作性
模拟电梯程序,可模拟电梯的实际运行情况,具有很强的可操作性-Elevator simulation procedure can simulate the actual operation of the lift, has a strong operational
- 2022-08-19 12:46:51下载
- 积分: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