-
一种快速准确的网络入侵检测系统
- 2022-02-05 09:00:19下载
- 积分:1
-
Introduction to Algorithms MIT course lecture notes, very complete, is a compute...
MIT算法导论课程的讲义,十分齐全,是计算机专业的学生学习算法设计的经典入门材料-Introduction to Algorithms MIT course lecture notes, very complete, is a computer science students to learn the classic algorithm design entry materials
- 2022-08-08 10:27:05下载
- 积分:1
-
史上最全之气象物理量计算程序——fortran版
包含水汽压、比湿、位温、虚温。。。。。。,不管你信不信 反正这是我见到的最全的 贴上来 给大家共享了
转自气象家园
- 2022-04-24 23:03:23下载
- 积分:1
-
用来检测excel文件的列是否有重复的字段。如有,就把重复的字段显示出来。输入参数:excel文件名,列号,开始行,结束行。...
用来检测excel文件的列是否有重复的字段。如有,就把重复的字段显示出来。输入参数:excel文件名,列号,开始行,结束行。-excel document used to determine whether there is a series of overlapping fields. For, they repeat the fields displayed. Input parameters : excel file name out, started OK, OK end.
- 2022-07-14 04:16:47下载
- 积分:1
-
vc的一些原码,对于帮助学习和提高很有帮助
vc的一些原码,对于帮助学习和提高很有帮助-vc some of the original code, for help to learn and improve very helpful
- 2022-05-24 03:52:08下载
- 积分:1
-
Java自定义鼠标光标
super("自定义光标"); //调用父类构造函数
int[] cursor={Cursor.DEFAULT_CURSOR,Cursor.HAND_CURSOR,Cursor.MOVE_CURSOR,Cursor.N_RESIZE_CURSOR,Cursor.W_RESIZE_CURSOR,Cursor.WAIT_CURSOR,Cursor.TEXT_CURSOR}; //预定义光标数组
Container container=getContentPane(); //得到容器
container.setLayout(new FlowLayout()); //设置容器布局管理器
for (int i=0;i JTextArea jta=new JTextArea(3,6); //实例化一个文本框对象
jta.setCursor(Cursor.getPredefinedCursor(cursor[i])); //设置文本框的光标
container.add(jta); //增加组件到容器上
}
Toolkit toolkit=Toolkit.getDefaultToolkit(); //得到默认的ToolKit对象
Image image=toolkit.getImage("cursor.gif"); //得到图像
Cursor customCursor=toolkit.createCustomCursor(image,new Point(6,6),"MyCursor"); //实例化自定义光标对象
JTextArea jta=new JTextArea(3,6); //实例化文本框
jta.setCursor(customCursor); //设置文本框光标
container.add(jta); //增加组件
setSize(300,160); //设置窗口大小
setVisible(true); //窗口可视
- 2022-03-06 15:35:47下载
- 积分:1
-
CRC的算法校验
CRC的算法校验-CRC checksum algorithm
- 2022-02-09 16:43:36下载
- 积分:1
-
4头激光灯
舞台灯4头激光效果灯:基于STC单片机控制的激光效果灯,外围加75176控制芯片与控台连接,实现舞台灯用DMX512信号通信进而控制从机动作。
- 2022-07-01 14:24:03下载
- 积分:1
-
Source Insight 3, a tool which is helping for programming.
源码洞察3,一个帮助编程的工具。
- 2023-04-03 14:00:03下载
- 积分:1
-
对通用串行总线#$% 的技术特点和数据传输机制进行了较详细的分析,并讨论了具有#$% 接口
的数字摄像系统的实现。该系统具有一定的实用价值及应用前景。...
对通用串行总线#$% 的技术特点和数据传输机制进行了较详细的分析,并讨论了具有#$% 接口
的数字摄像系统的实现。该系统具有一定的实用价值及应用前景。-23 of the Universal Serial Bus! $ Of the technical features and data transfer mechanism for a more detailed analysis, and discussed with# $ Interface of the digital camera system. The system has a certain practical value and application prospect.
- 2022-01-28 18:32:30下载
- 积分:1