代码搜索:零序保护
找到约 10,000 项符合「零序保护」的源代码
代码结果 10,000
www.eeworm.com/read/125183/14510363
vbp 字典序法.vbp
Type=Exe
Form=字典序法.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\system32\STDOLE2.TLB#OLE Automation
Object={6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0; COMCTL32.OCX
Icon
www.eeworm.com/read/125183/14510368
frm 字典序法.frm
VERSION 5.00
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "COMCTL32.OCX"
Begin VB.Form Form1
Caption = "组合数学--字典序法"
ClientHeight = 1830
ClientLeft = 60
www.eeworm.com/read/125183/14510369
frx 字典序法.frx
www.eeworm.com/read/125183/14510371
log 字典序法.log
行 36: 控件 StatusBar1 的类 MSComctlLib.StatusBar 不是一个已加载的控件类。
行 43: 属性名 _ExtentX 在 StatusBar1 中是无效的。
行 44: 属性名 _ExtentY 在 StatusBar1 中是无效的。
行 45: 属性名 Style 在 StatusBar1 中是无效的。
行 46: 属性名 _Version 在 Sta
www.eeworm.com/read/118270/14879360
cpp 倒序输出.cpp
#include
#include
struct sting
{
char data;
struct sting *next;
};
sting *creat()
{
sting *head,*p,*q;
char b;
q=head=new sting;
head
www.eeworm.com/read/475717/6776096
txt 洗序表.txt
short r_Table4[]={
1,2};
2
short r_Table8[]={
1,4,3,6};
4
short r_Table16[]={
1,8,2,4,3,12,5,10,7,14,11,13};
12
short r_Table32[]={
1,16,2,8,3,24,5,20,6,12,7,28,9,18,11,26,13,22
,15,30,19,2
www.eeworm.com/read/475717/6776115
obj 洗序表.obj
www.eeworm.com/read/473179/6857570
txt 字典序组合.txt
//字典序组合与序号的转换
//comb为组合数C(n,m),必要时换成大数,注意处理C(n,m)=0|n
www.eeworm.com/read/473191/6857976
txt 字典序组合.txt
//字典序组合与序号的转换
//comb为组合数C(n,m),必要时换成大数,注意处理C(n,m)=0|n