-
程序实现用牛顿-拉夫逊迭代法进行潮流计算。不仅有潮流计算,还有数据处理的程序...
程序实现用牛顿-拉夫逊迭代法进行潮流计算。不仅有潮流计算,还有数据处理的程序-Procedure using the Newton- Raphson iterative method for flow calculation. Not only power flow calculation, as well as data-processing procedures
- 2022-10-03 07:15:03下载
- 积分:1
-
photo
aaa aaaa摄影测量后方交会代码计算-photo
- 2022-02-27 00:26:13下载
- 积分:1
-
this game than Window bring their simplicity. But up to now, it actually left ne...
这个游戏比Window自带的简单。但就目前来说,离它其实也不远。添加菜单项,并相应修改参数值:m_RowCount、 m_ColCount、leinum,并重新初始化界面就行了。 -this game than Window bring their simplicity. But up to now, it actually left near. Add menu items, and modify parameters : m_RowCount, m_ColCount. leinum and re-initialization interface there.
- 2022-10-30 20:55:03下载
- 积分:1
-
王金明verilog书中第十章的例子
适合初学者
王金明verilog书中第十章的例子
适合初学者-Wang Jinming verilog example Chapter book for beginners
- 2022-08-15 05:35:25下载
- 积分:1
-
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删...
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删除等基本操作。
-# include
# include
# define ND sizeof(struct List)
struct List
{int data
struct List*next
}
void main()
{ int n,i=1,e,a
struct List*head
struct List*p,*q
q=head=p=(struct List*)malloc(ND)
- 2022-04-15 10:12:17下载
- 积分:1
-
向量排序
将向量中的整数数据按照各位平方和的顺序排序。(用到了函数指针)...
向量排序
将向量中的整数数据按照各位平方和的顺序排序。(用到了函数指针)-Vector of integers to sort the vector sum of squares of the data in accordance with the order you sorted. (Use a function pointer)
- 2023-05-02 18:15:03下载
- 积分:1
-
Baodian windows core programming, classic classic, a master must learn the
windows核心编程宝典,经典中的经典,高手必学之-Baodian windows core programming, classic classic, a master must learn the
- 2023-03-26 14:10:07下载
- 积分:1
-
BP算法的源代码,很多程序都是用MATLAB工具箱函数…
bp算法的源代码,由于很多程序都是利用matlab工具箱函数做的,不利于是用这个性化设计,对于观察网络内部的结构也带来一定困难,这个算法就可以让社记者跟踪训练过程-bp algorithm source code, a lot of procedures are using Matlab Toolbox function done, then use the negative nature of the design, the internal network for observation of the structure is also a certain difficulties, this algorithm can let reporters tracking the training process
- 2023-05-02 21:55:04下载
- 积分:1
-
把fortran语言转化成c.
呵呵,丰富的fortran语言现在可以方便的使用了...
把fortran语言转化成c.
呵呵,丰富的fortran语言现在可以方便的使用了-The fortran language into c. Oh, the rich fortran language can now be easily used. . .
- 2022-01-26 16:22:41下载
- 积分:1
-
Windows of a game very similar to mine under the mine
一个与windows下扫雷游戏很相似的扫雷游戏代码-Windows of a game very similar to mine under the mine-clearing game code
- 2022-07-11 21:03:22下载
- 积分:1