资源列表
排序选择:
[JSP源码/Java] Relatorios
说明:This project teachs how to implement relatorios in java<Marcel> 在 2025-06-11 上传 | 大小:13kb | 下载:0
[文档资料] randomSurvivalForest_3.5.1
说明:R软件的扩展程序,有说明,需要的下载吧。 -The expansion program of R with direcrion in it. The expansion program of R with direcrion in it.<huxinlei> 在 2025-06-11 上传 | 大小:418kb | 下载:0
[JSP源码/Java] BridgeWinJava
说明:bridge with windows and java<chang> 在 2025-06-11 上传 | 大小:128kb | 下载:0
[VHDL编程] xapp288
说明:This the reference design file for XAPP288 " SDI Video Decoder" it includes both VHDL and Verilog versions -This is the reference design file for XAPP288 " SDI Video Decoder" it includes both VHDL and Verilog versions<zhangxinxin> 在 2025-06-11 上传 | 大小:67kb | 下载:0
[JSP源码/Java] shiyanyuanma
说明:这是我们信息安全课老师给的实验源代码,原文摘抄的,绝对正确-This is our teacher of information security to the source code of the experiment, the original extract, and absolutely right<陈浩> 在 2025-06-11 上传 | 大小:11kb | 下载:0
[Windows编程] clock
说明:【问题描述】普通时钟都有时针和分针,在任意时刻时针和分针都有一个夹角,并且假设时针和分针都是连续移动的。现已知当前的时刻,试求出该时刻时针和分针的夹角A(0≤A≤180)。 注意:当分针处于0分和59分之间时,时针相对于该小时的起始位置也有一个偏移角度。 【输入形式】从标准输入读取一行,是一个24小时制的时间。格式是以冒号(“:”)分隔的两个整数m(0≤m≤23)和n(0≤n≤59),其中m是小时,n是分钟。 【输出形式】向标准输出打印结果。输出一个浮点数A,是时针和分针夹角的角度值<施立波> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[Windows编程] tail
说明:【问题描述】 命令 tail用来打印文件中最后n行。 命令格式为:tail [-n] filename,其中: -n :n表示需要打印的行数,省略时n的值为10。 filename :给定文件名。 如,命令tail -20 example.txt 表示打印文件example.txt的最后20行,用C语言实现该程序。(提示:使用命令行参数) 【输入形式】 tail [-n] filename,其中:-n :n表示需要打印的行数,省略时n的值为10。 filename<wodecoolpp> 在 2025-06-11 上传 | 大小:1kb | 下载:0