-
TEST
基于matlab的对光学设计里像差测量和校正的程序(Matlab aberration measurement of the optical design and calibration procedures)
- 2020-10-28 17:39:57下载
- 积分:1
-
da
说明: DA convertor based on TI F2407
- 2009-08-21 18:48:34下载
- 积分:1
-
YOUXI
vc++写的另一类型的小游戏俄罗斯方块,希望大家喜欢,请跟我联系(vc++ written by another type of game the Russian box, hope everyone likes, please contact with me)
- 2008-05-10 13:30:35下载
- 积分:1
-
AT89S52键盘程序 03Key51
AT89S52键盘程序,这是一个变频器的键盘驱动程序,简单,可靠,芯片为51单片机(one simple progrem for 51,if you like ,you can use it freely.)
- 2020-06-28 13:20:02下载
- 积分:1
-
ADS1115
ADS1115 源码 精炼版
ADS1115
6/5000
Yuánmǎ jīngliàn bǎn
Source refined version(ADS1115 u6E90 u7801 u7CBE u70BC u7248)
- 2017-05-20 15:14:35下载
- 积分:1
-
播放音乐
基于C51单片机的播放音乐程序,可用于制作MP3。
有助于学习单片机原理,与数字信号读取过程。
- 2022-07-26 12:46:38下载
- 积分:1
-
Two_stage
线性规划问题,用两阶段法求解。输入输出的类型均为有理数,每个有理数用两个长整形表示。(Linear programming problem, using a two-stage method to solve. The type of input and output are rational, every rational number indicated by two long plastic surgery.)
- 2009-11-09 00:27:42下载
- 积分:1
-
SAT, GPA
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace Assignment_2_1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void btnCalculate_Click(object sender, EventArgs e)
{
int GPA;
double SAT;
GPA = Convert.ToInt32(txtGPA.Text);
SAT = Convert.ToDouble(txtSAT.Text);
lblResult
txtGPA
txtSAT
btn
if (GPA > 100 || SAT > 1200)
{
MessageBox.Show("GPA > 100 or SAT > 1200 NOT ALLOW", "Input
too large", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
}
else
{
if (GPA > 50)
lblResult.Text = "Admit";
else
{
if (SAT>800)
lblResult.Text = "Co
- 2022-06-30 00:01:29下载
- 积分:1
-
system
奥运志愿者管理系统
可以录入奥运志愿者的管理信息,并根据用户权限给出不同的登陆界面和操作界面(Volunteer management system for the Olympic Games can be recorded in the management of volunteer information, and are given different permissions based on user interface and operation of the landing interface)
- 2009-04-28 20:25:18下载
- 积分:1
-
cuk_TL_9_21_100K
对电力电子cuk电路进行saber仿真,有力地验证了cku电路(Of the power electronics cuk circuit simulation saber forcefully verify the cku of circuit)
- 2013-01-22 09:03:52下载
- 积分:1