-
国内类似ACDsee的一个的查看各种图片的工具源码,含有查看图片缩略图,放大缩小查看,支持bmp,jpg,png,gif等多种格式图片...
国内类似ACDsee的一个的查看各种图片的工具源码,含有查看图片缩略图,放大缩小查看,支持bmp,jpg,png,gif等多种格式图片-ACDSee domestic similar view of a tool for a variety of picture source containing View picture thumbnails, zoom view, support bmp, jpg, png, gif image formats, etc.
- 2023-02-15 06:50:03下载
- 积分:1
-
数字图像矩阵数据的显示及其傅立叶变换等一些代码及例子
数字图像矩阵数据的显示及其傅立叶变换等一些代码及例子
-Digital image data display matrix and its Fourier transform and some code and examples
- 2022-03-05 10:33:51下载
- 积分:1
-
visualc++6.0开发,基于MFC的单机版俄罗斯方块游戏
visualc++6.0开发,基于MFC的单机版俄罗斯方块游戏-visualc++6.0 development, MFC-based stand-alone version of Tetris game
- 2022-12-22 00:45:02下载
- 积分:1
-
% 该Matlab程序基于牛顿-拉夫逊算法,用于计算已知导纳矩阵、PQ节点、PV节点、平衡节点(UA)的电力网络潮流
% U...
% 该Matlab程序基于牛顿-拉夫逊算法,用于计算已知导纳矩阵、PQ节点、PV节点、平衡节点(UA)的电力网络潮流
% U - 各节点母线电压 S - 各节点注入功率 S_net - 电力网络总损耗
% PQ_P - 实算PQ节点注入有功功率 PQ_Q - 实算PQ节点注入无功功率
% delt_PQ_P - 实算PQ节点有功功率修正值 delt_PQ_Q -实算PQ节点无功功率修正值
% delt_UA_P - 实平衡节点有功功率修正值 delt_U_2 - 实平衡节点电压平方修正值
% delt_PQV - 实算P Q U^2修正值 J - 雅可比矩阵
% e - 电压实部 f - 电压虚部 delt_ef - 电压实部与虚部修正值- The Matlab program based on the Newton- Raphson algorithm is used to calculate the admittance matrix is known, PQ node, PV node, the node balance (UA) the trend of the electricity networks U- the node bus voltage S- each node injection power S_net-- The total loss of electric power networks PQ_P- operator PQ is injected into active nodes PQ_Q- operator PQ is injected reactive power node delt_PQ_P- is considered the correct value of active power PQ node delt_PQ_Q- really count PQ node reactive power to amend the value of delt_UA_P- real active power balance of the correct value of the node delt_U_2- node voltage balance is the correct value of the square o
- 2022-10-25 02:45:02下载
- 积分:1
-
C 程序设计语言定义了两个标准的内存管理函数:malloc() 和 free()。C 程序员经常使用那些函数在运行时分配缓冲区,以便在函数之间传递数据。然而在许...
C 程序设计语言定义了两个标准的内存管理函数:malloc() 和 free()。C 程序员经常使用那些函数在运行时分配缓冲区,以便在函数之间传递数据。然而在许多场合下,您无法预先确定缓冲区所需的实际大小,这对于构造复杂的 C 程序来说,可能会导致几个根本性的问题。一种自我管理的抽象数据缓冲区概括地给出了抽象缓冲区的伪 C 代码实现,并详细介绍了采用这种机制的优点。-C programming language defines two standard memory management functions: malloc () and free (). C programmers frequently use those functions at run-time allocation of buffers in order to pass data between functions. However, in many occasions, you can not pre-determine the actual size of the buffer required, which for the complex structure of the C program, it may lead to several fundamental questions. A self-management, abstract data buffer generally gives the pseudo-C code for an abstract buffer implementation, and details the advantages of using this mechanism.
- 2022-03-11 11:19:26下载
- 积分:1
-
/*运行环境 TC2.0下的台球游戏 w,s,a,d控制方向, 逗号和句号控制力量,空格发杆 本来还可用鼠标控制,因为要用一个"mouse.h",所以去掉了,...
/*运行环境 TC2.0下的台球游戏 w,s,a,d控制方向, 逗号和句号控制力量,空格发杆 本来还可用鼠标控制,因为要用一个"mouse.h",所以去掉了, 如有人想要带鼠标的可与我连系*/-/* WITH TC 2.0 operating environment under the billiards game w, s, a, d to control direction, the comma and full stop controlling forces, space-could have also been made with the mouse control, because we are a "mouse.h", so removed, if people want to take control the subject can be linked with my* /
- 2022-02-02 13:13:42下载
- 积分:1
-
sourceinsight v1.0,不需要编译就可以浏览源码,非常方便。
sourceinsight v1.0,不需要编译就可以浏览源码,非常方便。
- 2022-07-04 07:30:20下载
- 积分:1
-
震动模拟数据采集,采集后的数据被存储在FLASH
震动模拟数据采集,采集后的数据被存储在FLASH-Analog vibration data acquisition, data have been collected and stored in the FLASH
- 2022-03-22 06:33:18下载
- 积分:1
-
cashier at the one pair of single receivables management process, the adoption o...
一个对收银时收款单进行管理的程序,通过该程序打印出一个收款回执与发货单一起控制商品出库-cashier at the one pair of single receivables management process, the adoption of the program prints out a receipt receivable invoice together with the control of goods out of stores
- 2022-01-26 02:44:59下载
- 积分:1
-
本说明中包括在《C语言的窗口式图形界面技术》付梓之后对HANENV系统的最新修改。 我们为HANENV系统增加了一个新的输入法模块:双拼拼音模块,包括全拼双音、...
本说明中包括在《C语言的窗口式图形界面技术》付梓之后对HANENV系统的最新修改。 我们为HANENV系统增加了一个新的输入法模块:双拼拼音模块,包括全拼双音、双拼双音和多字词的词组输入法。新的输入法模块为_SYmode,其使用方法和原来的拼音输入法类似。首先在应用程序的首部使用下列语句安装双音模块:-this note included in the "C language window-type graphical interface technology" to be released after the latest HANENV system changes. We HANENV system added a new input method modules : Larry Pinyin modules, including the spelling-sound, D. Two-Tone word phrase more input methods. The new input method modules _SYmode, the use of methods and the original Pinyin input method similar. First applications in the first installation to use the following two sentences sound modules :
- 2023-02-22 20:15:03下载
- 积分:1