-
matlabc
比较超宽带SAR图像matlab和c语言的并行算法的代码效率,很好的一个算法比较(Parallel Performance of Pure
MATLAB "M-files" versus "Ccode“
as applied to formation
of Wide-Bandwidth and Wide-
Beamwidth SAR Imagery)
- 2011-01-08 22:15:57下载
- 积分:1
-
opengl非常好用的一个库opengl非常好用的一个库
opengl非常好用的一个库opengl非常好用的一个库opengl非常好用的一个库opengl非常好用的一个库opengl非常好用的一个库opengl非常好用的一个库opengl非常好用的一个库opengl非常好用的一个库
- 2022-02-22 03:23:27下载
- 积分:1
-
sht15
picc程序,用于湿度传感器sht15系列(picc procedures, for the humidity sensor sht15 series)
- 2012-10-10 16:18:56下载
- 积分:1
-
步态能量图特征提取
使用中科院的步态数据库,进行步态能量图训练,得到特征
- 2022-01-24 13:11:14下载
- 积分:1
-
关于datagridview控件的简单例子,更容易理解一些
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 DataGridViewSample{ public partial class Form1 : Form { public static List Tests = new List(); public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { this.dataGridView1.DataSource = Tests; } private void button1_Click(object sender, EventArgs e) { frmAdd form = new frmAdd(null); if (form.ShowDialog() == DialogResult.OK) { this.dataGridView1.DataSource = null; this.dataGridView1.DataSource = Tests; } } private void button2_Click(object sender, EventArgs e) { if (this.dataGridView1.SelectedRows != null) { frmAdd form = new frmAdd(new Test( Convert.ToInt32(this.dataGridView1.SelectedRows[0].Cells[0].Value), Convert.ToDecimal(this.dataGridView1.SelectedRows[0].Cells[1].Value), Convert.ToDateTime(this.dataGridView1.SelectedRows[0].Cells[2].Value), this.dataGridView1.SelectedRows[0].Cells[3].Value.ToString())); if (form.ShowDialog() == DialogResult.OK) { this.dataGridView1.DataSource = null; this.dataGridView1.DataSource = Tests; } } } private void button3_Click(object sender, EventArgs e) { //使用前面示例中的代码,用DataGridView或者List来做导出都是可以的 } } public class Test { public Test(int id, decimal voltage, DateTime record, string remark) { ID = id; Voltage = voltage; Record = record; Remark = remark; } public int ID { get; set; } public decimal Voltage { get; set; } public DateTime Record { get; set; } public string Remark { get; set; } }}
- 2015-06-11下载
- 积分:1
-
Fishbot-3.3.5-master
说明: 魔兽世界的一款自动挂机钓鱼工具
只支持3.35版本(Fishbot-3.3.5-master for wow 3.35)
- 2020-08-17 19:16:06下载
- 积分:1
-
SIM300DATA
SIM300的封装,对于要用GSM搞硬件开发的人很(SIM300 package, for use GSM person engaged in the hardware development is)
- 2009-02-21 17:39:52下载
- 积分:1
-
C#修改服务端工具源码,科洛斯服务端
克洛斯服务端修改工具源码。主要是修改服务端里的内容,
- 2023-03-02 19:10:03下载
- 积分:1
-
libfreefare
说明: 为MIFARE卡片提供简单方便的API
需要libnfc库(The libfreefare project aims to provide a convenient API for MIFARE card manipulations.
libnfc library is requried)
- 2020-06-24 23:40:12下载
- 积分:1
-
基于径向基函数的插值程序
基于径向基函数的插值程序,只要按要求将数据存入txt文档中,就会输出插值结果
- 2023-02-28 23:30:05下载
- 积分:1