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

[Windows编程] 计算器 (1)

简易计算器,能够进行简单加减乘除,使用简便
Clean Calculator Beta (2017-06-28, Visual C++, 1KB, 下载1次)

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

[Windows编程] mediatimer

vc中使用高精度多媒体定时器 用于需要高精度定时的算法
Vc is used in high precision multimedia timer Used for high precision timing algorithm (2016-05-01, Visual C++, 4420KB, 下载7次)

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

[Windows编程] timer-and-counter-

VC 写的定时器,计数器示例程序。适合初学者参考学习。
VC write timer, counter sample program. Suitable for beginners to learn. (2014-08-25, Visual C++, 400KB, 下载1次)

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

[Windows编程] Explorer

VS2010的资源管理器代码 功能基本实现XP类似的资源管理器 只是实现“我的电脑”
VS2010 Explorer code basic functions to achieve similar XP Explorer just to achieve the "My Computer" (2013-01-05, Visual C++, 203KB, 下载7次)

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

[Windows编程] 760209

计算器 简单的计算器 使用c++语言编写 求正弦余弦
Calculator VC++ (2012-12-26, Visual C++, 3035KB, 下载20次)

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

[Windows编程] gllb

桂林老兵 COOKIES 破解器桂林老兵 COOKIES 破解器
meiyou,meiyou meiyou meiyou meiyou (2011-03-24, Visual C++, 261KB, 下载6次)

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

[Windows编程] ourdev_531247

计算器 能够实现多种功能的计算器可以加减乘除括号等等
Calculator Calculator to achieve a variety of functions, Math brackets, etc. can (2010-09-04, Visual C++, 6KB, 下载4次)

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

[Windows编程] yufa

语法分析器,用C++运行。非常好用啊!能运行。
Parser (2009-12-14, Visual C++, 264KB, 下载8次)

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

[Windows编程] network_player_source_coding

支持多种格式的网络流媒体播放器源码,非常好用。
Supports a variety of formats, network streaming media player source code, very easy to use. (2009-12-02, Visual C++, 631KB, 下载90次)

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

[Windows编程] yuankong

小牛远控源代码,里面包含了服务器和客户端
小牛远控源代码,里面包含了服务器和客户端 (2009-11-27, Visual C++, 1014KB, 下载63次)

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

[Windows编程] duokai

游戏多开器,很有用 游戏多开器,很有用 游戏多开器,很有用
More open game, and very useful to open the game, and very useful to open the game, and very useful (2009-06-27, Visual C++, 1104KB, 下载50次)

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

[Windows编程] wenjia

表达式解析器 表达式解析器
Expression Parser expression parser (2008-12-24, Visual C++, 7KB, 下载4次)

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

[Windows编程] Player

多媒体播放器,简单实用
Multimedia player, simple and practical (2008-12-13, Visual C++, 1194KB, 下载1次)

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

[Windows编程] WinHex

16进制编辑器方便查看文件结构 结构
16 hexadecimal editor view the file structure to facilitate the structure of (2008-10-12, Visual C++, 1306KB, 下载22次)

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

[Windows编程] ColorPicker

模仿DemoDreamweaver颜色选择器
Mimic DemoDreamweaver Color Picker (2007-07-21, Visual C++, 25KB, 下载19次)

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

[Windows编程] 1312456789

在 DBMS 中,可以使用锁来控制多个程序对数据项的访问:当程序要访问数据项时,要给数据项上锁。如果它仅仅是读取数据项,则通常上共享锁,这样其它的事务也可以同时读取该数据项。而若此程序是要修改数据项,则会给它数据项上独占锁,此时其它程序也就不能再访问这个数据项了。 对于同一个数据项,若有不同的程序同时给一个数据项上锁,且其中至少有一个是独占锁时,就表示它们发生了冲突。当发生冲突时,加锁的请求就会被拒绝。 每个加锁请求包含三个元素:锁模式、事务标识符和数据项标识符。两个程序可以同时给数据项上锁,前提是它们没有冲突。 在早期开发阶段,你需要编写一个简单的锁管理程序来处理加锁请求。它使用以下的规则来处理各种请求: 若一个加锁请求与先前的加锁请求没有发生冲突,则 DBMS 许可这个加锁请求; 一旦允许了一个加锁请求,则它将永远锁定数据项,不会改变,也不会释放; 如果一个程序的加锁请求与已有的锁发生了冲突,则 DBMS 拒绝这个加锁请求; 如果一个程序的加锁请求被拒绝,则 DBMS 忽略由这个程序发出的后续所有加锁请求。
the DBMS can be used to control the number of locks on the data, of the visit : When the procedures to access data items, data items to give locked. If it is read-only data, usually sharing locks, such other matters can also read the data item. And if this procedure is to amend the data, it will give information on items exclusive lock, other programs at this time, it will not re-visit this item of data. For the same data, if a different procedure for a data item unlocked but at least there is an exclusive lock, it said they occurred in the conflict. When there is conflict, locked the request will be refused. Each request includes lockable three elements : Lock mode Service data item identifier and identifier. Two procedures can simultaneously lock data items, provided they are not in conf (2006-07-19, Visual C++, 1KB, 下载5次)

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

[Windows编程] cnbeast

计算器测试版 哈哈,小东西也忍不住要与大家分享阿。希望大家多提意见
calculator beta Haha, small things can not help but to share with you A. We hope to speak up (2006-06-14, Visual C++, 224KB, 下载2次)

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

[Windows编程] caculor

一个用vc++实现的计算器原代码,是本人编写的第一个windows程序
a vc achieved with the original code calculator, I was the first one prepared by the procedures windows (2006-05-08, Visual C++, 74KB, 下载18次)

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

[Windows编程] 111164vcompile

一个完整的编译器源代码,从事系统编程方面可以去研究一下
A complete implementation of a compiler, those who work in the field of system programming can read it (2005-06-20, Visual C++, 48KB, 下载32次)

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

[Windows编程] DrawApi

用Api做图形编辑器
Api do with graphics editor (2004-12-19, Visual C++, 16KB, 下载24次)

http://www.pudn.com/Download/item/id/1103428281574388.html
总计:5580