-
VC6平台的MFC的基本对话框贪吃蛇游戏
简单的贪吃蛇,使用MFC的基本对话框,适合了解MFC绘图的相关函数,和小游戏设计参考
- 2022-03-22 04:20:56下载
- 积分: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
-
用于启动界面的制作,以及对于词法的分析,很实用的东西
用于启动界面的制作,以及对于词法的分析,很实用的东西-Interface used to start production, as well as for lexical analysis, a very practical things
- 2023-01-06 08:50:03下载
- 积分:1
-
一个很好的网站调查系统,互相学习,早几年,都要想…
一个很好的网站调查系统互相学习,初来,非得要上传,没有办法,喜欢里面的程序,只能支持。呵呵!-A good site survey systems learn from each other, the early years, have to want to upload, there is no way, like the inside of the procedure, can only support. Ha ha!
- 2022-12-02 10:45:03下载
- 积分:1
-
快速信息化系统开发框架V4.1
快速信息化系统开发框架V4.1,C#开发的平台,可以快速二次开发
- 2022-04-16 01:05:42下载
- 积分:1
-
cpu info src
cpu info
get cpu info
get cpu id
cpu info
get cpu info
get cpu id
- 2022-06-27 14:28:53下载
- 积分:1
-
关闭显示器的源程序,使用到::SendMessage(m_hWnd,WM_CLOSE,0,0)
关闭显示器的源程序,使用到::SendMessage(m_hWnd,WM_CLOSE,0,0) -Close the source display, use:: SendMessage (m_hWnd, WM_CLOSE, 0,0)
- 2022-07-17 14:21:43下载
- 积分:1
-
有声有色刚学会做网页,看到别的人网页又炫又酷,而自己的网页做得却十分枯燥,还花了不少心思,不知道该从何处下手?到最后,还是忍痛从自己的电脑里删除了!为什么别人的...
有声有色刚学会做网页,看到别的人网页又炫又酷,而自己的网页做得却十分枯燥,还花了不少心思,不知道该从何处下手?到最后,还是忍痛从自己的电脑里删除了!为什么别人的站点制作的那么漂亮,自己的这么难看?然而现在有了《有声有色》她还真的可以使你的站点在最短的时间里变得有声有色!该软件集合了几十个十分精彩的Javascript小程序,她真正做到了与源程序相溶合,所有特效操作只要轻轻点几下鼠标就可以完成!你可以保存为文件,还有预览功能!不像其它类似的软件,下载回去只提供Javascript源程序,还要用户自行修改(烦)!主页: http://richie.coolbel.com/-are coming to do a very impressive website to see other people were also hip and cool, and their website has been done very boring, but also made a lot of efforts, I do not know where to start? Eventually, reluctantly or from their own computer to delete! Why the site produced so beautiful, the ugly but so now has "very impressive" She could really make your site in the shortest possible time become a very impressive! The software is a combination of dozens of excellent Javascript small program, she truly is the source and dissolve, as long as all special effects operators gently a few mouse clicks to complete! You can save the document, there are previews! Unlike other similar software, downl
- 2022-12-13 18:40:03下载
- 积分:1
-
处理计算机分形效果,效果还不错。还包含OpenGL动态链接库。...
处理计算机分形效果,效果还不错。还包含OpenGL动态链接库。-Processing computer fractal effects, results were pretty good
- 2022-02-11 16:41:53下载
- 积分:1
-
heelo
C程序开发经典实例之1
【程序1】
题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?
1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去掉不满足条件的排列。
2.程序源代码:-heelo
- 2022-03-17 10:48:50下载
- 积分:1