-
the status bar shows the time
在状态栏中显示时间-the status bar shows the time
- 2022-03-19 05:57:45下载
- 积分:1
-
代码有一个函数 ,实现截屏功能。然后得到一个bmp格式的文件...
代码有一个函数 ,实现截屏功能。然后得到一个bmp格式的文件-Code has a function, the realization of the functional screen.
- 2023-08-12 00:35:03下载
- 积分:1
-
24位BMP图象的读入与显示
请编程爱好者评价
24位BMP图象的读入与显示
请编程爱好者评价-24-bit BMP images, please read and display programming enthusiasts evaluation
- 2022-03-17 16:56:25下载
- 积分:1
-
输入一矩阵,将其转置后,问是否为上三角矩阵,是否为对称矩阵。...
输入一矩阵,将其转置后,问是否为上三角矩阵,是否为对称矩阵。-Enter a matrix, its transpose, if you ask whether the upper triangular matrix, whether symmetric matrix.
- 2023-01-03 05:40:03下载
- 积分:1
-
VC++编写的打飞机游戏
一款vc编写的打飞机的小游戏。是大学工程实践自己做的小项目。对于学习vc编写游戏有一定帮助。
- 2022-01-25 21:41:25下载
- 积分:1
-
cloudsim扩展包
CloudSim有效扩展包,可完美运行《云计算》例子
- 2023-06-14 06:45:14下载
- 积分:1
-
龙贝格积分法,文本输入输出,实现数值计算的龙贝格积分法...
龙贝格积分法,文本输入输出,实现数值计算的龙贝格积分法-Romberg integration method, text input and output, to achieve Romberg numerical integration method
- 2022-04-14 18:51:30下载
- 积分:1
-
A Core VC reference book.
A Core VC reference book.
- 2022-04-20 15:30:21下载
- 积分:1
-
针对采用赛灵思 ise 设计套件中 mini_aes verilog 代码
# $Id: 自述,2005年-12-06 v1.1.1.1 2:47:45 Exp $ arif_endro目录布局.| — — 板凳-> 测试 benchdirectory|| — — 数据-> 数据 files,"ecb_tbl.txt" 用于核查文件。||-doc-> documentationfiles|" — — 源-> VHDL 源代码的这个项目。试验台如果你想要运行测试工作台,然后转到长椅上的子目录中,然后运行协同文件,即 "modelsim_bench.do"。这种模拟将生成输出到一个文件中被称为 "ecb_tbl_result_enc.txt" 和"ecb_tbl_result_dec.txt",然后你可以分析这些文件,以查看结果。此致敬礼Arif E.努格罗霍
- 2023-02-27 07:10:04下载
- 积分:1
-
um=5.elmo
/*The program sets an arrays of positions and speeds.On the digital input #6 trigger, the program moves forward, waits one second and returns.The destination and speed of the motion are defined according to the values in the speed and position arrays, with an index set by digital inputs #1 through #5.When an error occurs, the program stops and digital output #1 is raised.The motions are executed by functions called by the main program.Errors are detected in the motion functions and returned to the main program.*///Global Variable declarationint Destination[32];int MotionSpeed[32];int MaxDest;int MaxSpeed;//Functions declarationfunction int Err = MoveForward(int MoveIndex); function int Err = MoveBack(int MoveIndex);//Program##PROGRAM1//Local variables declarationint i;float Coeff;//Program bod
- 2022-06-16 23:30:26下载
- 积分:1