搜索结果

找到约 302 项符合 libusb-WIN 的查询结果

其他 一般的学生成绩管理

一般的学生成绩管理,要在win-tc中文dos下运行
https://www.eeworm.com/dl/534/392039.html
下载: 26
查看: 1015

通讯/手机编程 智能手机导航系统

智能手机导航系统,Win mobile
https://www.eeworm.com/dl/527/398264.html
下载: 179
查看: 1020

编译器/解释器 PL0 C语言版本 //A.2 C 版 本 /*编译和运行环境: *1Visual C++6.0,VisualC++.NET and Visual C++.NET 2003 *WinNT

PL0 C语言版本 //A.2 C 版 本 /*编译和运行环境: *1Visual C++6.0,VisualC++.NET and Visual C++.NET 2003 *WinNT, Win 200, WinXP and Win2003 *2 gcc version 3.3.2 20031022(Red Hat Linux 3.3.2-1) *Redhat Fedora core 1 *Intel 32 platform *使用方法: *运行后输入PL/0 源程序文件名 *回答是否输出虚拟机代码 *回 ...
https://www.eeworm.com/dl/628/399148.html
下载: 67
查看: 1045

Linux/Unix编程 shp转换

shp转换,方便用户批量转换数据用,可以到win平台 linux平台
https://www.eeworm.com/dl/619/404064.html
下载: 185
查看: 1043

Internet/网络编程 最大特点 1.跨平台,基本WEB服务,无论防火强怎么封端口,只要打开80,就可以远程管理服务器. 2.客户端无论安装任何插件. 3.只有一个JSP文件,文件名可以随意改,隐蔽性好.

最大特点 1.跨平台,基本WEB服务,无论防火强怎么封端口,只要打开80,就可以远程管理服务器. 2.客户端无论安装任何插件. 3.只有一个JSP文件,文件名可以随意改,隐蔽性好. 功能: 1.文件管理: 包括对文件的操作和打包下载. 2.终端命令: 其实就是Win下的"命令提示符",可以通过命令进行重启服务器等操作 3.远程桌面: 和Windo ...
https://www.eeworm.com/dl/620/415446.html
下载: 85
查看: 1073

数值算法/人工智能 The Window Design Method The basic idea behind the design of linear-phase FIR filters using the win

The Window Design Method The basic idea behind the design of linear-phase FIR filters using the window method is to choose a proper ideal frequency-selective filter [which always has a noncausal, infinite duration impulse response] and then truncate its impulse response hd[n] to obtain a linear-phas ...
https://www.eeworm.com/dl/518/417299.html
下载: 50
查看: 1060

VC书籍 用MFC实现串口编程, 本文详细介绍了串行通信的基本原理

用MFC实现串口编程, 本文详细介绍了串行通信的基本原理,以及在Windows NT、Win98环境下用MFC 实现串口(COM)通信的方法:使用ActiveX控件或Win API.并给出用Visual C++6.0 编写的相应MFC32位应用程序。关键词:串行通信、VC++6.0、ActiveX控件、Win API、MFC32位应用程序、事件驱动、非阻塞通信、多线程. ...
https://www.eeworm.com/dl/686/425162.html
下载: 126
查看: 1075

网络 * This source demonstrates sending HTTP POST request to webserver from C++ * This uses sockets hen

* This source demonstrates sending HTTP POST request to webserver from C++ * This uses sockets hence can be compiled on Linux, UNIX, Win
https://www.eeworm.com/dl/635/442716.html
下载: 198
查看: 1080

Linux/Unix编程 //初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } //设置模式

//初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } //设置模式 cbreak() noecho() keypad(stdscr, TRUE) //建立窗口 win = newwin(h, w, 3, 20) box(win, 0, 0) keypad(win, TRUE) wmove(win, cury, curx) mvaddstr(16, 1, "Press arrow keys to move ...
https://www.eeworm.com/dl/619/451811.html
下载: 91
查看: 1018

Linux/Unix编程 //初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } cbreak()

//初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } cbreak() noecho() keypad(stdscr, TRUE) //建立菜单项 for(i=0 i<N_ITEMS i++){ items[i] = new_item(months[i], "") } //建立菜单 mymenu = new_menu(items) //设置为5行单列的菜单 set_menu_fo ...
https://www.eeworm.com/dl/619/451812.html
下载: 73
查看: 1055