-
flashcom实现视频聊天,实现文件传送,
flashcom实现视频聊天,实现文件传送,-flashcom video chat, file transfer realization,
- 2022-01-28 06:04:28下载
- 积分:1
-
本文是一个经典的聊天程序,用java做的,哈哈,功能好好哦
本文是一个经典的聊天程序,用java做的,哈哈,功能好好哦-This article is a classic chat program using java to do, and Ha, functions properly, oh
- 2022-01-26 04:38:25下载
- 积分:1
-
一个不错的小游戏 有代码 可以用WTK2.0运行 希望大家 能 喜欢
一个不错的小游戏 有代码 可以用WTK2.0运行 希望大家 能 喜欢-A good game has the code can be used to run WTK2.0 hope that we can love
- 2022-08-05 20:05:06下载
- 积分:1
-
使用J2ME收发短信SMS相关源代码
Java SMS相关源码,使用J2ME收发短信SMS源代码,压缩包内有2个相关的源码,非常适合学习JAVA网络编程,这两个例子在早几年是很火的参考代码。
- 2023-02-13 16:00:03下载
- 积分:1
-
谈到在Windows创建线程的例子,在网上的很多的参考都是基于MFC的。其实,就操作系统实验这个前提而言,大可不必去碰那个大型的MFC的框架。[1]中提到了在W...
谈到在Windows创建线程的例子,在网上的很多的参考都是基于MFC的。其实,就操作系统实验这个前提而言,大可不必去碰那个大型的MFC的框架。[1]中提到了在Windows命令控制台下创建进程及线程的方法,本文对[1]中的方法加以了实现,并做些简单的进程及线程的测试程序。
-On Windows create a thread in the examples of the many online reference are based on the MFC. In fact, experiments on this premise in terms of the operating system, no need to touch the large MFC framework. [1] mentioned in the Windows command console to create processes and threads under way, this paper [1] in the methods to achieve, and do a simple process and thread test procedures.
- 2022-03-24 20:38:18下载
- 积分:1
-
设置窗体置顶源码
设置窗体置顶源码-Set Top source form
- 2022-07-08 04:43:30下载
- 积分:1
-
外汇、股票交易指标源代码
在mt4平台上 将两种投资品图表显示到一起的 效果如下图 绝对原创 //+------------------------------------------------------------------+//| 星手心.mq4 |//| Chromie |//| http://www.etxcapital.cn |//+------------------------------------------------------------------+#property copyright "ETX Capital外汇平台 QQ群273546335 作者 王景阳"#property link
- 2022-02-02 12:57:41下载
- 积分:1
-
Fast Fourier algorithm, vc windows programming using Fourier transform shows tha...
实现快速傅立叶算法,采用vc windows编程显示傅立叶变换后的相角图,实部图,虚部图,模图和功率谱密度徒。-Fast Fourier algorithm, vc windows programming using Fourier transform shows that after the phase angle map, real maps, the imaginary part of diagram, modulus map and power spectral density only.
- 2022-05-15 03:52:25下载
- 积分:1
-
model system of two ma
model system of two ma-model system of two mass
- 2023-08-06 21:45:03下载
- 积分:1
-
C# 系统启动后经过的时间
C# 系统启动后经过的时间,textBox1.Text = (Environment.TickCount / 1000).ToString() + "秒";//获取启动后经过的时间。
private void timer1_Tick(object sender, EventArgs e)
{
textBox1.Text = (Environment.TickCount / 1000).ToString() + "秒";//获取启动后经过的时间
}
private void Form1_Load(object sender, EventArgs e)
{
textBox1.Text = (Environment.TickCount / 1000).ToString() + "秒";//获取启动后经过的时间
}
- 2022-04-30 21:58:26下载
- 积分:1