-
基本上和小时候在红白机上玩的一样~
我做了一个08年的新的地图~
如果有人想要的话和我联系~
基本上和小时候在红白机上玩的一样~
我做了一个08年的新的地图~
如果有人想要的话和我联系~-Basically, and a child playing in the red and white machine to do the same ~ I have a new 2008 map ~ If someone want it and contact me ~
- 2023-01-12 15:40:04下载
- 积分:1
-
运用vc++获取计算机系统硬件的实例程序
运用vc++获取计算机系统硬件的实例程序 -Using vc++ to obtain examples of computer systems hardware procedures
- 2023-04-25 21:05:03下载
- 积分: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
-
acm竞赛参考代码,利用中缀表达式计算后缀表达式
acm竞赛参考代码,利用中缀表达式计算后缀表达式-acm contest reference code, the use of infix expression calculation expression suffix
- 2022-04-09 00:46:41下载
- 积分:1
-
课程上机作业,有关人脸识别和morphing的
课程上机作业,有关人脸识别和morphing的-courses on the plane operations, and the morphing of the face recognition
- 2022-02-09 15:52:14下载
- 积分:1
-
从光交换网络2008美联储的最好的书。
The best book from Optical Switching Networks Fed.2008
Optical Switching Networks
MARTIN MAIER
CAMBRIDGE UNIVERSITY PRESS
2008
- 2022-02-02 16:31:55下载
- 积分:1
-
High
高质量C++编程,林锐博士,关于C++编程中常被忽略的重要内容。-High-quality C++ Programming, Dr. Lin Rui, the C++ Programming in an important aspect often neglected.
- 2022-06-17 00:29:09下载
- 积分:1
-
2000/xp下进入实模式并返回
2000/xp下进入实模式并返回-2000/XP into real mode and return to
- 2022-02-04 23:45:46下载
- 积分:1
-
名片、胸卡+条形码打印
使用ppBDEPipeline控件
名片、胸卡+条形码打印
使用ppBDEPipeline控件-lgt
- 2022-06-16 00:19:54下载
- 积分:1
-
该算法描述了SVM工作的简单模式。方便各位学习使用
该算法描述了SVM工作的简单模式。方便各位学习使用-The algorithm describes a simple model of SVM work. Ease of learning to use
- 2023-02-17 23:30:04下载
- 积分:1