-
VC++窗体美化源码_换肤改变窗口风格
VC++窗体美化源码_换肤改变窗口风格,美化你的应用程序外观界面,让人耳目一新。本窗体美化实例将让你学会如何去改变窗体默认的标题栏、状态栏还有整体窗口的外观风格,让你的应用程序窗口更加漂亮,更能表达你的意图。
- 2022-05-20 17:57:38下载
- 积分:1
-
800X600真彩色源代码
说明: 石器时代大屏真彩色源代码,支持32位大屏,包含sever和客户端dll(c++ origin code include server and client)
- 2021-04-24 12:38:47下载
- 积分:1
-
大数据与大数据机器学习
数据挖掘作为一种现阶段很有用的方式,应用在各个领域。本文比较详细,可以借鉴看看。(Data mining, as a very useful way at this stage, is applied in various fields. We can learn from it.)
- 2020-11-13 11:09:42下载
- 积分:1
-
question2
Q1 Create a program that will initialise Port2 bits 0 - 7 to outputs. Then in an endless loop perform the sequence of bit manipulations shown below. Your program should use bit masking operations. Here is an outline of the program in pseudo-code and with the first two bit manipulations done for you.
//initialise port 2 for output
//set all outputs to 0
while(1)
{
FIO2PIN |= 0x04 // set bit 2 on (0x04 = 00000100)
FIO2PIN &= ~0x04 // set bit 2 off
//set port2 bit 1 on
//set port2 bit 1 off
//set port2 bit 4 on
//set port2 bit 6 and bit 7 on
//set port2 bit 4 off
//set port2 bit 6 and bit 7 off
- 2010-03-09 01:40:03下载
- 积分:1
-
read_image
通过大小归一化,直方图均衡化的方式读取人脸表情图像数据,()
- 2008-05-13 09:57:00下载
- 积分:1
-
js-KLine
说明: kline.js 用法,文档,用法,文档用法,文档用法,文档用法,文档(Kline.js usage, document,)
- 2020-06-17 21:20:02下载
- 积分:1
-
基于贴图技术实现一个漂亮的VC++软件界面
基于贴图技术实现一个漂亮的VC++软件界面,仿金山卫士早期的软件界面风格,看上去十分漂亮,运用贴图技术在窗体上制作了按钮、复选框、进度条、数据列表等,视觉效果真的挺不错哦,这是个值得掌握的窗口编程技巧哦。
- 2022-06-03 15:50:29下载
- 积分:1
-
A3辅助工具补丁
新中大软件a3维护工具,维护a3的工具,反年结,操作员权限管理等等(New CUHK software A3 maintenance tools, A3 maintenance tools, anti-year closure, operator rights management and so on)
- 2020-06-16 05:00:01下载
- 积分:1
-
boyi
电池与SC的混合储能的容量配置的非合作博弈算法,寻找Nash均衡解(Non-cooperative game algorithm for capacity allocation of battery and SC hybrid energy storage, looking for Nash equilibrium solution)
- 2021-03-05 09:49:31下载
- 积分:1
-
International Design Competition in the winning entries, forget what year in the...
国际程序设计大赛的获奖作品,忘记是哪一年的了.反正是相当的牛了.-International Design Competition in the winning entries, forget what year in the past. Because it is quite a cattle.
- 2022-02-02 21:23:10下载
- 积分:1