-
AM335X
搜集的AM335X相关的一些技术资料,希望对对家有用(Collected some technical data related to AM335X, hoping to be useful for home.)
- 2018-05-28 16:11:36下载
- 积分:1
-
AForge.NET-sample
AForge.NET-sample
- 2019-07-30下载
- 积分:1
-
C# 批量数据上传客户端例子源码 FastDFS
C# 批量数据上传客户端例子源码 FastDFS
- 2014-10-23下载
- 积分:1
-
C8051F020UCOS2
c8051F UC/OS 开发软件。 。。。。。。。。(c8051F UC/OS software development. . . . . . . . .)
- 2010-05-12 23:25:10下载
- 积分:1
-
屏幕监控的实现
屏幕监控的实现,UDP实现实时抓取客户端的屏幕信息
- 2022-09-09 18:50:08下载
- 积分:1
-
c#调用java带身份验证webservice
c#调用java带身份验证webservice,如有任何问题,随时提问,我会及时回答大家的问题,谢谢
- 2022-03-20 14:05:32下载
- 积分:1
-
i2c_ee
此编成是使用STM32 的DMA读取写入EEPROM内的资料(STM32 DMA read and write EEPROM)
- 2018-08-02 18:41:54下载
- 积分: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
-
licheng
dspic33fj128mc804开发板例程,包含了按键、液晶显示、定时器中断、DMA、CAN、串口UART调试以及PWM等功能,讲解详细,可移植,初学者的福利!(dspic33fj128mc804 routine development board that contains buttons, LCD display, timer interrupt, DMA, CAN, serial UART debugging and PWM functions, explained in detail, portable, welfare beginners!)
- 2016-05-22 13:59:35下载
- 积分:1
-
EULERS-METHOD
eulers method is coded using c(c-eulers method is coded using c-cpp)
- 2014-09-22 00:03:26下载
- 积分:1