-
含有移相器的配电网潮流计算程序,非常适用,我们团队自已开发并一直在使用。...
含有移相器的配电网潮流计算程序,非常适用,我们团队自已开发并一直在使用。-Contains a phase shifter distribution power flow calculation program, is very applicable to our own development team and has been in use.
- 2022-11-11 03:50:03下载
- 积分:1
-
tms320f240x c语言设计书
tms320f240x c语言设计书-tms320f240x design book
- 2022-01-23 11:02:12下载
- 积分:1
-
本书是作者使用ArcObjects进行项目开发以及在ArcObjects授课中经验的总结,能够使GIS开发人员快速领悟到ArcObjects的精髓,掌握AO...
本书是作者使用ArcObjects进行项目开发以及在ArcObjects授课中经验的总结,能够使GIS开发人员快速领悟到ArcObjects的精髓,掌握AO开发中的关键和必要的技巧。全书共19章,分为基础篇,技巧篇和提高篇-This book is the author use ArcObjects developing projects as well as the medium of instruction in ArcObjects experience, enabling GIS developers quickly realized that the essence of ArcObjects to grasp the key to the development of AO and the necessary skills. A total of 19 book chapters, divided into the basic articles, tips articles and improve articles
- 2022-01-26 06:07:47下载
- 积分:1
-
this for the message board, collecting feedback from users of information and to...
此为留言板,可以收集用户反馈的信息,便于交流-this for the message board, collecting feedback from users of information and to facilitate the exchange of
- 2022-01-25 21:20:05下载
- 积分:1
-
华容道源码,游戏爱好者学习编程可以适当参考一下
华容道源码,游戏爱好者学习编程可以适当参考一下-Huarong source, game enthusiasts can learn about programming the appropriate reference
- 2022-01-25 18:02:46下载
- 积分:1
-
是一个小小的猫捉老鼠游戏,小朋友肯定会喜欢的哦。我也希望学C++的朋友也会喜欢...
是一个小小的猫捉老鼠游戏,小朋友肯定会喜欢的哦。我也希望学C++的朋友也会喜欢-is a little cat-and-mouse game, the children will like, oh. I also want to learn C of friends like
- 2022-05-06 10:02:18下载
- 积分:1
-
对于先进的几何形状,大多数应用程序将更喜欢加载前
For advanced geometry, most apps will prefer to load pre-authored
meshes from a file. Fortunately, when using meshes, D3DX does most of
the work for this, parsing a geometry file and creating vertx buffers
for us. This tutorial shows how to use a D3DXMESH
object, including loading it from a file and rendering it. One thing
D3DX does not handle for us is the materials and textures for a mesh,
so note that we have to handle those manually.
- 2022-05-26 16:23:51下载
- 积分:1
-
在DOS下用INT调用的方式取得PCI总线的信息
在DOS下用INT调用的方式取得PCI总线的信息-used in DOS INT calling acquire PCI bus information
- 2022-02-15 21:22:06下载
- 积分:1
-
通讯录实现新建,添加查找,删除,的基本功能
简易
通讯录实现新建,添加查找,删除,的基本功能
简易-Address Book in new, add to find, delete, the basic functions of the Summary
- 2022-02-21 06:46:58下载
- 积分:1
-
his little function rounds a number (or the elements of a vector ot matrix) towa...
his little function rounds a number (or the elements of a vector ot matrix) towards the nearest number with N significant digits.
Examples:
roundsd(0.012345,3) returns 0.0123
roundsd(12345,2) returns 12000
This is a useful complement to Matlab s ROUND, ROUND10 and ROUNDN (Mapping toolbox), especially when dealing with data with a large variety of order of magnitudes.
I was about to upload this file when I found "sd_round.m" by Edward Zechmann (see aknowledgment), which has similar feature (and more). But, because my script is very different in coding (much much shorter), I decided to share it anyway.
- 2022-06-30 21:07:55下载
- 积分:1