代码搜索:数字报
找到约 10,000 项符合「数字报」的源代码
代码结果 10,000
www.eeworm.com/read/102552/15771908
htm subject_38489.htm
序号:38489 发表者:张龙萍 发表日期:2003-05-03 22:59:37
主题:怎样从CString到CTime或是COleVariant
内容:大虾帮帮忙:滴水之恩必以涌泉相报!!我想在CListCtrl控件中通过双击显示到对话框中,怎样从CString到CTime或是COleVariant!
www.eeworm.com/read/101790/15808196
htm subject_38489.htm
序号:38489 发表者:张龙萍 发表日期:2003-05-03 22:59:37
主题:怎样从CString到CTime或是COleVariant
内容:大虾帮帮忙:滴水之恩必以涌泉相报!!我想在CListCtrl控件中通过双击显示到对话框中,怎样从CString到CTime或是COleVariant!
www.eeworm.com/read/188407/8542693
cpp mainfrm.cpp
//基于BP网络的含噪声数字的识别(noised digital number recognition based on BPnet)
//Developed by 赵辉(H.ZHAO)
//Shandong University,JInan,ChinaPRC
//finished 2004-03-26
// MainFrm.cpp : implementation of the CMai
www.eeworm.com/read/181272/9260817
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// 毕业设计数字逻辑电子仿真器.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "st
www.eeworm.com/read/374512/9401268
tbw testclock1.tbw
version 3
d:\文档\桌面\数字钟\CLOCK.vhf
CLOCK
VHDL
VHDL
testclock1.xwv
Clocked
-
-
10000000000000
ns
GSR:false
PRLD:false
100000000
CLOCK_LIST_BEGIN
CP
100000000
100000000
15000000
1500000
www.eeworm.com/read/174745/9574956
cpp 25_gong.cpp
//===========5 宫------------
// 每行,每列,和对角线 数字和为25.
//=====================================
#include "stdio.h"
#include "conio.h"
#include "process.h"
#include "dos.h"
#include "stdlib.h"
int
www.eeworm.com/read/166398/10021960
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// 毕业设计数字逻辑电子仿真器.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "st
www.eeworm.com/read/360379/10099945
bas modalphanumber.bas
Attribute VB_Name = "modAlphaNumber"
Option Explicit
'数字转英文金额
Dim English_arr(90) As String
Dim b_dim As String
Dim q_dim As String
Dim bw_dim As String
Public Function AlphaNumber(
www.eeworm.com/read/357357/10211910
java e1402.java
import java.io.*;
class MyException extends Exception
{
public String toString()
{
return ("整数字符串中间不能有空格!");
}
}
public class E1402
{
public static void main(String args[])
{
Integer num
www.eeworm.com/read/274525/10866857
java weekdaytest1.java
import java.io.*;
class WeekDayTest1
{ public static void main(String[] args) throws IOException
{ int w;
System.out.print("请输入星期数字(0-6):");
w=System.in.read()-48;