-
G12864
ST7565R的A51代码,12864规格,实测OK(ST7565R the A51 code, 12864 specifications, measured OK)
- 2009-03-18 12:19:48下载
- 积分:1
-
PlayWithDataStructureSourceCode
本教材以操作系统原理为主线,结合当今主流操作系统设计方法。(The principles of materials to the main line operating system, combined with today' s mainstream operating system design.)
- 2011-11-01 17:18:27下载
- 积分:1
-
Agenda
An Agenda for contacts
- 2014-08-20 17:37:24下载
- 积分:1
-
利用C++写的一个基于编译原理的算法分析的原程序,有点简单...
利用C++写的一个基于编译原理的算法分析的原程序,有点简单-write the C compiler based on a principle of the original algorithm analysis procedures, a bit simple
- 2022-12-13 18:50:03下载
- 积分:1
-
THP-pre-coding
encoder and decoder programme for pre-coding MIMO system based on THP algorithm (encoder and decoder programme for pre-coding MIMO system based on THP algorithm)
- 2007-07-27 09:57:27下载
- 积分:1
-
按层遍历二叉树的算法设计C语言数据结构作业
按层遍历二叉树的算法设计C语言数据结构作业-layer by the binary tree traversal algorithm design C language data structures operations
- 2022-03-25 17:43:16下载
- 积分:1
-
4-13
Visual C++音频视频处理技术及工程实践书的原代码,非常好呀(Visual C++ audio and video processing technology and engineering practice of the book source code, excellent)
- 2009-11-26 13:56:36下载
- 积分:1
-
huanxingtongfengmasshygrosource
针对粮仓通风干燥的fluent数值模拟,进行udf扩展编程,考虑水分的蒸发,考虑热湿耦合传递。(In this paper, UDF extended programming is carried out for the fluent numerical simulation of ventilation and drying in granary, considering the evaporation of moisture and the coupling transfer of heat and moisture.)
- 2020-12-12 00:09:16下载
- 积分:1
-
Tree-tuyen-tinh
THEM MOT FILE CPP NUA NAY
- 2013-06-14 16:40:14下载
- 积分:1
-
C# 动态改变控件在Grid单元格中的位置
c# 动态改变控件在Grid单元格中的位置:
private void button1_Click(object sender, RoutedEventArgs e)
{//动态改变控件在Grid单元格中的位置
if (bOldPos)
{
Grid.SetRow(this.image1, 1);
Grid.SetColumn(this.image1, 2);
this.bOldPos = false;
}
else
{
Grid.SetRow(this.image1, 0);
Grid.SetColumn(this.image1, 0);
this.bOldPos = true;
}
}
- 2022-02-07 14:02:16下载
- 积分:1