CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - Problems

搜索资源列表

  1. [技巧]硬盘维修与数据恢复

    1下载:
  2. 硬盘维修与数据恢复技巧,当硬盘出现问题时,这就是救星!-drive maintenance and data recovery techniques, when hard drives when problems arise, and this is our savior!
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:2752608
    • 提供者:王明
  1. 数字转中文源代码(java)

    0下载:
  2. 可以将数字转换为中文字符的JAVA源代码,遇到类似的问题都可以参考啊,非常不错!-figures can be converted to Chinese characters in the Java source code, encountered similar problems could refer ah, very good!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2902
    • 提供者:李先生
  1. Java程序的性能优化StringBuffer与Vector

    0下载:
  2. 在Java程序中,性能问题的大部分原因并不在于Java语言,而是在于程序本身。养成好的代码编写习惯非常重要,比如正确地、巧妙地运用java.lang.String类和java.util.Vector类,它能够显著地提高程序的性能。-in Java programs, most of the performance problems is not the reason for the Java language, but the process itself. Develop good habit
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3183
    • 提供者:王文轩
  1. C语言数学问题库

    0下载:
  2. 压缩包中包含了大量各种数学问题算法的C语言源代码,可提供各种需要的移植-compression package contains a lot of mathematical problems algorithm C language source code that can provide a variety of needs transplant
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:19416
    • 提供者:王浩
  1. mclolor

    0下载:
  2. 用VC写的一个小程序,用数组代替解空间树,可以实现图用m种颜色着色的问题。-VC write a small program used to solve the spatial array to replace the tree, can achieve a map m colors coloring problems.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13409
    • 提供者:蔡淑佳
  1. 锁硬盘逻辑盘程序

    0下载:
  2. 在硬盘上要同时安装许多公软件和用户文件,通常用户文件大多是个人的私有信息,不愿让他人随意查看 和复制。报刊上介绍了多种硬盘的加密方法,多数是独占整个硬盘,禁止让不知道口令的用户使用。本人通过 对硬盘逻辑盘结构的详细分析,提出了对硬盘的一个逻辑盘进行加密的有效方法,达到了独占一个硬盘逻辑盘 的目的,从而圆满地解决了上述问题。-the hard drive to install many public software and user documentation, user docum
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:5800
    • 提供者:ll
  1. 减式还原

    0下载:
  2. 编写程序求解下式中各字母所代表的数字,不同的字母代表 不同的数字。 PEAR - ARA -------- PEA *问题分析与算法设计 类似的问题从计算机算法的角度来说是比较简单的,可以采 用最常见的穷举方法解决。程序中采用循环穷举每个字母所可能 代表的数字,然后将字母代表的数字转换为相应的整数,代入算 式后验证算式是否成立即可解决问题。-prepared under-solving procedures for the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1130
    • 提供者:姚紫欣
  1. 乘式还原

    0下载:
  2. A代表数字0到9中的前五个数字,Z代表后五个数字,请还原 下列乘式。 A Z A × A A Z ------------ A A A A A A Z Z Z A A ------------ Z A Z A A *问题分析与算法设计 问题本身并不复杂,可以对乘式中的每一位使用穷举法,最 终可以得到结果。本题的关键在于怎样有效的判断每个部分积的 每一位是否满足题意,这一问题处理不好,编写的程序会很长。
  3. 所属分类:其它

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

    0下载:
  2. wefwwer 软件质量是被大多数程序员挂在嘴上而不是放在心上的东西!除了完全外行和真正的编程高手外,初读本书,你最先的感受将是惊慌:“哇!我以前捏造的C++/C 程序怎么会有那么多的毛病?” 别难过,作者.. 开发 -wefwwer software quality is linked by the majority of programmers in mind and not talk about things! In addition to completely out of
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:499200
    • 提供者:kian
  1. FixHalfChinese

    0下载:
  2. 一个朋友为从UNIX上传递尾部带半个汉字的xml脚本,导至系统异常,困扰了至少半年之久。所以用VC++作了一个演示,解决了这个跨平台的,不大不小的难题。-from a friend to pass on UNIX with half a tail of the Chinese characters xml scr ipt, lead to a system anomaly, beset at least six months long. Therefore, the use of VC made
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:10135
    • 提供者:松坚
  1. 流水线作业调度

    0下载:
  2. 按动态规划原理球解一类特定条件下的流水线调度问题的具体做法-according to the principles of dynamic programming ball a particular type of solution under the conditions of the pipeline scheduling problems, the specific way
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7384
    • 提供者:子非鱼
  1. 1-ycx

    0下载:
  2. 这是一个通讯录程序,建立一个通讯录数据库,运行程序时,将数据读入内存,可以对数据进行删除/修改/添加 操作.数据库是由结构体构成的链表. 问题是:执行删除操作时出点问题. 我在内存中对数据的操作都正常,程序里面有个ShowAll()函数,可显示操作后的数据.我删除一个结点后,显示删除成功.然后退出程序,退出前有个Save()函数,将数据存盘.下次打开后,读取数据正常,用ShowAll()函数正确显示上次对数据的操作,如果这时进行添加或退出,就出问题.具体的问题你可以将程序编译执行搞
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2655
    • 提供者:asd
  1. 蒙特卡洛

    1下载:
  2. 利用MATLAB可以产生各种形式的随机数,进行随机解决一些实际问题(系统的寿命、重积分、预测公司经营)-using MATLAB can produce various forms of random numbers, random solve some practical problems (system of life, re-integration, the company forecast operating)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11863
    • 提供者:111
  1. DEBUG详解

    0下载:
  2. DEBUG是DOS中的一个外部命令,从DOS 1.0起就带有此命令,因此可见此命令的重要性了。虽然此命令的功能非常强大,可以解决许多问题,可是对许多人来说,尤其是初学者来说,却非常不易掌握。因此,现将DEBUG的命令详细介绍一番,以让大家知道它的使用。 -DOS DEBUG is one of the external command, starting from DOS 1.0 on with this order, Hence the importance of this order o
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:10000
    • 提供者:zy
  1. jackie

    0下载:
  2. 关于留言板的代码供大家参考,有什么问题可以回馈给我。by jackie-on the bulletin board code for your reference and what problems can be passed on to me. By jackie
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:88791
    • 提供者:浩天
  1. SARATOV.ZIP

    0下载:
  2. My solutions to Saratov Online Judge Problems(SGU), not all, but many of them...,My solutions to Saratov Online Judge Problems(SGU), not all, but many of them...
  3. 所属分类:source in ebook

    • 发布日期:2017-03-27
    • 文件大小:15905
    • 提供者:mukel
  1. IOI.ZIP

    0下载:
  2. My solutions to IOI problems, not all, but many off them-My solutions to IOI problems, not all, but many off them...
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:31969
    • 提供者:mukel
  1. 32993992-c-cpp-programs-with-numerical-problems.r

    0下载:
  2. c++ (cpp) programs with numerical problems- c++ (cpp) programs with numerical problems
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:9972
    • 提供者:vq
  1. Programming-Problems

    0下载:
  2. Programming Problems
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:5992
    • 提供者:haicp
  1. the-problems-of-0-1-package

    0下载:
  2. 0-1背包问题在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高-the problems of 0-1 package
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:3999
    • 提供者:张莹
« 12 3 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com