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

[VC书籍] lianjia

可以实现两个数字相加加功能,从而达到连加的效果
Even adding function can be realized (2018-07-09, C/C++, 861KB, 下载0次)

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

[VC书籍] shujujiami

des加解密算法,实现对文件的加解密,用户输入密钥 和要加密数据
Implementation of DES encryption and decryption algorithm (2017-12-17, C++, 3KB, 下载1次)

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

[VC书籍] C-language-improve_itcast

传智播客C语言提高,对于初学者帮助很大。
Chuan Chi podcast C language to improve, very helpful for beginners. (2016-05-03, C/C++, 2068KB, 下载2次)

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

[VC书籍] vc

传智播客c语言开发入门教程附带源码,非常不错
The think tank podcast c language development tutorial with the source code (2015-12-08, Visual C++, 6231KB, 下载13次)

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

[VC书籍] Kolmogorov-entropy

用C语言编制的代码,同时计算关联维数和K熵
C language code, while computing correlation dimension and K entropy (2015-09-14, Visual C++, 21KB, 下载7次)

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

[VC书籍] lpls

拉普拉斯变换C语言程序,实现拉普拉斯变换,简单易懂
Laplace transform C language program to achieve the Laplace transform, easy to understand (2015-06-16, C++ Builder, 9KB, 下载59次)

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

[VC书籍] queen

C语言实现利用拉斯维加斯算法解决皇后控制问题
Las Vegas utilization control algorithm to solve the problem of Queens (2014-07-21, Visual C++, 3KB, 下载6次)

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

[VC书籍] day04

VC基础 4 源码加讲解。。。。。。。。
VC 4 code and 。。。。。。 (2012-05-06, Visual C++, 61KB, 下载3次)

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

[VC书籍] correlation-dimension

关联维数的计算,自己编写的程序,希望对大家有用。
correlation dimension (2011-03-23, Visual C++, 1KB, 下载18次)

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

[VC书籍] c

一维稳态导热源程序的编码数据自己输入处理
one dimension steady heal conduction (2010-11-15, Visual C++, 1KB, 下载8次)

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

[VC书籍] CipherVC

使用MFC编写的维吉尼亚密码破解器 ,初学者适用
Prepared using the MFC Virginia password cracking device, for beginners (2010-08-21, Visual C++, 39KB, 下载11次)

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

[VC书籍] Simplenetworkchatprogram

实现简单局域网聊天,服务端和客户端,一个服务器可以对应多个客服端,进行聊天
To achieve a simple LAN chat server and client, a server can correspond to multiple customer service side, to chat (2009-12-05, Visual C++, 3KB, 下载5次)

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

[VC书籍] PEPacker(5)

基本要求:了解VC++6.0基本使用方法;了解PE格式,不熟悉的地方能够通过查阅资料弄懂; 阅读对象:想写壳的新手。高手掠过,本文仅限于写壳入门。 文章类型:原创 文章作者:天漏客 QQ:285252760 完成日期:2009年03月29日 作者主页:www.lilu.name 文章说明:允许转载,但最好注明转载出处。 文章标题:使用VC自己动手编写加壳程序(1)——打造自己的壳 主要内容:生成界面,完成打开文件对话框。 文章标题:使用VC自己动手编写加壳程序(2)——打造自己的壳 主要内容:打开文件,生成文件。 文章标题:使用VC自己动手编写加壳程序(3)——打造自己的壳 主要内容:检测文件格式(是否为PE格式的EXE文件) 2009.03.29 文章标题:使用VC自己动手编写加壳程序(4)——打造自己的壳 主要内容:给文件分配虚拟内存并载入内存,然后输出加壳后文件。 2009.03.31 文章标题:使用VC自己动手编写加壳程序(5)——打造自己的壳 主要内容:添加一个新的文件区段,用来存放壳代码,并用0来填充区段。 2009.04.01
Basic requirements: To understand the basic use VC++6.0 understand PE format, are not familiar with places able to access the information easily understood Read object: write shell novice. Master skirted, this article is limited to writing shell entry. Article type: Original Article Author: days missed off QQ: 285252760 Completion date: March 29, 2009 Authors Home: www.lilu.name Article Description: Allow reproduced, but the best source indicated reproduced. (2009-11-18, Visual C++, 37KB, 下载59次)

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

[VC书籍] FluidSimulation

非常经典的流体力学和传热学模拟算法 里面附有一维的模拟算法c程序代码,非常好哦。
classical fluid dynamics simulation description (2009-11-16, Visual C++, 4367KB, 下载70次)

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

[VC书籍] fangkuai

用c写的俄罗斯方块,其中的主要逻辑有:   (1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。   (2)得分越高,方块下降速度越快(每200分为单位)。   (3)每下落一个方块加1分,每消除一行加10分,两行加30分,三行加70分,四行加150分。初试分数为100分。
Tetris written using c (2009-11-01, C/C++, 5KB, 下载7次)

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

[VC书籍] MatLab_DWT

源码: 一维离散小波变换, 分解和重构, db6 小波, 基波可以随意更改, 尺度函数也可随意更改, 附上 matlab 教程
Discrete Wavelet transformation (2009-09-19, matlab, 475KB, 下载298次)

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

[VC书籍] ButterworthFIR

实现了巴特沃斯滤波。用C语言写的。实现了巴特沃斯滤波。用C语言写的。
Butterworth filter realized. Written using C language (2009-05-28, Visual C++, 3KB, 下载70次)

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

[VC书籍] xxx

使用vs2008编写的俄罗斯方块,每一步头文件跟关键函数的添加都有详细描写
Vs2008 prepared to use the Russian box, the first document every step of the key functions with a detailed description of the add (2009-05-20, Visual C++, 2250KB, 下载5次)

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

[VC书籍] C_handbook

洪维恩 C语言教学手册 洪维恩 C语言教学手册
C language bookhand (2009-02-26, Visual C++, 9341KB, 下载11次)

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

[VC书籍] bayes-

贝叶斯学习算法源码,用VC++实现,实用的
Bayesian learning algorithm source code (2009-02-07, Visual C++, 615KB, 下载54次)

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