联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 控制台编程(21) 
按平台查找All Visual C++(21) 

[控制台编程] bayesian0930

j简单的贝叶斯模型数据概率求解问题,有助于理解贝叶斯模型数据分析过程。
j simple Bayesian probability model data to solve problems, help to understand the Bayesian model data analysis process. (2013-10-27, Visual C++, 5777KB, 下载9次)

http://www.pudn.com/Download/item/id/2384590.html

[控制台编程] guiji

惯导系统轨迹生成器,能生成不同位置转动和舰船摇摆条件下的陀螺和加速度计数据,用于研究惯导系统
INS trajectory generator can generate different locations and ships swing conditions rotating gyroscope and accelerometer data, inertial navigation systems for research (2013-08-29, Visual C++, 1059KB, 下载87次)

http://www.pudn.com/Download/item/id/2342014.html

[控制台编程] lab5_2

实现客户机(CLIENT)类。定义私有字符型静态数据成员ServerName。保存其服务器 名字;私有整型静态数据成员ClientNum,记录已经的客户数量;定义静态函数ChangeServerName()改变服务器名称,此外定义两个分别获取两个私有数据成员的函数。此外,需要提供构造函数,其功能为对静态数据成员ClientNum的值进行自增,也既是每当构造一个CLIENT对象,静态数据成员ClientNum加1。在头文件client.h中定义类,在文件(client.Cpp)实现类.在文件test.cpp中测试这个类,观察相应的成员变量取值的变化情况。
failed to translate (2013-05-03, Visual C++, 365KB, 下载7次)

http://www.pudn.com/Download/item/id/2226402.html

[控制台编程] TextQueryExpend

C++primer第四版中的扩展文本查询,支持&|~ 注意输入查询条件的时候操作符与字符串之间要加空格。例如:~ it | ~ is 表示匹配既不含"it"又不含"is"的所有行。input.txt为查询文本。
The C++ primer fourth edition extended text queries, supported & | ~. attention to the input query spaces between the operator and the string. For example: ~ it | ~ is match contains neither the "it" contains "is" all rows. input.txt for the query text. (2012-12-20, Visual C++, 6KB, 下载6次)

http://www.pudn.com/Download/item/id/2090549.html

[控制台编程] fraction

定义和使用分数类fraction 描述: 1.自定义分数类fraction,使用该类可以完成分数的输入、分数的加、减、乘、除二目运算和一目减运算、分数的约分操作、分数的倒数运算、对两个分数进行六种比较运算、以及对分数的输出等操作。 2.将其中使用的普通函数尽量改写成运算符重载函数。如,可重载+、-、*、/、>、>=、<、<=、==、!=,以实现分数的各种运算。并且实现分数与整数的混合运算。 3.尽可能考虑程序的性能。
评分标准 1. 对两个类的成员合理地使用访问权限:1分 2. 实现分数与整数的混合运算:1分 3. 程序结构合理,布局清晰,正确地安排.h和.cpp:2分 4. 考虑程序的性能:1分 (2012-05-09, Visual C++, 8KB, 下载14次)

http://www.pudn.com/Download/item/id/1862157.html

[控制台编程] Bayesian

使用VS6.0并用C++编写的贝叶斯控制台应用程序。实现了模式识别中的贝叶斯分类。需手动输入分类的参数。
Use VS6.0 and written with C++ Bayesian console application. Pattern recognition to achieve a Bayesian classification. Require manual input of the classification parameters. (2011-05-12, Visual C++, 7KB, 下载7次)

http://www.pudn.com/Download/item/id/1529045.html

[控制台编程] 3_2

应用指针变量实现字符串的逆序显示:① +,-,*,/,^,| 分别代表加、减、乘、除、乘方、开平方。 ② 输入上述符号,输入则显示“你操作有误!”,然后退出程序; 如果输入正确,则提示用户输入相应的数据,然后进行计算并 显示结果。
Application of the reverse pointer for string variables showed: ①+,-,*,/,^,| representing addition, subtraction, multiplication, division, power, square root. ② Enter the symbol, enter the show, " You made a mistake!" , And then exit the program if the input is correct, then prompt the user to enter the appropriate data and then calculates and displays the results. (2011-03-01, Visual C++, 266KB, 下载3次)

http://www.pudn.com/Download/item/id/1440993.html

[控制台编程] MyArrays

c++中动态申请多维数组(包括1、2、3维)并且内存连续
c++ multi-dimensional array of dynamic applications (including 1,2,3-dimensional) and continuous memory (2011-01-10, Visual C++, 1KB, 下载8次)

http://www.pudn.com/Download/item/id/1408155.html

[控制台编程] ColorConsole

俄罗斯方块的控制台VC源代码,一个小程序,具有很大的参考价值,希望对大家有用
VC console Tetris source code, a small program that has great reference value, we hope to be useful (2010-11-30, Visual C++, 189KB, 下载8次)

http://www.pudn.com/Download/item/id/1363958.html

[控制台编程] fangkuai

用c++实现的俄罗斯方块,可以用键盘来操控,是DOS界面的
Using c++ implementation of Tetris, you can use the keyboard to control, is the DOS interface (2010-09-16, Visual C++, 46KB, 下载3次)

http://www.pudn.com/Download/item/id/1297244.html

[控制台编程] a

俄罗斯方块的实现用vc实现 欢迎下载………………
Implementation of Tetris using vc realization are welcome to download ... ... ... ... ... ... (2009-11-23, Visual C++, 450KB, 下载3次)

http://www.pudn.com/Download/item/id/979646.html

[控制台编程] ClassficationBaseOnAssociation

贝叶斯分类器的改进 在windows 平台下实现;
Improvement of Bayes classfication It is implement in windows. (2009-09-09, Visual C++, 1455KB, 下载48次)

http://www.pudn.com/Download/item/id/905782.html

[控制台编程] 983390090land

C++ Builder 6.0 Socket控件TCP通信,服务器和客服端都有
C++ Builder 6.0 Socket Controls TCP communications, servers and customer service side has a (2009-09-09, Visual C++, 2469KB, 下载18次)

http://www.pudn.com/Download/item/id/905172.html

[控制台编程] kkkk

数据结构课程设计,包括哈夫曼编译码器+散列法实验研究+缔结斯特拉算法实现校园导游!
Curriculum design data structure, including Huffman codecs+ hash+ the conclusion of experimental study of law algorithm Stratford campus tour guide! (2009-07-01, Visual C++, 231KB, 下载8次)

http://www.pudn.com/Download/item/id/827435.html

[控制台编程] block

c++实现的俄罗斯方块,喜欢的朋友可以看看。。
c++ realization of the Russian box, like a friend can see. . (2009-06-30, Visual C++, 802KB, 下载57次)

http://www.pudn.com/Download/item/id/826707.html

[控制台编程] fraction

1.自定义分数类fraction,使用该类可以完成分数的输入、分数的加、减、乘、除二目运算和一目减运算、分数的约分操作、分数的通分操作、分数的倒数运算、对两个分数进行六种比较运算、以及对分数的输出等操作。 2.改造上述分数类,将其中使用的普通函数尽量改写成运算符重载函数。如,可重载+、-、*、/、>、>=、<、<=、==、!=,以实现分数的各种运算。并且实现分数与整数的混合运算。 3.从分数类派生出一个用来描述整型的Integer类,完善整型类Integer,使其能完成整数的各种操作。为分数类fraction和整型类Integer各增加一个成员函数digit_number(),用来统计一个分数中数字字符的数量(如:13/34,数字字符的数量为4)和一个整数中的数字字符的数量(如:13345,数字字符的数量为5)。
1. Custom Class Score fraction, the use of such scores can be input, scores of add, subtract, multiply, with the exception of the second head and a head operation by operation, scores of some sub-operation, scores of通分operation, scores of the last operation of the two scores for the six comparison operators, as well as scores of operation of the output. (2009-06-11, Visual C++, 752KB, 下载59次)

http://www.pudn.com/Download/item/id/803138.html

[控制台编程] HuiWen

visual c++6.0实现的判断回文,可任意动态设置2维数组
visual c++ 6.0 palindrome realize judgments can be set arbitrary dynamic 2 dimensional array (2008-05-25, Visual C++, 46KB, 下载2次)

http://www.pudn.com/Download/item/id/473013.html

[控制台编程] Number24Game

系统随机产生4个1到24的数字,用加,减,乘和除四则运算,使得最后的结果为24
system randomly generated four 1-24 figures used, plus or minus, by and among four operators, making the results of the last 24 (2006-06-23, Visual C++, 24KB, 下载2次)

http://www.pudn.com/Download/item/id/197422.html

[控制台编程] PROGRAMSEIDEL

一、 Seidel迭代法 算法8.2: 1. 输入矩阵A,右端项b ,初始迭代向量 X(0) ,维数n,容许误差ε ,最大容许迭代次数 N。 2. 置k=1. 3. 计算 X1=(b1-Σa1jxj(0))/a11 j=2,3,…….,n Xi=(bi-Σaijxj-Σaijxj(0))/aii, i=2,3,……,n-1 Xn=(bn-Σanjxj)/ann j=1,2,…….,n-1 4.若||X-X(0)|| <ε,输出X , 停机;否则,转步骤5。 5.若k<N,k+1=>k,X=>X(0),转步骤3;否则输出失败信息,停机
A, Seidel iteration algorithm 8.2:1. Input matrix A, the right side of b, the initial iterative vector X (0), dimension n, tolerance ε, the maximum allowed number of iterations N. 2. Home k = 1.3. Calculation of X1 = (b1-Σa1jxj (0))/a11 j = 2,3, ... ...., NXi = (bi-Σaijxj-Σaijxj (0))/aii, i = 2,3, ... ..., n-1Xn = (bn-Σanjxj)/ann j = 1,2, ... ...., n-14. If | | XX (0) | | <ε, the output X, downtime Otherwise, switch to step 5.5. If k <N,k+1=> k, X => X (0), to Step 3 Otherwise output failure message downtime (2006-05-18, Visual C++, 50KB, 下载1次)

http://www.pudn.com/Download/item/id/185872.html

[控制台编程] TeristBetal

自己编写的俄罗斯方块小程序。该程序与网络上其他程序不同,本程序是完全采用C++编写的控制台下的程序,而非窗口程序,虽然不华丽,但是非常适合初学者学习算法和基本C++知识。
own sheet prepared by the Russian small programs. The program networks with various other procedures, the procedures are completely prepared by the C procedures under the console, rather than window procedure, though not luxurious, but very suitable for beginners to learn the basic C algorithms and knowledge. (2006-03-18, Visual C++, 605KB, 下载13次)

http://www.pudn.com/Download/item/id/155611.html
12
总计:21