-
cuda_sample很热的程序
CUDA_SAMPLE is very hot program
- 2022-02-15 12:06:10下载
- 积分:1
-
This procedure is to identify the special function of the mouse events. Through...
本程序功能是识别特殊鼠标事件。通过本程序,可以学会处理和识别特殊鼠标事件的方法-This procedure is to identify the special function of the mouse events. Through this procedure, you can learn to deal with and identify specific ways to the mouse events
- 2022-05-17 06:08:09下载
- 积分:1
-
Data structure of some typical procedure of learning is very useful data structu...
数据结构的一些典型程序,对学习数据结构非常有用-Data structure of some typical procedure of learning is very useful data structure
- 2022-04-11 03:39:57下载
- 积分:1
-
VC6平台的MFC的基本对话框贪吃蛇游戏
简单的贪吃蛇,使用MFC的基本对话框,适合了解MFC绘图的相关函数,和小游戏设计参考
- 2022-03-22 04:20:56下载
- 积分:1
-
Packaging a baked
EVC环境下封装一个烤屏函数,此函数用于抓取屏幕并保存为位图。-Packaging a baked-screen function, the function used to capture screen and save it as a bitmap.
- 2022-08-15 00:37:20下载
- 积分:1
-
对话框摸板演示教程
对话框摸板演示教程-dialog foil demonstration Guide
- 2022-02-04 16:49:27下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
窗口图形编程的基本知识和常用方法
介绍windows图形编程的基础知识和一些常用方法-Windows graphics programming introduce basic knowledge and some common methods
- 2022-04-07 12:43:01下载
- 积分:1
-
see, it is a very different compiler, though comparatively simple, But yes, I sp...
看看就知道了,很不一样的编译,虽然比较简明,但是是我花了一些功夫才写下来的,对我这种初学者来说很难了-see, it is a very different compiler, though comparatively simple, But yes, I spent some effort to write down only to my newcomer hard
- 2023-03-03 20:45:03下载
- 积分:1
-
基于蒙特卡洛法的并行计算
使用蒙特卡洛法通过多线程计算π值,可以灵活的修改线程的数目
- 2022-09-30 06:45:08下载
- 积分:1