-
C语言写的排序头文件,当时是做实验报告用的。
使用方法 打开看看
include调用一下就好了 非常简单...
C语言写的排序头文件,当时是做实验报告用的。
使用方法 打开看看
include调用一下就好了 非常简单
- 2022-03-20 06:22:41下载
- 积分: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
-
The Simplest Popup Menu
这是一个用VB编写的最简单的右键菜单实例-The Simplest Popup Menu
- 2022-04-18 06:42:31下载
- 积分:1
-
这是登陆小程序的时候,用户登陆的主要功能,…
这是linux登陆时候的一小程序,主要功能实现了用户登陆时,只能执行我们定义的一些命令.其他对用户不可见.-This is the time of landing a small program, the main function of user landing, they can only enforce our definition of order. Other users can see.
- 2022-07-25 18:31:24下载
- 积分:1
-
Sichuan University ACM questions online magazine, a very valuable and worthy of...
四川大学ACM竞赛在线试题集锦,非常有价值,值得收藏和学习,对你的编程能力有很大的提高-Sichuan University ACM questions online magazine, a very valuable and worthy of collection and study, you have the programming capabilities greatly improved
- 2022-03-02 21:23:16下载
- 积分:1
-
this is a logic regression algorithm.
this is a logic regression algorithm.
- 2022-01-25 21:17:39下载
- 积分:1
-
一款专门用于伪彩色处理的软件,对色彩的处理划分的比较详细。已经调试过了!...
一款专门用于伪彩色处理的软件,对色彩的处理划分的比较详细。已经调试过了!-A specialized treatment for pseudo-color software, color treatment for a more detailed breakdown. Have been debug!
- 2022-06-03 13:04:26下载
- 积分:1
-
实验箱的上位机程序,由学生根据说明自行完成实验程序
实验箱的上位机程序,由学生根据说明自行完成实验程序-PC box experimental procedures, by the students to achieve in accordance with the experimental procedures that
- 2022-04-13 01:09:39下载
- 积分:1
-
蜂鸣器演奏消防车的报警声音
蜂鸣器演奏消防车的报警声音C代码源程序
- 2022-03-01 08:52:42下载
- 积分:1
-
假设有13位评委参与评分工作。方法是:去掉一个最高分和一个最低
分,然后计算剩余11个分数的平均值,...
假设有13位评委参与评分工作。方法是:去掉一个最高分和一个最低
分,然后计算剩余11个分数的平均值,
-Assumptions have score 13 judges involved in the work. Methods are: removal of a maximum points and minimum points, and then calculating the remaining 11 scores on average,
- 2022-04-17 23:40:53下载
- 积分:1