-
C#隐藏指定分区不显示
C#隐藏指定分区不显示,先获取到所有的磁盘分区,然后本程序可禁止掉该分区盘符的显示,类似于Windows系统隐藏盘符的功能,这样就在硬盘上找不到该分区了,当然也可恢复显示。请注意:隐藏驱动器操作成功,注销计算机即可生效!
- 2023-03-13 13:30:04下载
- 积分:1
-
在视窗平台下的俄罗斯方块游戏,基于对话框
windows平台下的俄罗斯方块游戏,基于对话框-under windows platform Tetris game, based on the dialog box
- 2023-08-02 14:15:03下载
- 积分:1
-
MainWindow
说明: 每个像素有RGB三个通道,每个通道占1个字节,灰度化公式如下:
Gray = (R + G + B) / 3 将算得的Gray值赋值给对应像素的RGB三个通道。
线性滤波的基本原理是用均值代替原图像中的各个像素值,即对待处理的当前像素点(x,y),选择一个模板,该模板由其近邻的若干像素组成,求模板中所有像素的均值,再把该均值赋予当前像素点(x,y),作为处理后图像在该点上的灰度g(x,y),即g(x,y)=1/m*∑f(x,y),m为该模板中包含当前像素在内的像素总个数。(Each pixel has three channels R G B, each of which takes up one byte.)
- 2020-11-30 11:19:28下载
- 积分:1
-
套利精灵2019版本无限制
说明: 这个是无限制版的 套利精灵 2019最新的 可以交易4组货币对进行对冲 4组一共是8个货币兑(This is the latest unlimited version of the arbitrage wizard in 2019, which can trade four sets of currencies to hedge against four sets of currencies, a total of eight currencies against each other.)
- 2020-06-18 01:20:01下载
- 积分:1
-
经典的asp项目案例!
经典的asp项目案例! -The classic asp project case studies! The classic asp project case studies!
- 2022-11-25 17:40:03下载
- 积分:1
-
LED一体箱开发包_V3.9.1.4329_20171031
【声明】
此次版本测试 在对 LED03/EP-YTX030 /EP-YTX031,PT-V500/EP-G200/EP-G210 型号做 RS-485通信时
发现有丢包情况,建议客户采用 RJ45传输模式进行控制。如果客户强制使用 RS-485通信,可自己控制
发送指令间隔在200ms以上,可减少丢包率,但是建议客户慎重选择。
V3.9.1.4329_20171031 更新
1、更改 设置音量大小函数参数,规定音量大小的范围在 0-10之间。
2、更改 EP-YTX030 /EP-YTX031 ,PT-V500/EP-G200/EP-G210,型号控制时,CPU占用过高的问题。
V3.8.1.4156_20171019 更新
1、修改了RS-485传输的方式,修正了LED03/EP-YTX030 /EP-YTX031,PT-V500/EP-G200/EP-G210,EP-YTX004等型号使用485通信时丢包的问题。
2、修改EPIntegrateBox.ini配置文件说明,更改该文件位置目录为:C盘***AppDataLocaleparkingEParkingManage目录下。
3、修改了LED03/EP-YTX030型号相机透传时一体机和相机都控制抬杆的BUG。
4、增加对EP-YTX004一体箱的支持。
5、添加了对EP-YTX030 /EP-YTX031,PT-V500/EP-G200/EP-G210,EP-YTX004等型号的音量调节功能接口。001不支持修改,002和004音量直接修改到卡,030记录到配置文件。(This version of the test in the LED 03/EP-YTX030/EP-YTX031, PT-V500/EP-G200/EP-G210 model RS-485 communication
It is suggested that customers use RJ45 transmission mode to control packet loss. Customers can control themselves if they are forced to use RS-485 communication.
Sending instructions at intervals of more than 200 ms can reduce packet loss rate, but customers are advised to choose carefully.
V3.9.1.4329_20171031 Update
1. Change the parameters of setting volume size function to specify the range of volume size between 0 and 10.
2. Changing EP-YTX030/EP-YTX031, PT-V500/EP-G200/EP-G210, the problem of excessive CPU usage in model control.
V3.8.1.4156_20171019 Update)
- 2020-06-24 17:20:01下载
- 积分:1
-
pbassist12.5
PB小助手For PB 12.5用于查询无用对象及重复对象(PB assist )
- 2015-12-05 15:45:18下载
- 积分:1
-
乾坤系列指标
说明: 乾坤系列指标是比较好的指标之一,不管是短线长线都有一定的参考价值(Qiankun series index is one of the better indicators, whether it is a short line long line has a certain reference value)
- 2019-03-19 23:19:15下载
- 积分:1
-
Nouveau dossier
MATLAB is used in order to implement a dashboard that can be used to monitor in real time the speed of the lead car, speed of the ACC car and distance between the 2 cars.
- 2018-08-08 16:43:47下载
- 积分:1
-
入侵检测系统snort,代码纷繁复杂,程序文件很多,对于新手,很难分析清楚源代码,但是源代码确实研究入侵检测系统分场重要的工具。
本资料详细分析了入侵检测...
入侵检测系统snort,代码纷繁复杂,程序文件很多,对于新手,很难分析清楚源代码,但是源代码确实研究入侵检测系统分场重要的工具。
本资料详细分析了入侵检测系统snort的体系结构,程序源代码,主要数据结构和重要函数。-Intrusion Detection System snort, complex code, a lot of program files, for novices, it is difficult to analyze the source code, but the study of the source code is indeed an important breakout intrusion detection system tools. A detailed analysis of the information system snort intrusion detection architecture, the program source code, the main data structure and an important function.
- 2022-11-03 13:05:04下载
- 积分:1