-
vc++和matlab语言相转化的接口软件,功能强大,工具箱互相兼容,转化成的代码质量好。
vc++和matlab语言相转化的接口软件,功能强大,工具箱互相兼容,转化成的代码质量好。-vc++ and language phase transformation matlab interface software, powerful, compatible toolbox, into the code of good quality.
- 2022-09-09 19:40:03下载
- 积分:1
-
基于支持向量机的非线性信道盲均衡算法的研究
基于支持向量机的非线性信道盲均衡算法的研究-Based on support vector machine nonlinear channel blind equalization algorithm
- 2023-08-03 12:00:03下载
- 积分:1
-
一维码生成程序C#
资源描述一维码生成程序C#的,一维码的原理,生成。有两个版本,都是C#,可以选择code128 39等
- 2023-01-12 19:30:03下载
- 积分:1
-
code which produces plots of grid, velocity vectors, profiles of velocity compon...
code which produces plots of grid, velocity vectors, profiles of velocity components or temperature, contours of pressure, temperature or streamlines, and colour filled contours for
pressure, temperature or streamfunction.
- 2022-06-20 02:11:40下载
- 积分:1
-
相亲游戏
这是一个模拟相亲的程序,包括男选女、女挑男等一系列过程,通过数次“选择”,和“抛弃”,确保找到最合适的配对伙伴。最终将整个团队中的人配完对。
- 2022-07-28 08:35:53下载
- 积分:1
-
这里面有很多有用的东东,不过很容易看懂的。
这里面有很多有用的东东,不过很容易看懂的。-There were many useful Eastern, but the very easy to read and understand.
- 2023-06-28 08:05:03下载
- 积分:1
-
equals,length,trim,c语言toolkit
不用c库实现的c语言功能函数,包含length函数、equals函数、和trim函数,还会慢慢增加
- 2022-06-21 08:18:21下载
- 积分:1
-
超长整数乘法源程序
超长整数乘法源程序-long integer multiplication source
- 2022-07-20 14:55:39下载
- 积分:1
-
这是一个用满二叉树解决皇后问题的算法。
这是一个用满二叉树解决皇后问题的算法。-This is a binary tree used for the Queen"s solution algorithm.
- 2022-09-28 23:50:03下载
- 积分:1
-
解决约瑟夫环问题
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace 实战_使用数组解决约瑟夫环问题
{
class Program
{
static void Main(string[] args)
{
int[] intPers = Jose(12, 3, 4);
Console.WriteLine
- 2023-06-26 06:40:03下载
- 积分:1