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

[其他] iwagei

此文件时windows编程中打开位图文件的程序,主要是针对图像处理的而言的能够实现图像的阈值分割和提取图像的特征
The program of opening bitmap files in windows programming is mainly for image processing, which can realize the threshold segmentation of images and extract the features of images. (2018-12-24, Visual C++, 191KB, 下载0次)

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

[其他] MyPlugin

通达信插件选股编程规范,编写新的选股插件只需定制自己的MyPlugin.cpp(名称可自定),其他源文件为接口规范,不可更改。插件的编写包括一个插件信息注册函数,两个选股条件判断函数和若干自编实现细节函数。
TDX PLUGIN PROGRAMMING regulatory (2018-03-14, Visual C++, 32KB, 下载3次)

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

[其他] VC++ GDI写的坦克大战完整源码

最近学习《Visual C++游戏编程基础》这本书,于是就想不能白学,编写一个游戏吧,于是就试着做了个坦克大战游戏,只学过C语言,C++看了一遍书,不会类封装,代码中都是结构体+函数。。。算是C语言式的C++了吧!
Tank war complete source code written by VC++ GDI (2017-11-30, Visual C++, 2576KB, 下载1次)

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

[其他] C++_prime_plus_第六版

C++_prime_plus_第六版_的课后题答案
The sixth edition of C++_prime_plus_answer (2017-10-19, Visual C++, 1261KB, 下载10次)

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

[其他] tinyxml_2_6_2

解析xml开源代码,比较好用,我是用在vs12上,部署后可能有乱码,稍微修改下编译问题就可以使用了
Analysis XML open source code, relatively easy to use, I used in vs12, the deployment may be garbled, slightly modified, the compiler can use the problem (2017-08-28, Visual C++, 269KB, 下载1次)

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

[其他] filter

此程序为FIR和IIR滤波器的实现,系数可以自选,经过验证程序没问题,编程环境为VS2013,可直接编译通过。
This procedure for the realization of FIR and IIR filter, the coefficients can be optional, after verification program is no problem, the programming environment for VS2013, can be directly compiled through. (2017-05-21, Visual C++, 627KB, 下载3次)

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

[其他] zhengdi

整数因子分解问题: 大于1的正整数n可以分解为:n=x1*x2*…*xm。 例如,当n=12 时,共有8 种不同的分解式: 12=12; 12=6*2; 12=4*3; 12=3*4; 12=3*2*2; 12=2*6; 12=2*3*2; 12=2*2*3。 « 编程任务:    对于给定的正整数n,编程计算n共有多少种不同的分解式。
The positive integer n greater than 1 can be decomposed as follows: n = x1* x2* ...* xm. For example, when n = 12, a total of eight different decomposition of the formula: 12 = 12 12 = 6* 2 12 = 4* 3 12 = 3* 4 12 = 3* 2* 2 12 = 2* 6 12 = 2* 3* 2 12 = 2* 2* 3. Programming tasks: For a given positive integer n, programming n Total number of different decomposition. (2013-03-16, Visual C++, 170KB, 下载11次)

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

[其他] 13

这是一个基于特洛伊木马的毕业论文,比较有参考价值,采用了线程注入技术和socket编程技术。可以进行一定程度的远程控制。
This is a Trojan horse-based dissertation, compare a reference value, using the thread implantation technique and socket programming. Can be a degree of remote control. (2011-05-16, Visual C++, 538KB, 下载20次)

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

[其他] Hundreds-of-ACM-code-

杭州电子科技大学ACM网站上上百道题目代码,对于想提高编程水平的人无疑是很好的训练资料哦
Hangzhou University of Electronic Science and Technology are hundreds of questions on the ACM Web site code, for people who want to improve the level of programming is a good training data oh (2011-02-15, Visual C++, 657KB, 下载29次)

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

[其他] shared_ptr

提取自boost的c++指针组件 shared_ptr 与 weak_ptr,并且支持enable_shared_from_this基类的集成。是c++编程中的利器中的利器
Extracted from the boost in c++ pointer component shared_ptr and weak_ptr, and supports the integration of the base class enable_shared_from_this. Is a c++ programming tool in the tool (2011-01-24, Visual C++, 2KB, 下载39次)

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

[其他] tongxunlu

具有以下功能:①用文件来保存通讯录信息(必须实现的功能)②编程实现通讯录记录的添加、删除、修改、浏览和查询
Has the following features: ① with the file to save the address book information (the need to achieve the function) ② Address Book record programming to add, delete, modify, browse and query (2010-06-28, Visual C++, 1568KB, 下载2次)

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

[其他] areajisuan

编程计算图形的面积。(程序可计算长方形、正方形和圆形的面积,运行时提示用户选择图形的类型,然后按要求输入相关数据计算面积。
Calculate the area of graphics programming. (Program calculate rectangular, square and round the area, run-time prompts the user to select the type of graph, and then asked to enter the relevant data of an area. (2009-08-27, Visual C++, 868KB, 下载6次)

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

[其他] 2

一道关于fractal的经典问题,一般编程竞赛中的常见问题。给出了一种解法。
A fractal is an object or quantity that displays self-similarity, in a somewhat technical sense, on all scales. The object need not exhibit exactly the same structure at all scales, but the same "type" of structures must appear on all scales. (2009-07-21, Visual C++, 4KB, 下载17次)

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

[其他] DOS_32bit_BIOS

PCI BIOS在PCI编程中起着一定的作用,PCI BIOS的资料也不是很好找,把找到的集中到这里,供参考
PCI BIOS in the PCI programming plays a certain role, PCI BIOS information is not very good looking, to find the focus here, for reference (2009-02-23, Visual C++, 7KB, 下载6次)

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

[其他] C-program

我正在学习C编程,传上自己做的C程序练习题,绝大部分是正确的,只有个别题有点问题,正在学习改进中。不足之处请指教,谢谢。
I was learning C programming, Chuan-C on its own procedures to do exercises, the majority is correct, the only individual title is something wrong, are learning improvements. Please advice inadequacies, thank you. (2009-01-28, Visual C++, 129KB, 下载8次)

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

[其他] LabViewAndVc1

本例子是LABVIEW与VC++6.0混合编程的例子,调用了CWGraph控件,实现了波形显示
LABVIEW with this example is VC++ 6.0 Examples of hybrid programming, call the CWGraph controls, achieved a waveform display (2008-11-24, Visual C++, 4073KB, 下载204次)

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

[其他] FftDrawing

实现快速傅立叶算法,采用vc windows编程显示傅立叶变换后的相角图,实部图,虚部图,模图和功率谱密度徒。
Fast Fourier algorithm, vc windows programming using Fourier transform shows that after the phase angle map, real maps, the imaginary part of diagram, modulus map and power spectral density only. (2008-10-08, Visual C++, 422KB, 下载73次)

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

[其他] kejian

北大密码学课程的课件~密码学基础1-4 讲得通俗易懂。适合初学者自学使用。也可用来辅助读加解密程序或者编程。
Beijing University courses courseware cryptography Cryptography ~ 1-4 speak basic user-friendly. Suitable for beginners to use self-study. Can also be used to support encryption and decryption procedures, or read programming. (2008-08-23, Visual C++, 1822KB, 下载15次)

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

[其他] feinuo

1.写出Fano编码算法。2.写出Fano编码算法的译码算法。3.任意给定一个信源模型。4.编程实现信源的Fano编码和译码
1. Write Fano coding algorithm. 2. Write Fano coding algorithm decoding algorithm. 3. Any given a source model. 4. Programming the Fano source coding and decoding (2008-06-30, Visual C++, 1KB, 下载63次)

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

[其他] DI_SOFT

研华板卡的驱动程序对应的应用程序源码的例子,都是经典的例子,修改一下,便可用于自己的编程设计
Advantech driver board the corresponding source code examples of applications, are classic examples, changed a bit, can be used to design their own programming (2008-06-20, Visual C++, 31KB, 下载54次)

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