-
asp+html编程,asp与html的完美结合,初学者仔细体会大有帮助。...
asp+html编程,asp与html的完美结合,初学者仔细体会大有帮助。-asp html programming, asp html with the perfect combination of carefully beginners experience of great help.
- 2022-02-01 08:53:41下载
- 积分:1
-
通过本程序可以监控注册表,本程序来源于CodeProject网站,我以前下的。...
通过本程序可以监控注册表,本程序来源于CodeProject网站,我以前下的。-This procedure can be monitored through the registry, the program comes from CodeProject site, I under.
- 2022-05-08 18:34:33下载
- 积分:1
-
this example we can refer to these landing certification also means the realizat...
这个例子可以参考这些登陆认证,也就是实现windows的登陆是用户接口-this example we can refer to these landing certification also means the realization of the landing windows user interface is
- 2023-03-24 14:50:03下载
- 积分:1
-
example, application procedures for small C builder
串口实例程序,应用C++builder小程序-example, application procedures for small C builder
- 2023-06-05 23:45:04下载
- 积分:1
-
casl汇编器,翻译CASL书写的汇编程序.采用改进的两次汇编算法
casl汇编器,翻译CASL书写的汇编程序.采用改进的两次汇编算法-casl assembler, translation CASL writing assembler. Improved algorithm for the compilation of the two
- 2022-01-22 05:46:48下载
- 积分:1
-
曲线绘制~学习代码~曲线绘制~学习代码
曲线绘制~学习代码~曲线绘制~学习代码-Curve ~ Learning Curve ~ Learning the code ~ code ~ ~ ~
- 2022-01-21 01:17:55下载
- 积分:1
-
mips pipeline 模以程序,mfc实现的,功能就不用说了把,大家都知道的...
mips pipeline 模以程序,mfc实现的,功能就不用说了把,大家都知道的-MIPS pipeline to die procedures mfc achieve, and functions not have had to put, we all know the
- 2022-08-25 20:16:31下载
- 积分:1
-
SSDTmon
SSDTmon - view os kernel SST and win32k SST, unhook, syntax base for NT API. Console client. C++, Use driver for kernel memory acce-SSDTmon- view os kernel SST and win32k SST, unhook, syntax base for NT API. Console client. C++, Use driver for kernel memory access
- 2022-10-27 01:40:04下载
- 积分:1
-
graph traversal of the display (c language curriculum design data structures tha...
图的遍历的演示(c 语言 数据结构课程设计题)
/*定义图*/
typedef struct{
int V[M]
int R[M][M]
int vexnum
}Graph
/*创建图*/
void creatgraph(Graph *g,int n)
{
int i,j,r1,r2
g->vexnum=n
/*顶点用i表示*/
for(i=1 iV[i]=i
}
/*初始化R*/
for(i=1 iR[r1][r2]=1
g->R[r2][r1]=1
scanf("%d,%d",&r1,&r2)
}
}
-graph traversal of the display (c language curriculum design data structures that)/* definition of the map*/typedef s truct V (int int [M] R [M] [M]) int vexnum Graph/* create map*/void creatgraph (Graph* g, int n) (int i, j, r1, r2 g-
- 2023-05-29 19:45:03下载
- 积分:1
-
改变屏幕亮度的程序,对于一些显卡有效,可以改变显示参数Some video cards allows you to programmingly modify t...
改变屏幕亮度的程序,对于一些显卡有效,可以改变显示参数Some video cards allows you to programmingly modify the Gamma Ramp values. You can use this feature to change the brightness of the entire screen.
The SetDeviceGammaRamp API function receive an array of 256 RGB values. Increasing the values in this array will make your screen brighter, and decreasing these values will make your screen darker. You can also increase or decrease the intesity of the red/green/blue components. For example: Increasing the blue component in all RGB values will add more blue color to the entire display.
-screen brightness change the procedure, for some graphics effective, display parameters can be changed Some video cards allows you to program mingly modify the Gamma Ramp values. You can use this feature to change the brightness of the ent ire screen. The API functi SetDeviceGammaRamp on receive an array of 256 RGB values. Increasin g the values in this array will make your screen b Righter, and decreasing these values will make
- 2022-06-01 15:01:37下载
- 积分:1