资源列表

« 1 2 ... .12 .13 .14 .15 .16 4017.18 .19 .20 .21 .22 ... 5346 »

[C#编程33333

说明: 考试系统 默认情况下,.NET的随机数是根据系统时间来生成的,如果电脑速度很快的话,生成的随机数就会一样。 Random rnd = new Random() int rndNum = rnd.Next() //int 取值范围内的随机数 int rndNum = rnd.Next(10) //得0~9的随机数 int rndNum = rnd.Next(10,20) //得10~19的随机数
<zjja2> 在 2024-07-04 上传 | 大小:179200 | 下载:0

[C#编程C-Program-100

说明:100个C语言编程案例,包含详细的解析,案例有代表性,适合初学者-100 Case C programming language, contains a detailed analysis,case representative for beginners
<warmth> 在 2024-07-04 上传 | 大小:29696 | 下载:0

[C#编程MYQQ

说明:仿QQ企业聊天系统,主要通以UDP协议的通信方式,实现在线聊天,图片发送,视频连接的功能。-Imitation QQ chat enterprise systems, mainly through the means of communication with the UDP protocol, online chat, send pictures and video connections.
<小chan> 在 2024-07-04 上传 | 大小:2072576 | 下载:0

[C#编程EncrytionFolder-

说明:C#写的文件夹加密工具 还能保护电脑数据不被复制到U盘-C# EncrytionFolder
<linux> 在 2024-07-04 上传 | 大小:560128 | 下载:0

[C#编程Read-Write-img-to-database

说明:很好的功能,能把照片存入database-very useful for import image to database
<weikang> 在 2024-07-04 上传 | 大小:368640 | 下载:0

[C#编程CacheSysterm

说明:带有数据库的增删查找,以及dataGride打印功能,方便大家学习-Add or delete with a database lookup and dataGride printing function, convenient for everybody to learn
<zzh> 在 2024-07-04 上传 | 大小:1474560 | 下载:0

[C#编程baoyouzhuomian

说明:桌面管理软件,可添加快捷方式,可做学习参考用-Desktop management software, you can add shortcuts
<张宝友> 在 2024-07-04 上传 | 大小:9351168 | 下载:0

[C#编程CVR100A_U_DSDK_Demo

说明:C#身份证代码读取源代码,能读取第二代身份证,深圳华视通过-ID code to read the source code for c#, can be read the second generation ID card, Shenzhen CTS through
<lixiangyun> 在 2024-07-04 上传 | 大小:244736 | 下载:0

[C#编程51mcu_12864LCD_parallel

说明:51单片机驱动128*64LCD的程序(并行方式) c语言写的,有注释。 -51 single-chip driver 128* 64LCD program (parallel) c language, there are notes.
<> 在 2024-07-04 上传 | 大小:24576 | 下载:0

[C#编程2013012403

说明:简单的聊天软件简单实用 方便 简单实用 方便-Simple chat software is simple and practical convenient and simple practical convenience simple and practical convenience
<cc> 在 2024-07-04 上传 | 大小:5120 | 下载:0

[C#编程Serial_Read_Write

说明:串口读写程序,对串口的选择,初始化,并对232串口的操作-Serial literacy program, choose the serial port, initialization, and 232 operations
<邹普> 在 2024-07-04 上传 | 大小:140288 | 下载:0

[C#编程C_pointer

说明:c指针使用详细说明,供广大程序员学习,避免编程时走弯路。-c pointer with detailed instructions for the majority of programmers to learn to avoid programming detours.
<张清周> 在 2024-07-04 上传 | 大小:269312 | 下载:0
« 1 2 ... .12 .13 .14 .15 .16 4017.18 .19 .20 .21 .22 ... 5346 »

源码中国 www.ymcn.org