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

[VC书籍] GOM引擎奇门阵十二生肖全套

本次更新文件“GameOfMir登录器生成器.exe M2Server.exe” 如果登陆器打不开,是运行过其他登陆器,被其他登陆器劫持了, 以后随时关注我们的官方网站,发现登陆器打不开,可能会有更新
Later, keep an eye on our official website and find that the lander can not be opened. Look at our website first, there may be updates. (2019-04-05, Visual C++, 131KB, 下载0次)

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

[VC书籍] VC实现客户端-服务器端的网络编程

服务员程序,VC实现客户端-服务器端的网络编程。
The attendant program (2017-11-24, Visual C++, 42KB, 下载3次)

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

[VC书籍] LayoutManager

超级好用的MFC控件布局管理器类,采用moveWindows实现。
Super easy to use MFC control layout manager class, using moveWindows implementation. (2016-05-13, Visual C++, 3KB, 下载13次)

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

[VC书籍] MFC-simple-calculator

MFC简单计算器,能进行简单的四则运算。
MFC simple calculator that can perform simple four operations. (2014-09-02, Visual C++, 2208KB, 下载4次)

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

[VC书籍] multimodal

无线传感器的应用前景及其的多目标优化算法
Prospects for wireless sensor applications and multi-objective optimization algorithm (2011-02-26, Visual C++, 1085KB, 下载5次)

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

[VC书籍] FIR

加入滤波器这一个模块,编译,下载,同样也是加一个周期信号,频率分别选在100Hz,9K Hz,11K Hz,100 KHz,看输出的结果是否跟理论值相同。实际的结果为:当输入信号的频率为100Hz时,输出几乎和输入一模一样 当输入信号的频率分别为9KHz和11KHz时,输出波形大致与输入相同,峰峰值都比输入小,而且11KHz对应的峰峰值衰减得更厉害一些 而当输入频率为100KHz的信号时,输出只有零点几伏的变化幅度,可以认为输出为零。
Add filter this module, compile, download, is also adding a periodic signal, frequency of elections in the 100Hz, 9K Hz, 11K Hz, 100 KHz, to see whether the results of the output with the theoretical value of the same. The actual results: when the input signal frequency is 100Hz, the output and input is almost exactly the same when the input signal frequency 9KHz and 11KHz respectively, the output and input waveform roughly the same peak smaller than the input and the corresponding 11KHz more severe attenuation peak number and when the input signal frequency is 100KHz, the output changes only the magnitude of a few tenths of volts, the output can be considered zero. (2011-02-22, Visual C++, 10KB, 下载5次)

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

[VC书籍] Systemhardwareinformationviewer

系统硬件信息查看器
System hardware information viewer (2011-01-12, Visual C++, 45KB, 下载2次)

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

[VC书籍] jisuanqi

VC++ MFC做的界面 计算器 包含各种基本运算符
VC++ MFC interfaces do contain a variety of basic operator calculator (2011-01-12, Visual C++, 283KB, 下载5次)

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

[VC书籍] MSP430ZHILING

MSP430 的内核CPU 结构是按照精简指令集和高透明指令的宗旨来设计的使用的指令有硬件执行的 内核指令和基于现有硬件结构的高效率的仿真指令仿真指令使用内核指令及芯片额外配置的常数发生器 CG1 CG2 MSP430 指令的寻址方式包括立即寻址索引寻址符号寻址和绝对寻址这四种方式均可用于源操 作数而索引符号和绝对寻址方式只可用于目的操作数源操作数的指令集需占用代码存储器中的1~3 个字
MSP430 core CPU architecture is based on reduced instruction set and high transparency directive aims to design the use of a hardware implementation of instructions Core instructions and hardware architecture based on the existing high efficiency of the simulation using the kernel command emulation instructions for additional configuration directives and a constant generator chip CG1 CG2 MSP430 instruction addressing the immediate index addressing mode, including symbolic addressing and absolute addressing addressing these four methods can be used for the source gymnastics Symbols next few and the index and absolute addressing mode can only be used for the purpose of the source operand operand instruction set required to take up code memory in the 1 ~ 3 Words (2009-12-10, Visual C++, 393KB, 下载5次)

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

[VC书籍] winsockSimplenetworkchatprogram

1)全双工通信 2)一个服务器端可以与多个客户端通信 3)客户端的数量可以配置 4)可同时启动多个服务器端,新启动的服务器端不与原来已启动的服务器端(以及该服务器对应的客户端)相互冲突 5)适用于多进程通信
1) full-duplex communication 2) a server-side communication with multiple clients 3) the number of clients can be configured to 4) can also start multiple server-side, the newly launched server is not started with the original server-side (as well as the server corresponding to the client) conflict with each other 5) applies to multi-process communication (2009-12-05, Visual C++, 1626KB, 下载28次)

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

[VC书籍] C

  我们应该明白这是如何工作的,手机发送请求通过无线网络传输到运营商的WAP网关,WAP网关将请求转发到web服务器,服务器可以用cgi,asp,servlet/jsp等构建。服务器处理后会把响应转发到WAP网关,WAP网关再把它发送到手机上。WAP网关对我们开发人员来说是透明的我们不用管它
  我们应该明白这是如何工作的,手机发送请求通过无线网络传输到运营商的WAP网关,WAP网关将请求转发到web服务器,服务器可以用cgi,asp,servlet/jsp等构建。服务器处理后会把响应转发到WAP网关,WAP网关再把它发送到手机上。WAP网关对我们开发人员来说是透明的我们不用管它 (2009-11-22, Visual C++, 13853KB, 下载14次)

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

[VC书籍] LR

lR分析器能够实现很多功能啊!需要的就下吧!多定下
lR Analyzer to achieve a lot of features ah! Needed on the next bar! Multi-set (2008-12-27, Visual C++, 8KB, 下载8次)

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

[VC书籍] port

监视服务器端口(程序代码),这个是文本形式的,要通过C++编译器运行
Monitor server port (program code), this is a form of text, through C++ Compiler running (2008-11-03, Visual C++, 2KB, 下载28次)

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

[VC书籍] AutoDemo

MFC定时器的用法,包含中文注释以及简单的用法介绍
MFC timer usage, including the Notes, as well as the Chinese introduced the usage of simple (2008-10-24, Visual C++, 36KB, 下载142次)

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

[VC书籍] 264jiema

264的播放器,能够播放JM比特流的数据。具有非常高的参考价值
264 players can play JM bit stream data. Have a very high reference value (2008-07-03, Visual C++, 3206KB, 下载832次)

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

[VC书籍] MyBrowser

这是一个用mfc做的简易的浏览器,比较实用
This is a simple to do with mfc browser, more practical (2008-05-31, Visual C++, 96KB, 下载14次)

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

[VC书籍] VC6.0yuchulichankaoshouce

VC6.0预处理器参考手册(中) VC6.0预处理器参考手册(中) VC6.0预处理器参考手册(中)
VC6.0 Preprocessor Reference Manual (Chinese) VC6.0 Preprocessor Reference Manual (Chinese) VC6.0 pre-processor reference manual (middle) (2008-05-24, Visual C++, 254KB, 下载4次)

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

[VC书籍] synedit(1)

语法着色器,用mfc制作的小程序,功能很强大哦
Grammar shader, using mfc produced small procedures, functions very strong Oh (2008-05-07, Visual C++, 375KB, 下载31次)

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

[VC书籍] Computer

几个方便的计算器,使用MFC编写,大家可以自主加一些高级的科学计算,只需要直接调用math.h中的函数可轻松实现。
err (2008-01-10, Visual C++, 1KB, 下载2次)

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

[VC书籍] opc2

ATL编程的基础用于对基于ATL的OPC服务器的框架,程序基于MFC单文档. (2007-08-30, Visual C++, 117KB, 下载73次)

http://www.pudn.com/Download/item/id/325423.html
总计:497