-
WebCast20060110am_Demo
.NET Compact Framework数据访问技术杂谈源代码(. NET Compact Framework Data Access Technologies Talking source code)
- 2006-11-16 08:46:39下载
- 积分:1
-
Bigint
利用双向链表实现对两大整数的相加运算。
可以修改数组长度实现更大整数的相加(Realize the use of two-way linked list of integers the sum of the two operations. Can modify the array length to achieve a greater sum of integers)
- 2007-10-18 21:34:06下载
- 积分:1
-
编译原理 无符号数的识别
编译原理 无符号数的识别-compiler theory without the identification number of symbols
- 2022-06-28 03:37:20下载
- 积分:1
-
jingtongmatlab
精通matlab综合辅导与指南。。用c++编程实现的matlab计算。。(Proficient in matlab General counseling and guidance. . Programming using c++ implementation of matlab calculation. .)
- 2009-04-06 10:58:34下载
- 积分:1
-
VisualC6.0
Visual C++6.0程序设计与开发技术大全,具体内容请参考中国邮电出版社同名书籍(Visual C++6.0 program design and development of technology Guinness, of the specific details please refer to the book of the same name in China Posts & Telecom Press)
- 2009-06-15 16:53:02下载
- 积分:1
-
xu(1)
饱和时滞系统matlab相图,给出输入变量的上下界(The matlab phase diagram of the saturated time-delay system is given, and the upper and lower bounds of the input variables are given)
- 2016-09-30 08:04:40下载
- 积分:1
-
osgtest
OSG简易场景漫游胚子OSG简易场景漫游胚子OSG简易场景漫游胚子OSG简易场景漫游胚子(OSG simple scene roaming Peizi simple scene roaming Peizi OSG OSG OSG simple scene roaming Peizi simple scene roaming Cotyledons)
- 2020-09-13 13:47:59下载
- 积分:1
-
Charpbofangqi
说明: C#语言编写的多媒体播放器!内有几个网络媒体地址!可以直接观看!(C# Language multimedia player! There are several online media address! Can directly watch!)
- 2008-11-13 16:25:12下载
- 积分:1
-
stm32-foc-firwmare-libraries-v2.0
永磁同步电机矢量控制程序,位置与角度判断可通过霍尔位置传感器,编码器得到,其中也含有无位置传感器程序(Permanent magnet synchronous motor vector control program, to determine the position and angle through the Hall position sensors, encoders get, which also contains the program without position sensors)
- 2014-02-20 09:03:43下载
- 积分:1
-
C# 响应新增系统菜单项命令
C# 制作的响应式菜单,响应新增系统菜单项命令,在标题栏单击鼠标右键,会显示出菜单,单击“新增菜单”会响应该菜单的点击,新增了一项自定义的菜单项及命令,实现过程如下:
protected override void WndProc(ref Message SystemMessage)
{//响应新增系统菜单项命令
switch (SystemMessage.Msg)
{
case WM_SYSCOMMAND:
if (((int)SystemMessage.WParam) == WM_USER + 2)
MessageBox.Show("响应新增系统菜单项命令", "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
else
base.WndProc(ref SystemMessage);
break;
default:
base.WndProc(ref SystemMessage);
break;
}
}
- 2022-07-16 20:46:37下载
- 积分:1