▍1. random
说明: 本程序利用C++产生随机数,每次产生的随机数都不一样(This program uses C ++ to generate random numbers, the random numbers generated each time are different)
说明: 本程序利用C++产生随机数,每次产生的随机数都不一样(This program uses C ++ to generate random numbers, the random numbers generated each time are different)
说明: 光热电站和火电机组的优化调度,可用于光热电站的学习(Optimal operation of photothermal power station and thermal power unit)
说明: 仿真一个4QAM信号通过莱斯因子为2的随机衰落信道和AWGN信道的过程,计算不同信噪比下的误码率。在Visual Studio下使用IT++仿真。(A 4QAM signal passes through the random fading channel with rice factor 2 and AWGN channel to calculate the bit error rate under different SNR. Itpp emulation.)
说明: 一个课设项目,使用dev,利用c语言完成一个控制台的心里评测系统(A course project, using dev, using C language to complete a console psychological evaluation system)
该程序是一个仰邦LED卡的Demo,主要是有连接控制卡、通过控制卡向LED发送文字、通过控制卡展示表格,注意该程序使用的是LedDynamicArea.dll动态链接库实现的,如果你有什么新的想法,可以在https://xian689.com沟通
说明: 本方法用C++语言实现Matlab bwlable,亲测有效(this is bwlabel function by using C++)
说明: 实现material studio多晶型物预测(Realize the prediction of material studio polycrystalline)
说明: VC MFC 常用ICON格式图标5000个(5000 icons in common icon format of VC MFC)
说明: 用于想做曲线图表的软件,这个控件很好,适合VC++、C++Builder用其它可用ActiveX的工具均可使用。(This control is very good for the software that wants to make curve chart. It is suitable for VC + +, C + + Builder and other available ActiveX tools.)
说明: 《C语言精彩编程百例》源代码,压缩包有一些c语言编程的例子(The source code of "100 wonderful programming cases of C language". There are some examples of C language programming in the compressed package)
说明: 这是一个c语言编程的教材,特别适合初学者的编程设计(This is a textbook of C programming)
说明: 使用matlab编写Chirp信号代码,并生成相应的C代码(Write c signals, use MATLAB to write Chirp, and generate c code)
说明: 利用A* 算法进行避障路径规划寻找到最短路径(Using a * algorithm to find the shortest path for obstacle avoidance path planning)
说明: 支持功能为以太网 modbus TCP/UDP通信 , 10进制转16进制 ,16进制转10进制 ,简单MFC界面,软件版本为VS2010源码,字符解析,报文解析。封装Modbus TCP通信类可以直接用(The supporting functions are Ethernet Modbus TCP / UDP communication, hexadecimal to hexadecimal, hexadecimal to hexadecimal, simple MFC interface, software version is VS2010 source code, character parsing, message parsing. Package Modbus TCP communication class can be used directly)
说明: 用于计算矩阵。但是还是有局限性,最重要的是能够计算卷积。(To compute on Matrix)
C# access学生成绩管理系统完整版,在上一期的基础上增加了一些功能,例如增加了学生端和管理员端,学生端只能对自己的信息进行修改和查看,管理员可以对全部学生的信息进行增删改查。