-
条码打印
开发语言C#,读取Excel中的数据,然后进行打印。标签大小可在源码中设置。(The development language C # reads the data in Excel and prints it. The label size can be set in the source code.)
- 2020-06-20 22:20:01下载
- 积分:1
-
algmrpthmandArtificial
人工神经网络BP算法源代码与演示程序,适用于神经网络算法的入门者(Artificial neural network BP algorithm source code and demonstration program, suitable for the introduction of neural network algorithm)
- 2018-11-28 22:03:59下载
- 积分:1
-
C
C++程序设计初学者辅导书,易学C++。特别适合初学者使用。(C++ programming book for beginners counseling, to learn C++. Particularly suitable for beginners to use.)
- 2009-06-01 15:51:31下载
- 积分:1
-
malttanence
UVW-1200录像机RS-232控制源程序,CVC,有能给注释的吗(Sale - 1200 VCR RS - 232 control source program, CVC, have to be able to give comments)
- 2017-07-21 22:43:44下载
- 积分:1
-
Hittite-PLL-Design-Installer-v1p1
Hittite公司以创新的设计使得其PLL产品性能优异,在相位噪声,杂散方面有着卓越表现,其芯片的高集成度使得外围电路简单,设计方便。所以随着电子技术的发展,对频率源的相位噪声性能要求越来越高,Hittite的低相位噪声PLL,在物理、天文、无线电通信、雷达、航空、航天以及精密计量、仪器、仪表等各种领域里都将大有用武之地。(The Hittite companies with innovative design makes the PLL excellent product performance, the phase noise, spurious aspects with excellence, its high integration chip makes the peripheral circuit is simple and easy design. So with the development of electronic technology, phase noise performance of frequency source is more and more high, the Hittite low phase noise PLL, in physics, astronomy, radio communication, radar, aviation, aerospace and precision measurement, instruments, meters and other fields will be great.)
- 2016-09-21 21:34:42下载
- 积分:1
-
用GMM实现背景减除 matlab
基于opencv,实现了图像读取,背景减除以及膨胀腐蚀。
- 2022-08-02 17:21:41下载
- 积分:1
-
Inpaint_example_code
Image inpainting example code
- 2009-03-27 08:33:51下载
- 积分:1
-
三层结构实体类
北大青鸟PPT对应的课堂案例,实体类 三层结构,抽象工厂源码(Peking University Bluebird PPT corresponding classroom case, three-tier structure of entity class, abstract factory source code)
- 2020-06-24 07:20:02下载
- 积分:1
-
关于C++中栈指针和堆指针的使用说明
环境:Windows XP S3、VC++ 6.o
目的:学习C++程序开发语言
使用步骤:下载之后,双击.dsw文件即可打开该示例工程
说明:
在学习《Thinking in C++》一书关于数组声明与定义时,Bruce说如果这样声明一个数组:
int b[6] = {0};
Here, the compiler will use the first initializer for the first array
element, and then use zero for all the elements without initializers.(意思是说如果这样声明并且定义一个数组,那么编译器会把0赋给第一个数组元素,其它五个元素会赋值0).于是我使用class声明一个类型Test。在这个类中有一个成员方法叫getArray(),在该方法中使用以上方式声明一个数组,然后返回数组的指针,然后在另一个成员方法showPointerOfArray(int*)接收传过来的int指针,在这个方法操作数组。
但是在运行时没有出现我想要的结果,于是其它的方法中测试这样声明方式,却是运行正确的。于是让我很纳闷?带这个问题与本中心庄鹏飞老师讨论之后,发现原来我没有搞清楚在C++中指针分为栈指针和堆指针。参见int* Test::getArray()方法中关于数组的声明以及本人非常详细的说明,那么我想会给学习C++编程的人员带来收获。
结论:C++不是纯粹的OO语言,这是bruce说的。本人在学习过程中确实感觉C++这种语言比Java难得多。不像Java那么直观易学,这可能也就是为什么世界上所有程序员中有20%左右的人是Java程序员,而不是C++程序员的原因吧。
另外,本人使用QT的g++编译器编译通过了,因为是使用记事本手写的,所以完全是Java的书写风格^_^
把它搞成VC++的工程是为了大家方便学习。。。
学习对象:希望编写效率高于Java应用的程序员。
- 2022-01-26 06:17:06下载
- 积分:1
-
D_Motor
AT89C51控制步进电机,实现正反转加减速,驱动芯片是ULN2803.(AT89C51 control the stepper motor to achieve reversing acceleration and deceleration, the driver chip is the ULN2803.)
- 2011-05-30 21:09:36下载
- 积分:1