-
A dynamic link library for the entry
一个用于入门的动态链接库的极好例子,当你把本例看完后,也就会在VC下封装动态链接库了,还有测试程序。-A dynamic link library for the entry-an excellent example, when you read this case even after the VC will be in the dynamic link library under the package, and there are test programs.
- 2022-02-09 20:01:09下载
- 积分:1
-
程序实现多国语言的动态切换解决方案。把所有用到的字符串都放到文件中,一种语言一个文件,根据选择的语言到对应的文件中去加载字符串。这样不但可以动态切换语言,而且用...
程序实现多国语言的动态切换解决方案。把所有用到的字符串都放到文件中,一种语言一个文件,根据选择的语言到对应的文件中去加载字符串。这样不但可以动态切换语言,而且用户可以根据需要自己添加新的语言。-Procedures for multi-language dynamic switching solution. All the strings used are into file, a language of a document, depending on the chosen language to the corresponding file to load a string. Not only can dynamically switch languages, and users can add a new language needs its own.
- 2022-01-31 15:22:15下载
- 积分:1
-
这是一个程序的主要8皇后。这是一好的问题和良好的解决方案
This a program main 8 queens. this is good problem and good solution-This is a program main 8 queens. this is good problem and good solution
- 2022-01-28 20:14:20下载
- 积分:1
-
genalogic树在C
Genalogic tree made in c-Genalogic tree made in c++
- 2022-01-26 04:02:44下载
- 积分: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
-
I wrote an online update, which contains the detailed design and all the source...
我写的一个在线更新程序,里面包含了详细的设计和所有源代码,使用了完成端口技术-I wrote an online update, which contains the detailed design and all the source code, using the completion port technology
- 2022-11-23 21:40:03下载
- 积分:1
-
这是一个关于mp3 播放的程序的程序,是我从同学那里拷过来的,试了一下,还可以!...
这是一个关于mp3 播放的程序的程序,是我从同学那里拷过来的,试了一下,还可以!-This is a MP3 player on the procedures for the process, the students from where I beat up, tried it, also!
- 2023-08-11 10:10:03下载
- 积分:1
-
c语言计算器,实现加、减、乘、除、加括号、sin/cos/tan函数
c语言计算器,实现加、减、乘、除、加括号、sin/cos/tan函数-c language calculator to achieve add, subtract, multiply, divide, add parentheses, sin/cos/tan functions
- 2022-09-25 04:45:02下载
- 积分:1
-
Erlang B in C++
使用C++模拟Erlang B流量。
- 2023-04-02 17:10:04下载
- 积分:1
-
神经网络模拟系统和多任务应用系统开发的C语言源程序
神经网络模拟系统和多任务应用系统开发的C语言源程序-neural network simulation system and multi-task operating system at the C language source
- 2022-01-24 15:26:39下载
- 积分:1