搜索结果
找到约 4,441 项符合
S-Function 的查询结果
Delphi控件源码 这两个函数 function app_path1:string function socket_rec_line1(socket1:TCustomWinSocket timeout1:integ
这两个函数
function app_path1:string
function socket_rec_line1(socket1:TCustomWinSocket timeout1:integer crlf1:string=#13#10):string
实际上是我的一个公用单元中的函数,大家应该养成建立自己的公用单元的习惯。
socket_rec_line1函数中用了唐晓峰大侠的coolmail中的办法:只是简单的一个一个字节收取,找到结束 ...
其他 高精度实时时钟芯片s-3530A的I2C接口设计
高精度实时时钟芯片s-3530A的I2C接口设计,不过只有一小段
Java书籍 Java language specification - A java programmer s must-have book.
Java language specification - A java programmer s must-have book.
其他行业 通过B/S调用C/S程序
通过B/S调用C/S程序,用Socket进行通信。
uCOS S3C44B0启动代码详细分析。基于三星的44binit.s文件
S3C44B0启动代码详细分析。基于三星的44binit.s文件
书籍源码 基于ASP的B/S网络成绩管理系统
基于ASP的B/S网络成绩管理系统
文章/文档 protel s help on line
protel s help on line
其他 It s a useful file for those need to pass the exam of Buliding Web application (vb.net)
It s a useful file for those need to pass the exam of Buliding Web application (vb.net)
matlab例程 This demonstration shows that reordering the rows and columns of a sparse matrix S can affect the ti
This demonstration shows that reordering the rows and columns of a sparse matrix S can affect the time and storage required for a matrix operation such as factoring S into its Cholesky decomposition
数学计算 一个数学模型的优化 function testcon() %% 设置初始值
一个数学模型的优化
function testcon()
%% 设置初始值,上下限;
x0=[18 13 11]
lb=[3 0.1 7]
ub=[25 1 25]
%% 调用优化求解函数(testcon)