-
计算机等级考试二级公共基础教程
说明: 二级考试答案666666
66666(2level c language design)
- 2020-06-19 12:40:01下载
- 积分:1
-
Qt实现聊天气泡
IM 聊天气泡实现, 采用QWebEngineView + CSS3.0 实现气泡效果。
- 2022-03-10 19:12:56下载
- 积分:1
-
newClientIOCP
在前人基础上修改过的终端的IOCP源代码,在网络上下载的好多此类代码不能很好地运行,此代码已转为实用自己的项目。(Revised on the basis of the previous terminal IOCP source code on the Internet to download a lot of this type of code can not run well, this code has been converted to practical own projects.)
- 2015-05-04 09:10:35下载
- 积分:1
-
大数的乘法运算
用c语言写的大数乘法,我是初学者,所以希望大家多多支持,,有问题的地方我会改进
/*
* 大数(非负整数)的四则运算:
* 运用字符串来处理
*
*/
#include
#include
#include
#define LEN 17
static char a[LEN],b[LEN],ans[LEN];
char *myrever(char *str) //反转字符串函数
{
int t,tl=strlen(str);
char ch;
for(t=0;t
- 2022-02-03 13:17:55下载
- 积分:1
-
51单片机和三菱变频器MODBUS RTU通信实例
51单片机和三菱变频器MODBUS RTU通信实例,里面有具体的通讯范例,方便初学者学习(51 single-chip microcomputer and mitsubishi inverter MODBUS RTU communication as an example, there is a specific communication paradigm, easy for beginners to learn)
- 2020-06-28 10:40:02下载
- 积分:1
-
wind-resource-assessment
Weibull 风速分布数学模型 主要包括原始数据表格登陆、原始数据导入以及编辑、风能资源评估及报表显示和输出模块(Weibull wind speed distribution mathematical model includes raw data tables landing, import and edit the raw data, wind resource assessment and the report display and output modules.)
- 2013-11-03 18:40:46下载
- 积分:1
-
INV_ALL
ti c2000 dsp 上实现的 逆变电源代码,包括频率跟踪,相位跟踪,最大功率跟踪。(ti c2000 inverter code mttp,etc...)
- 2012-04-06 18:26:54下载
- 积分:1
-
数据结构与算法分析
方便开发人员理解数据结构和算法分析的资料,包含源码配合了解(It is convenient for developers to understand data structure and algorithm analysis, including source code cooperation.)
- 2019-04-23 09:23:26下载
- 积分:1
-
burst
这是激光猝发信号的信号模拟,他是信号模拟的基础,也是信号调制与解调的信号源。(This is a laser burst signal analog signal, he is the basis of signal simulation is the signal modulation and demodulation of the signal source.)
- 2011-06-12 13:29:12下载
- 积分:1
-
遗传算法 方向调制
一种运用目标函数遗传算法的方向调制信号.根据星座点之间欧氏距离与误码性能之间的关系,采用目标函数综合相移器相移
值,使得发射信号星座图在期望方位与基带数字调制信号相同,而在其他方位产生最大程度的畸变.相
比于传统的方向调制信号,该方法发射的方向调制信号具有更窄的波束宽度.
- 2022-01-26 02:06:25下载
- 积分:1