搜索资源列表

  1. 打鱼还是晒网

    0下载:
  2. 中国有句俗语叫“三天打鱼两天晒网”。某人从1990年1月1日起开始“三天打鱼两天晒网”,问这个人在以后的某一天中是“打鱼”还是“晒网”。 *问题分析与算法设计 根据题意可以将解题过程分为三步: 1)计算从1990年1月1日开始至指定日期共有多少天; 2)由于“打鱼”和“晒网”的周期为5天,所以将计算出的天数用5去除; 3)根据余数判断他是在“打鱼”还是在“晒网”; 若 余数为1,2,3,则他是在“打鱼”
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1519
    • 提供者:姚紫欣
  1. jiamizuoye

    0下载:
  2. 教你如何比较方便地求解一个大数除另外一个整数的余数。-teach you how to solve a convenient addition to a lump sum for another round of the remainder.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2555
    • 提供者:刘光熠
  1. 统计单词个数

    0下载:
  2. 利用哈希表统计文本文件中单词的个数,哈希函数的实现为取模法,利用链地址法解决冲突。-use Hash Table Statistics text file number of words, the realization of Hash Functions for Remainder law, the use of chain law addresses solution to the conflict.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5370
    • 提供者:米子
  1. 数据加密传输

    0下载:
  2. :某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:    每位数字都加上5,然后用和除以10的余数代替该数字,再将第一位和第四位交换,第二位和第三位交换。 -: a company using a public phone data transfer, data is four integer, in the course of transmission is encrypted, encry
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2956
    • 提供者:小倪
  1. uewasp

    1下载:
  2. 水蒸气的剩余部分,我水平不怎么样,不知这部分是干什么的,大家参考一下-the remainder of steam, I not impressive level, I wonder if this is part of what we refer to
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:86421
    • 提供者:董伟
  1. chinese_remaine

    0下载:
  2. 使用c语言实现的中国剩余定理算法 首先输入方程数目,在分组 每次两个数值输入!-use the C Language Chinese Remainder Theorem algorithm input equation, the number of a numerical input for each two!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:97137
    • 提供者:杨海亮
  1. Zimo22

    0下载:
  2. 看看What Is New In This Version? 01。文字输入区输入的文字可以多行输入,每一行的文字数目不限。 02。文字输入完毕后,用Ctrl+Enter结束输入,不再提供工具按钮。 03。取模原则:以字节为单位,若不符合 8 的倍数时,补足位数。看图象就知道哦。 04。当横向取模时是宽度满足上述原则。 05。当纵向取模时是高度满足上述原则。 06。新建图像本为建图标而设,但也可以新建不超过100
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:262887
    • 提供者:li
  1. 中国剩余定理

    0下载:
  2. 经典的中国剩余定理求解程序,输入你所要解的同余式即可按定理求解!-classic Chinese Remainder Theorem solving program, you have to import the solution congruence theorems can be solved by!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:123
  1. Chrt

    0下载:
  2. 中国剩余定理的C程序实现, 用于RSA等密码算法教学和学习。-Chinese Remainder Theorem C program for the RSA cryptographic algorithm, such as teaching and learning.
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:35840
    • 提供者:Bob
  1. ras

    0下载:
  2. rsa算法的VC实现,其中包括超长整数类,素数检验算法,大素数生成器和一般的数论算法,例如中国剩余定理解密RSA密文 -rsa algorithm to achieve the VC, including the type of long integer, prime number testing algorithm to generate large prime numbers and the general number the
  3. 所属分类:CA认证

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:bobo
  1. Algorithm

    0下载:
  2. 一些比较难找的算法代码 中国剩余定理.cpp 高斯消元.cpp 红黑树.cpp 排序后第k位置数.cpp 修正单纯形.c-Some of the more difficult to find the algorithm code Chinese Remainder Theorem. Cpp Gauss elimination. Cpp black tree. Cpp sort k position after a f
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:贲道伟
  1. crt

    0下载:
  2. Chinese Remainder theorem implementation. Its done in php. Its implemented with interactive gui.index.php contain all the code.Rest folders contain the css images and js scr ipts that enhance the gui-Chinese Remainder th
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:19456
    • 提供者:naveen
  1. main

    0下载:
  2. 实现中国剩余定理的C++程序,希望对大家有帮组,我也是刚学,写的不好不要见怪-Chinese Remainder Theorem to achieve the C++ program, I hope all of you have help group, I was just learning, excuse me for bad writing
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:hange
  1. Euclidean

    0下载:
  2. 扩展欧几里德定理和中国剩余定理,ACM算法课件,比较简洁-Extended Euclidean theorems and Chinese Remainder Theorem, ACM algorithm courseware, simple comparison
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:liudiao
  1. ch

    0下载:
  2. chinese remainder theorem using c a++ java visual
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:ram
  1. Remainder

    0下载:
  2. 这条C程序可以输入一个数对一个数的求余,也就是取模-This C program can enter a number on a number of the remainder, that is, modulo
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:199680
    • 提供者:qw
  1. CRT

    0下载:
  2. Chinese remainder theorem implementation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:Sonali
  1. crt

    0下载:
  2. Chinese Remainder Theorem matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:123
  1. Chinese-remainder

    0下载:
  2. 实现了中国余数定理,用matlab实现,自己写的,请多多指教,有问题欢迎发邮件至grandyang@qq.com-The Chinese remainder theorem, using matlab to write my own codes, Welcome email grandyang@qq.com if you have any questions
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:yxc
  1. Remainder

    0下载:
  2. labview中的求余程序,改程序可以实现简单的求余运算-The remainder labview program, change the program can achieve a simple modulo arithmetic
  3. 所属分类:LabView

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:xiaolei
« 12 3 4 5 6 7 8 9 10 ... 17 »

源码中国 www.ymcn.org