CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - section
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - section - List
[
File Operate
]
11331564
DL : 0
软件名称:一段小代码很容易获得本机IP地址和NAME,很有借鉴意义,我从中受益匪浅,希望对大家的学习有帮助-software name : small section of code is easy access to the machines IP address and NAME, a useful one, I benefited from, and I hope to learn all the help
Date
: 2008-10-13
Size
: 2.58kb
User
:
魏衡
[
File Operate
]
TestFileini1
DL : 0
一个ini文件操作的类及其演示例程,能创建、修改ini文件,能增加、修改文件内的section的内容。-an ini file manipulation class and demonstration routines, to be able to create, amend the ini file can increase amend section of the paper's content.
Date
: 2008-10-13
Size
: 29.01kb
User
:
胡志坤
[
File Operate
]
uanmian
DL : 1
这是一个用AUTOlisp语言编写的画图程序,可以用来画出道路的纵横断面。-This is a language used AUTOlisp the drawing program can be used to paint the road cross-section.
Date
: 2008-10-13
Size
: 5.16kb
User
:
jadehouse
[
File Operate
]
IniFile
DL : 0
操作INI文件,非常方便... 使用方法: 1.先把IniFile.h,IniFile.ccp加入Porject,在要使用该类的头文件中加入 #include \"IniFile.h\",及CIniFile IniFile 2.读取和写入: string = IniFile.GetString(\"section\",\"item\",\"默认\") int = IniFile.GetInt(\"section\",\"item\",666) IniFile.SetString(\"section\",\"item\",\"设置值\") IniFile.SetInt(\"section\",\"item\",666) 3.ini文件名及路径在初始化时,用SetFileName()设置
Date
: 2008-10-13
Size
: 2.92kb
User
:
电风扇
[
File Operate
]
OnsequentialMonteCarlosamplingmethodsforBayesianfi
DL : 0
In this article, we present an overview of methods for sequential simulation from posterior distributions. These methods are of particular interest in Bayesian filtering for discrete time dynamic models that are typically nonlinear and non-Gaussian. A general importance sampling framework is developed that unifies many of the methods which have been proposed over the last few decades in several different scientific disciplines. Novel extensions to the existing methods are also proposed.We showin particular how to incorporate local linearisation methods similar to those which have previously been employed in the deterministic filtering literature these lead to very effective importance distributions. Furthermore we describe a method which uses Rao-Blackwellisation in order to take advantage of the analytic structure present in some important classes of state-space models. In a final section we develop algorithms for prediction, smoothing and evaluation of the likelihood in dynamic models.
Date
: 2008-10-13
Size
: 116.69kb
User
:
阳关
[
File Operate
]
101
DL : 0
Telecontrol equipent and systems Part5:Transmission protocols Section 103 Companion standard for the information interface of protection equipment
Date
: 2008-10-13
Size
: 246.7kb
User
:
vv
[
File Operate
]
c-star
DL : 0
.h 头文件:常量声明,结构体,函数的声明 .c/.cpp 变量、函数的实现 流程: 1。读文件,方法可用读 section或者txt(检查到头[description],开始读) 2。while/for 开始解析数据(定义一个结构体,把每一行的每个数据分别存入结构体内。最好考虑下文件的占用问题,可以读1000个关文件,读后一1000个再打开文件) 注意:处理Item:判断lenth是否合法,char*是否为NULL 要写个HandleError函数,处理错误的结果,如addlog(日志) 3。转存 解析好的数据存为.csv格式的文件(实际跟txt相似,只是所有量用“,”隔开,是个表格文件,一行代表表格的一行)
Date
: 2008-10-13
Size
: 21.93kb
User
:
gaohao
[
File Operate
]
11331564
DL : 0
软件名称:一段小代码很容易获得本机IP地址和NAME,很有借鉴意义,我从中受益匪浅,希望对大家的学习有帮助-software name : small section of code is easy access to the machines IP address and NAME, a useful one, I benefited from, and I hope to learn all the help
Date
: 2025-12-14
Size
: 2kb
User
:
魏衡
[
File Operate
]
TestFileini1
DL : 0
一个ini文件操作的类及其演示例程,能创建、修改ini文件,能增加、修改文件内的section的内容。-an ini file manipulation class and demonstration routines, to be able to create, amend the ini file can increase amend section of the paper's content.
Date
: 2025-12-14
Size
: 1.81mb
User
:
胡志坤
[
File Operate
]
IniFile
DL : 0
操作INI文件,非常方便... 使用方法: 1.先把IniFile.h,IniFile.ccp加入Porject,在要使用该类的头文件中加入 #include "IniFile.h",及CIniFile IniFile 2.读取和写入: string = IniFile.GetString("section","item","默认") int = IniFile.GetInt("section","item",666) IniFile.SetString("section","item","设置值") IniFile.SetInt("section","item",666) 3.ini文件名及路径在初始化时,用SetFileName()设置-Operation of INI file, is very convenient to use ...: 1. First IniFile.h, IniFile.ccp adding Porject, to be used in the first such document by adding# Include
Date
: 2025-12-14
Size
: 3kb
User
:
电风扇
[
File Operate
]
04
DL : 0
通过一个具体的实例介绍如何应用INI文件的函数,实例实现了读写INI文件的数据、结构信息以及节名等功能。-Through a specific example of how to apply the INI file functions, examples of the realization of the INI file to read and write data, structure information, as well as features such as section name.
Date
: 2025-12-14
Size
: 102kb
User
:
yingming
[
File Operate
]
type
DL : 0
vba中的东西: 第一节 标识符 第二节 运算符 第三节 数据类型   第四节 变量与常量       第五节 数组   第六节 注释和赋值语句 第七节 书写规范-vba of things: Section I Section II operator identifier data type III Section IV Section V array variable with constant section VI VII Notes and the assignment of writing norms
Date
: 2025-12-14
Size
: 6kb
User
:
idsun
[
File Operate
]
stmt
DL : 0
vba的东西: 第八节 判断语句   第九节 循环语句 第十节 其他类语句和错误语句处理 第十一节 过程和函数 第十二节内部函数   -vba things: judge the statement in section VIII, section IX, X, other types of loop statements and statements dealing with the wrong section XI processes and functions in section XII of the internal function
Date
: 2025-12-14
Size
: 5kb
User
:
idsun
[
File Operate
]
file
DL : 0
vba的东西: 第十三节 文件操作   第十四节 打开由超链接地址指定的文档或网页-vba things: Section XIII Section XIV of file operations to open the address specified by the hyperlink of the document or web page
Date
: 2025-12-14
Size
: 6kb
User
:
idsun
[
File Operate
]
c-star
DL : 0
.h 头文件:常量声明,结构体,函数的声明 .c/.cpp 变量、函数的实现 流程: 1。读文件,方法可用读 section或者txt(检查到头[description],开始读) 2。while/for 开始解析数据(定义一个结构体,把每一行的每个数据分别存入结构体内。最好考虑下文件的占用问题,可以读1000个关文件,读后一1000个再打开文件) 注意:处理Item:判断lenth是否合法,char*是否为NULL 要写个HandleError函数,处理错误的结果,如addlog(日志) 3。转存 解析好的数据存为.csv格式的文件(实际跟txt相似,只是所有量用“,”隔开,是个表格文件,一行代表表格的一行)
Date
: 2025-12-14
Size
: 274kb
User
:
gaohao
[
File Operate
]
panduankuahao
DL : 0
是数据结构的内容,输入一段代码可以判断出里边的括号是否成对。-Is the content of data structure, enter a section of code can be judged whether the pairs inside the brackets.
Date
: 2025-12-14
Size
: 162kb
User
:
高海燕
[
File Operate
]
speller
DL : 0
这是一个拼写检查的程序,可以从一段英文里检查拼写的错误!-This is a spell-checking procedures, you can check from a section of English spelling mistakes!
Date
: 2025-12-14
Size
: 2kb
User
:
Snowly
[
File Operate
]
Motor
DL : 0
*** *** *** File name: vector.h Interrupt Vector declarations This section contains the vectors for various interrupts in the ?40x. Unused interrupts are shown to branch to a phantom?interrupt service routine which disables the watchdog and loops on itself. Users should replace the label PHANTOM with the label of their interrupt subroutines in case these interrupts are used. -*************** File name: vector.h Interrupt Vector declarations This section contains the vectors for various interrupts in the? 40x. Unused interrupts are shown to branch to a phantom? Interrupt service routine which disables the watchdog and loops on itself. Users should replace the label PHANTOM with the label of their interrupt subroutines in case these interrupts are used.
Date
: 2025-12-14
Size
: 1kb
User
:
王孙俊
[
File Operate
]
JIEMEIXIANG
DL : 0
洁美箱环保箱源程序 /*************************************************************************** FILE = dustbin.c DEVICE = uPD78F9222 AUTHOR = GGQ VERSION = 1.0 DATE = 2007.11.25 LAST CHANGE = -------- ****************************************************************************/ #pragma sfr #pragma DI #pragma EI #pragma NOP #pragma interrupt INTTMH1 isr_INTTMH1 #pragma section @@CNST OPT AT 80H const char OPTION=0x96 -JIEMEIXIANG
Date
: 2025-12-14
Size
: 280kb
User
:
刘
[
File Operate
]
IniHelper
DL : 0
/// <summary> /// INI文件读写操作帮助类 /// INI文件的结构 /// INI文件是一种按照特点方式排列的文本文件。每一个INI文件构成都非常类似,由若干段落(section)组成,在每个带括号的标题下面,是若干个以单个单词开头的关键词(keyword)和一个等号,等号右边的就是关键字对应的值(value)。其一般形式如下: /// [Section1] /// KeyWord1 = Valuel /// KeyWord2 = Value2 /// …… /// [Section2] /// KeyWord3 = Value3 /// KeyWord4 = Value4 /// </summary> -INI file to read and write operations to help category
Date
: 2025-12-14
Size
: 1kb
User
:
Joe
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.