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

[其他] VC使用XOR 256加密算法操作文本或文件

VC++使用XOR 256加密解密算法对文本或文件进行加、解密,很早时候的加密算法,但现在还很实用,搜集了一个实例,希望对VC++编程的朋友有所帮助。它主要是对十六进制的文本文档或者文件进行加密解密。
VC++ uses the XOR 256 encryption and decryption algorithm to encrypt and decrypt text or files. The encryption algorithm was a very early encryption algorithm, but it is still very practical. I have collected an example. I hope it will be helpful to friends of VC++ programming. It mainly encrypts and decrypts hexadecimal text documents or files. (2021-01-02, Visual C++, 56KB, 下载0次)

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

[其他] 资料汇总

极客班C++算法原理与实践课件和源码-侯捷 1、算法入门与编程风格 2、链表 3、二分搜索与排序数组 4、二叉树与分治算法 5、栈与队列
Geek class C++ algorithm principle and practice of courseware and source code Hou Jie 1, algorithm introduction and programming style 2, chain list 3 and two points search and sort array 4, two fork tree and divide and conquer algorithm 5, stack and queue (2018-03-19, Visual C++, 5371KB, 下载5次)

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

[其他] lua_svr-master

《终极网络服务端编程》的lua server 实现了lua脚本处理服务端逻辑+数据库 lua服务端 c++版服务端客户端(netserver,netclient) lua服务端 就是 c++ netserver项目的lua脚本化版
The Lua server of the ultimate network server programming implements the Lua script to handle the server side logic + Database Lua server-side c++ version of the server side client (netserver, netclient) The Lua server is the Lua scripting version of the c++ netserver project (2018-02-01, Visual C++, 1789KB, 下载8次)

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

[其他] 杨辉三角,布雷

编程序模拟“地雷游戏”的布雷和周边雷数统计显示。其具体要求为:在指定的雷区中(9*9的方格),随机的布上10个“地雷”(有雷为9,无雷为0)。首先按“9行9列的方格”输出随机布雷的状态(要求显示时地雷用*号表示,无雷用0表示);然后在有相邻地雷的无雷方格中标注出相邻地雷的个数;最后再次输出标注后的结果(雷区显示时地雷用*号表示,无雷用“周边雷数”表示)。
The source program of Bray (2018-01-28, Visual C++, 103KB, 下载1次)

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

[其他] A163407710-27046

VC++编程实现收发电子邮件,设置SMTP服务器和POP地址,可实现在本地接收指定帐户的电子邮件,也可以发送邮件,简单来说,实现了本地查看接收、发送Email的功能,你可以再扩展些,比如加上删除邮件的功能,将其扩展成一个邮件客户端程序。 运行环境:Windows/Visual C/C++
Vc + + programming to realize send and receive E-mail, and POP set SMTP server address, which can realize the account specified in the local receiving E-mail, also can send mail, in simple terms, realized the function of local check receive, send Email, you can extend again, and delete the Email function, for example, to extend it into a mail client program. Operating environment: Windows/Visual C/C++. (2018-01-11, Visual C++, 22KB, 下载3次)

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

[其他] exercise1

函数名为pressure_profile,数组x通过函数F_CENTROID得到面f的质心,loop循环扫描整个定义的边界,计算每个网格面边界条件的值。对于初学fluent udf编程的同学来说,是很好的练习案例
Function called pressure_profile, array x surface is obtained by function F_CENTROID f centroid, scanning the entire loop cycle defined boundary, calculating the value of each grid surface boundary conditions. Udf programming for beginners fluent students, it is good practice case (2017-10-21, Visual C++, 12KB, 下载5次)

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

[其他] VC++深入详解教学视频(HTML版1-2节)

vc++深入详解视频教程主要从程序内部运行的机制和MFC程序的组织脉络入手,使学习者在学习VC++编程知识时,既能够知其然,又能知其所以然
Vc++ detailed explanation of the video tutorials, mainly from the internal mechanism of the program and the organizational context of the MFC program to start, so that learners in learning VC++ programming knowledge, both to know it, but also to know why (2017-09-08, Visual C++, 66297KB, 下载2次)

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

[其他] smartTrade开发范例及Demo

smartTrade是基于通达信的tcapi协议,直接调用底层api进行交易和查询操作,速度均为毫秒级,能够兼容上百家券商.smartTrade同时支持单账户和多帐户,同时支持阻塞模式和异步并发工作模式,同时支持单步操作和批量操作.提供丰富的开发接口demo,使得无论您是编程的新手,抑或是开发的老手,都很容易上手.而编程的高手,选择我们的接口更容易挖掘出更强大的功能.smartTrade具有以下特点
SmartTrade is a proof based on tcapi protocol, direct calls to the underlying API transaction and query operation, speed of milliseconds can be compatible with hundreds of brokerage.SmartTrade supports both single and multi account account, while supporting the blocking mode and asynchronous concurrent working mode, the single step operation and batch operation at the same time. Development interface demo rich. So whether you are a novice programming, or the development of veterans, are very easy to use. And the programming master, we choose the interface easier to dig out the more powerful.SmartTrade function has the following characteristics (2017-07-27, Visual C++, 14374KB, 下载65次)

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

[其他] the-way-to-go_ZH_CN-master

在接触 Go 语言之后,对这门编程语言非常着迷,期间也陆陆续续开始一些帮助国内编程爱好者了解和发展 Go 语言的工作,比如开始录制视频教程《Go编程基础》。但由于目前国内并没有比较好的 Go 语言书籍,而国外的优秀书籍因为英文的缘故在一定程度上也为不少 Go 语言爱好者带来了一些学习上的困扰,不仅为了加快扩散 Go 爱好者的国内群体,同时充分贯彻 Asta谢 的为己为人精神,本人在完成阅读这本名叫《The Way to Go》之后,决定每天抽出一点时间来进行翻译的工作,并且以开源的形式免费分享给有需要的 Go 语言爱好者。 尽管该书对目前 Go 语言版本来说有小部分内容相对过时,但是为当下不可多得的好书,部分内容已获得作者同意根据当前 Go 语言版本进行修改。 该翻译版本已获得原作者(Ivo Balbaert)本人授权,并表示支持开源事业的发展!
In contact with the Go language, fascinated by this programming language, also continued during the start of some help domestic programming enthusiasts to understand and develop the Go language, such as start recording video tutorials "Go Programming Fundamentals. However, due to domestic and the better Go language books, outstanding foreign books because of English to some extent also for a lot of the Go language enthusiasts bring some learning troubles, not only in order to accelerate the diffusion of Go enthusiasts domestic groups, but the full implementation of Asta thank for their own human spirit, I finished reading this book called "The Way to Go", decided to spend a little time each day to carry out the work of translation, open source and free share the Go language enthusiasts. Despite the small part of the contents of the book Go languages ​ ​ relatively outdated, but for the moment rare books, part of the contents has obtained the consent of the author to modify (2013-04-15, Visual C++, 222KB, 下载4次)

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

[其他] Signal-detection-of-signal-of-heart

心电信号的计算机分析 通过理论结合实际,用C语言编程对MIT心电信号数据进行分析,实现低通滤波、高通滤波、QRS检测、特征提取、心律失常分析,从中了解和掌握数字信号处理的方法和应用。
ECG computer analysis by the theory with reality, and C language programming on the MIT ECG data analysis, low-pass filter, high pass filtering, QRS detection, feature extraction, arrhythmia analysis, learn about and master the digital signal processing methods and applications. (2011-06-19, Visual C++, 2841KB, 下载133次)

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

[其他] gudingfenqu

固定分区分配是将内存用户空间划分为若干固定大小的分区,允许多道作业并发执行。当有一空闲分区时,便可以从后备作业队列中,选择一个适当大小的作业装入该分区。本次实验是利用软件编程模拟固定分区存储方式。
Fixed partition memory user space is divided into several fixed-size partitions, allowing concurrent execution of multi-channel operation. When there is a spare partition, they can reserve job queue, select an appropriate size of the job into the partition. The experiment is simulated using a fixed partition software programming stored. (2011-06-01, Visual C++, 1KB, 下载4次)

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

[其他] ipp_include_stublib

intel ipp函数库和lib库,VC编程时可以调用
intel ipp library and the lib libraries, VC programming can be called (2010-03-21, Visual C++, 598KB, 下载492次)

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

[其他] 20059151251147

1.TestDrawItemFunction.rar 制作个性化界面时使用DrawItem函数,这是对此了解有所帮助 2.TestLanguageConversion.rar 制作多国语言切换时,以前使用ini文件来操作这样编程比较复杂。使用SetThreadLocale函数就很容易的实现,不过Win2K以上版本的OS中好用。
1.TestDrawItemFunction.rar create personalized interface to use DrawItem function, it is helpful to understand this multi-language production of 2.TestLanguageConversion.rar when switching ini file previously used to operate such a program is more complex. It is easy to use SetThreadLocale the realization of the function, but the Win2K version of the OS, easy to use and above. (2010-03-01, Visual C++, 70KB, 下载2次)

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

[其他] VCpp20casesofwindows

VC++ 20个窗体编程实例源码,既简单又实用,这些实例主要有: 如何通过HWND获得CWnd指针 如何获得应用程序主窗口的指针 如何获得指定点的窗口 如何最大化和最小化窗口 如何设置窗口的大小和位置 如何使窗口居中显示 如何使窗口顶层显示 如何设置窗口的图标 如何获得和设置窗口的标题 如何显示或隐藏窗口的标题栏 如何改变窗口的形状 如何设置窗口的透明区域 如何显示或隐藏任务栏 如何获得任务栏窗口 如何实现动画窗口 ……
By VC++,twenty cases of windows,easy,convenient and practical。 (2010-02-24, Visual C++, 80KB, 下载41次)

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

[其他] NewRegion040606

在电视软件系统中,需要手工编程完成OSD菜单显示,其过程会相当麻烦,有了此工具后,在将代码烧入到电视板卡之前就可以在PC上看到OSD效果,且帮助我们组织好OSD数据
In the TV software system, you need to complete the manual programming OSD menu is displayed, the process will be very troublesome With this tool, in the code burned into the TV card into the PC before you can see the OSD effect, and to help us organize Good OSD data (2010-01-11, Visual C++, 419KB, 下载6次)

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

[其他] houzixuandawang

有M只猴子围成一圈,每只各一个从1到M中的编号,打算从中选出一个大王;经过协商,决定出选大王的规则:从第一个开始循环报数,数到N的猴子出圈,最后剩下来的就是大王。要求:从键盘输入M、N,编程计算哪一个编号的猴子成为大王
Monkeys have M circle, each one each from 1 to M in number, intended to select from a king after consultations, decided to select a king s rule: starting from the first one reported that the number of cycles, the number of monkeys to N a circle, the last remaining is the king. Requirements: from the keyboard input M, N, the calculation program which became a number of monkey king (2009-09-23, Visual C++, 162KB, 下载4次)

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

[其他] ICCAVR7.14C

ICC-AVR7.14C破解版,AVR的编程软件。按照说明文件进行破解即可!
ICC-AVR7.14C crack version, AVR programming software. Follow the instructions to file can break! (2008-12-15, Visual C++, 8664KB, 下载750次)

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

[其他] regexdate

很久没有VCKbase发表文章了,这次发表一些比较基础的文章吧!看过"保证你现在和未来不失业的十种关键技术"这篇文章了吧,这次我就拿出一个不会让你失业的编程技术讲讲吧,老虾们千万不要拿鸡蛋砸我,我只是写给初学者的!
VCKbase published articles, some published this comparison based on the article! Read "guarantee your future is not now and unemployment of 10 key technologies" This article is a bar, This time, I took out an unemployment will not let you talk about the programming it, the old shrimp they should not take the eggs hit me, I just wrote beginners! (2006-04-22, Visual C++, 316KB, 下载1次)

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

[其他] 掩码程序

这个程序是用VC++6.0写的。 正常来说,在DOS界面下,所输入的字符都会被看得一清二楚,毫无隐思可言。 这个程序是可帮助用VC++编程却不懂用MFC的朋友做出这样的效果。
this procedure with VC 6.0 is written. Normally, the DOS interface, the importation of characters will be seen clearly, there is no hidden thinking to speak of. This procedure can be used to help but they do not know VC friends with MFC make such an effect. (2005-12-11, Visual C++, 1KB, 下载5次)

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

[其他] c++&vc小程序集合

Astro3.zip 重载==运算的例子 Asycls11.zip 异步处理类, C++代码 addzip06.zip 在程序开发中使用文件压缩技术 addresschange.zip 这是一个用来改变ip地址和硬件地址的小程序 a10_src.zip DirectDraw游戏编程的最佳入门范例 aComressEX.zip 用了三种比较简单的压缩算法。
Astro3.zip Heavy == operator example Asycls11.zip asynchronous class and the C code addzip06.zip developers use compression technology addresschange.zip This is a change for ip address and the hardware addresses of small programs a10_src.zip DirectDraw game programming the best example aComressEX.zip entry with three relatively simple compression algorithm. (2005-11-19, Visual C++, 1079KB, 下载16次)

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