CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - file operation

搜索资源列表

  1. LanExplorer_v1.62

    0下载:
  2. 最好的局域网搜索软件,支持同时搜索共享文件、FTP、HTTP资源。 1.方便快捷地搜索、浏览局域网资源。多线程搜索局域网上所有的工作组、主机、打印机、共享文件、FTP文件、WEB服务器。 2.可以按照网上邻居、工作组或者按照IP地址段自动搜索所有共享/FTP的mp3、电影或自定义搜索的文件; 3.内置nbtstat,能快速查找某一IP网段内的所有主机,并根据IP地址得到对方主机的主机名、工作组名、用户名、MAC地址,速度极快。能将扫描和搜索的结果保存成文本文件或excel
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:125526
    • 提供者:汤海
  1. DFT

    0下载:
  2. 从.txt文件中读取数据,并对数据进行傅里叶压缩和变换的操作。-From. Txt file to read data, and data compression and Fourier transform operation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:9292
    • 提供者:雅双
  1. hashing__

    0下载:
  2. program which uses hashing techniques for storing and retrieving the data. Input to the program: Some random numbers. Input will be from a file. Output: First the program reads all the input and store it properly using some hash techniques.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:7012
    • 提供者:Abhiram
  1. Exam098

    0下载:
  2. 二维快速傅立叶算法,矩阵的基本操作,复数的基本操作,含有动态内存分配,文件操作等知识-Two-dimensional fast Fourier algorithm, the basic matrix operations, the basic operation of the plural, with dynamic memory allocation, file operations, such as knowledge
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2116
    • 提供者:李运
  1. aaa

    0下载:
  2. 图像文件操作 二维傅立叶的正变换以及二维傅立叶的反变换-Image file operation is two-dimensional Fourier transform, as well as the anti-two-dimensional Fourier transform
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:6364
    • 提供者:高洪博
  1. FiveDirectionPad_Algo

    0下载:
  2. 此作業需使用Backtracking algorithm 從第一格開始,從1到9依序測試是否可以填入,若本來此格已有數字,則直接往下一格走。若可以填入( if(promising()) )則填入該數字並且往下一格移動繼續填,若此格沒有可填入的數字時,則結束該格的動作,回到上一格去測試剩下的可能結果。若已經填完( if(solution is found) ),則可能解+1,然後回到前面再繼續尋找接下來的可能解。直到全部可能的數字組合都試完之後,程式結束,所有可能解的個數也會被找到。需要印出的
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1710
    • 提供者:zelda
  1. BIGNUMBER

    0下载:
  2. 用code blocks 写的多文件结构版本的大数运算,用的是面向对象的方法,运用类以及运算符的重载。-Multi-use code blocks to write the file structure version of the operation of large numbers, using the object-oriented approach, the use of classes and operator overloading.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:27117
    • 提供者:林凯杰
  1. mat_multi

    0下载:
  2. A program to find the best order to be considered for multiplying matrices so that we can reduce the number of multiplication operation as it is a costly operation.It includes a source code (.c), input file(.txt) and the output file.-A program to fin
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1537
    • 提供者:cbeauty
  1. Calc

    0下载:
  2. 四则运算计算器 可以计算整数四则运算,例如:7+5*(3+4) (1)按要求在提供的框架程序源程序的基础上对程序进行修改、补充,并调试通过。 (2)修改主程序结构,使程序可以反复运算,直到选择退出为止。 (3)增加文件的输入输出功能,是计算过的式子和结果可以根据需要设置命令存储到文件中,同时也可以直接从文件中输入四则运算的式子,运算后,结果输出到原文件中。-Arithmetic calculator can calculate the integer arithme
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:32488
    • 提供者:li
  1. run

    1下载:
  2. 用Fortran编写的模拟光纤激光器运作的程序。输出的结果用文件保存,需要对数据处理时需要用到MATLAB编写的程序。时候中级和高级Fortran程序员参考。-Written in Fortran simulation with the operation of fiber laser procedures. The output with the file, you need to use when the data processing program written in MATLAB.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7594
    • 提供者:vidfa
  1. FFT_2_DIT_Fixed

    1下载:
  2. 程序 FFT_2_DIT_Fixed 是基2_DIT_*定点*_FFT算法,值得学习的地方很多。亮点有:倒位序采用最简单,最高效的位移操作;实现存储的旋转因子表;定点溢出处理;灵活多样的宏定义。函数调用形式:void fft(COMPLEX *x)点数在头文件以宏定义形式出现。-Program FFT_2_DIT_Fixed is based 2_DIT_* fixed* _FFT algorithm, it is worth learning a lot of places. Highligh
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:216659
    • 提供者:傲天
  1. MatrixOperation

    0下载:
  2. 矩阵的 加减乘 转置运算 ,没有平台要求 添加头文件直接调用即可-Addition and subtraction, multiplication matrix transpose operation, there is no platform requirements can direct calls to add the header file
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1026
    • 提供者:David
  1. calculator

    0下载:
  2. 设计简易交互式计算器,功能如下: (1) 计算器功能与Windows操作系统带的标准型的计算器系统相同。至少有+、-、*、/、开方、取倒数、清零、backspace的功能,可以对小数进行运算。 (2) 程序可以实现简单的没有括号的表达式计算, (3) 不使用math.h头文件,求开方运算时使用多项式拟合方式。 -Design simple interactive calculator, function as follows: (1) calculator function a
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2713937
    • 提供者:onway
  1. matrix

    0下载:
  2. 实现简单方阵的操作。如加,减,乘。运算符重载。文件读取。矩阵随即生成-Simple matrix operation. Such as addition, subtraction, multiplication. Operator overloading. File read. Matrix then generates
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:732783
    • 提供者:
  1. MatrixOperation

    0下载:
  2. 一个关于矩阵运算的头文件,可以直接使用,用接口来对文件进行四则运算及求逆,转置操作-A matrix calculation of the header files can be directly used, the file interface to the four operations and inverse transpose operation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:919
    • 提供者:王贺
  1. line

    0下载:
  2. 从文件读取长串数据(序号栏,数据栏等),读取过程包括识别标题,内容,利用循环和条件语句进行大量数据连续操作。并针对读取的数据根据上下行序号和数据的差进行线性补间,结果写入新的文件里-Long strings of data read from the file (serial number field, data bars, etc.), the reading process, including identification title, content, continuous operat
  3. 所属分类:Algorithm

    • 发布日期:2017-11-28
    • 文件大小:3425
    • 提供者:ousettei
  1. zheji

    0下载:
  2. 利用反褶进行的褶积运算合成地震记录。子波使用雷克子波,长度为Nw,Nt为反射系数长度,Nx为道数。提供四个地下模型:水平界面,两层水平界面,绕射界面和倾斜界面。输出二进制文件。-Use convolution operation performed deconvolution synthetic seismogram. Ricker wavelets using wave length Nw, Nt is the reflection coefficient length, Nx is the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:446656
    • 提供者:ke zhang
  1. Matrix-Operations

    0下载:
  2. 1) 能够实现矩阵加、减、乘、逆等基本运算。 2) 初始矩阵的数据可以手工输入,也可从文件读取,运算结果可以保存到文件中。 -1) to achieve matrix addition, subtraction, multiplication, inverse and other basic operations.   2) The initial matrix data can be entered manually, can also be read a file,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1574
    • 提供者:羽凡谢
  1. rewrite

    0下载:
  2. 主要对txt,csv等文件里的重复内容进行计数操作,并将内容和重复次数保存为cht文件,也可以是txt(需要自己改代码)。-The main TXT, CSV and other files inside the repeat content count operation, and the content and repeat the number of times saved as CHT file, can also be TXT (need to change their own cod
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4299
    • 提供者:王哥
  1. PCA

    0下载:
  2. 对PTS文件中进行数据的读取,然后进行降维操作,得到结果-Read data of PTS file, and then for dimension reduction operation, and get the result
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1967
    • 提供者:浮生
« 12 »
搜珍网 www.dssz.com