资源列表
使用哈希表来识别元素
- 使用哈希表来识别元素使 用哈希表来识别元素使用哈希表来识别元素-used to identify the elements used to identify Hash Table elements used to identify the elements used to identify Hash Table elements
complex
- /*目的:使一個複數可顯數出來,可做+-/*,還要可以做>>跟<<的功能 題目:定義一個複數的class叫Complex,a(實部)與b(虛部)為double的型態,i表示根號-1, 1.必須包含一個建構子有兩個參數(double型態),能被用來設定物件中的變數為任意值 2.包含一個建構子只有一個參數(double型態),呼叫參數的實部且定義為\"實部+0i\" 3.包含一個預建構子可把物件初始化為0+0i 4.overload以下的operator以
劫包
- 这是个很不错的编程代码,是有关于socket套接字的编程是由中科院的老师亲自编写的-this is a very good program code is on the socket socket programming from the CAS is personally prepared by the teachers
DatabaseforpictureBox
- 从数据库中读取图片到PictureBox中,从PictureBox中将图片存储到数据库中-Read from the database to a PictureBox Image from PictureBox picture will be stored to the database
001
- 实用的小软件,可下来自己安装扫措,然后研究下。也可改作其它MIS小程序。-测试中。。。。
tuanp
- 简单托盘程序很小的代码 .-very simple procedure tray code.
dct
- 包含完整的程序代码,运行了你就知道,还不错的
PBGBand
- 采用平面波展开法计算2维光子晶体的能带图-The plane wave expansion method two-dimensional photonic crystals with map
PCM
- PCM modulation C source code
lab-1
- Power World simulation
alex2
- 用PSCAD做的关于电力系统三绕组变压器去故障的仿真-PSCAD simulation done with about three-winding transformer to power system faults
ep2
- 北京理工大学面向对象程序设计第二次上机习题答案-1. Here is the codes: #include <iostream> using namespace std void main() { cout << Hello World!\n } Add some codes and get the results as follows: Initialize Hello, World! C