-
as
说明: 74154中文资料.doc 74154中文资料.doc
- 2010-05-08 21:16:33下载
- 积分:1
-
Modicon_Modbus
标准MODBUS规约文档。Modbus 协议是应用于电子控制器上的一种通用语言。通过此协议,控制器相互之间、控制器经由网络(例如以太网)和其它设备之间可以通信。它已经成为一通用工业标准。(Standard MODBUS Statute of the document. Modbus protocol is applied to an electronic controller on the lingua franca. With this agreement, the controller between the controller via the network (such as Ethernet) and other devices can communicate. It has become a common industry standard.)
- 2009-12-24 10:56:11下载
- 积分:1
-
VC 画线实现
VC++ 开发虽然已经很很多年了,但是还是有很多经典的例子可以拿来好好的分析 学习下。其中涉及到的功能非常值得在其他类似的项目中借鉴。互相学习中
- 2022-09-12 00:55:03下载
- 积分:1
-
mfcping
说明: 这是非常好的关于网络编程的例子,实现了ping程序,对于学习网络编程的人员来说是非常难得的材料。(It is a very good example of programming on the network to achieve the ping process, for learning network programming staff is very rare material.)
- 2008-10-07 13:19:18下载
- 积分:1
-
ORB
ORB算法的C++实现源码,编译环境vs2010(ORB algorithm implemented in C++ source code, build environment vs2010)
- 2021-05-07 19:49:35下载
- 积分:1
-
优化后的快速傅里叶变换
傅里叶变换之后存在正负频率,计算过程存在冗余,对数学公式进行一定的优化,可以减少计算量,并且将可省去的乘法进行优化,进一步提高效率。此压缩包中含有基4基8相关算法,效率客观。
- 2022-12-13 00:10:03下载
- 积分:1
-
C#通过GDI+绘制带刻度尺的数学坐标系
C#通过GDI+绘制带刻度尺的数学坐标系,应用于图形图像编程,各类统计图表绘制,以及对图形图像编程中数值坐标的研究。
调用方式(以WINFORM为例,其他类推):
Bitmap m_Bitmap=null;
private void menuItem_Click(object sender, EventArgs e)
{
m_Bitmap = new Bitmap(1000, 800);
Graphics g = Graphics.FromImage(m_Bitmap);
g.SmoothingMode = SmoothingMode.HighQuality;
g.Clear(Color.White);
MathCoordinate mathCoordinate = new MathCoordinate();
mathCoordinate.IsDrawGrid = true;
- 2022-08-03 22:37:23下载
- 积分:1
-
antiterminateprocess
防止进程被关测试通过,利用驱动写的。呵呵,别想做坏事哦!简单易懂。(Be locked to prevent the process of testing through the use of driver writing. Oh, oh, do not want to do bad things! Easy-to-read.)
- 2007-12-15 16:37:21下载
- 积分:1
-
改进贝叶斯及多类线性分类器
这是一个改进的贝叶斯及多类线性分类器,可以进行手写数字识别,用c++写的,在visual studio平台上运行
- 2022-03-03 17:38:40下载
- 积分:1
-
Asp.netAtlas
一个Atlas+ASP.NET2.0无刷新的TAB源代码,效果不错啊(an Atlas ASP.NET2.0 REFRESHING TAB source code, ah good results)
- 2007-06-26 09:39:42下载
- 积分:1