-
numerical-recipes-CaCPP-source-codes
C数值算法和C++数值算法的源代码(包括C的和C++的)(the source codes of the book numerical recipes in C and CPP)
- 2012-07-09 21:35:48下载
- 积分:1
-
STC12C5A60S2
STC12C5A60S2单片机各模块程序代码和技术手册,程序代码已在开发板上调试通过,希望对大家有所帮助。(STC12C5A60S2 MCU program code for each module and technical manuals, program code already in development board through debugging, we want to help.)
- 2013-08-30 06:11:53下载
- 积分:1
-
cavity2d
palabos基本的经典方腔流动,2d模型,初学者必备(Palabos classical square cavity flow, 2d model.Essential for beginners)
- 2020-06-23 12:20:02下载
- 积分:1
-
MIMO adc
MIMO ADC,low bit Include some scheme: 1.high-resolution ADCs are assigned to the antennas with maximum power. 2.high-resolution ADCs are assigned randomly; 3.high-resolution ADCs are assigned by CBM.
- 2022-10-10 05:35:02下载
- 积分:1
-
ExcelReadWriter-原始
说明: C# Excel操作类 读取数据 保存数据(C# Excel operation class reads data and saves data)
- 2020-06-20 02:00:02下载
- 积分:1
-
ListViewDemonew
说明: 一个界面美观的listview控件,可以用在wince和mobile上。(A beautiful listview control interface, can be used in wince and mobile on.)
- 2010-04-16 11:30:40下载
- 积分:1
-
NURBS
这本书找了很久,非常经典的电子版书籍《计算机辅助几何设计与非均匀B样条》,对学习nurbs曲线插值和曲面重构有很大帮助。现和大家共享(This book looking for a long time, very classic electronic version of the book " Computer Aided Geometric Design of" non-uniform B-spline, the learning the nurbs curve interpolation and surface reconstruction of great help. Now and share)
- 2021-01-11 20:58:50下载
- 积分:1
-
15.5
带字库的12864仿真软件学习带电路图和仿真软件。(12864 with a font with a circuit simulation software and simulation software to learn.)
- 2013-11-01 23:15:48下载
- 积分:1
-
immersed boundary
详细介绍浸润边界条件的实现方式,可以用C语言实现。(A detailed introduction to the implementation of the boundary conditions)
- 2018-05-08 15:31:20下载
- 积分:1
-
C# 设置DataGridView控件中的指定(第二)列只读
C# 设置DataGridView控件中的指定(第二)列只读,核心代码如下:
private void Form1_Load(object sender, EventArgs e)
{
this.customersTableAdapter.Fill(this.northwindDataSet.Customers);
//设置DataGridView控件中的指定(第二)列只读
this.customersDataGridView.Columns[1].ReadOnly = true;
}
- 2022-02-12 23:56:36下载
- 积分:1