-
USB驱程,可以实现USB设备和主机之间的通信,对硬件进行控制。...
USB驱程,可以实现USB设备和主机之间的通信,对硬件进行控制。-USB-drive, USB devices can be achieved between the mainframe and communications, hardware control.
- 2022-06-30 23:07:23下载
- 积分:1
-
National Electronic Design Competition in 2009 before the game list of component...
2009年全国电子设计大赛赛前元件清单,组委会发的-National Electronic Design Competition in 2009 before the game list of components, the organizing committee issued
- 2022-03-25 23:45:10下载
- 积分:1
-
基于DirectX开发俄罗斯方块游戏 应用于c++语言
基于DirectX开发俄罗斯方块游戏 应用于c++语言-DirectX Visu C++ e luo si fang kuai
- 2022-02-03 03:57:21下载
- 积分:1
-
JAVA象棋,添加功能:实现了当前棋局的保存。
JAVA象棋,添加功能:实现了当前棋局的保存。-JAVA chess, adding functions : to achieve the preservation of the current game.
- 2023-03-01 15:05:04下载
- 积分:1
-
求最大流的Dinic算法和SAP实施,每一个小时。
求最大流的Dinic和SAP算法的实现,各自有递归与非递归版本。在稀疏图上效果比较好。-Dinic for the maximum flow algorithm and the SAP implementation, each of which has recursive and non-recursive version. Effect on the sparse map is better.
- 2022-02-26 22:52:59下载
- 积分:1
-
精美系统图标
精美系统图标-Fine system icon
- 2023-09-01 03:05:04下载
- 积分:1
-
用CC++编写的源代码公开的简单的32位精简指令虚拟机
用CC++编写的源代码公开的简单的32位精简指令虚拟机-CC prepared with the source code open a simple 32 concise instructions Virtual Machine
- 2022-08-16 14:33:14下载
- 积分:1
-
俄罗斯方块小游戏 可以很好的运行并带有简单的音乐
俄罗斯方块小游戏 可以很好的运行并带有简单的音乐-Tetris game is well run and with a simple music
- 2022-03-07 00:08:52下载
- 积分:1
-
简单的AVR MMC翻车机
Simple AVR MMC dumper
- 2023-06-12 16:30:04下载
- 积分:1
-
类numberlistener实现ActionListener {
class NumberListener implements ActionListener{
public void actionPerformed(ActionEvent e){
if (!append) {
tf.setText("")
append=true
}
String s=tf.getText()
s+=e.getActionCommand()
tf.setText(s)
if (!btn[10].isEnabled()){
for(int i=10 i
- 2022-02-28 23:01:36下载
- 积分:1