【嵌入式Linux公益培训】第五讲:Shell编程基础
2022-12-21 17:02:54 22.88MB linux 【嵌入式Linux公益培训】第五
1
内容索引:VC/C++源码,字符处理,字节转换  VC++ 将字节转换成KB、MB和GB,要注意,电脑中的字节单位和人是不一样的,所以有转换来的参数也不一样。
2022-12-13 21:35:11 12KB VC/MFC源代码 编程基础源代码
1
Windows驱动编程基础教程-楚狂人。简单易懂,非常实用的入门教程。
2022-11-25 10:16:05 371KB Windows驱动编程基础教程 楚狂人
1
看似简单的计算器程序,要实现带三角函数,带小数点,多位操作,直接可以软件仿真的全套资料,是单片机初学者学习利器。
2022-11-23 20:51:32 748KB C语言 科学计算器 三角函数 多位
1
《c#网络应用编程基础》Word文档 这个都是本人收藏了3年的资源 现放出 都是总结了很多系统 软件项目实施过程中的经验的 慢慢积累的
2022-11-07 16:39:39 5.79MB c#
1
计算Layout上所有图形元素个数 Public void CountLayoutElements() {IMxDocument pMxDoc =ThisDocument IGraphicsContainer pGContainer =pMxDoc.PageLayout; pGContainer.Reset();//确保指针指向最初的位置 IElement pElement = pGContainer.Next(); Int intGraphicCount = 0; Do {If TypeOf(pElement) is IGraphicElement { intGraphicCount = itGraphicCount +1} pElement = pGContainer.Next(); }While(pElement=null) MsgBox.show(“There are " & intGraphicCount & " graphics on the page“)} Example: Count all the graphic elements on the layout Public Sub CountLayoutElements () Dim pMxDoc As IMxDocument Dim pGContainer As IGraphicsContainer Dim pElement As IElement Dim intGraphicCount As Integer Set pMxDoc = ThisDocument Set pGContainer = pMxDoc.PageLayout pGContainer.Reset '*Make sure the pointer is on the first item Set pElement = pGContainer.Next '*pull out the first element Do Until pElement Is Nothing '*Loop thru all elements If TypeOf pElement Is IGraphicElement Then intGraphicCount = intGraphicCount + 1 '*increment the count End If Set pElement = pGContainer.Next '*pull out the next element Loop MsgBox "There are " & intGraphicCount & " graphics on the page" Exit Sub
2022-10-20 10:31:55 4.83MB AE编程基础.
1
强化学习中的python和numpy编程基础
2022-10-17 13:05:35 78KB python numpy 强化学习
1
CUDA-API教程
2022-09-24 09:06:35 2.76MB cuda
1
游戏编程数学和物理基础(扫描版) 斯达乐著,徐明亮等译 本书介绍了成功开发一款游戏所必需的数学物理概念、定律和公式等。主要内容包括三角几何知识、向量和矩阵运算、变换、碰撞和能量,以及1D/2D/3D空间内的运动等专题,循循善诱地教导读者如何利用数学与物理知识提升自身游戏开发水平。
2022-09-23 16:36:16 57.15MB 游戏编程基础
1
【传智播客.Net培训】视频课件:C#编程基础
1