搜索结果
找到约 379 项符合
alpha-win 的查询结果
数学计算 介绍一些常用的数值计算方法
介绍一些常用的数值计算方法,包括用FFT计算离散傅立叶(Fourier)变换,kalman滤波,alpha-beida-ganma滤波
嵌入式/单片机编程 粒子效果演示(附代码) 利用C++所提供的一些标准容器很容易实现粒子效果. 简单的说就是,将粒子数据写在一个类里面,有一个粒子源,不停地生成粒子,然后放入一个stl::list中(push
粒子效果演示(附代码)
利用C++所提供的一些标准容器很容易实现粒子效果.
简单的说就是,将粒子数据写在一个类里面,有一个粒子源,不停地生成粒子,然后放入一个stl::list中(push_back()方法), 然后在一个循环中遍例粒子链表,并渲染粒子,粒子的参数并不断更新,如果粒子的ALPHA值小于0,即不可见了,即代表粒子已经死亡, 即从lis ...
编译器/解释器 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 源程序文件名
*回答是否输出虚拟机代码
*回 ...
Linux/Unix编程 shp转换
shp转换,方便用户批量转换数据用,可以到win平台 linux平台
微处理器开发 最新版华为GTM900无线模块AT命令手册070510v1.12.pdf GTM900-AB无线模块070621.pdf GSM 07.10 Linux Device Driver gsm0710
最新版华为GTM900无线模块AT命令手册070510v1.12.pdf GTM900-AB无线模块070621.pdf
GSM 07.10 Linux Device Driver
gsm0710muxd-0.9.2源码包
gsmmux-alpha-2源码包
VC书籍 C:Documents and SettingsAdministrator桌面VC++多媒体特效制作百例CHAR13Alpha
C:\Documents and Settings\Administrator\桌面\VC++多媒体特效制作百例\CHAR13\Alpha
Internet/网络编程 最大特点 1.跨平台,基本WEB服务,无论防火强怎么封端口,只要打开80,就可以远程管理服务器. 2.客户端无论安装任何插件. 3.只有一个JSP文件,文件名可以随意改,隐蔽性好.
最大特点
1.跨平台,基本WEB服务,无论防火强怎么封端口,只要打开80,就可以远程管理服务器.
2.客户端无论安装任何插件.
3.只有一个JSP文件,文件名可以随意改,隐蔽性好.
功能:
1.文件管理: 包括对文件的操作和打包下载.
2.终端命令: 其实就是Win下的"命令提示符",可以通过命令进行重启服务器等操作
3.远程桌面: 和Windo ...
数值算法/人工智能 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 ...
其他数据库 /* This java class create four tables with all theirs fields and insert them inside a mysql database
/* This java class create four tables with all theirs fields and insert them inside a mysql database name timelog. This code works with MySql Database with Mysql Java Connector the mysql-connector-java-3.2.0-alpha */