搜索资源列表
06pop3
- 接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response As String Dim msg As New Pop3Message msg.bytes = rhs.bytes msg.number = rhs.number message = \"RETR \" + rhs.number.ToString + vbCrLf
冲击波源代码
- */ #include <stdio.h> #include <strings.h> #include <signal.h> #include <netinet/in.h> #include <netdb.h> #define NORM \"\\033[00 00m\" #define GREEN \"\\033[01 32m\" #define YELL \"\\033[01 33m\"
matrilass
- if(max<=1e-5) //三角矩阵的对角元等于0则无解 { cout<<\"no inverse array\\n\" exit(0) } if(line!=i) { swap(p,i,line) swap(q,i,line) } for (k=0 k<N k++) -if (maxlt; = 1e-5) / / triangular matrix diagonal yuan equals 0 (coutlt
MultiExt
- The sample demonstrate how to exit from multi docs automatically , The demo is from <<MFC anwser book>>-The sample demonstrate how to exit from intercommunication ti docs automatically, The demo is from
VisualQueen
- n皇后问题求解(8<=n<=1000) a) 皇后个数的设定 在指定文本框内输入皇后个数即可,注意: 皇后个数在8和1000 之间(包括8和1000) b) 求解 点击<Solve>按钮即可进行求解. c) 求解过程显示 在标有Total Collision的静态文本框中将输出当前棋盘上的皇后总冲突数. 当冲突数降到0时,求解完毕. d) 求解结果显示 程序可以图形化显示8<=n<=50的皇后求解结果. e) 退出
micro_os
- 微型操作系统,想知道操作系统秘密的初学者可以在这起步。 文件列表: 1 micro-os.img 已编好的软盘映象。 2 micro-os_kernel.bin 命令核心二进制代码 3 micro-os_loader.boot 启动二进制代码 4 micro-os_loader.asm micro-os_kernel.asm 源文件 用法:1 编译源文件 2 将loader.boot 用工具写入软盘0道0头1扇区 kernel.bin写入0.0.2-0.0.n (n<10) 在 0.0.1
一个判断远程主机存活程序代码
- 一个判断远程主机存活程序代码(ping) #include #include #include #include #include "winsock.h" #pragma comment(lib,"Ws2_32"); #define SEND_SIZE 32 #define PACKET_SIZE 4096 #define ICMP_ECHO 8 #define ICMP_ECHOREPLY 0 struct icmp {
细分时钟刻度算法.txt
- import java.awt.*; import javax.swing.*; public class Exercise8_12 extends JFrame { // Main method with three auguments: // args[0]: hour // args[1]: minute // args[2]: second public static void main(String[] args) { // Declare hour, minute, and seco
Minix3简单shell实现
- 在minix3.1.8中实现了简单的shell解释器,功能有: 1. 基本界面 由输入提示符开头 2. 执行可执行文件 包括参数 3. 错误提示 4. 内置简单 shell 命令 cd exit 5. 单次 I/O 重定向 > < 6. 单次管道 | 7. 后台运行 & 8. 顺序执行多个命令 ;
shell
- 本实验完成了一个shell命令解释器,实现了shell的解释命令功能,实现了重定向功能和多管道、后台运行等功能。具体功能描述如下: 1)解释器的命令格式为 cmd1[<infileName][|cmd2][|cmd3]…[|cmdn][>or>>outfileName][&] 2)cmdi为命令名+参数形式的命令,<为输入重定向,后跟输入重定向文件名infileName;>或>>后跟输出重定向文件名,输出内容将写入
shiyan1
- 实现一个简单的shell(命令行解释器),类似于bash, csh等。本设计的主要目的在于学会如何在Unix系统下创建进程和管理进程。 要求实现的shell支持以下内部命令: 1. cd <目录> 更改当前的工作目录到另一个<目录>。如果<目录>未指定,输出当前工作目录。如果<目录>不存在,要求有适当的错误信息提示。改命令应能够改变PWD的环境变量。 2. environ 列出所有环境变量字符串的设置(类似于Unix系统下的e
shell
- #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h> #include<sys/types.h> #define PROMPT_STRING "[myshell]$" #define QUIT_STRING "exit\n" static char inbuf[MAX_CANON] char *
draw
- //获得当前的模式 oldmode = vga_getcurrentmode[] //初始化 vga_init[] //判断是否支持该模式 if[vga_hasmode[mode]] vga_setmode[mode] else { printf["No such mode\n"] exit[1] } //取得信息 width = vga_getxdim[] h
lt
- 将程序下载到MCU以后,从IAR软件中退出;用USB电缆连接学 习板和PC机,按下USB电源开关按键,在连接建立成功以后。 打开WinDriver软件,首先向EP1中写入数值0x88,然后再接收 来自EP1的数据,就可以看到3位温度数值了-Will be downloaded to the MCU program, the exit from the IAR software study using USB cables to connect board and PC, pr
liaotianshi
- 客户端的实现效果 1.登录服务器,如果服务器端口号和IP号输入的字符都是"0"则,客户端连接到默认的服务器 2.输入聊天昵称 3.输入"-quit"会自动退出聊天 4.输入"-getList"会得到在线用户的名称 5.输入"-to <用户名称> <聊天信息>"会把信息发送到指定的用户处,他人看不到 6.输入"-help"会得到客户端相应操作帮助 6.直接输入内容则会将内容发
EVEN
- 编制计算N (N<50)个偶数之(2+4+6+…)的子程序和接收输入N及将结果(例如2+4+6=12)显示的主程序。对键盘输入的字符进行判断,如果不是数字,显示提示,输入两位数。对输入的数字进行判断,如果输入的数不在1~50之间,提示重新输入。结束时,显示提示,按任意键退出。在程序的开始显示自己的学号及姓名(拼音)。编制一个主模块,编制一个子程序模块。实现参数的传递。 -The preparation of calculating the N (N <50) were even
client_serveur
- client socket include <sys/types.h> include <sys/socket.h> include <stdio.h> include <netinet/in.h> include <arpa/inet.h> include <unistd.h> int main() { int sockfd int len struct so
vbpdu
- Dim tep As String Dim temp As String Dim i As Integer Dim B As Integer Dim rems As String tep = rmsg i = Len(tep) If i < 1 Then Exit Function B = i / 2 If i = B * 2 Then tep = Left(tep, B * 2) Else B =
clock
- <模拟电子时钟的程序> 算法:将当前时间显示到屏幕,当时间发生变化时,清屏,显示新的时间(当有键盘操作时退出程序)。 (显示时间格式:小时:分钟:秒) -" Analog electronic clock program" algorithm: the current time displayed on the screen, when the time change, clear screen, display the new time (wh
soft
- 软件安装 #NoTrayIcon #Region **** 参数创建于 ACNWrapper_GUI **** #AutoIt3Wrapper_outfile=zyb.exe #AutoIt3Wrapper_Compression=4 #AutoIt3Wrapper_Res_Comment=软件安装 #AutoIt3Wrapper_Res_Fileversion=1.0.0.0 #AutoIt3Wrapper_AU3Check_Parameters=-q #End