搜索资源列表
用D3D模拟地月系
- 一、建立空窗体 新建一个工程,添加引用,并导入名称空间。 加入一个设备对象变量: private Microsoft.DirectX.Direct3D.Device device = null; 添加初始化图形函数,并在这里面对设备对象进行实例化: public void InitializeGraphics() { PresentParameters presentParams = new PresentParam
php_ser_5.2.0-5.2.17
- php实现RS232串口通信 下载php_ser_5.2.0.zip 解冻把php_ser放到ext目录下, php.ini里加上: extension=php_ser.dll PHP code string ser_version( void ) void ser_open( string port, int baudrate, int databits, string parity, float stopbits, string flowcontrol )
Silverlight-Float-Window
- Silverlight浮动窗口小程序 Silverlight浮动窗口小程序-Silverlight applets floating window
modbus_tcp
- TCP-Modbus协议应用源码,含int、float数据解析及一个测试工具界面-TCP-Modbus sample
51ppwbbs
- +代码优化 +去除内容页面右下角的漂浮 +去除BLOG模式页面右下角的漂浮 +访问统计修正 +上传文件管理-+ Code optimization + Content lower right corner of the page to remove the float BLOG+ mode the lower right corner of the page to remove the float + Fixed Access Statistics + Uploa
float-to-hex
- linux下的十进制float转十六进制源代码-Decimal linux under the float switch hex source code
jQuery_gudingcaidan
- jQuery固定页面顶部导航菜单基于jquery.1.7.2.min.js制作,置顶导航菜单,随滚动条浮动定位菜单,固定菜单到页面顶部。-jQuery fixed page top navigation menu based jquery.1.7.2.min.js production, top navigation menus, scrollbars float position menu, the menu is fixed to the top of the page.
du
- 定义一个包含两个纯虚函数的抽象类shape: class shape { public: virtual float Area()=0; virtual void SetData(float,float=0)=0; }; 成员函数SetData用于设置几何图形的属性值。成员函数Area()用于求出几何图形的面积。由shape派生出四种几何图形,分别是:三角形、矩形、正方