-
时钟由Verilog可计数从00:00至23:59写作。带一个文件到…
A clock writing by Verilog which can count from 00:00 to 23:59. With a C file to see the simulation results. A co-design example of C and Verilog.
- 2022-10-19 21:25:03下载
- 积分:1
-
矩陣相乘
矩陣相乘
#include
#include
int m,n,o,p,i,j,k,l;
int main()
{
printf("輸入矩陣A之列數m、行數n及矩陣B之列數o、行數p");
printf("
m=");scanf("%d",&m);
printf("n=");scanf("%d",&n);
printf("
o=");scanf("%d",&o);
printf("p=");scanf("%d",&p);
float a[m][n],b[o][p],c[m][p];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-05 11:05:03下载
- 积分:1
-
常见的排序算法,如插入排序,快速排序
常见的排序算法,如插入排序,快速排序-common algorithm, such as the insertion sort, rapid sequencing etc.
- 2023-09-01 11:30:04下载
- 积分:1
-
编译原理的词法分析器
把关键字放到数组里,用于一会儿比较把关键字放到数组里,用于一会儿比较...
编译原理的词法分析器
把关键字放到数组里,用于一会儿比较把关键字放到数组里,用于一会儿比较-the describe
- 2022-08-17 17:39:33下载
- 积分:1
-
用TC编写的一种下拉式菜单,操作方便简单。
用TC编写的一种下拉式菜单,操作方便简单。-TC prepared with a drop-down menu, convenient operation simple.
- 2023-07-17 13:25:02下载
- 积分:1
-
拿thinkphp做的练手程序
主要实现的功能:
前台的:
文章标题列表显示;文章查看;关键字查询;
后台的:
发表新文章;编辑修改文章;删除文章;修改登录密码;
用到了session,分页功能,验证码功能,
接入百度编辑器插件
- 2022-03-11 07:14:00下载
- 积分:1
-
研究浮点运算的工具。在汇编下研究使用浮点运算,分析浮点格式的工具...
研究浮点运算的工具。在汇编下研究使用浮点运算,分析浮点格式的工具-floating-point operations research tool. In the compilation of the research of the use of floating-point operations, analysis tools floating-point format
- 2022-11-19 18:40:03下载
- 积分:1
-
左前门控制器 可以用 codewarrior 3.0 版本打开后,下载到目标板中运行希望会有帮助...
左前门控制器 可以用 codewarrior 3.0 版本打开后,下载到目标板中运行希望会有帮助-Left front door with codewarrior 3.0 version of the controller can be opened, downloaded to the target board to run want to be helpful
- 2022-07-27 07:37:23下载
- 积分:1
-
1.支持文章,论坛,图片,flash,音乐,BT等采集.
2.增加自定文件采集.用户可采集网页中的所有文件.
3.采集内容替换功能,用户可设置替换规则进...
1.支持文章,论坛,图片,flash,音乐,BT等采集.
2.增加自定文件采集.用户可采集网页中的所有文件.
3.采集内容替换功能,用户可设置替换规则进行替换.
4.支持所有文件远程保存到本地.
5.断点续采功能.不受意外关闭影响,重新启动后可继续采集 不重复.
6.支持多种CMS导库,本程序 与(科汛网站管理系统V2.2)整合在一起.
7.增加2级分类采集。适应各种网站采集.
8.缓存机制,在缓存中保存数据,操作常见动作,大量减少对数据库的增加,删除频繁的操作。
用户:admin
密码:admin
-1. Support articles, forums, photos, flash, music, so BT acquisition. 2. an increase in fixed document collection. website users can collect all the documents. 3. content Acquisition replacement gong energy, users can set up rules to replace the replacement. 4. all documents supporting the preservation of the local long-distance. 5. Breakpoint continued mining function. not the closure affected by the accident, the restart will continue after acquisition will not repeat them. 6. CMS support for a variety of guided arsenals, this procedure (Section website flood management system V2.2) together. 7. two additional classification acquisition. Adapt site acquisition. 8. Cache mechanism, the preservation of data cache,
- 2022-01-25 17:08:02下载
- 积分:1
-
一维信号卷积试验
读入两个数组,进行卷积,并在DOS下画图显示卷积结果。...
一维信号卷积试验
读入两个数组,进行卷积,并在DOS下画图显示卷积结果。-One-dimensional signal deconvolution test read two array for convolution, and in DOS convolution results show that under the drawing.
- 2022-03-20 01:36:48下载
- 积分:1