01.
谁帮我写个程序vc阿是想自己用吗?用ADO连接数据库吧,管理起来也方便。如果不用数据库的话,只是想做个简单的小应用程序,那读写INI文件吧。这两个都比您用数组来得好...查看完整版>>
谁帮我写个程序vc阿
02.
谁能帮我写个C程序#include<stdlib.h>#include<iostream.h>int a;int b;typedef struct LNode //线形表的存储结构{ int data; struct LNode *next;}LNode, *LinkList;void CreateList(LinkList &L,int n) ...查看完整版>>
谁能帮我写个C程序
03.
帮我写个程序 c++#include "iostream.h"class student{public: student(){}; student(int a,char *b,float c){id=a;name=b;score=c; sum+=score; count++;}; void Outid(){cout << id; }; void Outname(){cout<<name;}; ...查看完整版>>
帮我写个程序 c++
04.
asp 请帮我写个解密程序,谢谢.随即数字进行加密,由于我们不可能知道这个加密时的随即数字,故很困难,类似md5了呵呵...查看完整版>>
asp 请帮我写个解密程序,谢谢.
05.
VC写个ICMP数据包程序在Windows上可以用iphlp库来生成ICMP协议的数据包并发送出去。可以到上找到例子代码。用ICMP在那个网站上搜索一下。...查看完整版>>
VC写个ICMP数据包程序
06.
帮我用C++写个程序如果你编译下面的这段还存在错误,那就证明你的编译器太古老了,建议换个:#include <iostream>using namespace std;int main(){cout << "Hello, C++!" << endl;return 0;}...查看完整版>>
帮我用C++写个程序
07.
VB 谁能帮我写个简单小程序啊,自己写了好长时间也不行Option ExplicitDim i As IntegerDim j As IntegerPrivate Sub Command1_Click()i = i + 1Call checkEnd SubPrivate Sub Command2_Click()j = j + 1Call checkEnd SubSub check()If i + j = 3 And i = 1 ThenCommand...查看完整版>>
VB 谁能帮我写个简单小程序啊,自己写了好长时间也不行
08.
请大虾们帮我写个C语言程序 谢谢!最简单的方法就是使用printf函数。不过我估计老师是让使用循环输出的吧。使用循环输出代码如下:main(){ int i,j;for(i=0;i<7;i++)for(j=0;j<4;j++){if(j==0|2|4|6) printf("* ");else printf("\n");}}...查看完整版>>
请大虾们帮我写个C语言程序 谢谢!
09.
请程序高手帮我写个折半查找的C程序?输入一组有序序列#include<iostream>#define MaxLen100 //定义序列长度using namespace std;int a; //定义有序数组int binarySerch(int a[],int key)//二分查找{//a是序列数组,key是要查找的关键字int low=0...查看完整版>>
请程序高手帮我写个折半查找的C程序?
10.
课程设计,谁能帮我写个程序呀,谢谢啦!可以到这里下载:...查看完整版>>
课程设计,谁能帮我写个程序呀,谢谢啦!
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。