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

[Windows编程] textshadeprj

VC++制作渐变的文字,文字的色彩会越来越暗,也会越来越亮,最终形成渐变文字,帧较慢,效果并不是太好。还需要再优化完善,具体思路是先安装一个定时器,通过CDC 类的SetTextColor 函数在OnTimer()函数中改变字符串的颜色,并且注意尽量使颜色变化的梯度减校
VC++ production gradient text, text color will become dark, will be getting brighter, eventually forming a gradient text, frames slower, the effect is not very good. Still need to optimize the sound, the specific idea is to install a timer function by SetTextColor CDC class () function to change the color of the string in OnTimer, and pay attention to possible changes in the color gradient of less school (2014-05-28, Visual C++, 28KB, 下载2次)

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

[Windows编程] VC.NETnoform

VC.NET源代码创建一个圆角窗口,椭圆形窗口,创建非矩形的窗口,虽然不是常规的窗口类型,但也算“规则”窗口吧,因为除了四角是圆的之外,其余地方与标准的矩形窗口没什么不同,只可惜牺牲了窗口右下角的拖放功能,不能按住鼠标实现拖动了,只能一点一点改边宽度后再改变高度,这样可把窗口拉大或缩校
VC.NET source code to create a rounded window, oval window, create a non-rectangular windows, though not a conventional window type, but also considered " the Rules" window, because in addition to the four corners are rounded, the other place with the standard rectangular window is no different, but unfortunately at the expense of the lower right corner of the window and drop feature, you can not hold down and drag the mouse to achieve, can only change a little bit and then change the height of the edge width, which can widen or shrink the window School (2014-04-21, Visual C++, 27KB, 下载1次)

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

[单片机开发] SHUZIDIANZIZHONG

设计一个具有时、分、秒显示的电子钟(23小时59分59秒)。该电子钟应具有手动校时、校分得功能。
Designing a hours, minutes and seconds display electronic clock (23 hours 59 minutes 59 seconds). When the electronic clock should have manually school, school share function. (2014-04-02, Visual C++, 502KB, 下载2次)

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

[汇编语言] hui-bian

汇编语言课件 内涵32位汇编实例 来自985/211名校 助初学者快速掌握汇编技术
Assembly language courseware examples from the compilation connotation 32 985/211 schools to help beginners grasp assembly techniques (2014-03-31, Visual C++, 4112KB, 下载1次)

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

[打印编程] dateprint

校历打印程序。输入起始日期和结束日期,自动打印校历。
input the beginning date and the ending date ,print all the date between. (2014-02-23, Visual C++, 1KB, 下载4次)

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

[破解] VN-Win7

win7激活工具,可以让你无忧无虑!win7激活工具,可以让你无忧无虑!
win7 activation tool (2013-12-11, Visual C++, 232KB, 下载12次)

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

[图形图像处理] img64

學校作業,可以把.64的文字檔案轉成bmp的image file
School homework, let .64 txt file to image file (2013-12-10, Visual C++, 22KB, 下载1次)

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

[操作系统开发] c

动态优先数调度算法实现,祝你学习操作系统全程无忧
Dynamic priority scheduling algorithm, I wish you to learn the operating system worry free (2013-11-27, Visual C++, 291KB, 下载1次)

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

[操作系统开发] b

时间片轮转调度算法的实现,祝你学习操作系统全程无忧
Round-robin scheduling algorithm to achieve, I wish you a worry free operating system to learn (2013-11-27, Visual C++, 398KB, 下载2次)

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

[单片机开发] ds1302-(3)

可以计时还可以显示秒表计时,通过外部键盘改变时间和切换模式。还可以自动校时。
It can display time and count time .you also can change time by keys.It show in a 1cd. (2013-11-16, Visual C++, 8KB, 下载1次)

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

[单片机开发] ds1302-(2)

可以计时还可以显示秒表计时,通过外部键盘改变时间和切换模式。还可以自动校时。
It can display time and count time .you also can change time by keys.It show in a 1cd. (2013-11-16, Visual C++, 2KB, 下载1次)

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

[单片机开发] 8led-time

可以计时还可以显示秒表计时,通过外部键盘改变时间和切换模式。还可以自动校时。
It can display time and count time .you also can change time by keys.It show in a 1cd. (2013-11-16, Visual C++, 1KB, 下载2次)

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

[屏幕保护] ym_vcpp-MyScreensaver

VC++ 编写的屏保实例程序 由计数器调用DrawBitmap()函数,切换图片;   注意,两个函数中的IDB_BITMAP1, dc.BitBlt(0,0,800,600……以及if(nIndexBit>=5)中的有关数据依据你的bmp图片个数、尺寸、位置不同而不同,我是选择了5张,800x600的bmp图片。注意,ID值是连续的,IDB_BITMAP1最校   响应键盘、鼠标是屏幕保护程序不可缺少的……
VC++ Prepared screensavers example program called by the counter DrawBitmap () function, switch the picture Note that the two functions of IDB_BITMAP1, dc.BitBlt (0,0,800,600 ...... and if (nIndexBit> = 5) of the relevant data bmp images based on your number, size, location varies, I chose five Zhang, 800x600 in bmp picture. attention, ID values ​ ​ are sequential, IDB_BITMAP1 most school Respond to keyboard, mouse, screen saver is indispensable ...... (2013-10-12, Visual C++, 29KB, 下载7次)

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

[数值算法/人工智能] solution

2013 Multi-University Training Contest 4 Solution ACM多校联合集训第四场解题报告
2013 Multi-University Training Contest 4 Solution (2013-10-11, Visual C++, 6KB, 下载2次)

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

[数值算法/人工智能] report

2013 Multi-University Training Contest 1 SolutionACM多校联合集训第一场解题报告
2013 Multi-University Training Contest 1 Solution ACM multi-joint training school first solving report (2013-10-11, Visual C++, 326KB, 下载1次)

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

[数值算法/人工智能] solution

2013 Multi-University Training Contest 7 Solution ACM多校联合集训第7场解题报告
2013 Multi-University Training Contest 7 Solution ACM multi-joint training school first seven games solving report (2013-10-11, Visual C++, 89KB, 下载7次)

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

[浏览器] VBPROXY

真正能用的VB设置浏览器的代理源码可以去无忧代理下载最新的代理IP
VB really usable browser proxy settings to worry proxy source can download the latest proxy IP (2013-09-26, Visual C++, 2KB, 下载9次)

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

[其他书籍] huawei

华为历年校招机试题目,希望对应届找工作的童鞋有帮助
Huawei calendar school recruit test machine head, hoping to find work on the forthcoming children' s shoes help (2013-09-19, Visual C++, 88KB, 下载12次)

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

[行业发展研究] US-EE-RANK

美国大学EE专业排名,对大家申请选校有哦所参考
the rank for universities in America on Electronical engnering (2013-08-29, Visual C++, 7KB, 下载1次)

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

[其他游戏] LabTest2

黑杰克學校測驗題,從裡面的碼發展出整個遊戲
Black Jack school quiz, from the inside out the entire game code development (2013-08-03, Visual C++, 3074KB, 下载2次)

http://www.pudn.com/Download/item/id/2321133.html
总计:275