-
stdio_example
matlab中用C语言编写sfunction, 实现读取文件中的数据,应用库"stdio.h"(matlab using C language sfunction, realize the data read from the file, the application library stdio.h)
- 2007-10-15 17:23:56下载
- 积分:1
-
Windows Forms 编程实战 PDF 扫描版[44M]
winfrom实用开发程序,小例子,源码都在里面(Winform practical development procedures, small examples, the source code are inside)
- 2017-06-22 10:24:25下载
- 积分:1
-
VC++ 依据特定字符拆分字符串
int CFileFun::SplitCString(CString strIn, CStringArray& strAryRe, LPCTSTR lpstr){ASSERT(lpstr);strAryRe.RemoveAll();int len1 = strIn.GetLength();int len2 = _tcslen(lpstr);if (0 == len1 || 0 == len2){return 0;}int pos1 = 0, pos2 = 0;while ((pos2 = strIn.Find(lpstr, pos1)) != -1){strAryRe.Add(strIn.Mid(pos1, pos2 - pos1));pos1 = pos2 + len2;}//加上最一个...if (len1 > pos1 + 1){strAryRe.Add(strIn.Mid(pos1));}return strAryRe.GetSize();}
- 2022-05-23 06:16:19下载
- 积分:1
-
loadImage
this file could load a bmp image
and up down side
and left right side it
- 2011-10-25 16:01:10下载
- 积分:1
-
DS18B20
avr单片机c语言实现DS18B20温度实验(avr microcontroller c language DS18B20 temperature experiment)
- 2011-07-21 21:00:10下载
- 积分:1
-
数值算法
常用数值算法源码,包括二分法、复化辛卜生公式、改进欧拉法、高斯-赛德尔迭代法、拉格郎日插值多项式、列主元高斯消去法、龙贝格算法、龙格-库塔算法、幂法、牛顿迭代法、牛顿值多项式、四阶阿当姆斯预测-校正公式、雅可比迭代法、自适应梯形公式(变步长)、最小二乘法
个人由于需要编写,完全可用(Common numerical algorithm source code, including dichotomy, complex Simpson formula, improved Euler method, Gauss-Seidel iteration method, Lagrange interpolation polynomial, column principal element Gauss elimination method, Runberg algorithm, Runge-Kutta algorithm, power method, Newton iteration method, Newton value polynomial, fourth-order Adams prediction-correction formula, Jacobi iteration method, adaptive ladder formula (variable) Step Length and Least Square Method
Individuals are fully available because they need to write)
- 2019-05-03 18:36:35下载
- 积分:1
-
shuzhifenxi
数值分析作业源代码包括Aitken(埃特金算法) 牛顿法(Source code for numerical analysis operations)
- 2010-01-03 21:48:29下载
- 积分:1
-
xuyousheng
说明: 这是我学生利用Lattice Boltzmann method 做的三个工作,可以用来模拟多孔介质渗流问题(This is my students to use the Lattice Boltzmann method to do the three work, can be used to simulate the problem in Porous Media)
- 2008-11-24 16:09:01下载
- 积分:1
-
C# 调用大漠插件(完整)
C#调用大漠插件,找图找色,文字识别,截图等功能(C# Calls Desert Plug-in, Finds Pictures and Colors, Text Recognition, Screenshots and other functions)
- 2020-09-22 15:57:53下载
- 积分:1
-
stmf4 lwip实现httpserver
stmf4开发板中http服务器项目,裸板跑lwip, RMII接口的以太网LAN8702A PHY芯片
- 2023-03-11 22:05:03下载
- 积分:1