-
内存分配算法,用c实现内存的管理分配,属于操作系统范畴
内存分配算法,用c实现内存的管理分配,属于操作系统范畴-memory allocation algorithm, using c realization in the administration and distribution of memory, operating system areas
- 2022-05-31 21:56:07下载
- 积分:1
-
网站形式的客户系统,可直接提出问题,也可以查看各种问题的答案....
网站形式的客户系统,可直接提出问题,也可以查看各种问题的答案.-Site forms of client systems can be directly put questions to, can view a variety of answers to these questions.
- 2022-04-30 09:55:31下载
- 积分:1
-
利用正弦波叠加法模拟多
采用正弦波叠加法仿真多径衰落信道,计算信道频率响应-using sine wave superposition method simulation multi-path fading channel, Channel calculated frequency response
- 2023-05-17 11:40:04下载
- 积分:1
-
Delphi 设置打印纸大小
Delphi 设置打印纸张大小,手动设置打印纸的长度和宽度,自定义纸张。相关代码:
procedure TForm1.SetPaperSize(cx, cy: Integer);
var
a,b,c: array[0..255]of char;
bb: Cardinal;
ee: PDEVMODE;
begin
printer.PrinterIndex := printer.PrinterIndex;
printer.GetPrinter(a,b,c,bb);
ee:= GlobalLock(bb);
ee^.dmPaperSize := DMPAPER_USER;
ee^.dmPaperLength := cy*10;
ee^.dmPaperWidth := cx*10;
ee^.dmFields :=ee^.dmFields or DM_PAPERSIZE or
DM_PAPERWIDTH or
DM_PAPERLENGTH;
ee^.dmFields := ee^.dmFields or DMBIN_MANUAL;
ee^.dmDefaultSource :=DMBIN_MANUAL;
GlobalUnlock(bb);
printer.PrinterIndex := printer.PrinterIndex;
end;
- 2023-01-17 00:20:03下载
- 积分:1
-
bios和dos中断大全....里面包括了常用的全部中断及其用法
bios和dos中断大全....里面包括了常用的全部中断及其用法-bios and dos interrupt .... Guinness included the common use of all the disruption and
- 2022-01-26 01:23:22下载
- 积分:1
-
这是常用的直流电机的驱动电路,非常的简单,我都用过了,很好的。...
这是常用的直流电机的驱动电路,非常的简单,我都用过了,很好的。-This is commonly used in DC motor drive circuit, very simple, I have used, and very good.
- 2022-01-31 12:37:13下载
- 积分:1
-
图形模式下读写屏幕的C程序
图形模式下读写屏幕的C程序-graphics mode screen reader C Program
- 2022-12-30 01:00:04下载
- 积分:1
-
VB激活灰色按钮的小程序
VB灰色按钮激活工具,激活窗口中不能点击的灰色按钮,完整的程序名称:灰色按钮克星——此小工具可以激活最上层操作窗口灰色(不可点击的按钮),可以用于安装时需要输入序列号的地方,功能自己去发现吧。
- 2022-11-06 20:40:03下载
- 积分:1
-
bin executable code will be converted to C language code, the implementation pro...
将bin执行码转换为C语言代码,便分析程序执行过程-bin executable code will be converted to C language code, the implementation process analysis program
- 2023-08-07 13:10:03下载
- 积分:1
-
波浪模拟udf-wave simulation
在FLUENT软件中应用VOF多相流模型建造数值波浪水槽,需要采用UDF编写源程序,设置进口速度边界条件和体积分数等。本程序可以为初学者编写相应程序提供参考和帮助,并在实际应用中得到检验。如果出口边界及其他设置、步骤合理,可得到满意的结果。
- 2022-03-23 02:28:03下载
- 积分:1