代码搜索:代码量
找到约 10,000 项符合「代码量」的源代码
代码结果 10,000
www.eeworm.com/read/456852/7338271
rar 代码.rar
www.eeworm.com/read/455996/7360070
txt 代码.txt
////////////////////////生成10个随机数,显示在编辑框中//////////////
void CEeeDlg::OnButton2()
{
srand((unsigned)time(NULL));
for(int i=0;i
www.eeworm.com/read/455796/7365541
txt 代码.txt
#include
#include
typedef struct
{
int number[1000];
int entertime[1000];
int top;
}SeqStack;
typedef struct qnode
{
int number;
int entertime;
www.eeworm.com/read/455375/7372830
txt 代码.txt
#include
#include
#include
#include
#pragma comment (lib,"Urlmon.lib")
#pragma comment( linker, "/subsystem:\"windows\" /entry:\"mainCRTStartup\"" )
www.eeworm.com/read/452475/7439553
rar 代码.rar
www.eeworm.com/read/145877/12697673
txt 代码.txt
;DS1302+AT89C2051的LED钟
;遥控器各按键数据码,可根据不同的遥控器修改对应的键码
muteM EQU 10h ;静音键 闹铃开/关
timerT EQU 0Ch ;菜单键 进入/退出设置状态
leftL EQU 46h
www.eeworm.com/read/331183/12840320
doc 代码.doc
www.eeworm.com/read/330693/12874684
txt 代码.txt
#include "semaphore.h"
#include "pthread.h"
#include "stdio.h"
#include "sys/time.h"
#include "stdlib.h"
#define readernumber 10;
#define writernumber 3;
pthread_mut_t mut;
sem_t full[20]
www.eeworm.com/read/326110/13165871
txt 代码.txt
主要或部分源代码
1.图2.1源代码
t_final=800;x0=[2.62 1.949 0.2795];
%给定一个时间区域[0,800]
%取一个初值x0=[2.62 1.949 0.2795]
[t,x]=ode45('hadley1',[0,t_final],x0);
%调用龙格-库塔四,五阶函数
figure (1);
plot3(x(:,1),x(:,2),x(:
www.eeworm.com/read/138819/13209375
txt 代码.txt
unit UnitMain;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Lab