代码搜索:MyString
找到约 1,391 项符合「MyString」的源代码
代码结果 1,391
www.eeworm.com/read/145383/12729329
java directorylist.java
/**
* 本案例使用File类的list()方法,实现了目录的列表显示。
*/
import java.io.*;
public class DirectoryList {
public static void main(String[] args) {
try {
File path = new File(".");
www.eeworm.com/read/331935/12798555
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Winsock;
type
PIPOptionInformation = ^TIPOptionInformation;
TIPO
www.eeworm.com/read/143089/12900147
cpp memtest.cpp
//: C07:MemTest.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Testing the Mem class
//{L} Mem
www.eeworm.com/read/143086/12900475
-
Demo程序经Keil701编译后,代码量为7-8K,可直接在KeilC51上仿真运行。
使用方法:解压后双击yy项目,点调试即可在串口仿真看到结果。
Demo程序创建了3个任务A、B、C优先级分别为2、3、4,A每秒显示一次,B每3秒显示一次,C每6秒显示一次。从显示结果看,显示3个A后显示1个B,显示6个A和2个B后显示1个C,结果显然正确。用户可以仿照范例 ...
www.eeworm.com/read/141717/12990387
h general.h
#include
#include
#include
#include
#include
#include
#include
#include
#include
#
www.eeworm.com/read/141717/12990431
h general.h
#include
#include
#include
#include
#include
#include
#include
#include
#include
#
www.eeworm.com/read/141717/12990455
uv2 y.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
File 1,1,
www.eeworm.com/read/328425/13027307
cpp main.cpp
#include
#include"NormalUserBook.h"
#include"BankManagerBook.h"
using namespace std;
//////////////////////////////////////////////
//主函数
int main()
{
struct tm *ptr;
time_t lt
www.eeworm.com/read/328425/13027355
cpp main.cpp
#include
#include"NormalUserBook.h"
#include"BankManagerBook.h"
using namespace std;
//////////////////////////////////////////////
//主函数
int main()
{
struct tm *ptr;
time_t lt