-
resizing_dlg_sample
说明: 可以拖放来改变大小的对话框
?梢酝戏爬锤谋浯笮〉亩曰翱?
(can drag and drop to change the size of the dialog box can drag and dro p to change the size of dialog)
- 2006-05-03 09:51:13下载
- 积分:1
-
对称矩阵判定
利用C语言中二维数组,向用户索取一个矩阵并判断用户输入的矩阵是否为对称矩阵。(Using two-dimensional array in C language, a matrix is obtained from the user and whether the matrix input by the user is a symmetric matrix is judged.)
- 2020-06-17 17:00:02下载
- 积分:1
-
worm_research_and_design_on_worm_early_warning_bas
说明: 论文,网络蠕虫研究与本地化网络蠕虫预警研究及原型系统设计(Thesis research and localization of network worms network worms early warning system design studies and prototype)
- 2008-10-16 21:53:19下载
- 积分:1
-
stero
将采集的土图片载入MATLAB并计算其熵、灰度值等(The images collected soil load and calculate the entropy MATLAB, the gray values, etc.)
- 2015-03-10 16:33:17下载
- 积分:1
-
表贴式永磁同步电机无位置传感器驱动技术研究
说明: 永磁同步电机的控制,包括无传感器算法,FOC矢量控制和公式计算,可以参考(The control of PMSM, including sensorless algorithm, FOC vector control and formula calculation, can be referred to)
- 2021-04-27 13:38:44下载
- 积分:1
-
fengmingqi
C-51单片机实验,蜂鸣器的源代码,希望对大家有帮助,(*^__^*) 嘻嘻……(C-51)
- 2009-10-26 19:17:13下载
- 积分:1
-
foi_mimo.tar
GNUradio中mimo实现,基于GNURadio3.3.0以及UHD(mimo in GNURadio based on GNURadio 3.3.0 and UHD)
- 2013-12-05 12:06:15下载
- 积分: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
-
networklisten
网络监听程序,监听网络中的流量信息,基于微软的开发平台(Network monitoring procedures, monitor network traffic information, based on the MFC)
- 2009-03-13 14:14:07下载
- 积分:1
-
game
说明: 实现游戏程序的源代码,运行很好,功能都已实现了。(Procedures to achieve the game)
- 2008-11-26 23:17:16下载
- 积分:1