-
C++做的简易电子词典。学习数据结构的可以看看。
C++做的简易电子词典。学习数据结构的可以看看。-C++ to do a simple electronic dictionary. Learning data structure can look.
- 2022-02-02 20:31:34下载
- 积分:1
-
这是一个非常实用的网页素材。点点的星光让你的主页更加引人注目。...
这是一个非常实用的网页素材。点点的星光让你的主页更加引人注目。-This is a very useful material to the website. Stars bit of the home page will let you more visible.
- 2022-05-09 14:04:12下载
- 积分:1
-
Delphi内存流读写、删除、输入输出实例
Delphi内存流读写、删除、输入输出实例,将若干个流合并成一个流,可以对其进行读出添加删除操作以及输出为文件或流。作者:吴平。这个比较专业了,本人Delphi水平菜,没搞懂,希望Delphi高人品鉴。
- 2023-09-09 08:05:03下载
- 积分:1
-
经典的群面试题 欢迎下载哦 说不定有意外的惊喜
经典的群面试题 欢迎下载哦 说不定有意外的惊喜-Classic group face questions welcome download Oh maybe there are surprises
- 2022-12-11 11:05:03下载
- 积分: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
-
实现长整数型的运算,加 减 乘 等 解决了越界的问题 可以计算两百位的数!...
实现长整数型的运算,加 减 乘 等 解决了越界的问题 可以计算两百位的数!-achieve long-integer arithmetic, as modified by the cross-border solution to the problem of calculating the number 200!
- 2023-02-13 22:50:03下载
- 积分:1
-
application of the theory in vc prepare an environmental figures recognition sof...
应用hopfield网络的理论在vc环境下编写一个数字识别软件-application of the theory in vc prepare an environmental figures recognition software
- 2022-01-22 11:36:38下载
- 积分:1
-
Linux socket client server code, you are awarded
Linux 下的socket客户端服务端代码,请大家批正-Linux socket client server code, you are awarded
- 2022-01-25 20:25:24下载
- 积分:1
-
用VC++开发的一个数控加工的仿真程序。此程序能根据NC代码仿真生成加工轨迹...
用VC++开发的一个数控加工的仿真程序。此程序能根据NC代码仿真生成加工轨迹-With VC++ Developed a simulation program for NC machining. According to this procedure can generate NC code simulation processing trajectory
- 2022-09-17 13:35:03下载
- 积分:1
-
浮点单元
floating point unit double
- 2022-08-17 12:02:39下载
- 积分:1