搜索结果
找到约 482 项符合
Fixed-point 的查询结果
matlab例程 数值计算牛顿迭代法的matlab源程序 说明如下: %fun----input,the part as the form of f(x) in the equation f(x)=0 % ini
数值计算牛顿迭代法的matlab源程序
说明如下:
%fun----input,the part as the form of f(x) in the equation f(x)=0
% ini----input,sets the starting point to ini
% err----input,sets admissible error
% sol----output,returns the root of equation
其他 AppWizard has created this Diary application for you. This application not only demonstrates the ba
AppWizard has created this Diary application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
Modem编程 AppWizard has created this ViewModeMDI application for you. This application not only demonstrates
AppWizard has created this ViewModeMDI application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
Java书籍 Overview If you have been wanting to learn Java, check out the newly revised fourth edition of the
Overview
If you have been wanting to learn Java, check out the newly revised fourth edition of the best-seller Sams Teach Yourself Programming with Java in 24 Hours. This step-by-step tutorial will teach you how to create simple Java programs and applets. Comprised of 24 one-hour lessons, this new e ...
压缩解压 import flash.display.Sprite import flash.display.Bitmap import flash.display.BitmapData import
import flash.display.Sprite
import flash.display.Bitmap
import flash.display.BitmapData
import flash.filters.BlurFilter
import flash.events.Event
import flash.geom.Point
import flash.events.MouseEvent
import flash.display.SimpleButton
import flash.display.Shape
嵌入式/单片机编程 粒子效果演示(附代码) 利用C++所提供的一些标准容器很容易实现粒子效果. 简单的说就是,将粒子数据写在一个类里面,有一个粒子源,不停地生成粒子,然后放入一个stl::list中(push
粒子效果演示(附代码)
利用C++所提供的一些标准容器很容易实现粒子效果.
简单的说就是,将粒子数据写在一个类里面,有一个粒子源,不停地生成粒子,然后放入一个stl::list中(push_back()方法), 然后在一个循环中遍例粒子链表,并渲染粒子,粒子的参数并不断更新,如果粒子的ALPHA值小于0,即不可见了,即代表粒子已经死亡, 即从lis ...
MySQL数据库 Connector/Net 5.0.6 Release Notes --- --- --- Welcome to the release notes for Connector/Net 5.
Connector/Net 5.0.6 Release Notes
--- --- ---
Welcome to the release notes for Connector/Net 5.0.6.
Important Changes
---------------------
There are no major changes in this version. Please see the changelog for the list of bugs fixed.
数据结构 密码学界牛人Victor Shoup用C++编写数论类库。 NTL is a high-performance, portable C++ library providing data struct
密码学界牛人Victor Shoup用C++编写数论类库。
NTL is a high-performance, portable C++ library providing data structures and algorithms for arbitrary length integers for vectors, matrices, and polynomials over the integers and over finite fields and for arbitrary precision floating point arithmetic.
N ...
Internet/网络编程 域名解析 AppWizard has created this GetIP application for you. This application not only demonstrates
域名解析
AppWizard has created this GetIP application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
数值算法/人工智能 anb 版的LBM程序 This code was written to show beginners in a simple and c short way the relevant proce
anb 版的LBM程序 This code was written to show beginners in a simple and
c short way the relevant procedures of a lattice Boltzmann solver,
c pointing on how everything works "in principle". Nearly all
c procedures could be implemented other (and better) as it is done
c here, and even the algorithm ...