-
798567
DAO数据库表字段操作演示VC++精选编程学习源码,很好的参考资料。(DAO database table field operation and demonstration of VC++ selected learning programming source code, a good reference.)
- 2013-11-21 09:05:25下载
- 积分:1
-
MultipleGaussintegration
用勒让德-高斯求积法来计算多重积分的例子.(The multiple integral example is calculated by Legendre-Gauss quadrature method.)
- 2010-07-03 16:57:47下载
- 积分:1
-
MyQtproject
简单画图板,初学者实用,比较简单,如果喜欢可以下载来看看(Simple drawing board, beginners practical, relatively simple)
- 2013-12-18 13:42:50下载
- 积分:1
-
STM32MQTT
STM32MQTT客户端实现,使用MQTT二次开发包(STM32MQTT Client Implementation)
- 2020-12-19 18:09:19下载
- 积分:1
-
matlab生成dll方法的心得体会
说明: matlab生成dll方法的心得体会(Experience of generating DLL by MATLAB)
- 2020-06-15 22:50:02下载
- 积分:1
-
Programming_on_CPP.2
Object programming on C++.
- 2014-12-05 18:30:37下载
- 积分:1
-
J6_2012--Kalman-interpolation
卡尔曼滤波器进行信道估计的一篇文章,适用于OFDM-MIMO系统。(Kalman filter for channel estimation in an article for OFDM-MIMO systems.)
- 2013-12-22 20:53:26下载
- 积分:1
-
cJSONFiles
说明: JASON解析,打包等测试例程,包含头文件,C文件,test文件等(void doit(char *text)
{
char *out;cJSON *json;
json=cJSON_Parse(text);
if (!json) {u1_printf("Error before: [%s]
",cJSON_GetErrorPtr());}
else
{
out=cJSON_Print(json);
cJSON_Delete(json);
u1_printf("%s
",out);
free(out);
}
})
- 2020-06-15 23:20:01下载
- 积分:1
-
jiatingzhangdan
实现简单的家庭账单功能,如:添加收入支出记录、修改收入支出记录、查看收入支出记录等功能(Achieve a simple household bills functions, such as: income and expenditure records to add, modify, income and expenditure records, view income and expenditure records and other functions)
- 2013-07-02 00:20:08下载
- 积分:1
-
qt计算器
基于linux中qt应用简单计算器。该计算器能够实现加减乘除的整型运算还能够实现加减乘除的浮点运算。
- 2023-03-29 17:25:03下载
- 积分:1