搜索结果
找到约 284 项符合
appserv-win 的查询结果
数值算法/人工智能 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 ...
VC书籍 用MFC实现串口编程, 本文详细介绍了串行通信的基本原理
用MFC实现串口编程, 本文详细介绍了串行通信的基本原理,以及在Windows NT、Win98环境下用MFC
实现串口(COM)通信的方法:使用ActiveX控件或Win API.并给出用Visual C++6.0
编写的相应MFC32位应用程序。关键词:串行通信、VC++6.0、ActiveX控件、Win
API、MFC32位应用程序、事件驱动、非阻塞通信、多线程. ...
网络 * 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
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 ...
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 ...
操作系统开发 用多线程实现矩阵的相乘
用多线程实现矩阵的相乘,这个是操作系统课程的一个简单实验,有linux和win下的实现
Windows Mobile You can Creat SDF Database with the help of Code and you can insert data and Retrive the data in Win
You can Creat SDF Database with the help of Code and you can insert data and Retrive the data in Windows Mobile Device or you can try at Emulator
电子书籍 第13章 ASP.NET内置对象,应用程序配置和缓存 Web应用程序在传统的意义上来说是无状态的
第13章 ASP.NET内置对象,应用程序配置和缓存
Web应用程序在传统的意义上来说是无状态的,Web应用不能像Win Form那样维持客户端状态,所以在Web应用中,通常需要使用内置对象进行客户端状态的保存。这些内置对象能够为Web应用程序的开发提供设置,配置以及检索等功能。 ...
驱动编程 飞凌开发板USB转串口windows XP系统驱动
本USB转串口驱动是WIN XP的驱动。其他windows版本可能会有问题
本USB转串口驱动只适用于飞凌出售的USB转串口工具。