资源列表

« 1 2 ... .96 .97 .98 .99 .00 157701.02 .03 .04 .05 .06 ... 216392 »

[C#编程EmailSend

说明:Source Code example email send
<claudio> 在 2025-10-31 上传 | 大小:7kb | 下载:0

[LabViewIntersect-point

说明:插入点坐标,两条直线相交,可以实现点坐标的输出-The coordinates of the insertion point, the intersection of two straight lines, the output of the point coordinates can be achieved
<贺枭林> 在 2025-10-31 上传 | 大小:7kb | 下载:0

[数据结构常用算法asd

说明:1. 编写程序完成如下功能:   ⑴ 编写一个自己的字符串类MyString,它有一个私有的数据成员:指向字符串的指针m_data。编写该类的构造函数、拷贝构造函数和析构函数,在构造函数和拷贝构造函数中动态申请内存空间赋值给m_data。用于存储字符串。在析构函数中释放内存空间。 ⑵ 重载运算符“+”作为类MyString的成员函数,使能完成字符串相加功能。 ⑶ 编写main函数,测试该类及被重载的运算符。-A written procedure performs the fol
<张念> 在 2025-10-31 上传 | 大小:7kb | 下载:0

[其他小程序Vehicles

说明:一个关于Vehicle的小程序,带源码,测试可以执行。主要是一个类的继承的练习。-Vehicles Create a base class called Vehicle that has • the manufacturer’s name (type string), • number of cylinders in the engine (type int), and • owner (type Person, given below).
<沈晴雯> 在 2025-10-31 上传 | 大小:7kb | 下载:0

[其他小程序LCD_Driver

说明:this is GLCD control source
<her joungjoo> 在 2025-10-31 上传 | 大小:7kb | 下载:0

[其他游戏minecraft125wchar

说明:minecraft 1.2.5 中文支持部分源代码,服务端和客户端均有,更高版本也可以根据该代码改写。-minecraft chinese/wideword language message support,for v1.2.5+. include client and server source code
<无量海> 在 2025-10-31 上传 | 大小:7kb | 下载:0

[2D图形编程GraphOfNokia5110

说明:实现NOKIA5110显示屏上的点、直线、空心矩形、填充矩形、空心圆、填充圆以及ASCII字符的绘制;可以拓展完成实验数据的曲线绘制。-The NOKIA5110 point display, straight, hollow rectangle, filled rectangle, hollow circle, filled circle, and ASCII character drawing curve drawing can expand completion of the exper
<纪奕博> 在 2025-10-31 上传 | 大小:7kb | 下载:0

[其他嵌入式/单片机内容ssd1306_OLED

说明:stm32 ssd1306 oled驱动-stm32 ssd1306 oled driver
<问问> 在 2025-10-31 上传 | 大小:7kb | 下载:0

[系统编程HideProcess

说明:该源码实现的功能主要是能够隐藏任何程序的窗口和进程-The source to achieve the main function is able to hide any program window and process
<李大民> 在 2025-10-31 上传 | 大小:7kb | 下载:0

[微处理器(ARM/PowerPC等)CAN

说明:用于瑞萨电子R8C36E芯片,CAN通信设置,和CAN发送与CAN接收,及CAN故障判断.-For Renesas the electronic R8C36E chip CAN communication settings, and CAN send and CAN receiver and CAN fault judgment.
<黄锐景> 在 2025-10-31 上传 | 大小:7kb | 下载:0

[驱动编程net_driver

说明:一个CS8900的驱动源码,移植到S3C2440开发板上的-A CS8900 driver source code, transplanted to S3C2440 development board
<周峰> 在 2025-10-31 上传 | 大小:7kb | 下载:0

[书籍源码linear-list

说明:在带头结点的单链表h中第i个数据元素之前插入一个数据元素x ,首先需要在单链表中寻找到第i-1个结点并用指针p指示,然后申请一个由指针s 指示的结点空间,并置x为其数据域值,最后修改第i-1个结点,并使x结点的指针指向第i个结点,要在带头结点的单链表h中删除第i个结点,首先要计数寻找到第i个结点并使指针p指向其前驱第i-1个结点,然后删除第i个结点并释放被删除结点空间。-Take the lead junction point of the singly-linked list h prior
<> 在 2025-10-31 上传 | 大小:7kb | 下载:0
« 1 2 ... .96 .97 .98 .99 .00 157701.02 .03 .04 .05 .06 ... 216392 »

源码中国 www.ymcn.org