代码搜索:体视化

找到约 10,000 项符合「体视化」的源代码

代码结果 10,000
www.eeworm.com/read/186344/8943837

plg 模快化设计范例.plg

礦ision3 Build Log Project: E:\C51p编程\模快化设计范例.uv2 Project File Date: 10/30/2006 Output:
www.eeworm.com/read/372313/9513971

txt gprs模块初始化.txt

推荐模块初始化流程 AT //确认串口正常,模块出厂默认波特率=9600 OK ATE0 //关闭回显 OK AT+CPIN? //检查SIM工作是否正常 +CPIN: READY OK AT%SLEEP=0 //关闭睡眠模式,GTM900-A模块默认是开启睡眠模式的,睡眠后,可以降低功耗,但是睡眠后的第一条AT指令会不响应 OK AT+CREG=1 //设
www.eeworm.com/read/365079/9879943

con 初始化3006.con

www.eeworm.com/read/365079/9879947

con 初始化3507.con

www.eeworm.com/read/361668/10039588

txt 序列化機制.txt

Remoting:于.net框架下的序列化機制  程序员在编写应用程序的时候往往要将程序的某些数据存储在内存中,然后将其写入某个文件或是将它传输到网络中的另一台计算机上以实现通讯。这个将程序数据转化成能被存储并传输的格式的过程被称为"序列化"(Serialization),而它的逆过程则可被称为"反序列化"(Deserialization)。   .net框架对序列化机制 ...
www.eeworm.com/read/353131/10470215

dsp 复化梯形公式求积.dsp

# Microsoft Developer Studio Project File - Name="复化梯形公式求积" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86)
www.eeworm.com/read/353131/10470223

plg 复化梯形公式求积.plg

Build Log --------------------Configuration: 复化梯形公式求积 - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\董巍\L
www.eeworm.com/read/353131/10470228

cpp 复化梯形公式求积.cpp

// 复化梯形公式求积.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "iostream.h" #include "math.h" double f(double x) //求函数值 { return 2/(1+x*x); } do