登录
首页 » 其他项目 » 电力系统的psat

电力系统的psat

于 2022-03-07 发布 文件大小:2.38 MB
0 288
下载积分: 2 下载次数: 2

代码说明:

电力系统的psat-Psat power system

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • VC实验 资源在基于SDK的程序设计中的应用 一.实验名称:资源在基于SDK的程序设计中的应用 二.实验的:掌握各种资源的应用以及资源应用的程序...
    VC实验 资源在基于SDK的程序设计中的应用 一.实验名称:资源在基于SDK的程序设计中的应用 二.实验目的:掌握各种资源的应用以及资源应用的程序设计方法 三.实验任务: ● 熟悉的菜单资源的创建过程 ● 熟悉位图资源的创建 ● 熟悉对话框资源的应用 ● 熟悉图表资源 四.实验要求: 在一个窗口中央加载一个任意位图,位图尺寸为窗口面积的四分之一,当单计鼠标左键在一个窗口中央加载一个任意位图,位图面积为窗口面积的四分之一,当即鼠标左键或键盘上的向上箭头时位图向上移动,当移动到上边界时,窗口显示“不能再向上移动了”字样,当点击鼠标右键或键盘上的向下箭头时,位图向下移动,当到达窗口的下边界时,屏幕显示“不能再向下移动了”字样。 -err
    2022-08-06 01:54:37下载
    积分:1
  • Find prime numbers prepared by screening the function: void sieve (bool isPrime...
    编写筛选查找素数函数: void sieve(bool isPrime[], int n) 其中isPrime[ ]为一个布尔型数组,n为数组大小。由于2是第一个素数, 所以设置isPrime[0]和isPrime[1]的值为false,并设置其余的元素初值为true。 然后对从4到n-1的每一个i,判断i是否能够被2整除,如果i能够被2整除,则设置isPrime[i]为false。 对从2到n/2的每一个可能的数值重复以上处理,当操作结束时,所有值为true的isPrime[i]所对应的i就是素数,它们将是从筛子中掉下来的。-Find prime numbers prepared by screening the function: void sieve (bool isPrime [], int n) which isPrime [] as a Boolean array, n is the size of the array. Because 2 is the first prime number, so set the isPrime [0], and isPrime [1] a value of false, and set the initial value of the remaining elements of true. And then from 4 to n-1 for each i, to determine whether i can be divisible by 2, if i can be divisible by 2, then set the isPrime [i] is false. From 2 to n/2 possible values for each one to repeat the above processing, when the operation ended, all the true value of the isPrime [i] corresponding to i is a prime number, they will be falling from the sieve in the past.
    2023-03-02 04:45:03下载
    积分:1
  • 一个不错的哦????呵呵!下吧!哈哈够了吗/
    一个不错的哦????呵呵!下吧!哈哈够了吗/-a good Oh Oh! Next! Haha enough yet /
    2023-07-28 05:45:03下载
    积分:1
  • 这是外汇活动中的一种 可以从多种货币的汇率差异中,获得利润,本程序只需把汇率写入一个txt文件,即可算出能获得利润的套汇路径...
    这是外汇活动中的一种 可以从多种货币的汇率差异中,获得利润,本程序只需把汇率写入一个txt文件,即可算出能获得利润的套汇路径-activities from a variety of differences in currency exchange rates, profit, the program can be put into an exchange rate txt file, can be calculated by the arbitrage profits path
    2023-01-15 23:45:03下载
    积分:1
  • 用C++实现的简易终结者小游戏,可以运行, 不过功能很简单
    用C++实现的简易终结者小游戏,可以运行, 不过功能很简单-C++ implementation of the simple Terminator game
    2022-02-14 08:49:25下载
    积分:1
  • USB的中文资料
    USB中文数据说明 -USB Chinese data
    2022-03-22 14:02:13下载
    积分:1
  • 五个经典的C++程序,和新人都会练习哦!
    5个经典c程序,新手必练哦-five classic c procedures, and newcomers will practice Oh!
    2022-01-26 07:02:16下载
    积分:1
  • LabWindows使用I/O读写文件。
    labwindows 利用I/O读写文件。-LabWindows use I/O read and write documents.
    2022-02-15 15:09:40下载
    积分:1
  • On the surface, protected mode and real mode is not much difference between the...
    从表面上看,保护模式和实模式并没有太大的区别,二者都使用了内存段、中断和设备驱动来处理硬件,但二者有很多不同之处。我们知道,在实模式中内存被划分成段,每个段的大小为64KB,而这样的段地址可以用16位来表示。内存段的处理是通过和段寄存器相关联的内部机制来处理的,这些段寄存器(CS、DS、 SS和ES)的内容形成了物理地址的一部分。具体来说,最终的物理地址是由16位的段地址和16位的段内偏移地址组成的。用公式表示为:物理地址=左移4位的段地址+偏移地址。-On the surface, protected mode and real mode is not much difference between the two are the use of the memory, Drivers interruption and equipment to deal with the hardware, but there are many differences. We know that in real mode which has been divided into memory, each the size of 64 KB. and the addresses of 16 can be used to express. Memory of the handling of the adoption and register linked to the internal mechanisms to deal with, of these registers (CS, DS, SS and ES) with the formation of a part of the physical address. Specifically, the ultimate physical address is 16 of the 16 addresses and the addresses of migration within the composition. The use of the formula is expressed as : physical address = 4 bits of the address offset address.
    2023-02-13 11:45:04下载
    积分:1
  • 神话2完整数据库~有个很受欢迎的游戏 希望大家喜欢
    神话2完整数据库~有个很受欢迎的游戏 希望大家喜欢-complete database-a very popular game hope you like
    2022-10-24 14:40:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载