代码搜索:数据卡
找到约 10,000 项符合「数据卡」的源代码
代码结果 10,000
www.eeworm.com/read/428181/8885051
v mux8.v
`timescale 1ns / 1ps
////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer:
//
// Create Date: 23:48:53 11/08/07
// Design Name: mux4.v
// Mod
www.eeworm.com/read/428102/8895324
txt 问题简介.txt
题目:构造大数类;
要求:
构造大数运算类 +;-;*;并测试。
1. 不考虑括号
2. 输入数据最大长度为40 位,要捕获异常
3. 不考虑输入小数部分,
4. 测试要完整,先输入两个数,可输出上面两个数的运算结果;
附加题:为大数运算类增加/;运算
要求:
需要输出商和余数;
www.eeworm.com/read/186670/8919401
txt mch02-23.txt
坐标轴具有相同数据单位的图形
t = 0:pi/20:2*pi;
plot(sin(t),2*cos(t))
grid on
axis equal
www.eeworm.com/read/383744/8922241
m q2518.m
%X和Y均为矩阵时的PLOT使用
x=[1,2,3;4,5,6]
y=[9,8,7;12,11,13]
plot(x,y,'linewidth',2) %x,y数据根据列对应,每列一条曲线
www.eeworm.com/read/284427/8930971
txt rfcrfc2793.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:孟岩(dreamwords dreamwords@sina.com)李超(licc_li@sina.com)
译文
www.eeworm.com/read/284427/8931381
txt rfc2793.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:孟岩(dreamwords dreamwords@sina.com)李超(licc_li@sina.com)
译文
www.eeworm.com/read/284304/8947702
txt 02-07.txt
>> x=int8(50) %指定x的数据类型为uint8
>> class(x)
>> y=50 %未指定y的数据类型
>> class(y)
www.eeworm.com/read/381464/9091557
txt xs.txt
一.系统功能描述。
1学号段查询功能
2输入功能
2.1添加功能
2.2修改功能
3登陆功能
3.1分辨不同用户给予不同权限
3.2分辨是否有这样的用户名
3.3分辨用户所输入的用户密码是否正确
二.系统数据流图
三.数据字典
1数据流条目
数据流名称:全部记录
别名:无
简述:最新更新后所有关于学生成绩的记录
来源:数 ...
www.eeworm.com/read/181854/9234017
txt 获得指定名称的数据类型.txt
//GetType获得指定名称的数据类型
CustClum.DataType = System.Type.GetType("System.String");