代码搜索:预置数

找到约 10,000 项符合「预置数」的源代码

代码结果 10,000
www.eeworm.com/read/146694/12618039

cpp guess.cpp

//guess.cpp #include #include #include //randomize(),random void main() { int number,guess,count=0; randomize(); //启动随机数函数产生器 number = random(10
www.eeworm.com/read/146694/12618501

cpp ptr_2array.cpp

//ptr_2array.cpp #include #include #include //xalloc #include //randomize(),random; const int ROW=3; //行数 const int COLUMN=4; //列数 v
www.eeworm.com/read/247668/12634352

cpp p3-140.cpp

#include #include #define MAX 30 //main()的定义 int main(void) { char str[MAX],*p; //从键盘上输入int数 cout
www.eeworm.com/read/247668/12634545

cpp p1-6.cpp

#include //包含iostream.h头文件 main() { //声明整型变量 int a,b; //从键盘上为整型变量赋值 couta; coutb; //整型数的算术运算 cout
www.eeworm.com/read/237150/13973065

txt 说明.txt

DS1302 将J6和6,7,8脚分别和J7的6,7,8脚(自上往下数)用短路帽连接起来!
www.eeworm.com/read/133753/14026776

cpp guess.cpp

//guess.cpp #include #include #include //randomize(),random void main() { int number,guess,count=0; randomize(); //启动随机数函数产生器 number = random(10
www.eeworm.com/read/133753/14027253

cpp ptr_2array.cpp

//ptr_2array.cpp #include #include #include //xalloc #include //randomize(),random; const int ROW=3; //行数 const int COLUMN=4; //列数 v
www.eeworm.com/read/203014/15368051

jsp page.jsp

记录数:, 第页/总页   9首页   1){%>
www.eeworm.com/read/272894/10937320

dpr ex.dpr

{ 这道题目是一个组合数学问题,处理方法很多。我的方法是这样的。 首先,不难发现两种颜色的球,放入盒子中,是互不相干的。所以总方案数应该是两种颜色 的球放入n个盒子里的方案数的积。对于n个盒子,未必放全a个球,球是相同的,盒子不相同 ,可重复的组合书可以这样来解决。因为未必放全a个球,所以可以把未放入n个盒子里的球, 视为放入了第n+1个盒子。接下来可重复排列,所以总方案数是C(n+1+ ...
www.eeworm.com/read/192685/8362799

txt 如何获得文件在dos状态下的短文件名.txt

你 可 以 使 用 GetShortPathName将 长 文 件 名 转 换 为 DOS短 文 件 名 。 该 函 数 定 义 为 : Declare Function GetShortPathName Lib "kernel32" _ Alias "GetShortPathNameA" (ByVal lpszLongPath As String, _