资源列表

« 1 2 ... .31 .32 .33 .34 .35 44536.37 .38 .39 .40 .41 ... 66581 »

[Windows编程ChessBoard

说明:棋盘算法实现,不同形状的L型骨牌覆盖给定棋盘上除特殊方格以外的所有方格,且任何2个L型骨牌不得重叠覆盖。-Checkerboard algorithm, different shapes of the L-type domino coverage given on the board in addition to the special box outside the box, and any two L-shaped domino shall not be overlapped.
<puxiaoyang> 在 2025-07-22 上传 | 大小:6.55mb | 下载:0

[其他小程序assignment2

说明:矩阵按键输入,数码管输出的密码确认-Matrix key input, digital tube output password confirmation
<金旻> 在 2025-07-22 上传 | 大小:398kb | 下载:0

[驱动编程Tamir.SharpSSH

说明:SFTP即加密文件传输协议(Secure file transfer protocol) ,与FTP不同的是,指令与数据在传输过程中都是经过加密的,防止在网络传输过程中密码和敏感信息被盗取。为了使用.Net来实现这一过程: 1.安装SFTP Server测试环境: 下载setupssh.exe 在服务器上按照提示安装setupssh.exe 打开一个命令行,找到OpenSSH目录(默认:C:\Program Files\OpenSSH) 创建Group mkgro
<luguo> 在 2025-07-22 上传 | 大小:70kb | 下载:0

[其他小程序motaicansu

说明:matlab 基础上通过最小二乘法进行模态参数识别,得出固有频率,振型,阻尼比,图形-by the least squares method matlab based on the identification of modal parameters obtained natural frequency, mode shape, damping ratio, graphics
<任骏杰> 在 2025-07-22 上传 | 大小:77kb | 下载:0

[其他小程序1

说明:/* * * 定义类IntChar,实现用一个整数保存一个长度不超过4的字符串。假设一个字符长度是1个字节。 * 例如:"ABCD",用一个整数保存,其二进制形式为:0100 0001 0100 0010 0100 0011 0100 0100 * 长度不足四个字符的串,剩下部分用0补足。 * * * 自己根据需要类IntChar的属性和方法,但需满足以下要求: * 1. 在类IntChar中,不能用C++语言中的string类型来定义任何属性(变
<Elena> 在 2025-07-22 上传 | 大小:1kb | 下载:0

[其他小程序2

说明:定义实现大整数运算的类LINT,该类实现两个100位以内的大整数的加法和结果输出。 类可以有如下的类似定义: class LINT { private: // …… public: LINT(char*) LINT operator+(const LINT& L) ostream& operator<<(const ostream& os, const LINT& L) // …… } 要求: 1)构造
<Elena> 在 2025-07-22 上传 | 大小:1kb | 下载:0

[其他小程序point-to-point-chater

说明:vb开发的点对点的聊天工具。包括客户端和服务器端,对初学winsock有帮助-point to point chater,including client and server
<mikeok> 在 2025-07-22 上传 | 大小:15kb | 下载:0

[其他小程序3

说明:Define an integer set class which is named Set with some memeber functions as follows: a. Judge if an integer is a member of a Set or not b. Delete an integer from the Set c. Judge if two Sets are equal or not d. Intersection with anot
<Elena> 在 2025-07-22 上传 | 大小:1kb | 下载:0

[其他小程序Daubechies

说明:Daubechies小波基的构造 采用双尺度方程求解小波基函数-The Daubechies wavelet construct two-scale equation solving wavelet function
<张启亮> 在 2025-07-22 上传 | 大小:2kb | 下载:0

[其他小程序4

说明:图形编辑器(graphical editor)允许用户改变位图图像,比如大家经常用到的Photoshop。它所采用的改变方法和文本编辑器允许修改文档的方法一样。位图图像由MxN 的像素矩阵来表示,并且每个像素点都有给定的颜色。 我们的任务就是来要编写一个程序来模拟一个简单的交互式图形编辑器,并将生成的图片存储到一个 BMP 格式的文件中。
<Elena> 在 2025-07-22 上传 | 大小:1kb | 下载:0

[界面编程MyGUI_3.2.0

说明:MyGUI给出的demo的源码,MyGUI是Ogre3D引擎推荐的图形界面库,用于开发游戏的GUI。其开发目标是快速、灵活和易用。-The source code of the demos MyGUI given. MyGUI is a library for creating Graphical User Interfaces (GUIs) for games and 3D applications. The main goals of mygui are: speed, flexibilit
<黄权隆> 在 2025-07-22 上传 | 大小:13.72mb | 下载:0

[其他小程序usbzhuang

说明:USB转232与485模块驱动程序 其中有源代码和上位机 可以试试 不错的-USB transfer module driver, 232 and 485
<mr zhang> 在 2025-07-22 上传 | 大小:165kb | 下载:0
« 1 2 ... .31 .32 .33 .34 .35 44536.37 .38 .39 .40 .41 ... 66581 »

源码中国 www.ymcn.org