资源列表

« 1 2 ... .39 .40 .41 .42 .43 1544.45 .46 .47 .48 .49 ... 216381 »

[matlab例程空地导弹

说明:空地导弹的弹道模型,仿真模拟,轨迹图绘制等等。(The ballistic model, simulation, trajectory drawing and so on.)
<JackSky> 在 2025-05-19 上传 | 大小:1kb | 下载:0

[Windows编程txtselect1

说明:统计txt文本中所出现的单词,列出出现次数最多的十个单词,并显示它们的个数。(The words appearing in the TXT text are counted, and the number of the ten most frequent occurrences is listed, and the number of them is displayed.)
<winderfff> 在 2025-05-19 上传 | 大小:1kb | 下载:0

[其他小程序tdoh_crawler.py

说明:It is a crawler for website
<linroy> 在 2025-05-19 上传 | 大小:1kb | 下载:0

[Internet/网络编程10915345

说明:RS编码的某个校验符 RS编码的某个校验符()
<QWAF%40057> 在 2025-05-19 上传 | 大小:1kb | 下载:0

[matlab例程qijirenlujingguihua

说明:基于dijkstra算法的机器人路径规划及障碍检测(Robot path planning and obstacle detection based on Dijkstra algorithm)
<chuxy> 在 2025-05-19 上传 | 大小:1kb | 下载:0

[Windows编程运算符重载

说明:1、设计一个用于人事管理的People(人员)类。考虑到通用性,这里只抽象出所有类型人员都具有的属性:number(编号)、sex(性别)、birthday(出生日期)、id(身份证号)等等。其中“出生日期”定义为一个“日期”类内嵌子对象。用成员函数实现对人员信息的录入和显示。要求包括:构造函数和析构函数、拷贝构造函数、内联成员函数、聚集。 2、对people类重载“==”运算符和“=”运算符,“==”运算符判断两个people类对象
<sssyyyzzz> 在 2025-05-19 上传 | 大小:1kb | 下载:0

[加密解密AESUtil

说明:public static String encode(String in, String key) throws InvalidKeyException, NoSuchAlgorithmException, NoSuchPaddingException, IllegalBlockSizeException, BadPaddingException { String hex = "";
<少郎> 在 2025-05-19 上传 | 大小:1kb | 下载:0

[加密解密MD5

说明:public static String MD5(String inStr) { MessageDigest md5 = null; try { md5 = MessageDigest.getInstance("MD5"); } catch (Exception e) { System.out.println(e
<少郎> 在 2025-05-19 上传 | 大小:1kb | 下载:0

[其他小程序ReadTxt

说明:public static void main(String[] args) { //File file = new File("d:\\shaolang.txt"); //ReadTxt(file); File file = new File("d:\\ip端口数据.txt"); List list_Content = ne
<少郎> 在 2025-05-19 上传 | 大小:1kb | 下载:0

[android开发android

说明:You can download the latest version of Java from Oracle's Java website: JDKJava SE. Find the installation documentation for JDK in the downloaded files, install and configure the settings according to the given instructi
<葛优躺> 在 2025-05-19 上传 | 大小:1kb | 下载:0

[压缩解压huffalg

说明:Huffman coding algorithm coded in Java Language
<dweaver> 在 2025-05-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法merge

说明:Merge Sort algorithm coded in Java Language
<dweaver> 在 2025-05-19 上传 | 大小:1kb | 下载:0
« 1 2 ... .39 .40 .41 .42 .43 1544.45 .46 .47 .48 .49 ... 216381 »

源码中国 www.ymcn.org