-
This procedure is used C# to demonstrate the game to push the bricks, fully obje...
本程序是用C#来演示推砖块游戏,完全面对对象,适合初学者用于学习之用-This procedure is used C# to demonstrate the game to push the bricks, fully object-oriented, suitable for beginners for learning purposes
- 2022-01-26 08:03:18下载
- 积分:1
-
SuperMary
经典游戏超级玛丽的C++源代码,这个不是官方网站公布的代码,属于个人从新编写的“新超级玛丽”游戏代码,仅供广大编程爱好者学习参考!(Classic game Super Mary' s C++ source code, it is not the official website of the code, are prepared by individuals from the new " New Super Mario" game code, only the broad masses of programming enthusiasts study reference!)
- 2009-02-18 16:56:00下载
- 积分:1
-
Bowling
保龄球一局分十轮,每轮可以滚球一次或多次,以击倒的球数为依据得分。(Bowling a Board sub-10, each round can be one or more ball to knock the ball based on the number of scores.)
- 2009-12-28 13:32:14下载
- 积分:1
-
一个matlab程序实例,非常清楚,有仿真图像,欢迎下载。多多指点...
一个matlab程序实例,非常清楚,有仿真图像,欢迎下载。多多指点-a Matlab procedures example, it is clear, and image simulation are welcome to download. Guidance lot
- 2022-02-20 01:32:11下载
- 积分:1
-
a
说明: 用遗传算法解决旅行商问题(附源代码),遗传算法其实是一种求函数极值的随机搜索算法。(Solving the traveling salesman problem using genetic algorithms (with source code), genetic algorithm is a kind of extreme demand function of random search algorithm.)
- 2011-05-11 17:43:08下载
- 积分:1
-
wav_handle
c语言写的wav音频文件简单处理函数源码,包括wav_io处理,提取lpc系数、plar系数,可用于语音识别和合成中。可直接调用。(wav audio files simple c language handler source, including wav_io processing, extraction lpc coefficient plar coefficient, can be used for speech recognition and synthesis. Can be called directly.
)
- 2020-11-17 09:29:39下载
- 积分:1
-
this for their own interest, begin to learn C# programming comes an automatic ba...
此为自己兴趣,开始学C#编程做出来的一个自动备份,不过功能简单,适合初学者熟悉文件流的使用-this for their own interest, begin to learn C# programming comes an automatic backup, but a simple function, for beginners familiar with the use of document flow
- 2022-11-01 00:00:03下载
- 积分:1
-
基于CAsynSocket网络通信
// MySocket.cpp : 实现文件
//
#include "stdafx.h"
#include "TalkS.h"
#include "MySocket.h"
#include "TalkSDlg.h"
// CMySocket
CMySocket::CMySocket()
:m_pDlg(NULL)
{
}
CMySocket::~CMySocket()
{
}
// CMySocket 成员函数
void CMySocket::SetParent(CTalkSDlg*pDlg)
{
m_pDlg = pDlg;
}
void CMySocket::OnAccept(int nErrorCode)
{
// TODO: 在此添加专用代码和/或调用基类
if(nErrorCode == 0) m_pDlg->OnAccept();
//CAsyncSocket::OnAccept(nErrorCode);
}
void CMySocket::OnClose(int nErrorCode)
{
// TODO: 在此添加专用代码和/或调用基类
if(nErrorCode == 0) m_pDlg->OnClose ();
//CAsyncSocket::OnClose(nErrorCode);
}
- 2023-03-24 00:30:26下载
- 积分:1
-
高度图效果示例
一个很好的图像处理程序(a good image-processing program)
- 2004-12-15 15:22:11下载
- 积分:1
-
1Wire_2014_04_20
Test implementation for the C code example in
Application Note 192 Using the DS2480B Serial 1-Wire Line Driver DLL .
This implementation uses the Windows 32-bit serial
communication API and a standard DS9097U serial adapter
initializing the DS2480B.
- 2015-04-10 21:29:21下载
- 积分:1