-
MATLAB脚本模拟孤子脉冲在克尔介质
Matlab script simulates a soliton pulse in a kerr medium
- 2022-08-06 16:47:52下载
- 积分:1
-
将HTML转化为XML的一个实用工具,VC++6源程序
将HTML转化为XML的一个实用工具,VC++6源程序-HTML XML into a practical tool, VC 6 source
- 2022-05-26 07:20:01下载
- 积分:1
-
本程序可以手动调配颜色,并可混合之,观察名种不同颜色的混合效果,从而逆推alpha值...
本程序可以手动调配颜色,并可混合之,观察名种不同颜色的混合效果,从而逆推alpha值-the procedures manual deployment of colors and can mix short, observations were different colors mixed results, thus Backstepping alpha values
- 2022-12-03 14:30:03下载
- 积分:1
-
HTML source code. Rar
Asp.Net的chart源码.rar-HTML source code. Rar
- 2022-07-06 16:14:12下载
- 积分:1
-
编写程序 采用单链表表示集合,并实现两个集合的并、交和差...
编写程序 采用单链表表示集合,并实现两个集合的并、交和差-Programming that set a single-linked list, and realize the two collections and, pay and poor
- 2022-03-17 18:44:18下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
This is a bank management system, finally found his hope to
这是一个银行管理系统,好不容易找到的,希望能通过-This is a bank management system, finally found his hope to
- 2022-10-05 12:40:04下载
- 积分:1
-
该系统是最常见的,市场占有率最高的长
本系统是国际上最通用,市场占有率最高的远程教育平台开发工具,这里是它的一个使用案例。-The system is the most common, the market share of the highest long-distance education platform for development tools, this is one of its use cases.
- 2022-08-24 11:00:19下载
- 积分:1
-
基于evc下的控件编程,介绍了list控件的重绘 ,有很好的参考价值...
基于evc下的控件编程,介绍了list控件的重绘 ,有很好的参考价值-EVC-based programming under control, introduce a list redraw controls, has a very good reference value
- 2022-01-26 05:06:03下载
- 积分:1
-
这是一个简单的方法来改变编辑控件的样式
This an easy way to change the style of edit controls
- 2023-08-14 20:25:04下载
- 积分:1