资源列表
C++程序设计语言实验一
- 实验一:C++编程入门 1. 设计一个程序,其中实现两个函数,分别要求: 1. 解一元二次方程 求解一元二次方程Ax²+Bx+C=0的根。用户输入A、B、C的值,输出方程根x1和x2。(使用引用) 2. 求三角形面积 输入三角形的三边长a、b、c(边长可以是小数),求三角形面积area,并输出。如果输入的三边构不成三角形,应给出“data error”的信息提示。注:根据“海伦”公式,area*area=p(p-a)(p-b)(p-c),其中p=(a+b+c)/2。 2. 设计一
2.PRBSvc
- 用VC编的伪随机序列 很好的c语言程序 辨识用-VC allocated by the pseudo-random sequence c good language program used to identify
Imap4Example
- symbian s60 OS 下的另一个消息传输的 源码包, 是一个工程。。。大家可以体验一下,学习一下里面的精髓哈。- just for study...
program
- 重载函数的使用,实现各种不同类型数据之间的比较,每种类型三个数进行比较,找到最大数-Use of overloaded functions, to achieve a variety of different types of data comparison between the three comparison of the number of each type, to find the maximum number of
nettimer
- 自动从因特网获取当前时间并且修正本地电脑本地时间。包含文件:LtGetTime.exe LtGetTime.frm LtGetTime.vbp LtGetTime.vbw-LtGetTime.exe LtGetTime.frm LtGetTime.vbp LtGetTime.vbw
TSP
- 基于遗传算法的TSP的MATLAB源代码-THE SOLVE OF THE TSP BY GA
FTPLib
- Class for ftpying in WM 5.x
C8051F020ADC
- C8051F020实现ADC采样芯片外的模拟电压,通过LCD显示,并通过串口发送到PC机。-C8051F020 chip ADC sampling analog voltage, through the LCD display, and sent to the PC via the serial port.
autosail
- 本设计可实现欧姆龙PLC的自动售货功能,并带有零钱自动退出功能,有实际意义。工程要求已在其中。-The design can be automated Omron PLC sales functions, and with an automatic logoff feature change, and practical significance. In which engineering requirements.
Matlab-heart-graph
- 用Matlab绘制心形图形的程序,图形很漂亮哦-Matlab draw heart-shaped graphics program, graphics is very beautiful, oh
C32
- matlab/sulimk中坐标变化中的3/2变换-matlab/sulimk coordinate changes in the 3/2 conversion
extractHOGFeatures
- source code to extract HOG feature. HOG feature is a kind of feature in computer vision.