-
numerical-recipes-CaCPP-source-codes
C数值算法和C++数值算法的源代码(包括C的和C++的)(the source codes of the book numerical recipes in C and CPP)
- 2012-07-09 21:35:48下载
- 积分:1
-
open
里面包括24位真彩色图像类和其基础处理的类,包括灰度化,二值化和形态学操作(Includes 24-bit true color image processing based on class and class, including the gray-scale and binary morphological operations and)
- 2009-04-10 13:27:05下载
- 积分:1
-
telephonesystem
电话本系统是实现的功能是对通讯录的增删改查,是基于C/S三层架构的,用C#实现(Phone function of the system is to achieve is to address book additions and deletions to the investigation, is based on the C/S three-tier structure, with the C# implementation)
- 2010-12-06 12:13:46下载
- 积分:1
-
2
说明: 传5个高质量的源码或编程资料才能开通您的帐号(this is a test project canyou ok)
- 2019-06-19 10:51:18下载
- 积分:1
-
Csharp
这个是用C#写的udp打洞程序。实现了 打洞的基本原理。希望对大家用有。(This is written in C# udp hole program. The basic principle to achieve a hole. Hope to use a.)
- 2010-09-08 16:20:17下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
proteus仿真25例子
说明: 这是proteus仿真例子,适合初学者以及爱好者(This is a simulation example of proteus, suitable for beginners and enthusiasts)
- 2019-03-22 16:16:52下载
- 积分:1
-
24cxxx
本程序是24C128的51单片机读写程序。
测试芯片:at89s52
晶振:12MHz有keil、proteus文件和24c128的英文文档和详细注释(This procedure is 24C128 microcontroller to read and write program 51. Test chip: at89s52 crystal: 12MHz with keil, proteus file and 24c128 documents and detailed notes in English)
- 2010-09-02 15:44:51下载
- 积分:1
-
g711
c-files used for U-law and A-law calculation
- 2012-06-26 15:07:06下载
- 积分:1
-
canopen协议讲解.
canopen协议的详细讲解。CANopen 协 议 介 绍
流行欧洲的 CAN-bus 高层协议
- 2022-02-07 20:32:31下载
- 积分:1