-
_395_C Primer Plus 第6版 非扫描版 中文版
说明: c primer plus 第六版 中文版,学习才。语言入门的绝佳书籍,对c语言的描述及其全面,且循序渐进。(C primer plus the sixth edition of Chinese version, learning talent. The excellent book of language introduction, C language description and comprehensive, and step by step.)
- 2020-12-15 21:40:04下载
- 积分:1
-
C# 为DataGridView控件的新行指定默认值
C# 为DataGridView控件的新行指定默认值,双击DataGridView.rar即可看到默认值,一般情况下,单元格是空的没有任何内容,实现这一功能,其实也简单,如下代码示:
private void shippersDataGridView_DefaultValuesNeeded(object sender, DataGridViewRowEventArgs e)
{//为DataGridView控件的新行指定默认值(测试时直接单击最下面的空白行即可)
e.Row.Cells[1].Value = "重庆长安捷达运输公司";
e.Row.Cells[2].Value = "023-40405690";
shippersBindingSource.AddNew();
}
- 2022-03-01 05:33:46下载
- 积分:1
-
清屏处理
有关清屏处理的源代码,对大家有一定的好处的....愿大家能学到一些经验(the screen of source code, we have certain advantages .... We would like to learn some experience )
- 2004-10-15 19:02:28下载
- 积分:1
-
MCF52255
MCF52255核心开发资料,一些简单的寄存器操作,能够完成一些比较简单的功能。(MCF52255 core development information, some simple register operations, able to complete some of the more simple functions.)
- 2014-01-12 18:04:24下载
- 积分:1
-
force
这是一个编译器程序包括了编译原理中学习的所有内容(This is a compiler compiler included the principle of learning all the elements)
- 2007-06-27 21:55:24下载
- 积分:1
-
EedffazipD
EDFA的掺铒光纤长度模拟计算,附3篇相关论文,330mw的980nm泵泵浦,3db的泵浦吸收,12m最佳长度已经的到验证,可作为EDFA设计参考
(EDFA erbium-doped fiber length simulation of three related papers, 330mw of 980nm pump pump pump 3db absorption 12m optimum length has been to verify, can be used as the EDFA design reference)
- 2012-08-05 18:09:17下载
- 积分:1
-
keytest
使用外部中断的方法,使用按键中断点亮一个灯(Method of using external interrupt, use the button to light a lamp)
- 2013-10-20 08:07:07下载
- 积分:1
-
头皮神EA(5分钟任意4月20倍2017-10-23)
外汇交易用,策略为剥头皮,需要在低点差平台上测试和试用。(Scalping strategy is highly efficient and requires testing.)
- 2018-10-18 21:49:39下载
- 积分:1
-
963
平衡小车之家程序寄存器版,卡尔曼滤波 DMP滤波 互补滤波(Balanced car home program register version, Kalman filter DMP filter complementary filtering)
- 2020-06-22 04:00:01下载
- 积分:1
-
segy读取
地震数据的读取和转换,同时带有少量的界面,是利用qt开发的,采用的是c++代码,而且还有很完善的注释,希望对你很有用,谢谢
- 2022-03-10 03:45:03下载
- 积分:1