-
c++教室管理系统
#include #include #include #define LEN sizeof(struct classroom)struct classroom{ int num; char loc[5]; int seat_num; char type[4]; char use[4]; struct classroom *next; }*head; int n=0;int main(int argc, char **argv){ void start();//所写程序的功能提示! void read_write(void);//输入相关的教室信息 !
- 2023-07-09 23:20:03下载
- 积分:1
-
用于验证正则表达式是否正确。
例如在表达式文本框里输入:(^...
用于验证正则表达式是否正确。
例如在表达式文本框里输入:(^-?dd*.d*$)|(^-?dd*$)|(^-?.dd*$)
在下面的测试文本框里输入数字,小数,负数,显示结果“通过”,若输入字母,显示“不通过”。
希望本工具对你编辑正则表达式时有作帮助。
用.NET做的第一个程序。
感谢群里朋友对初学才的支持。
需.NET2.0支持,在winxp上测试通过。-used to validate regular expression is correct. For example, in the expression Message text input : (^- d d* . d*$)|(^- d d*$)|(^- . d d* $) Below the test Message text input figures, the minority negative, the result will be displayed "adopt", if the importation of letters, Display "is not passed." Hope this tool to your editor is a regular expression for help when. Used.NET to do the procedure. Lane thanked the group of friends only with the support of a novice. Required.NET2.0 support of the winxp on the test.
- 2022-03-07 04:23:41下载
- 积分:1
-
c# 农场小游戏 源码(有播种、开花、收货等功能)
开心农场收货小游戏 c#版
- 2013-05-16下载
- 积分:1
-
基于k60微处理器的SIM900A数据上传--GPRS
基于k60微处理器的gprs数据上传,采用sim900a模块,
- 2022-03-24 00:30:55下载
- 积分:1
-
dotnet书C
Dotnet book for c Sharp
Dotnet book for c Sharp
Dotnet book for c Sharp-Dotnet book for c Sharp
Dotnet book for c Sharp
Dotnet book for c Sharp
Dotnet book for c Sharp
- 2022-03-18 16:04:47下载
- 积分:1
-
开发客户/服务器应用程序时,一个需要考虑的问题是,面向集合还是面向记录?客户程序并不是
像桌面数据库程序那样直接面对数据库表,而只是面对数据的子集。
客...
开发客户/服务器应用程序时,一个需要考虑的问题是,面向集合还是面向记录?客户程序并不是
像桌面数据库程序那样直接面对数据库表,而只是面对数据的子集。
客户程序在向服务器请求数据时,得到的数据可能是由一个或多个表中的字段构成的,而请求是
通过结构化查询语言( S Q L )实现的。
-development of client/server applications, a need to consider the problems that still face pool-oriented record? Clients are not as desktop database program as directly face the database tables, and faced with only a subset of data. Client to the server requesting data, the data may be from one or more tables of fields, which are requested through structured query language (S Q L) achieved.
- 2022-08-21 15:30:36下载
- 积分:1
-
C#中使用开放平台的流程
1、网站申请注册成为应用开发者,就会产生一个appkey2、当用户点击相应的同步按钮,判断用户是否已经使用Oauth 2.0授权1)若没有,引导需要授权的用户到如下地址https://api.weibo.com/oauth2/authorize?client_id=YOUR_CLIENT_ID&response_type=code&redirect_uri=YOUR_REGISTERED_REDIRECT_URI2)如果用户同意授权,页面跳转至 YOUR_REGISTERED_REDIRECT_URI/?code=CODE3)获得Access Token 入库3、调用statuses/upload_url_text接口,发布文字或图片 参数 access_token: 被授权用户的access_tokenstatus:要发布的微博文本内容 pic_id:已经上传的图片pid,多个时使用英文半角逗号符分隔
- 2013-11-06下载
- 积分:1
-
rn8209串口通信编程
RN8209计量芯片,采集电压电流,计算电量,有功功率,无功功率,支持防窃电功能,rn8209串口通信,原厂提供的代码,可以下载直接使用。
- 2022-02-28 19:54:49下载
- 积分:1
-
C# 获取指定目录下(含子文件夹)指定后缀的所有文件路径 示例源码下载
调用示例:FileAccess fa = new FileAccess();System.Collections.ArrayList filesPath = fa.GetAllFileName(@"C:inetpubwwwrootwww_baidu002_com",".html");
- 2013-11-06下载
- 积分:1
-
基于GenericApp无线收发
通过GenericApp项目实现CC2530 的无线收发功能,本项目能够了解CC2530基于z-tack协议栈的无线传输实现,做为基础进一步的进行Zigbee无线传输实现的扩展。
- 2022-01-30 22:46:42下载
- 积分:1