CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 Windows编程 其他小程序

资源列表

« 1 2 ... .40 .41 .42 .43 .44 13445.46 .47 .48 .49 .50 ... 19300 »
  1. reading-practicing

    0下载:
  2. 读入一些整数,输出它们的和。 输入 输入为多行,每行为一个整数。输入以“End of file”结束。 可以保证,运算过程中和最后运算结果都不会越界。 输出 输出这些整数的和。 输入示例 1 2 3 4输出示例 10提示 用“scanf( d , &num) 1”这个条件可以判断输入是否结束。如果此条件为假,则输入结束(对于本题)。 -Read in some integers and output their
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-15
    • 文件大小:44032
    • 提供者:秦超霞
  1. WATER-LED

    0下载:
  2. 流水灯程序,本科课程实验的部分源程序的顶层文件-Flow lamp Program, undergraduate course experiment part of the source program top-level file
  3. 所属分类:Other systems

    • 发布日期:2017-12-16
    • 文件大小:5120
    • 提供者:子轩
  1. Case-conversion

    0下载:
  2. 读入一些字符串,将其中的小写字母转成大写字母(其他字符不变)。 输入 输入为多行,每行为一个字符串,字符串只由字母和数字组成,长度不超过80。输入以“End of file”结束。 输出 对于每行输入,输出转换后的字符串。 输入示例 Hello ICPC2004 12345abcde输出示例 HELLO ICPC2004 12345ABCDE提示 用“scanf( s , str) 1”这个条件可以判断输入是否结束。如
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-13
    • 文件大小:43639
    • 提供者:秦超霞
  1. slovenia

    1下载:
  2. matlab 计算方腔环流 为上顶拖曳流 参数可改 方法为速度涡量法-matlab calculated square cavity boxes on the top of the circulation flow rate parameter can be changed method Method vorticity
  3. 所属分类:Other systems

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:虺虺
  1. dcaak

    0下载:
  2. 基于SVPWM的三电平逆变的matlab仿真,包括四元数的各种计算,汽车课设货车Matlab驱动力图程序。- Based on SVPWM three-level inverter matlab simulation, Including quaternion various calculations, Car class-based truck driver trying to Matlab program.
  3. 所属分类:Other systems

    • 发布日期:2017-12-24
    • 文件大小:9216
    • 提供者:任腾胜
  1. Pongo-light-the-lamp

    0下载:
  2. 在基于Internet的程序中,我们常常需要判断一个IP字符串的合法性。 合法的IP是这样的形式: A.B.C.D 其中A、B、C、D均为位于[0, 255]中的整数。为了简单起见,我们规定这四个整数中不会有前导零存在,如001这种情况。 现在,请你来完成这个判断程序吧^_^ Input 输入由多行组成,每行是一个字符串,输入由“End of file”结束。 字符串长度最大为30,且不含空格和不可见字符。 Output
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-15
    • 文件大小:44032
    • 提供者:秦超霞
  1. Sort-the-integer

    0下载:
  2. 整数的排序?对,就这么简单! 你的任务是对于给定的10个整数,按从小到大的顺序输出。 Input 第一行一个数N,表示下面有N组测试数据。 紧接着下面N行,每行10个整数,每个整数在[0,100]范围内。 Output 对于每组输入,按从小到大的顺序输出。 每两个数用空格分开,每个输出占一行。 -The sorting of integers? Yes, it s that simple! Your task is to output small t
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-13
    • 文件大小:43711
    • 提供者:秦超霞
  1. qenqang-V6.8

    0下载:
  2. 用谱方法计算流体力学一些流动现象的整体稳定性,结合PCA的尺度不变特征变换(SIFT)算法,调试通过可以使用。- Spectral methods of computational fluid dynamics flow of some of the overall stability of the phenomenon, Combined with PCA scale invariant feature transform (SIFT) algorithm, Debugging can be
  3. 所属分类:Other systems

    • 发布日期:2017-12-17
    • 文件大小:5120
    • 提供者:谭栓胜
  1. gui

    0下载:
  2. gui实例,简单的gui学习例子。欢迎下载学习-UiB9 u4B09 u4F8B u5B0
  3. 所属分类:Other systems

    • 发布日期:2017-12-17
    • 文件大小:11264
    • 提供者:范兴凯
  1. JOSEPHUS

    0下载:
  2. 约瑟夫环问题源代码 约瑟夫环(约瑟夫问题)是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列 他的下一个人又从1开始报数,数到m的那个人又出列 依此规律重复下去,直到圆桌周围的人全部出列。通常解决这类问题时我们把编号从0~n-1,最后结果+1即为原问题的解。-Joseph ring problem source code Joseph s ring (Joseph s problem) is a mathem
  3. 所属分类:Other systems

    • 发布日期:2017-12-12
    • 文件大小:791205
    • 提供者:
  1. compress

    0下载:
  2. 运用哈夫曼编码实现的文件压缩源代码 功能:可以实现文件以二进制输入进行哈夫曼编码在写入另一个重建的文件中实现文件压缩- File compressed source code implemented using the Huffman code Functionality: you can implement files in binary input with the haffman encoding in a file that is written to anothe
  3. 所属分类:Other systems

    • 发布日期:2017-12-11
    • 文件大小:3566645
    • 提供者:
  1. ei474

    0下载:
  2. 音频信号通过LM386放大,考虑雨衰 阴影 和多径影响,是信号处理的基础。- LM386 audio signal amplification, Consider shadow rain attenuation and multipath effects Is the basis of the signal processing.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-19
    • 文件大小:6144
    • 提供者:刘金
« 1 2 ... .40 .41 .42 .43 .44 13445.46 .47 .48 .49 .50 ... 19300 »
搜珍网 www.dssz.com