-
一个计算数组间的相似度的小程序
简单实用,输入两组数据,自动计算数据的相似度。
- 2022-01-24 14:50:17下载
- 积分:1
-
在m×n的矩阵中有一个元素a[i,j]满足下述条件:a[i,j]既是第i行元素中的最小值,又是第j列元素中的最大值(称为鞍点),此程序是求矩阵鞍点的算法...
在m×n的矩阵中有一个元素a[i,j]满足下述条件:a[i,j]既是第i行元素中的最小值,又是第j列元素中的最大值(称为鞍点),此程序是求矩阵鞍点的算法-In the m × n matrix has an element of a [i, j] satisfy the following conditions: a [i, j] is not only the first i elements of the minimum trip, but also is the first j elements out of the maximum value (called saddle point), this procedure is the saddle point matrix algorithm
- 2023-02-23 00:20:04下载
- 积分:1
-
介绍了多种普通元器件的识别判断方法,是一个基础应用手册。...
介绍了多种普通元器件的识别判断方法,是一个基础应用手册。-Introduce a variety of common components to determine the identification method is based on the application of a manual.
- 2023-01-05 10:25:03下载
- 积分:1
-
基本的游戏
这是游戏的基本的 c# 示例。
c# 代码比较简单,你可以做到。
(
私人 void Form1_Load EventArgs e 对象发件人)
{
pictureBox2.Visible = false;
pictureBox4.Visible = false;
pictureBox5.Visible = false;
}
私人 void Form1_KeyDown (对象发件人、 KeyEventArgs e)
{
如果 (e.KeyCode = = 点头哈腰)
{
pictureBox1.Left = pictureBox1.Left + 10 ;
- 2022-03-02 11:06:11下载
- 积分:1
-
NANDFlash for verilog module
闪存是一种电子非易失性计算机存储介质,可以通过电擦除和重新编程。
- 2023-05-16 13:00:03下载
- 积分:1
-
大气外贸灯具网站PHP源码
大气外贸灯具网站PHP源码。安装请先删除Home 文件下的install.lock 填上自己的服务器就可以安装了
- 2022-02-22 04:27:05下载
- 积分:1
-
写出来的旅馆管理系统虽然还很粗糙,也不是很稳定,但是它也算是我学了这么久计算机一点小小的成就吧,也许显得有点可笑,但是偶尔得看到它也能让自己感到有一点点的满足,...
写出来的旅馆管理系统虽然还很粗糙,也不是很稳定,但是它也算是我学了这么久计算机一点小小的成就吧,也许显得有点可笑,但是偶尔得看到它也能让自己感到有一点点的满足,并不是什么都没学到,把它贴在这也是希望能有高手可以给我指点啊-Written by the hotel management system, although very rough, not very stable, but it can also be considered for such a long time I studied computer achieved a little bit, maybe it sounds a bit ridiculous, but occasionally get to see it they can feel a little bit of satisfaction, is not nothing to learn, it is also posted on the hope that you can give me advice ah
- 2023-04-22 12:30:04下载
- 积分:1
-
扫描后,将内容放入PDF文件的一个开发示例。
扫描后,将内容放入PDF文件的一个开发示例。-a example: after scanning, get the content and output to pdf files.
- 2022-06-13 06:45:55下载
- 积分:1
-
Templates are among the most powerful features of C++, but they are too often ne...
Templates are among the most powerful features of C++, but they are too often neglected, misunderstood, and misused. C++ Templates: The Complete Guide provides software architects and engineers with a clear understanding of why, when, and how to use templates to build and maintain cleaner, faster, and smarter software more efficiently.
- 2022-02-04 13:28:28下载
- 积分:1
-
自己做的会计制度,花了很长时间,绝对可以用…
自己做的核算系统,花费了较长时间,绝对能用,结合数据库操作-Make their own accounting system, spent a long time, absolutely can be used, combined with database operations
- 2022-08-15 12:35:25下载
- 积分:1