代码搜索:CBS
找到约 609 项符合「CBS」的源代码
代码结果 609
www.eeworm.com/read/446970/7562223
dlg getdate.dlg
GETDATE DIALOG 0, 1, 221, 77
STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Enter Date"
{
CONTROL "OK", IDOK, "BUTTON", BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TA
www.eeworm.com/read/105282/6199988
rc rundlg.rc
#include
#include "RunDlg_rc.h"
#ifndef IDC_STATIC
#define IDC_STATIC -1
#endif
IDD_RUN_DLG DIALOGEX 0, 0, 196, 102
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS
www.eeworm.com/read/347029/11704891
dlg getdate.dlg
GETDATE DIALOG 0, 1, 221, 77
STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Enter Date"
{
CONTROL "OK", IDOK, "BUTTON", BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TA
www.eeworm.com/read/211496/15179437
rc tex.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/101631/15823107
dlg getdate.dlg
GETDATE DIALOG 0, 1, 221, 77
STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Enter Date"
{
CONTROL "OK", IDOK, "BUTTON", BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TA
www.eeworm.com/read/100158/15881808
dlg getdate.dlg
GETDATE DIALOG 0, 1, 221, 77
STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Enter Date"
{
CONTROL "OK", IDOK, "BUTTON", BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TA
www.eeworm.com/read/165216/10072018
sql book_update.sql
create procedure book_update
@isbn char(16),@sm char(26),@zz char(812),@cbs char(20),@jg float(8),@fbl int,@kcl int
as
update book set
书名=@sm,作者=@zz,出版社=@cbs,价格=@jg,复本量=@fbl,库存量=@kc
www.eeworm.com/read/165216/10072044
sql book_insert.sql
create procedure book_insert
@isbn char(16),@sm char(26),@zz char(812),@cbs char(20),@jg float(8),@fbl int,@kcl int
as
insert into book(isbn,书名,作者,出版社,价格,复本量,库存量)
values(@isbn,@sm,
www.eeworm.com/read/396228/8118585
txt 新建 文本文档.txt
%基于范数的选择算法和基于相关的选择算法的比较nr=10;
nt=10;
lr=5;
p=1000;
d=10000;
cb=zeros(1,d);
%nb=zeros(1,d);
rb=zeros(1,d);
for i=1:d
%nb(i)=nbs(p,nr,nt,lr);
cb(i)=cbs(p,nr,nt,lr);
rb(i)=cbs(p,nr,nt,lr);
end
%[ yCDF,xC
www.eeworm.com/read/329084/12983056
frm frmpress.frm
VERSION 5.00
Begin VB.Form frmPress
BackColor = &H80000013&
Caption = "出版社信息管理"
ClientHeight = 3015
ClientLeft = 5235
ClientTop = 5190
C