-
这个上传样本
this upload sample-this upload sample................
- 2023-01-23 02:15:03下载
- 积分:1
-
在VC环境下处理图形或图像,使之平滑、美观。
在VC环境下处理图形或图像,使之平滑、美观。-In the VC environment handle graphics or images, to make it smooth and beautiful.
- 2022-04-19 16:48:49下载
- 积分:1
-
数独游戏,优化算法,在可接受时间内可以解决36*36数独
数独游戏,优化算法,在可接受时间内可以解决36*36数独-Sudoku games, optimization algorithm, in an acceptable period of time can solve sudoku 36* 36
- 2022-01-24 17:18:05下载
- 积分:1
-
Socket编程示例
Socket编程示例-Socket Programming Example
- 2022-02-07 11:50:21下载
- 积分:1
-
利用CryptoAPI得到纯文本会话密钥
Obtain the plain text session key using CryptoAPI
- 2022-01-25 15:30:55下载
- 积分:1
-
Chinese postman problem for the solution of the simulated annealing algorithm ma...
用于解中国邮递员问题的模拟退火算法的matlab程序,很不错!-Chinese postman problem for the solution of the simulated annealing algorithm matlab program, very good!
- 2023-04-02 05:00:03下载
- 积分:1
-
MFC 自动提交表单
应用背景使用WebBrowser控件解析HTML页面,填写数据提交实现查询功能关键技术MFC 内嵌浏览器,找开百度自动提交表单搜索......
- 2022-01-25 15:00:19下载
- 积分:1
-
实现二叉树的前序、中序、后序排列,以菜单形式出现
实现二叉树的前序、中序、后序排列,以菜单形式出现-achieve binary tree of the former sequence, sequence after sequence arranged in the form of a menu
- 2022-01-26 07:27:36下载
- 积分: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
-
High
高质量C++,这本书是我多年来做的专业程序员C++课程教学下的一个自然产物。
- 2022-10-04 16:40:03下载
- 积分:1