联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All VC书籍(212) 

[VC书籍] Text1

一个基于MFC的关于文档的简单应用,包括字符串的移动,变色,插入符的移动,加字删字。
A MFC based on a simple application of the document, including the movement of the string, color, insert the character of the mobile, plus word delete. (2015-07-17, Visual C++, 2393KB, 下载1次)

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

[VC书籍] erluosifangkuai

用C语言写的尔罗斯方块。目的是练习C语言的语法。
Melrose written in C language with the box. Purpose is to practice C language syntax. (2014-09-15, Visual C++, 5KB, 下载3次)

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

[VC书籍] erluosifangkuai

用C语言写的尔罗斯方块。目的是练习C语言的语法。
Melrose written in C language with the box. Purpose is to practice C language syntax. (2014-07-16, Visual C++, 4KB, 下载1次)

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

[VC书籍] shurufanxiangxiangjia

输入数反相加的C语言程序,对初学者有用。例如输入12+123结果为 21+321 =342
Enter the sum of the number of anti-C language program, useful for beginners. For example, enter 12+123 results 21+321 = 342 (2013-11-04, C/C++, 222KB, 下载3次)

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

[VC书籍] Untitled78

音频加噪处理的方法包含消燥的处理,信噪比的计算
Audio processing method with noise cancellation include dry processing, the calculation of signal to noise ratio (2011-06-06, Visual C++, 1KB, 下载6次)

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

[VC书籍] main

函数READDAT()实现从文件IN.DAT中读取一篇英文文章存入到字符串数组XX中 请编制函数CHA(),其函数功能是:以行为单位把字符串中的第一个字符的ASCII值加第二个字符的ASCII值,得到第一个亲朋字符,第二个字符的ASCII值加第三个字符的ASCII值,得到第二个新字符,依此类推一直处理到最后第二个字符,最后一个字符的ASCII值加原第一个字符的ASCII值,得到最后一个新的字符,得到的新字符分别存放在原字符串对应的位置上。最后把已处理的字符串逆转后按行重新存入字符串数组XX中,最后调用函数WRITEDAT()把结果XX输出到文件OUT9.DAT中.原始数据文件存放的格式是:每行的宽度均小于80个字符,含标点符号和空格.
it can change some words to others (2011-03-24, Visual C++, 10KB, 下载5次)

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

[VC书籍] beiyesi-access

一个很好的关于贝叶斯的算法,简单实用,希望对大家有所帮助
A good Bayesian algorithm on simple and practical, we hope to help (2011-02-24, Visual C++, 141KB, 下载4次)

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

[VC书籍] zhangzhixingMFCC

用c语言编写的语音特征参数的程序,该语音特征参数为mfcc参数,主要用于说话人识别
Written by c parameters of the process of speech, the speech feature parameter is mfcc parameters, mainly used for speaker recognition (2011-01-11, Visual C++, 2534KB, 下载27次)

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

[VC书籍] Microsoft_semaphore_using_instance

MAX_SEM_COUNT,微软信号使用实例, 创建一个信号灯初和麦克斯项
Microsoft signals using instance ,Create a semaphore early and Max item MAX_SEM_COUNT, (2010-12-14, Visual C++, 3KB, 下载2次)

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

[VC书籍] zspdf

最速下降法原理及应用,包含几道经典题,及算法 一维搜索步长法
Steepest descent and Its Applications, including a few questions, classical, and one-dimensional search algorithm step method (2010-12-10, Visual C++, 1175KB, 下载62次)

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

[VC书籍] CCppReferenceCHN

C/C++的语言参考,来自维基百科,chm格式。这个是中文版的,有一部分内容由于没有翻译所以缺失。
C/C++ language reference, from Wikipedia, chm format. This is the Chinese version, there is no translation so as part of loss. (2010-08-05, C/C++, 116KB, 下载1次)

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

[VC书籍] 100examplesofc

c语言详细教程加100个例子源码。首先介绍c语言,后面附加100个例子的源代码,希望大家喜欢
detailed tutorial c language source code plus 100 cases. First introduced the c language, followed by an additional 100 examples of source code, hope you like (2010-06-26, C/C++, 194KB, 下载1次)

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

[VC书籍] matlab_and_c

《精通Matlab与C/C++混合程序设计》( 第二版) 刘维编著 ,很好的混编教程
" Proficient in Matlab and C/C++ Mixed Programming" (second edition) edited by Liu, a good mixed Tutorial (2010-01-08, C/C++, 27519KB, 下载391次)

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

[VC书籍] rls

c语言编写的俄罗斯方块程序,c语言环境编写,供大家娱乐一下:)
/********************************/ /* Desc: 俄罗斯方块游戏 */ /* Date: 2008.03.12 22:30 */ /********************************/ #include <stdio.h> #include <bios.h> #include <dos.h> #include <graphics.h> #include <string.h> #include <stdlib.h> #define true 1 #define false 0 #define BoardWidth 12 #define BoardHeight 23 #define _INNER_HELPER /*inner helper method*/ (2009-09-22, C/C++, 4KB, 下载48次)

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

[VC书籍] ThomasWongCprogrammingtips

汤姆斯旺C++编程秘诀,让程序员更深刻的了解C++编程
Thomas Wong C++ programming tips, to allow programmers to gain a deeper understanding of C++ programming (2009-07-28, Visual C++, 15414KB, 下载5次)

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

[VC书籍] FK4game

俄罗斯方块,用c语言编的,tc环境下的,希望能帮到各位。
Tetris, for use of the c language, tc environment, I hope to help you. (2009-05-04, tcl/tk, 34KB, 下载2次)

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

[VC书籍] d07

第一节 数组的基本概念 第二节 一维数组 第三节 二维数组 第四节 应用实例
Section I, section II, the basic concept of an array of one-dimensional array of two-dimensional array of Section III Section IV Application (2009-03-16, C/C++, 706KB, 下载2次)

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

[VC书籍] eluosifakuai

用C语言实现的俄罗斯方块的完整源程序,里面有详细的解释,是姜灵芝那本书籍里面的例程
C study (2009-02-28, C/C++, 32KB, 下载17次)

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

[VC书籍] efc

关于俄罗斯方块的vc++代码以及解释 自己看看就知道了
On the Russian box vc++ Code as well as to interpret its own look at the know (2008-05-19, Visual C++, 2KB, 下载8次)

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

[VC书籍] game2

炸弹超人游戏c语言简板 ,两个人碗的,A控制WASD空格,B控制光标键和回车 命数,关的风格自己在文件头自己搞定;可以吃的道具由种分别加威力和雷数(最多8个)--简单的16色游戏。
C language Jane炸弹超人game board, a bowl of two people, A control WASD spaces, B to control the cursor keys and Enter order number, the style of their own customs in the document first to get their own Items can be eaten by the species, respectively, and mine a few加威(up to 8) a simple 16-color games. (2008-03-20, Visual C++, 2KB, 下载7次)

http://www.pudn.com/Download/item/id/419774.html
总计:212