-
孙鑫vc++讲座源码14-17
孙鑫vc++讲座源码14-17-talks source 14-17
- 2022-07-15 03:18:04下载
- 积分:1
-
桌面墙纸我来换。吃软件为代码可以使用
也可以自己修改下。...
桌面墙纸我来换。吃软件为代码可以使用
也可以自己修改下。-Desktop wallpaper for me. Ate software code can be used can also be modified under their own.
- 2023-01-21 02:55:03下载
- 积分:1
-
怎阵这 这是矩阵 和 高斯迭代法
怎阵这 这是矩阵 和 高斯迭代法-This it is matrix and Gaussian iterative method
- 2022-02-16 09:33:47下载
- 积分:1
-
tdk651xPC机校表程序
根据651xPC机校表算法.V102进行校表
tdk651xPC机校表程序
根据651xPC机校表算法.V102进行校表-tdk651xPC Table procedures for school-based school 651xPC table algorithm. Ariane conducting school Table
- 2023-06-13 18:20:09下载
- 积分:1
-
VC系列视频卡SDK开发包,提供给使用10MOONS VC401P/VC404P/VC4000/VC8000SDK系统产品做开发的用户使用...
VC系列视频卡SDK开发包,提供给使用10MOONS VC401P/VC404P/VC4000/VC8000SDK系统产品做开发的用户使用-VC Series Video Card SDK Development Kit, available to use products 10MOONS VC401P/VC404P/VC4000/VC8000SDK system development users
- 2023-07-17 06:20:02下载
- 积分:1
-
酒店管理系统
通过这个酒店管理系统软件您可以预订一个房间,预定房间、 付款,然后你可以能够利用此示例程序法案的房间详情。
然后这个程序根据虚拟基本的前端。如果你喜欢这请对此发表评论。
- 2023-01-21 17:35:04下载
- 积分:1
-
C++代码的其他例子
other example of c++ code
- 2023-07-24 05:35:02下载
- 积分:1
-
this upload sample................
this upload sample-this upload sample................
- 2022-02-26 23:14:45下载
- 积分: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
-
简单的计算器代码
简易计算器的代码-simple calculator code
- 2022-04-10 20:27:36下载
- 积分:1