资源列表

« 1 2 ... .29 .30 .31 .32 .33 134.35 .36 .37 .38 .39 ... 653 »

[控制台(字符窗口)编程1007

说明:一个使用FOR的小程序,可以作到抛砖引玉吧-FOR a small program to use, you can definitely do it
<syq2009> 在 2024-10-01 上传 | 大小:14336 | 下载:0

[控制台(字符窗口)编程WinNTL-5_4_2

说明:一个处理数论的函数库,但是安装时有点麻烦,看看里面的介绍吧 -A deal with number theory library, but a bit of trouble during installation, look at the inside bar introduction
<刘振宇> 在 2024-10-01 上传 | 大小:776192 | 下载:0

[控制台(字符窗口)编程ziyinzhuanhuanpingtai

说明:在matlab下,构建了一个藏语字音转换系统-In matlab, the divergence in pronunciation to build a Tibetan language conversion system
<yaoxu> 在 2024-10-01 上传 | 大小:299008 | 下载:0

[控制台(字符窗口)编程console

说明:对MSDN里面的例子console有一些不方便用的地方修改了一下-MSDN inside of the console has a number of examples used in places inconvenient to modify a bit
<赵中> 在 2024-10-01 上传 | 大小:112640 | 下载:0

[控制台(字符窗口)编程XML

说明:数据结构大作业,XML文档存取库类与编辑器-Data structure operations, XML documents and access to library-type editor
<靈理> 在 2024-10-01 上传 | 大小:515072 | 下载:0

[控制台(字符窗口)编程sudu

说明:输入完成数学表达式例如1+(5/2)*3 即可计算出结果 支持运算符:+ - * / () ^-Enter the complete mathematical expression such as 1+ (5/2)* 3 to calculate the results support the operator:+-*/() ^
<Small> 在 2024-10-01 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程UniversalPlane

说明:vc++程序,一个小型的项目,非常棒-vc++ procedure, a small-scale projects, great
<sky> 在 2024-10-01 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程miti

说明:S先生与P先生谜题 设有两个自然数X、Y,2<=X<=Y<=99,S先生知道这两个数的和S,P先生知道这两个数的积P, 他们二人进行了如下对话: * S: 我确信你不知道这两个数是什么,但我也不知道。 * P: 一听你说这句话,我就知道这两个数是什么了。 * S: 我也是,现在我也知道了。-Mr. S and Mr. P puzzle has two natural number
<丁同> 在 2024-10-01 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程2

说明:用回溯解背包问题 假设有n件物品,定义一个结构体a[]来存储,结构体有两个成员weight和value(weight表示重量,value表示价值)先定义一个数组col[]表示每个物品当前状态(为1表示被选,为0表示未被选),其初值全为1,从下标为0开始遍历,当前所选物品总重和总价值分别设为tw和tv(初值均为0),背包的限重设为limit,若第i个物品满足tw+a[i].weight<=limit且col[i]==1 就将a[i]
<STartBoy> 在 2024-10-01 上传 | 大小:180224 | 下载:0

[控制台(字符窗口)编程3

说明:关于猎人过河问题 要解决这个问题就要使过河时载两个过河,返回时尽量只有一个回来。用一个字符串数组来存猎人,狼,羊,白菜;下标依次为0,1,2,3;但他们都有河这边和那边两种状态;为方便则定义一个结构,只含一个int型变量n;当在河这边时n设为0;在河那边时n设为1。由于每次过河与返回都要考虑狼能否吃羊或羊能否吃白菜;则需要一个函数来判断每次选择是否满足条件。-Hunters across the river on the issues
<STartBoy> 在 2024-10-01 上传 | 大小:153600 | 下载:0

[控制台(字符窗口)编程4

说明:表达式求值(C语言) 输入完成后直接回车进行计算 前后均不需要#-Expression evaluator (C language) input directly after the completion of return calculated both before and after do not need#
<STartBoy> 在 2024-10-01 上传 | 大小:162816 | 下载:0

[控制台(字符窗口)编程5

说明:该程序可用于计算1000以内的数的阶层 用数组处理,采用10进制进位,如果要加快速度可考虑1000进制或更高-The program can be used to calculate the number of 1000 within the class with an array of treatment, using 10 binary notation, if the speed could be considered hex
<STartBoy> 在 2024-10-01 上传 | 大小:163840 | 下载:0
« 1 2 ... .29 .30 .31 .32 .33 134.35 .36 .37 .38 .39 ... 653 »

源码中国 www.ymcn.org